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}
35Problem name: {EVENT.NAME}
36Host: {HOST.NAME}
37Severity: {EVENT.SEVERITY}
38
39Original problem ID: {EVENT.ID}
40{TRIGGER.URL}','Resolved: {EVENT.NAME}','Problem has been resolved at {EVENT.RECOVERY.TIME} on {EVENT.RECOVERY.DATE}
41Problem name: {EVENT.NAME}
42Host: {HOST.NAME}
43Severity: {EVENT.SEVERITY}
44
45Original problem ID: {EVENT.ID}
46{TRIGGER.URL}','','1','Updated problem: {EVENT.NAME}','{USER.FULLNAME} {EVENT.UPDATE.ACTION} problem at {EVENT.UPDATE.DATE} {EVENT.UPDATE.TIME}.
47{EVENT.UPDATE.MESSAGE}
48
49Current problem status is {EVENT.STATUS}, acknowledged: {EVENT.ACK.STATUS}.');
50INSERT 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}
51Item: {ITEM.NAME}
52Key: {ITEM.KEY}
53State: {ITEM.STATE}','{ITEM.STATE}: {HOST.NAME}:{ITEM.NAME}','Host: {HOST.NAME}
54Item: {ITEM.NAME}
55Key: {ITEM.KEY}
56State: {ITEM.STATE}','','1','','');
57INSERT 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}
58Low level discovery rule: {LLDRULE.NAME}
59Key: {LLDRULE.KEY}
60State: {LLDRULE.STATE}','{LLDRULE.STATE}: {HOST.NAME}:{LLDRULE.NAME}','Host: {HOST.NAME}
61Low level discovery rule: {LLDRULE.NAME}
62Key: {LLDRULE.KEY}
63State: {LLDRULE.STATE}','','1','','');
64INSERT 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}
65Expression: {TRIGGER.EXPRESSION}
66State: {TRIGGER.STATE}','{TRIGGER.STATE}: {TRIGGER.NAME}','Trigger name: {TRIGGER.NAME}
67Expression: {TRIGGER.EXPRESSION}
68State: {TRIGGER.STATE}','','1','','');
69INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('1','2','6','0','1','1','0','0');
70INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('2','2','4','0','1','1','0','0');
71INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('3','3','0','0','1','1','0','0');
72INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('4','4','0','0','1','1','0','0');
73INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('5','5','0','0','1','1','0','0');
74INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('6','6','0','0','1','1','0','0');
75INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('7','3','11','0','1','1','0','1');
76INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('8','4','11','0','1','1','0','1');
77INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('9','5','11','0','1','1','0','1');
78INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery) values ('10','6','11','0','1','1','0','1');
79INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid) values ('3','1','Problem: {EVENT.NAME}','Problem started at {EVENT.TIME} on {EVENT.DATE}
80Problem name: {EVENT.NAME}
81Host: {HOST.NAME}
82Severity: {EVENT.SEVERITY}
83
84Original problem ID: {EVENT.ID}
85{TRIGGER.URL}',NULL);
86INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid) values ('4','1','','',NULL);
87INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid) values ('5','1','','',NULL);
88INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid) values ('6','1','','',NULL);
89INSERT 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}
90Problem name: {EVENT.NAME}
91Host: {HOST.NAME}
92Severity: {EVENT.SEVERITY}
93
94Original problem ID: {EVENT.ID}
95{TRIGGER.URL}',NULL);
96INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid) values ('8','1','{ITEM.STATE}: {HOST.NAME}:{ITEM.NAME}','Host: {HOST.NAME}
97Item: {ITEM.NAME}
98Key: {ITEM.KEY}
99State: {ITEM.STATE}',NULL);
100INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid) values ('9','1','{LLDRULE.STATE}: {HOST.NAME}:{LLDRULE.NAME}','Host: {HOST.NAME}
101Low level discovery rule: {LLDRULE.NAME}
102Key: {LLDRULE.KEY}
103State: {LLDRULE.STATE}',NULL);
104INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid) values ('10','1','{TRIGGER.STATE}: {TRIGGER.NAME}','Trigger name: {TRIGGER.NAME}
105Expression: {TRIGGER.EXPRESSION}
106State: {TRIGGER.STATE}',NULL);
107INSERT INTO opmessage_grp (opmessage_grpid,operationid,usrgrpid) values ('1','3','7');
108INSERT INTO opmessage_grp (opmessage_grpid,operationid,usrgrpid) values ('2','4','7');
109INSERT INTO opmessage_grp (opmessage_grpid,operationid,usrgrpid) values ('3','5','7');
110INSERT INTO opmessage_grp (opmessage_grpid,operationid,usrgrpid) values ('4','6','7');
111INSERT INTO opgroup (opgroupid,operationid,groupid) values ('1','2','2');
112INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2) values ('2','2','10','0','0','');
113INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2) values ('3','2','8','0','9','');
114INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2) values ('4','2','12','2','Linux','');
115INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2) values ('6','4','23','0','0','');
116INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2) values ('7','5','23','0','2','');
117INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2) values ('8','6','23','0','4','');
118INSERT INTO config (configid,refresh_unsupported,work_period,alert_usrgrpid,discovery_groupid) values ('1','10m','1-5,09:00-18:00','7','5');
119INSERT 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');
120INSERT 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');
121INSERT 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');
122INSERT 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');
123INSERT INTO globalmacro (globalmacroid,macro,value) values ('2','{$SNMP_COMMUNITY}','public');
124INSERT INTO regexps (regexpid,name,test_string) values ('1','File systems for discovery','ext3');
125INSERT INTO regexps (regexpid,name,test_string) values ('2','Network interfaces for discovery','eth0');
126INSERT INTO regexps (regexpid,name,test_string) values ('3','Storage devices for SNMP discovery','/boot');
127INSERT INTO regexps (regexpid,name,test_string) values ('4','Windows service names for discovery','SysmonLog');
128INSERT INTO regexps (regexpid,name,test_string) values ('5','Windows service startup states for discovery','automatic');
129INSERT 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');
130INSERT 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');
131INSERT 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');
132INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values ('6','5','^(automatic|automatic delayed)$','3',',','1');
133INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values ('7','2','^Software Loopback Interface','4',',','1');
134INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values ('8','2','^(In)?[Ll]oop[Bb]ack[0-9._]*$','4',',','1');
135INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values ('9','2','^NULL[0-9.]*$','4',',','1');
136INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values ('10','2','^[Ll]o[0-9.]*$','4',',','1');
137INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values ('11','2','^[Ss]ystem$','4',',','1');
138INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values ('12','2','^Nu[0-9.]*$','4',',','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 ('10001',NULL,'Template OS Linux','3','-1','2','','','Template OS Linux','0',NULL,'','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 ('10047',NULL,'Template App Zabbix Server','3','-1','2','','','Template App Zabbix Server','0',NULL,'','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 ('10048',NULL,'Template App Zabbix Proxy','3','-1','2','','','Template App Zabbix Proxy','0',NULL,'','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 ('10050',NULL,'Template App Zabbix Agent','3','-1','2','','','Template App Zabbix Agent','0',NULL,'','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 ('10074',NULL,'Template OS OpenBSD','3','-1','2','','','Template OS OpenBSD','0',NULL,'','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 ('10075',NULL,'Template OS FreeBSD','3','-1','2','','','Template OS FreeBSD','0',NULL,'','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 ('10076',NULL,'Template OS AIX','3','-1','2','','','Template OS AIX','0',NULL,'','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 ('10077',NULL,'Template OS HP-UX','3','-1','2','','','Template OS HP-UX','0',NULL,'','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 ('10078',NULL,'Template OS Solaris','3','-1','2','','','Template OS Solaris','0',NULL,'','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 ('10079',NULL,'Template OS Mac OS X','3','-1','2','','','Template OS Mac OS X','0',NULL,'','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 ('10081',NULL,'Template OS Windows','3','-1','2','','','Template OS Windows','0',NULL,'','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 ('10084',NULL,'Zabbix server','0','-1','2','','','Zabbix server','0',NULL,'','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 ('10093',NULL,'Template App FTP Service','3','-1','2','','','Template App FTP Service','0',NULL,'','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 ('10094',NULL,'Template App HTTP Service','3','-1','2','','','Template App HTTP Service','0',NULL,'','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 ('10095',NULL,'Template App HTTPS Service','3','-1','2','','','Template App HTTPS Service','0',NULL,'','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 ('10096',NULL,'Template App IMAP Service','3','-1','2','','','Template App IMAP Service','0',NULL,'','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 ('10097',NULL,'Template App LDAP Service','3','-1','2','','','Template App LDAP Service','0',NULL,'','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 ('10098',NULL,'Template App NNTP Service','3','-1','2','','','Template App NNTP Service','0',NULL,'','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 ('10099',NULL,'Template App NTP Service','3','-1','2','','','Template App NTP Service','0',NULL,'','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 ('10100',NULL,'Template App POP Service','3','-1','2','','','Template App POP Service','0',NULL,'','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 ('10101',NULL,'Template App SMTP Service','3','-1','2','','','Template App SMTP Service','0',NULL,'','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 ('10102',NULL,'Template App SSH Service','3','-1','2','','','Template App SSH Service','0',NULL,'','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 ('10103',NULL,'Template App Telnet Service','3','-1','2','','','Template App Telnet Service','0',NULL,'','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 ('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');
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 ('10170',NULL,'Template DB MySQL','3','-1','2','','','Template DB MySQL','0',NULL,'','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 ('10171',NULL,'Template Server Intel SR1530 IPMI','3','-1','2','','','Template Server Intel SR1530 IPMI','0',NULL,'','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 ('10172',NULL,'Template Server Intel SR1630 IPMI','3','-1','2','','','Template Server Intel SR1630 IPMI','0',NULL,'','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 ('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/
167
168Template tooling version used: 0.38','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 ('10174',NULL,'Template VM VMware Guest','3','-1','2','','','Template VM VMware Guest','0',NULL,'Template tooling version used: 0.38','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 ('10175',NULL,'Template VM VMware Hypervisor','3','-1','2','','','Template VM VMware Hypervisor','0',NULL,'Template tooling version used: 0.38','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 ('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
172MIBs used:
173EtherLike-MIB','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 ('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
175MIBs used:
176EtherLike-MIB','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 ('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.
178
179Template tooling version used: 0.33','1','1','','','','','','1');
180INSERT 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.
181
182Template tooling version used: 0.33','1','1','','','','','','1');
183INSERT 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');
184INSERT 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.
185
186MIBs used:
187IF-MIB
188
189Known Issues:
190
191  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.
192
193Template tooling version used: 0.36','1','1','','','','','','1');
194INSERT 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.
195
196MIBs used:
197IF-MIB
198
199Known Issues:
200
201  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.
202
203Template tooling version used: 0.36','1','1','','','','','','1');
204INSERT 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
205
206MIBs used:
207IF-MIB
208
209Template tooling version used: 0.36','1','1','','','','','','1');
210INSERT 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
211
212MIBs used:
213IF-MIB
214
215Template tooling version used: 0.36','1','1','','','','','','1');
216INSERT 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
217
218MIBs used:
219IF-MIB
220
221Known Issues:
222
223  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.
224
225Template tooling version used: 0.36','1','1','','','','','','1');
226INSERT 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
227MIBs used:
228SNMPv2-MIB','1','1','','','','','','1');
229INSERT 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
230MIBs used:
231SNMPv2-MIB','1','1','','','','','','1');
232INSERT 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
233MIBs used:
234TIMETRA-CHASSIS-MIB
235TIMETRA-SYSTEM-MIB
236SNMPv2-MIB','1','1','','','','','','1');
237INSERT 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
238Overview: https://community.brocade.com/dtscp75322/attachments/dtscp75322/fibre/25235/1/FOS_MIB_Reference_v740.pdf
239MIBs used:
240SW-MIB
241Known Issues:
242description : no IF-MIB::ifAlias is available
243version : v6.3.1c, v7.0.0c,  v7.4.1c
244device : all','1','1','','','','','','1');
245INSERT 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
246MIBs used:
247FOUNDRY-SN-AGENT-MIB','1','1','','','','','','1');
248INSERT 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
249Overview: For devices(old Foundry devices, MLXe and so on) that doesn''t support Stackable SNMP Tables: snChasFan2Table, snChasPwrSupply2Table,snAgentTemp2Table -
250FOUNDRY-SN-AGENT-MIB::snChasFanTable, snChasPwrSupplyTable,snAgentTempTable are used instead.
251For example:
252The objects in table snChasPwrSupply2Table is not supported on the NetIron and the FastIron SX devices.
253snChasFan2Table is not supported on  on the NetIron devices.
254snAgentTemp2Table is not supported on old versions of MLXe
255MIBs used:
256FOUNDRY-SN-AGENT-MIB','1','1','','','','','','1');
257INSERT 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
258Overview: 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.
259MIBs used:
260FOUNDRY-SN-AGENT-MIB
261FOUNDRY-SN-STACKING-MIB
262Known Issues:
263description : Correct fan(returns fan status as ''other(1)'' and temperature (returns 0) for the non-master Switches are not available in SNMP
264version : Version 08.0.40b and above
265device : ICX 7750 in stack','1','1','','','','','','1');
266INSERT 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
267
268MIBs used:
269CISCO-MEMORY-POOL-MIB
270
271Template tooling version used: 0.35','1','1','','','','','','1');
272INSERT 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
273
274MIBs used:
275CISCO-PROCESS-MIB
276
277Template tooling version used: 0.35','1','1','','','','','','1');
278INSERT 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
279
280MIBs used:
281OLD-CISCO-CPU-MIB
282
283Template tooling version used: 0.35','1','1','','','','','','1');
284INSERT 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
285
286MIBs used:
287ENTITY-MIB
288SNMPv2-MIB
289
290Template tooling version used: 0.35','1','1','','','','','','1');
291INSERT 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
292
293MIBs used:
294CISCO-ENVMON-MIB
295
296Template tooling version used: 0.35','1','1','','','','','','1');
297INSERT 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
298
299Known Issues:
300
301  Description: no if(in|out)(Errors|Discards) are available for vlan ifType
302  Version: IOS for example: 12.1(22)EA11, 15.4(3)M2
303  Device: C2911, C7600
304
305Template tooling version used: 0.35','1','1','','','','','','1');
306INSERT 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
307
308Template tooling version used: 0.35','1','1','','','','','','1');
309INSERT 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
310MIBs used:
311F10-S-SERIES-CHASSIS-MIB','1','1','','','','','','1');
312INSERT 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
313MIBs used:
314MY-PROCESS-MIB
315SNMPv2-MIB
316MY-MEMORY-MIB
317ENTITY-MIB
318MY-SYSTEM-MIB','1','1','','','','','','1');
319INSERT 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
320MIBs used:
321DLINK-AGENT-MIB
322SNMPv2-MIB
323ENTITY-MIB
324EQUIPMENT-MIB
325Known Issues:
326description : D-Link reports missing PSU as fail(4)
327version : Firmware: 1.73R008,hardware revision: B1
328device : DGS-3420-26SC Gigabit Ethernet Switch','1','1','','','','','','1');
329INSERT 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
330MIBs used:
331EXTREME-SOFTWARE-MONITOR-MIB
332EXTREME-SYSTEM-MIB
333ENTITY-MIB','1','1','','','','','','1');
334INSERT 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
335Overview: Use this template if you can''t find the template for specific vendor or device family.','1','1','','','','','','1');
336INSERT 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
337Overview: Use this template if you can''t find the template for specific vendor or device family.','1','1','','','','','','1');
338INSERT 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
339Overview: http://certifiedgeek.weebly.com/blog/hp-comware-snmp-mib-for-cpu-memory-and-temperature
340http://www.h3c.com.hk/products___solutions/technology/system_management/configuration_example/200912/656451_57_0.htm
341MIBs used:
342ENTITY-MIB
343HH3C-ENTITY-EXT-MIB
344Known Issues:
345description : No temperature sensors. All entities of them return 0 for HH3C-ENTITY-EXT-MIB::hh3cEntityExtTemperature
346version : 1910-48 Switch Software Version 5.20.99, Release 1116 Copyright(c)2010-2016 Hewlett Packard Enterprise Development LP
347device : HP 1910-48','1','1','','','','','','1');
348INSERT 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
349Overview: Reference: https://www.slideshare.net/Huanetwork/huawei-s5700-naming-conventions-and-port-numbering-conventions
350Reference: http://support.huawei.com/enterprise/KnowledgebaseReadAction.action?contentId=KB1000090234
351MIBs used:
352HUAWEI-ENTITY-EXTENT-MIB
353ENTITY-MIB','1','1','','','','','','1');
354INSERT 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
355MIBs used:
356ICS-CHASSIS-MIB','1','1','','','','','','1');
357INSERT 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
358
359MIBs used:
360JUNIPER-ALARM-MIB
361JUNIPER-MIB
362SNMPv2-MIB
363
364Template tooling version used: 0.23','1','1','','','','','','1');
365INSERT 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
366MIBs used:
367HOST-RESOURCES-MIB
368MIKROTIK-MIB
369Known Issues:
370description : Doesn''t have ifHighSpeed filled. fixed in more recent versions
371version : RotuerOS 6.28 or lower
372device :
373description : Doesn''t have any temperature sensors
374version : RotuerOS 6.38.5
375device : Mikrotik 941-2nD, Mikrotik 951G-2HnD','1','1','','','','','','1');
376INSERT 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
377Overview: https://kb.netgear.com/24352/MIBs-for-Smart-switches
378MIBs used:
379FASTPATH-SWITCHING-MIB
380FASTPATH-BOXSERVICES-PRIVATE-MIB','1','1','','','','','','1');
381INSERT 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
382MIBs used:
383QTECH-MIB
384ENTITY-MIB','1','1','','','','','','1');
385INSERT 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
386Overview: Link to MIBs: http://www.tp-linkru.com/download/T2600G-28TS.html#MIBs_Files
387Sample device overview page: http://www.tp-linkru.com/products/details/cat-39_T2600G-28TS.html#overview
388emulation page(web): http://www.tp-linkru.com/resources/simulator/T2600G-28TS(UN)_1.0/Index.htm
389MIBs used:
390TPLINK-SYSINFO-MIB
391TPLINK-SYSMONITOR-MIB
392Known Issues:
393description : 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
394version : 2.0.0 Build 20170628 Rel.55184(Beta)
395device : T2600G-28TS 2.0
396description : The Serial number of the product(tpSysInfoSerialNum) is missing in HW versions prior to V2_170323
397version : prior to version V2_170323
398device : T2600G-28TS 2.0','1','1','','','','','','1');
399INSERT 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
400MIBs used:
401IEEE802dot11-MIB
402FROGFOOT-RESOURCES-MIB
403Known Issues:
404description : UBNT unifi reports speed: like IF-MIB::ifSpeed.1 = Gauge32: 4294967295 for all interfaces
405version : Firmware: BZ.ar7240.v3.7.51.6230.170322.1513
406device : UBNT UAP-LR
407description : UBNT AirMax(NanoStation, NanoBridge etc) reports ifSpeed: as 0 for VLAN and wireless(ath0) interfaces
408version : Firmware: XW.ar934x.v5.6-beta4.22359.140521.1836
409device : NanoStation M5
410description : UBNT AirMax(NanoStation, NanoBridge etc) reports always return ifType: as ethernet(6) even for wifi,vlans and other types
411version : Firmware: XW.ar934x.v5.6-beta4.22359.140521.1836
412device : NanoStation M5
413description : ifXTable is not provided in IF-MIB. So Interfaces Simple Template is used instead
414version : all above
415device : NanoStation, UAP-LR','1','1','','','','','','1');
416INSERT 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');
417INSERT 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.
418
419
420Known Issues:
421
422  Description: Doesn''t support In/Out 64 bit counters even though IfxTable is present:
423Currently, 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.
424https://social.technet.microsoft.com/Forums/windowsserver/en-US/07b62ff0-94f6-40ca-a99d-d129c1b33d70/windows-2008-r2-snmp-64bit-counters-support?forum=winservergen
425
426  Version: Win2008, Win2012R2.
427
428  Description: Doesn''t support ifXTable at all
429  Version: WindowsXP
430
431  Description: EtherLike MIB is not supported
432  Version: *
433  Device: *
434
435Template tooling version used: 0.33','1','1','','','','','','1');
436INSERT 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
437MIBs used:
438SEMI-MIB
439NETSWITCH-MIB
440HP-ICF-CHASSIS
441ENTITY-SENSORS-MIB
442ENTITY-MIB
443STATISTICS-MIB','1','1','','','','','','1');
444INSERT 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
445MIBs used:
446ENTITY-SENSORS-MIB
447ENTITY-STATE-MIB
448ENTITY-MIB','1','1','','','','','','1');
449INSERT 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
450
451MIBs used:
452CISCO-PROCESS-MIB
453
454Template tooling version used: 0.35','1','1','','','','','','1');
455INSERT 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)
456
457Template tooling version used: 0.35','1','1','','','','','','1');
458INSERT 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
459
460MIBs used:
461ENTITY-SENSORS-MIB
462ENTITY-STATE-MIB
463ENTITY-MIB
464
465Template tooling version used: 0.33','1','1','','','','','','1');
466INSERT 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
467Overview: for Dell servers with iDRAC controllers
468http://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
469Supported 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
470MIBs used:
471IDRAC-MIB-SMIv2','1','1','','','','','','1');
472INSERT 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
473Overview: for HP iLO adapters that support SNMP get. Or via operating system, using SNMP HP subagent
474MIBs used:
475CPQSINFO-MIB
476CPQHLTH-MIB
477CPQIDA-MIB','1','1','','','','','','1');
478INSERT 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
479Overview: for IMM2 and IMM1 IBM serverX hardware
480MIBs used:
481IMM-MIB
482Known Issues:
483description : Some IMMs (IMM1) do not return disks
484version : IMM1
485device : IBM x3250M3
486description : Some IMMs (IMM1) do not return fan status: fanHealthStatus
487version : IMM1
488device : IBM x3250M3
489description : IMM1 servers (M2, M3 generations) sysObjectID is NET-SNMP-MIB::netSnmpAgentOIDs.10
490version : IMM1
491device : IMM1 servers (M2,M3 generations)
492description : IMM1 servers (M2, M3 generations) only Ambient temperature sensor available
493version : IMM1
494device : IMM1 servers (M2,M3 generations)','1','1','','','','','','1');
495INSERT 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
496Overview: for IMM2 and IMM1 IBM serverX hardware
497MIBs used:
498IMM-MIB
499Known Issues:
500description : Some IMMs (IMM1) do not return disks
501version : IMM1
502device : IBM x3250M3
503description : Some IMMs (IMM1) do not return fan status: fanHealthStatus
504version : IMM1
505device : IBM x3250M3
506description : IMM1 servers (M2, M3 generations) sysObjectID is NET-SNMP-MIB::netSnmpAgentOIDs.10
507version : IMM1
508device : IMM1 servers (M2,M3 generations)
509description : IMM1 servers (M2, M3 generations) only Ambient temperature sensor available
510version : IMM1
511device : IMM1 servers (M2,M3 generations)','1','1','','','','','','1');
512INSERT 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
513Overview: for BMC ATEN IPMI controllers of Supermicro servers
514https://www.supermicro.com/solutions/IPMI.cfm
515MIBs used:
516ATEN-IPMI-MIB','1','1','','','','','','1');
517INSERT 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');
518INSERT 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');
519INSERT 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');
520INSERT 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
521Overview: for Cisco UCS via Integrated Management Controller
522MIBs used:
523CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
524CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB
525CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB
526CISCO-UNIFIED-COMPUTING-STORAGE-MIB','1','1','','','','','','1');
527INSERT 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:
528HOST-RESOURCES-MIB
529
530Template tooling version used: 0.33','1','1','','','','','','1');
531INSERT 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:
532HOST-RESOURCES-MIB
533
534Template tooling version used: 0.33','1','1','','','','','','1');
535INSERT 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).
536
537MIBs used:
538HOST-RESOURCES-MIB
539
540Template tooling version used: 0.33','1','1','','','','','','1');
541INSERT 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:
542HOST-RESOURCES-MIB
543
544Template tooling version used: 0.33','1','1','','','','','','1');
545INSERT 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:
546HOST-RESOURCES-MIB
547
548Template tooling version used: 0.33','1','1','','','','','','1');
549INSERT 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).
550
551MIBs used:
552HOST-RESOURCES-MIB
553
554Template tooling version used: 0.33','1','1','','','','','','1');
555INSERT 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');
556INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('3','System performance','2','3','10001',NULL,'0');
557INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('4','Zabbix server health','2','3','10047',NULL,'0');
558INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('5','System performance','2','2','10076',NULL,'0');
559INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('6','System performance','2','2','10077',NULL,'0');
560INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('7','System performance','2','2','10075',NULL,'0');
561INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('9','System performance','2','3','10074',NULL,'0');
562INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('10','System performance','2','3','10078',NULL,'0');
563INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('16','Zabbix server','2','2',NULL,'1','0');
564INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('17','Zabbix proxy health','2','2','10048',NULL,'0');
565INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('18','System performance','1','2','10079',NULL,'0');
566INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('19','System performance','2','2','10081',NULL,'0');
567INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('20','MySQL performance','2','1','10170',NULL,'1');
568INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('21','Zabbix server health','2','3','10261',NULL,'1');
569INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('22','Zabbix proxy health','2','2','10262',NULL,'1');
570INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('23','System performance','2','3','10185',NULL,'1');
571INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('24','Network interfaces','1','1','10192',NULL,'1');
572INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('25','System performance','2','3','10184',NULL,'1');
573INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('26','Network interfaces','1','1','10189',NULL,'1');
574INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('27','Network interfaces','1','1','10190',NULL,'1');
575INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('28','Network interfaces','1','1','10187',NULL,'1');
576INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private) values ('29','Network interfaces','1','1','10188',NULL,'1');
577INSERT 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');
578INSERT 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');
579INSERT 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');
580INSERT 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');
581INSERT 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');
582INSERT 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');
583INSERT 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');
584INSERT 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');
585INSERT 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');
586INSERT 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');
587INSERT 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');
588INSERT 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');
589INSERT 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');
590INSERT 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');
591INSERT 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');
592INSERT 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');
593INSERT 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');
594INSERT 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');
595INSERT 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');
596INSERT 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');
597INSERT 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');
598INSERT 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');
599INSERT 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');
600INSERT 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');
601INSERT 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');
602INSERT 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');
603INSERT 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');
604INSERT 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');
605INSERT 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');
606INSERT 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');
607INSERT 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');
608INSERT 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');
609INSERT 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');
610INSERT 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');
611INSERT 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');
612INSERT 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');
613INSERT 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');
614INSERT 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');
615INSERT 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');
616INSERT 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');
617INSERT 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');
618INSERT 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');
619INSERT 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');
620INSERT 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');
621INSERT 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');
622INSERT 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');
623INSERT 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');
624INSERT 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');
625INSERT 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');
626INSERT 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');
627INSERT 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');
628INSERT 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');
629INSERT 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');
630INSERT 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');
631INSERT 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');
632INSERT 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');
633INSERT 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');
634INSERT 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');
635INSERT 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');
636INSERT 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');
637INSERT 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');
638INSERT 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');
639INSERT 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');
640INSERT 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');
641INSERT 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');
642INSERT 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');
643INSERT 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');
644INSERT 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');
645INSERT 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');
646INSERT 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');
647INSERT 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');
648INSERT INTO applications (applicationid,hostid,name,flags) values ('1','10001','OS','0');
649INSERT INTO applications (applicationid,hostid,name,flags) values ('5','10001','Filesystems','0');
650INSERT INTO applications (applicationid,hostid,name,flags) values ('7','10001','Network interfaces','0');
651INSERT INTO applications (applicationid,hostid,name,flags) values ('9','10001','Processes','0');
652INSERT INTO applications (applicationid,hostid,name,flags) values ('13','10001','CPU','0');
653INSERT INTO applications (applicationid,hostid,name,flags) values ('15','10001','Memory','0');
654INSERT INTO applications (applicationid,hostid,name,flags) values ('17','10001','Performance','0');
655INSERT INTO applications (applicationid,hostid,name,flags) values ('21','10001','General','0');
656INSERT INTO applications (applicationid,hostid,name,flags) values ('23','10001','Security','0');
657INSERT INTO applications (applicationid,hostid,name,flags) values ('179','10047','Zabbix server','0');
658INSERT INTO applications (applicationid,hostid,name,flags) values ('206','10050','Zabbix agent','0');
659INSERT INTO applications (applicationid,hostid,name,flags) values ('207','10001','Zabbix agent','0');
660INSERT INTO applications (applicationid,hostid,name,flags) values ('252','10074','Zabbix agent','0');
661INSERT INTO applications (applicationid,hostid,name,flags) values ('253','10074','CPU','0');
662INSERT INTO applications (applicationid,hostid,name,flags) values ('254','10074','Filesystems','0');
663INSERT INTO applications (applicationid,hostid,name,flags) values ('255','10074','General','0');
664INSERT INTO applications (applicationid,hostid,name,flags) values ('256','10074','Memory','0');
665INSERT INTO applications (applicationid,hostid,name,flags) values ('257','10074','Network interfaces','0');
666INSERT INTO applications (applicationid,hostid,name,flags) values ('258','10074','OS','0');
667INSERT INTO applications (applicationid,hostid,name,flags) values ('259','10074','Performance','0');
668INSERT INTO applications (applicationid,hostid,name,flags) values ('260','10074','Processes','0');
669INSERT INTO applications (applicationid,hostid,name,flags) values ('261','10074','Security','0');
670INSERT INTO applications (applicationid,hostid,name,flags) values ('262','10075','Zabbix agent','0');
671INSERT INTO applications (applicationid,hostid,name,flags) values ('263','10075','CPU','0');
672INSERT INTO applications (applicationid,hostid,name,flags) values ('264','10075','Filesystems','0');
673INSERT INTO applications (applicationid,hostid,name,flags) values ('265','10075','General','0');
674INSERT INTO applications (applicationid,hostid,name,flags) values ('266','10075','Memory','0');
675INSERT INTO applications (applicationid,hostid,name,flags) values ('267','10075','Network interfaces','0');
676INSERT INTO applications (applicationid,hostid,name,flags) values ('268','10075','OS','0');
677INSERT INTO applications (applicationid,hostid,name,flags) values ('269','10075','Performance','0');
678INSERT INTO applications (applicationid,hostid,name,flags) values ('270','10075','Processes','0');
679INSERT INTO applications (applicationid,hostid,name,flags) values ('271','10075','Security','0');
680INSERT INTO applications (applicationid,hostid,name,flags) values ('272','10076','Zabbix agent','0');
681INSERT INTO applications (applicationid,hostid,name,flags) values ('273','10076','CPU','0');
682INSERT INTO applications (applicationid,hostid,name,flags) values ('274','10076','Filesystems','0');
683INSERT INTO applications (applicationid,hostid,name,flags) values ('275','10076','General','0');
684INSERT INTO applications (applicationid,hostid,name,flags) values ('276','10076','Memory','0');
685INSERT INTO applications (applicationid,hostid,name,flags) values ('277','10076','Network interfaces','0');
686INSERT INTO applications (applicationid,hostid,name,flags) values ('278','10076','OS','0');
687INSERT INTO applications (applicationid,hostid,name,flags) values ('279','10076','Performance','0');
688INSERT INTO applications (applicationid,hostid,name,flags) values ('280','10076','Processes','0');
689INSERT INTO applications (applicationid,hostid,name,flags) values ('281','10076','Security','0');
690INSERT INTO applications (applicationid,hostid,name,flags) values ('282','10077','Zabbix agent','0');
691INSERT INTO applications (applicationid,hostid,name,flags) values ('283','10077','CPU','0');
692INSERT INTO applications (applicationid,hostid,name,flags) values ('284','10077','Filesystems','0');
693INSERT INTO applications (applicationid,hostid,name,flags) values ('285','10077','General','0');
694INSERT INTO applications (applicationid,hostid,name,flags) values ('286','10077','Memory','0');
695INSERT INTO applications (applicationid,hostid,name,flags) values ('287','10077','Network interfaces','0');
696INSERT INTO applications (applicationid,hostid,name,flags) values ('288','10077','OS','0');
697INSERT INTO applications (applicationid,hostid,name,flags) values ('289','10077','Performance','0');
698INSERT INTO applications (applicationid,hostid,name,flags) values ('290','10077','Processes','0');
699INSERT INTO applications (applicationid,hostid,name,flags) values ('291','10077','Security','0');
700INSERT INTO applications (applicationid,hostid,name,flags) values ('292','10078','Zabbix agent','0');
701INSERT INTO applications (applicationid,hostid,name,flags) values ('293','10078','CPU','0');
702INSERT INTO applications (applicationid,hostid,name,flags) values ('294','10078','Filesystems','0');
703INSERT INTO applications (applicationid,hostid,name,flags) values ('295','10078','General','0');
704INSERT INTO applications (applicationid,hostid,name,flags) values ('296','10078','Memory','0');
705INSERT INTO applications (applicationid,hostid,name,flags) values ('297','10078','Network interfaces','0');
706INSERT INTO applications (applicationid,hostid,name,flags) values ('298','10078','OS','0');
707INSERT INTO applications (applicationid,hostid,name,flags) values ('299','10078','Performance','0');
708INSERT INTO applications (applicationid,hostid,name,flags) values ('300','10078','Processes','0');
709INSERT INTO applications (applicationid,hostid,name,flags) values ('301','10078','Security','0');
710INSERT INTO applications (applicationid,hostid,name,flags) values ('302','10079','Zabbix agent','0');
711INSERT INTO applications (applicationid,hostid,name,flags) values ('303','10079','CPU','0');
712INSERT INTO applications (applicationid,hostid,name,flags) values ('304','10079','Filesystems','0');
713INSERT INTO applications (applicationid,hostid,name,flags) values ('305','10079','General','0');
714INSERT INTO applications (applicationid,hostid,name,flags) values ('306','10079','Memory','0');
715INSERT INTO applications (applicationid,hostid,name,flags) values ('307','10079','Network interfaces','0');
716INSERT INTO applications (applicationid,hostid,name,flags) values ('308','10079','OS','0');
717INSERT INTO applications (applicationid,hostid,name,flags) values ('309','10079','Performance','0');
718INSERT INTO applications (applicationid,hostid,name,flags) values ('310','10079','Processes','0');
719INSERT INTO applications (applicationid,hostid,name,flags) values ('311','10079','Security','0');
720INSERT INTO applications (applicationid,hostid,name,flags) values ('319','10081','General','0');
721INSERT INTO applications (applicationid,hostid,name,flags) values ('320','10081','Performance','0');
722INSERT INTO applications (applicationid,hostid,name,flags) values ('321','10081','Services','0');
723INSERT INTO applications (applicationid,hostid,name,flags) values ('322','10081','Filesystems','0');
724INSERT INTO applications (applicationid,hostid,name,flags) values ('323','10081','OS','0');
725INSERT INTO applications (applicationid,hostid,name,flags) values ('324','10081','Processes','0');
726INSERT INTO applications (applicationid,hostid,name,flags) values ('325','10081','CPU','0');
727INSERT INTO applications (applicationid,hostid,name,flags) values ('328','10081','Memory','0');
728INSERT INTO applications (applicationid,hostid,name,flags) values ('329','10081','Zabbix agent','0');
729INSERT INTO applications (applicationid,hostid,name,flags) values ('330','10081','Network interfaces','0');
730INSERT INTO applications (applicationid,hostid,name,flags) values ('331','10076','Logical partitions','0');
731INSERT INTO applications (applicationid,hostid,name,flags) values ('345','10084','Zabbix server','0');
732INSERT INTO applications (applicationid,hostid,name,flags) values ('346','10084','CPU','0');
733INSERT INTO applications (applicationid,hostid,name,flags) values ('347','10084','Filesystems','0');
734INSERT INTO applications (applicationid,hostid,name,flags) values ('348','10084','General','0');
735INSERT INTO applications (applicationid,hostid,name,flags) values ('349','10084','Memory','0');
736INSERT INTO applications (applicationid,hostid,name,flags) values ('350','10084','Network interfaces','0');
737INSERT INTO applications (applicationid,hostid,name,flags) values ('351','10084','OS','0');
738INSERT INTO applications (applicationid,hostid,name,flags) values ('352','10084','Performance','0');
739INSERT INTO applications (applicationid,hostid,name,flags) values ('353','10084','Processes','0');
740INSERT INTO applications (applicationid,hostid,name,flags) values ('354','10084','Security','0');
741INSERT INTO applications (applicationid,hostid,name,flags) values ('355','10084','Zabbix agent','0');
742INSERT INTO applications (applicationid,hostid,name,flags) values ('356','10048','Zabbix proxy','0');
743INSERT INTO applications (applicationid,hostid,name,flags) values ('446','10093','FTP service','0');
744INSERT INTO applications (applicationid,hostid,name,flags) values ('447','10094','HTTP service','0');
745INSERT INTO applications (applicationid,hostid,name,flags) values ('448','10095','HTTPS service','0');
746INSERT INTO applications (applicationid,hostid,name,flags) values ('449','10096','IMAP service','0');
747INSERT INTO applications (applicationid,hostid,name,flags) values ('450','10097','LDAP service','0');
748INSERT INTO applications (applicationid,hostid,name,flags) values ('451','10098','NNTP service','0');
749INSERT INTO applications (applicationid,hostid,name,flags) values ('452','10099','NTP service','0');
750INSERT INTO applications (applicationid,hostid,name,flags) values ('453','10100','POP service','0');
751INSERT INTO applications (applicationid,hostid,name,flags) values ('454','10101','SMTP service','0');
752INSERT INTO applications (applicationid,hostid,name,flags) values ('455','10102','SSH service','0');
753INSERT INTO applications (applicationid,hostid,name,flags) values ('456','10103','Telnet service','0');
754INSERT INTO applications (applicationid,hostid,name,flags) values ('740','10170','MySQL','0');
755INSERT INTO applications (applicationid,hostid,name,flags) values ('741','10171','Fans','0');
756INSERT INTO applications (applicationid,hostid,name,flags) values ('742','10171','Temperature','0');
757INSERT INTO applications (applicationid,hostid,name,flags) values ('743','10171','Voltage','0');
758INSERT INTO applications (applicationid,hostid,name,flags) values ('744','10172','Fans','0');
759INSERT INTO applications (applicationid,hostid,name,flags) values ('745','10172','Temperature','0');
760INSERT INTO applications (applicationid,hostid,name,flags) values ('746','10172','Voltage','0');
761INSERT INTO applications (applicationid,hostid,name,flags) values ('770','10182','Network interfaces','0');
762INSERT INTO applications (applicationid,hostid,name,flags) values ('771','10183','Network interfaces','0');
763INSERT INTO applications (applicationid,hostid,name,flags) values ('780','10186','Status','0');
764INSERT INTO applications (applicationid,hostid,name,flags) values ('781','10187','Network interfaces','0');
765INSERT INTO applications (applicationid,hostid,name,flags) values ('782','10188','Network interfaces','0');
766INSERT INTO applications (applicationid,hostid,name,flags) values ('783','10189','Network interfaces','0');
767INSERT INTO applications (applicationid,hostid,name,flags) values ('784','10190','Network interfaces','0');
768INSERT INTO applications (applicationid,hostid,name,flags) values ('786','10192','Network interfaces','0');
769INSERT INTO applications (applicationid,hostid,name,flags) values ('797','10203','Status','0');
770INSERT INTO applications (applicationid,hostid,name,flags) values ('798','10203','General','0');
771INSERT INTO applications (applicationid,hostid,name,flags) values ('799','10204','Status','0');
772INSERT INTO applications (applicationid,hostid,name,flags) values ('800','10204','General','0');
773INSERT INTO applications (applicationid,hostid,name,flags) values ('803','10207','Network interfaces','0');
774INSERT INTO applications (applicationid,hostid,name,flags) values ('804','10207','General','0');
775INSERT INTO applications (applicationid,hostid,name,flags) values ('805','10207','Status','0');
776INSERT INTO applications (applicationid,hostid,name,flags) values ('806','10207','CPU','0');
777INSERT INTO applications (applicationid,hostid,name,flags) values ('807','10207','Memory','0');
778INSERT INTO applications (applicationid,hostid,name,flags) values ('808','10207','Temperature','0');
779INSERT INTO applications (applicationid,hostid,name,flags) values ('809','10207','Fans','0');
780INSERT INTO applications (applicationid,hostid,name,flags) values ('810','10207','Inventory','0');
781INSERT INTO applications (applicationid,hostid,name,flags) values ('811','10208','Network interfaces','0');
782INSERT INTO applications (applicationid,hostid,name,flags) values ('812','10208','General','0');
783INSERT INTO applications (applicationid,hostid,name,flags) values ('813','10208','Status','0');
784INSERT INTO applications (applicationid,hostid,name,flags) values ('814','10208','CPU','0');
785INSERT INTO applications (applicationid,hostid,name,flags) values ('815','10208','Memory','0');
786INSERT INTO applications (applicationid,hostid,name,flags) values ('816','10208','Temperature','0');
787INSERT INTO applications (applicationid,hostid,name,flags) values ('817','10208','Power supply','0');
788INSERT INTO applications (applicationid,hostid,name,flags) values ('818','10208','Fans','0');
789INSERT INTO applications (applicationid,hostid,name,flags) values ('819','10208','Inventory','0');
790INSERT INTO applications (applicationid,hostid,name,flags) values ('820','10210','Network interfaces','0');
791INSERT INTO applications (applicationid,hostid,name,flags) values ('821','10210','General','0');
792INSERT INTO applications (applicationid,hostid,name,flags) values ('822','10210','Status','0');
793INSERT INTO applications (applicationid,hostid,name,flags) values ('823','10211','Network interfaces','0');
794INSERT INTO applications (applicationid,hostid,name,flags) values ('824','10211','General','0');
795INSERT INTO applications (applicationid,hostid,name,flags) values ('825','10211','Status','0');
796INSERT INTO applications (applicationid,hostid,name,flags) values ('826','10209','CPU','0');
797INSERT INTO applications (applicationid,hostid,name,flags) values ('827','10209','Memory','0');
798INSERT INTO applications (applicationid,hostid,name,flags) values ('828','10210','Temperature','0');
799INSERT INTO applications (applicationid,hostid,name,flags) values ('829','10210','Power supply','0');
800INSERT INTO applications (applicationid,hostid,name,flags) values ('830','10210','Fans','0');
801INSERT INTO applications (applicationid,hostid,name,flags) values ('831','10210','Inventory','0');
802INSERT INTO applications (applicationid,hostid,name,flags) values ('832','10211','Temperature','0');
803INSERT INTO applications (applicationid,hostid,name,flags) values ('833','10211','Power supply','0');
804INSERT INTO applications (applicationid,hostid,name,flags) values ('834','10211','Fans','0');
805INSERT INTO applications (applicationid,hostid,name,flags) values ('835','10211','Inventory','0');
806INSERT INTO applications (applicationid,hostid,name,flags) values ('836','10210','CPU','0');
807INSERT INTO applications (applicationid,hostid,name,flags) values ('837','10210','Memory','0');
808INSERT INTO applications (applicationid,hostid,name,flags) values ('838','10211','CPU','0');
809INSERT INTO applications (applicationid,hostid,name,flags) values ('839','10211','Memory','0');
810INSERT INTO applications (applicationid,hostid,name,flags) values ('840','10218','Network interfaces','0');
811INSERT INTO applications (applicationid,hostid,name,flags) values ('841','10218','General','0');
812INSERT INTO applications (applicationid,hostid,name,flags) values ('842','10218','Status','0');
813INSERT INTO applications (applicationid,hostid,name,flags) values ('846','10220','General','0');
814INSERT INTO applications (applicationid,hostid,name,flags) values ('847','10220','Status','0');
815INSERT INTO applications (applicationid,hostid,name,flags) values ('848','10212','Memory','0');
816INSERT INTO applications (applicationid,hostid,name,flags) values ('849','10213','CPU','0');
817INSERT INTO applications (applicationid,hostid,name,flags) values ('851','10215','CPU','0');
818INSERT INTO applications (applicationid,hostid,name,flags) values ('852','10216','Inventory','0');
819INSERT INTO applications (applicationid,hostid,name,flags) values ('853','10217','Temperature','0');
820INSERT INTO applications (applicationid,hostid,name,flags) values ('854','10217','Power supply','0');
821INSERT INTO applications (applicationid,hostid,name,flags) values ('855','10217','Fans','0');
822INSERT INTO applications (applicationid,hostid,name,flags) values ('856','10218','Memory','0');
823INSERT INTO applications (applicationid,hostid,name,flags) values ('857','10218','CPU','0');
824INSERT INTO applications (applicationid,hostid,name,flags) values ('858','10218','Inventory','0');
825INSERT INTO applications (applicationid,hostid,name,flags) values ('859','10218','Temperature','0');
826INSERT INTO applications (applicationid,hostid,name,flags) values ('860','10218','Power supply','0');
827INSERT INTO applications (applicationid,hostid,name,flags) values ('861','10218','Fans','0');
828INSERT INTO applications (applicationid,hostid,name,flags) values ('868','10220','Memory','0');
829INSERT INTO applications (applicationid,hostid,name,flags) values ('869','10220','CPU','0');
830INSERT INTO applications (applicationid,hostid,name,flags) values ('870','10220','Inventory','0');
831INSERT INTO applications (applicationid,hostid,name,flags) values ('871','10220','Temperature','0');
832INSERT INTO applications (applicationid,hostid,name,flags) values ('872','10220','Power supply','0');
833INSERT INTO applications (applicationid,hostid,name,flags) values ('873','10220','Fans','0');
834INSERT INTO applications (applicationid,hostid,name,flags) values ('874','10221','Network interfaces','0');
835INSERT INTO applications (applicationid,hostid,name,flags) values ('875','10221','General','0');
836INSERT INTO applications (applicationid,hostid,name,flags) values ('876','10221','Status','0');
837INSERT INTO applications (applicationid,hostid,name,flags) values ('877','10221','CPU','0');
838INSERT INTO applications (applicationid,hostid,name,flags) values ('878','10221','Memory','0');
839INSERT INTO applications (applicationid,hostid,name,flags) values ('879','10221','Temperature','0');
840INSERT INTO applications (applicationid,hostid,name,flags) values ('880','10221','Power supply','0');
841INSERT INTO applications (applicationid,hostid,name,flags) values ('881','10221','Fans','0');
842INSERT INTO applications (applicationid,hostid,name,flags) values ('882','10221','Inventory','0');
843INSERT INTO applications (applicationid,hostid,name,flags) values ('883','10222','Network interfaces','0');
844INSERT INTO applications (applicationid,hostid,name,flags) values ('884','10222','General','0');
845INSERT INTO applications (applicationid,hostid,name,flags) values ('885','10222','Status','0');
846INSERT INTO applications (applicationid,hostid,name,flags) values ('886','10222','CPU','0');
847INSERT INTO applications (applicationid,hostid,name,flags) values ('887','10222','Memory','0');
848INSERT INTO applications (applicationid,hostid,name,flags) values ('888','10222','Temperature','0');
849INSERT INTO applications (applicationid,hostid,name,flags) values ('889','10222','Fans','0');
850INSERT INTO applications (applicationid,hostid,name,flags) values ('890','10222','Power supply','0');
851INSERT INTO applications (applicationid,hostid,name,flags) values ('891','10222','Inventory','0');
852INSERT INTO applications (applicationid,hostid,name,flags) values ('892','10223','Network interfaces','0');
853INSERT INTO applications (applicationid,hostid,name,flags) values ('893','10223','General','0');
854INSERT INTO applications (applicationid,hostid,name,flags) values ('894','10223','Status','0');
855INSERT INTO applications (applicationid,hostid,name,flags) values ('895','10223','CPU','0');
856INSERT INTO applications (applicationid,hostid,name,flags) values ('896','10223','Memory','0');
857INSERT INTO applications (applicationid,hostid,name,flags) values ('897','10223','Temperature','0');
858INSERT INTO applications (applicationid,hostid,name,flags) values ('898','10223','Fans','0');
859INSERT INTO applications (applicationid,hostid,name,flags) values ('899','10223','Power supply','0');
860INSERT INTO applications (applicationid,hostid,name,flags) values ('900','10223','Inventory','0');
861INSERT INTO applications (applicationid,hostid,name,flags) values ('901','10224','Network interfaces','0');
862INSERT INTO applications (applicationid,hostid,name,flags) values ('902','10224','General','0');
863INSERT INTO applications (applicationid,hostid,name,flags) values ('903','10224','Status','0');
864INSERT INTO applications (applicationid,hostid,name,flags) values ('904','10224','CPU','0');
865INSERT INTO applications (applicationid,hostid,name,flags) values ('905','10224','Memory','0');
866INSERT INTO applications (applicationid,hostid,name,flags) values ('906','10224','Temperature','0');
867INSERT INTO applications (applicationid,hostid,name,flags) values ('907','10224','Power supply','0');
868INSERT INTO applications (applicationid,hostid,name,flags) values ('908','10224','Fans','0');
869INSERT INTO applications (applicationid,hostid,name,flags) values ('909','10224','Inventory','0');
870INSERT INTO applications (applicationid,hostid,name,flags) values ('910','10225','Network interfaces','0');
871INSERT INTO applications (applicationid,hostid,name,flags) values ('911','10225','General','0');
872INSERT INTO applications (applicationid,hostid,name,flags) values ('912','10225','Status','0');
873INSERT INTO applications (applicationid,hostid,name,flags) values ('913','10226','Network interfaces','0');
874INSERT INTO applications (applicationid,hostid,name,flags) values ('914','10226','General','0');
875INSERT INTO applications (applicationid,hostid,name,flags) values ('915','10226','Status','0');
876INSERT INTO applications (applicationid,hostid,name,flags) values ('916','10227','Network interfaces','0');
877INSERT INTO applications (applicationid,hostid,name,flags) values ('917','10227','General','0');
878INSERT INTO applications (applicationid,hostid,name,flags) values ('918','10227','Status','0');
879INSERT INTO applications (applicationid,hostid,name,flags) values ('919','10227','CPU','0');
880INSERT INTO applications (applicationid,hostid,name,flags) values ('920','10227','Memory','0');
881INSERT INTO applications (applicationid,hostid,name,flags) values ('921','10227','Temperature','0');
882INSERT INTO applications (applicationid,hostid,name,flags) values ('922','10227','Fans','0');
883INSERT INTO applications (applicationid,hostid,name,flags) values ('923','10227','Power supply','0');
884INSERT INTO applications (applicationid,hostid,name,flags) values ('924','10227','Inventory','0');
885INSERT INTO applications (applicationid,hostid,name,flags) values ('934','10229','Network interfaces','0');
886INSERT INTO applications (applicationid,hostid,name,flags) values ('935','10229','General','0');
887INSERT INTO applications (applicationid,hostid,name,flags) values ('936','10229','Status','0');
888INSERT INTO applications (applicationid,hostid,name,flags) values ('937','10229','CPU','0');
889INSERT INTO applications (applicationid,hostid,name,flags) values ('938','10229','Memory','0');
890INSERT INTO applications (applicationid,hostid,name,flags) values ('939','10229','Temperature','0');
891INSERT INTO applications (applicationid,hostid,name,flags) values ('940','10229','Fans','0');
892INSERT INTO applications (applicationid,hostid,name,flags) values ('941','10229','Inventory','0');
893INSERT INTO applications (applicationid,hostid,name,flags) values ('942','10230','Network interfaces','0');
894INSERT INTO applications (applicationid,hostid,name,flags) values ('943','10230','General','0');
895INSERT INTO applications (applicationid,hostid,name,flags) values ('944','10230','Status','0');
896INSERT INTO applications (applicationid,hostid,name,flags) values ('945','10230','Temperature','0');
897INSERT INTO applications (applicationid,hostid,name,flags) values ('946','10230','Power supply','0');
898INSERT INTO applications (applicationid,hostid,name,flags) values ('947','10230','Fans','0');
899INSERT INTO applications (applicationid,hostid,name,flags) values ('948','10230','Inventory','0');
900INSERT INTO applications (applicationid,hostid,name,flags) values ('949','10231','Network interfaces','0');
901INSERT INTO applications (applicationid,hostid,name,flags) values ('950','10231','General','0');
902INSERT INTO applications (applicationid,hostid,name,flags) values ('951','10231','Status','0');
903INSERT INTO applications (applicationid,hostid,name,flags) values ('952','10231','CPU','0');
904INSERT INTO applications (applicationid,hostid,name,flags) values ('953','10231','Memory','0');
905INSERT INTO applications (applicationid,hostid,name,flags) values ('954','10231','Temperature','0');
906INSERT INTO applications (applicationid,hostid,name,flags) values ('955','10231','Power supply','0');
907INSERT INTO applications (applicationid,hostid,name,flags) values ('956','10231','Fans','0');
908INSERT INTO applications (applicationid,hostid,name,flags) values ('957','10231','Inventory','0');
909INSERT INTO applications (applicationid,hostid,name,flags) values ('969','10233','Network interfaces','0');
910INSERT INTO applications (applicationid,hostid,name,flags) values ('970','10233','General','0');
911INSERT INTO applications (applicationid,hostid,name,flags) values ('971','10233','Status','0');
912INSERT INTO applications (applicationid,hostid,name,flags) values ('972','10233','CPU','0');
913INSERT INTO applications (applicationid,hostid,name,flags) values ('973','10233','Memory','0');
914INSERT INTO applications (applicationid,hostid,name,flags) values ('974','10233','Temperature','0');
915INSERT INTO applications (applicationid,hostid,name,flags) values ('975','10233','Storage','0');
916INSERT INTO applications (applicationid,hostid,name,flags) values ('976','10233','Inventory','0');
917INSERT INTO applications (applicationid,hostid,name,flags) values ('977','10234','Network interfaces','0');
918INSERT INTO applications (applicationid,hostid,name,flags) values ('978','10234','General','0');
919INSERT INTO applications (applicationid,hostid,name,flags) values ('979','10234','Status','0');
920INSERT INTO applications (applicationid,hostid,name,flags) values ('980','10234','CPU','0');
921INSERT INTO applications (applicationid,hostid,name,flags) values ('981','10234','Memory','0');
922INSERT INTO applications (applicationid,hostid,name,flags) values ('982','10234','Temperature','0');
923INSERT INTO applications (applicationid,hostid,name,flags) values ('983','10234','Power supply','0');
924INSERT INTO applications (applicationid,hostid,name,flags) values ('984','10234','Fans','0');
925INSERT INTO applications (applicationid,hostid,name,flags) values ('985','10234','Inventory','0');
926INSERT INTO applications (applicationid,hostid,name,flags) values ('986','10235','Network interfaces','0');
927INSERT INTO applications (applicationid,hostid,name,flags) values ('987','10235','General','0');
928INSERT INTO applications (applicationid,hostid,name,flags) values ('988','10235','Status','0');
929INSERT INTO applications (applicationid,hostid,name,flags) values ('989','10235','CPU','0');
930INSERT INTO applications (applicationid,hostid,name,flags) values ('990','10235','Memory','0');
931INSERT INTO applications (applicationid,hostid,name,flags) values ('991','10235','Inventory','0');
932INSERT INTO applications (applicationid,hostid,name,flags) values ('992','10236','Network interfaces','0');
933INSERT INTO applications (applicationid,hostid,name,flags) values ('993','10236','General','0');
934INSERT INTO applications (applicationid,hostid,name,flags) values ('994','10236','Status','0');
935INSERT INTO applications (applicationid,hostid,name,flags) values ('995','10236','CPU','0');
936INSERT INTO applications (applicationid,hostid,name,flags) values ('996','10236','Memory','0');
937INSERT INTO applications (applicationid,hostid,name,flags) values ('997','10236','Inventory','0');
938INSERT INTO applications (applicationid,hostid,name,flags) values ('998','10237','Network interfaces','0');
939INSERT INTO applications (applicationid,hostid,name,flags) values ('999','10237','General','0');
940INSERT INTO applications (applicationid,hostid,name,flags) values ('1000','10237','Status','0');
941INSERT INTO applications (applicationid,hostid,name,flags) values ('1001','10237','CPU','0');
942INSERT INTO applications (applicationid,hostid,name,flags) values ('1002','10237','Memory','0');
943INSERT INTO applications (applicationid,hostid,name,flags) values ('1003','10237','Inventory','0');
944INSERT INTO applications (applicationid,hostid,name,flags) values ('1018','10248','Network interfaces','0');
945INSERT INTO applications (applicationid,hostid,name,flags) values ('1019','10248','General','0');
946INSERT INTO applications (applicationid,hostid,name,flags) values ('1020','10248','Status','0');
947INSERT INTO applications (applicationid,hostid,name,flags) values ('1025','10249','Network interfaces','0');
948INSERT INTO applications (applicationid,hostid,name,flags) values ('1026','10249','General','0');
949INSERT INTO applications (applicationid,hostid,name,flags) values ('1027','10249','Status','0');
950INSERT INTO applications (applicationid,hostid,name,flags) values ('1028','10250','Network interfaces','0');
951INSERT INTO applications (applicationid,hostid,name,flags) values ('1029','10250','General','0');
952INSERT INTO applications (applicationid,hostid,name,flags) values ('1030','10250','Status','0');
953INSERT INTO applications (applicationid,hostid,name,flags) values ('1031','10250','CPU','0');
954INSERT INTO applications (applicationid,hostid,name,flags) values ('1032','10250','Memory','0');
955INSERT INTO applications (applicationid,hostid,name,flags) values ('1033','10250','Temperature','0');
956INSERT INTO applications (applicationid,hostid,name,flags) values ('1034','10250','Fans','0');
957INSERT INTO applications (applicationid,hostid,name,flags) values ('1035','10250','Power supply','0');
958INSERT INTO applications (applicationid,hostid,name,flags) values ('1036','10250','Inventory','0');
959INSERT INTO applications (applicationid,hostid,name,flags) values ('1041','10251','Network interfaces','0');
960INSERT INTO applications (applicationid,hostid,name,flags) values ('1042','10251','General','0');
961INSERT INTO applications (applicationid,hostid,name,flags) values ('1043','10251','Status','0');
962INSERT INTO applications (applicationid,hostid,name,flags) values ('1044','10251','Temperature','0');
963INSERT INTO applications (applicationid,hostid,name,flags) values ('1045','10251','Fans','0');
964INSERT INTO applications (applicationid,hostid,name,flags) values ('1046','10251','Power supply','0');
965INSERT INTO applications (applicationid,hostid,name,flags) values ('1047','10251','Inventory','0');
966INSERT INTO applications (applicationid,hostid,name,flags) values ('1048','10253','Inventory','0');
967INSERT INTO applications (applicationid,hostid,name,flags) values ('1049','10253','Fans','0');
968INSERT INTO applications (applicationid,hostid,name,flags) values ('1050','10253','Power supply','0');
969INSERT INTO applications (applicationid,hostid,name,flags) values ('1051','10253','Temperature','0');
970INSERT INTO applications (applicationid,hostid,name,flags) values ('1052','10253','Memory','0');
971INSERT INTO applications (applicationid,hostid,name,flags) values ('1053','10253','Network interfaces','0');
972INSERT INTO applications (applicationid,hostid,name,flags) values ('1054','10253','General','0');
973INSERT INTO applications (applicationid,hostid,name,flags) values ('1055','10253','Status','0');
974INSERT INTO applications (applicationid,hostid,name,flags) values ('1056','10252','CPU','0');
975INSERT INTO applications (applicationid,hostid,name,flags) values ('1057','10253','CPU','0');
976INSERT INTO applications (applicationid,hostid,name,flags) values ('1058','10254','Network interfaces','0');
977INSERT INTO applications (applicationid,hostid,name,flags) values ('1059','10254','General','0');
978INSERT INTO applications (applicationid,hostid,name,flags) values ('1060','10254','Status','0');
979INSERT INTO applications (applicationid,hostid,name,flags) values ('1062','10254','Fans','0');
980INSERT INTO applications (applicationid,hostid,name,flags) values ('1064','10254','Inventory','0');
981INSERT INTO applications (applicationid,hostid,name,flags) values ('1066','10254','Power supply','0');
982INSERT INTO applications (applicationid,hostid,name,flags) values ('1068','10254','Temperature','0');
983INSERT INTO applications (applicationid,hostid,name,flags) values ('1069','10255','General','0');
984INSERT INTO applications (applicationid,hostid,name,flags) values ('1070','10255','Status','0');
985INSERT INTO applications (applicationid,hostid,name,flags) values ('1071','10255','Disk arrays','0');
986INSERT INTO applications (applicationid,hostid,name,flags) values ('1072','10255','Fans','0');
987INSERT INTO applications (applicationid,hostid,name,flags) values ('1073','10255','Inventory','0');
988INSERT INTO applications (applicationid,hostid,name,flags) values ('1074','10255','Physical disks','0');
989INSERT INTO applications (applicationid,hostid,name,flags) values ('1075','10255','Power supply','0');
990INSERT INTO applications (applicationid,hostid,name,flags) values ('1076','10255','Temperature','0');
991INSERT INTO applications (applicationid,hostid,name,flags) values ('1077','10255','Virtual disks','0');
992INSERT INTO applications (applicationid,hostid,name,flags) values ('1078','10256','General','0');
993INSERT INTO applications (applicationid,hostid,name,flags) values ('1079','10256','Status','0');
994INSERT INTO applications (applicationid,hostid,name,flags) values ('1080','10256','Disk arrays','0');
995INSERT INTO applications (applicationid,hostid,name,flags) values ('1081','10256','Fans','0');
996INSERT INTO applications (applicationid,hostid,name,flags) values ('1082','10256','Inventory','0');
997INSERT INTO applications (applicationid,hostid,name,flags) values ('1083','10256','Physical disks','0');
998INSERT INTO applications (applicationid,hostid,name,flags) values ('1084','10256','Power supply','0');
999INSERT INTO applications (applicationid,hostid,name,flags) values ('1085','10256','Temperature','0');
1000INSERT INTO applications (applicationid,hostid,name,flags) values ('1086','10256','Virtual disks','0');
1001INSERT INTO applications (applicationid,hostid,name,flags) values ('1087','10257','General','0');
1002INSERT INTO applications (applicationid,hostid,name,flags) values ('1088','10257','Status','0');
1003INSERT INTO applications (applicationid,hostid,name,flags) values ('1089','10257','Fans','0');
1004INSERT INTO applications (applicationid,hostid,name,flags) values ('1090','10257','Inventory','0');
1005INSERT INTO applications (applicationid,hostid,name,flags) values ('1091','10257','Physical disks','0');
1006INSERT INTO applications (applicationid,hostid,name,flags) values ('1092','10257','Power supply','0');
1007INSERT INTO applications (applicationid,hostid,name,flags) values ('1093','10257','Temperature','0');
1008INSERT INTO applications (applicationid,hostid,name,flags) values ('1094','10258','General','0');
1009INSERT INTO applications (applicationid,hostid,name,flags) values ('1095','10258','Status','0');
1010INSERT INTO applications (applicationid,hostid,name,flags) values ('1096','10258','Fans','0');
1011INSERT INTO applications (applicationid,hostid,name,flags) values ('1097','10258','Inventory','0');
1012INSERT INTO applications (applicationid,hostid,name,flags) values ('1098','10258','Physical disks','0');
1013INSERT INTO applications (applicationid,hostid,name,flags) values ('1099','10258','Power supply','0');
1014INSERT INTO applications (applicationid,hostid,name,flags) values ('1100','10258','Temperature','0');
1015INSERT INTO applications (applicationid,hostid,name,flags) values ('1101','10259','General','0');
1016INSERT INTO applications (applicationid,hostid,name,flags) values ('1102','10259','Status','0');
1017INSERT INTO applications (applicationid,hostid,name,flags) values ('1103','10259','Fans','0');
1018INSERT INTO applications (applicationid,hostid,name,flags) values ('1104','10259','Temperature','0');
1019INSERT INTO applications (applicationid,hostid,name,flags) values ('1105','10260','http-8080','0');
1020INSERT INTO applications (applicationid,hostid,name,flags) values ('1106','10260','http-8443','0');
1021INSERT INTO applications (applicationid,hostid,name,flags) values ('1107','10260','jk-8009','0');
1022INSERT INTO applications (applicationid,hostid,name,flags) values ('1108','10260','Sessions','0');
1023INSERT INTO applications (applicationid,hostid,name,flags) values ('1109','10260','Tomcat','0');
1024INSERT INTO applications (applicationid,hostid,name,flags) values ('1110','10261','Zabbix server','0');
1025INSERT INTO applications (applicationid,hostid,name,flags) values ('1111','10262','Zabbix proxy','0');
1026INSERT INTO applications (applicationid,hostid,name,flags) values ('1113','10263','General','0');
1027INSERT INTO applications (applicationid,hostid,name,flags) values ('1114','10263','Status','0');
1028INSERT INTO applications (applicationid,hostid,name,flags) values ('1115','10263','Disk arrays','0');
1029INSERT INTO applications (applicationid,hostid,name,flags) values ('1116','10263','Fans','0');
1030INSERT INTO applications (applicationid,hostid,name,flags) values ('1117','10263','Inventory','0');
1031INSERT INTO applications (applicationid,hostid,name,flags) values ('1118','10263','Physical disks','0');
1032INSERT INTO applications (applicationid,hostid,name,flags) values ('1119','10263','Power supply','0');
1033INSERT INTO applications (applicationid,hostid,name,flags) values ('1120','10263','Temperature','0');
1034INSERT INTO applications (applicationid,hostid,name,flags) values ('1121','10263','Virtual disks','0');
1035INSERT INTO applications (applicationid,hostid,name,flags) values ('1122','10264','Storage','0');
1036INSERT INTO applications (applicationid,hostid,name,flags) values ('1123','10265','Memory','0');
1037INSERT INTO applications (applicationid,hostid,name,flags) values ('1124','10266','CPU','0');
1038INSERT INTO applications (applicationid,hostid,name,flags) values ('1125','10185','Storage','0');
1039INSERT INTO applications (applicationid,hostid,name,flags) values ('1126','10185','Memory','0');
1040INSERT INTO applications (applicationid,hostid,name,flags) values ('1127','10185','CPU','0');
1041INSERT INTO applications (applicationid,hostid,name,flags) values ('1128','10248','Storage','0');
1042INSERT INTO applications (applicationid,hostid,name,flags) values ('1129','10248','Memory','0');
1043INSERT INTO applications (applicationid,hostid,name,flags) values ('1130','10248','CPU','0');
1044INSERT INTO applications (applicationid,hostid,name,flags) values ('1131','10249','Storage','0');
1045INSERT INTO applications (applicationid,hostid,name,flags) values ('1132','10249','Memory','0');
1046INSERT INTO applications (applicationid,hostid,name,flags) values ('1133','10249','CPU','0');
1047INSERT INTO applications (applicationid,hostid,name,flags) values ('1134','10251','Storage','0');
1048INSERT INTO applications (applicationid,hostid,name,flags) values ('1135','10251','Memory','0');
1049INSERT INTO applications (applicationid,hostid,name,flags) values ('1136','10251','CPU','0');
1050INSERT INTO applications (applicationid,hostid,name,flags) values ('1137','10254','Storage','0');
1051INSERT INTO applications (applicationid,hostid,name,flags) values ('1138','10254','Memory','0');
1052INSERT INTO applications (applicationid,hostid,name,flags) values ('1139','10254','CPU','0');
1053INSERT INTO applications (applicationid,hostid,name,flags) values ('1140','10267','Storage','0');
1054INSERT INTO applications (applicationid,hostid,name,flags) values ('1141','10268','Memory','0');
1055INSERT INTO applications (applicationid,hostid,name,flags) values ('1142','10269','CPU','0');
1056INSERT INTO applications (applicationid,hostid,name,flags) values ('1143','10184','Storage','0');
1057INSERT INTO applications (applicationid,hostid,name,flags) values ('1144','10184','Memory','0');
1058INSERT INTO applications (applicationid,hostid,name,flags) values ('1145','10184','CPU','0');
1059INSERT INTO applications (applicationid,hostid,name,flags) values ('1146','10169','JMX','0');
1060INSERT INTO applications (applicationid,hostid,name,flags) values ('1147','10173','VMware','0');
1061INSERT INTO applications (applicationid,hostid,name,flags) values ('1148','10174','VMware','0');
1062INSERT INTO applications (applicationid,hostid,name,flags) values ('1149','10175','VMware','0');
1063INSERT INTO interface (interfaceid,hostid,main,type,useip,ip,dns,port,bulk) values ('1','10084','1','1','1','127.0.0.1','','10050','1');
1064INSERT INTO valuemaps (valuemapid,name) values ('1','Service state');
1065INSERT INTO valuemaps (valuemapid,name) values ('2','Host availability');
1066INSERT INTO valuemaps (valuemapid,name) values ('3','Windows service state');
1067INSERT INTO valuemaps (valuemapid,name) values ('4','APC Battery Replacement Status');
1068INSERT INTO valuemaps (valuemapid,name) values ('5','APC Battery Status');
1069INSERT INTO valuemaps (valuemapid,name) values ('6','HP Insight System Status');
1070INSERT INTO valuemaps (valuemapid,name) values ('7','Dell Open Manage System Status');
1071INSERT INTO valuemaps (valuemapid,name) values ('8','SNMP interface status (ifOperStatus)');
1072INSERT INTO valuemaps (valuemapid,name) values ('9','SNMP device status (hrDeviceStatus)');
1073INSERT INTO valuemaps (valuemapid,name) values ('10','Zabbix agent ping status');
1074INSERT INTO valuemaps (valuemapid,name) values ('11','SNMP interface status (ifAdminStatus)');
1075INSERT INTO valuemaps (valuemapid,name) values ('12','VMware VirtualMachinePowerState');
1076INSERT INTO valuemaps (valuemapid,name) values ('13','VMware status');
1077INSERT INTO valuemaps (valuemapid,name) values ('14','Maintenance status');
1078INSERT INTO valuemaps (valuemapid,name) values ('15','Value cache operating mode');
1079INSERT INTO valuemaps (valuemapid,name) values ('16','Windows service startup type');
1080INSERT INTO valuemaps (valuemapid,name) values ('17','HTTP response status code');
1081INSERT INTO valuemaps (valuemapid,name) values ('18','ENTITY-SENSORS-MIB::EntitySensorStatus');
1082INSERT INTO valuemaps (valuemapid,name) values ('19','EtherLike-MIB::dot3StatsDuplexStatus');
1083INSERT INTO valuemaps (valuemapid,name) values ('20','IF-MIB::ifOperStatus');
1084INSERT INTO valuemaps (valuemapid,name) values ('21','IF-MIB::ifType');
1085INSERT INTO valuemaps (valuemapid,name) values ('22','zabbix.host.available');
1086INSERT INTO valuemaps (valuemapid,name) values ('23','TIMETRA-CHASSIS-MIB::TmnxDeviceState');
1087INSERT INTO valuemaps (valuemapid,name) values ('24','SW-MIB::swSensorStatus');
1088INSERT INTO valuemaps (valuemapid,name) values ('25','SW-MIB::swOperStatus');
1089INSERT INTO valuemaps (valuemapid,name) values ('26','FOUNDRY-SN-AGENT-MIB::snChasPwrSupplyOperStatus');
1090INSERT INTO valuemaps (valuemapid,name) values ('27','FOUNDRY-SN-AGENT-MIB::snChasFanOperStatus');
1091INSERT INTO valuemaps (valuemapid,name) values ('28','CISCO-ENVMON-MIB::CiscoEnvMonState');
1092INSERT INTO valuemaps (valuemapid,name) values ('29','F10-S-SERIES-CHASSIS-MIB::extremeFanOperational');
1093INSERT INTO valuemaps (valuemapid,name) values ('30','F10-S-SERIES-CHASSIS-MIB::chSysFanTrayOperStatus');
1094INSERT INTO valuemaps (valuemapid,name) values ('31','F10-S-SERIES-CHASSIS-MIB::chSysPowerSupplyOperStatus');
1095INSERT INTO valuemaps (valuemapid,name) values ('32','MY-SYSTEM-MIB::mySystemFanIsNormal');
1096INSERT INTO valuemaps (valuemapid,name) values ('33','EQUIPMENT-MIB::swFanStatus');
1097INSERT INTO valuemaps (valuemapid,name) values ('34','EQUIPMENT-MIB::swPowerStatus');
1098INSERT INTO valuemaps (valuemapid,name) values ('35','TruthValue');
1099INSERT INTO valuemaps (valuemapid,name) values ('36','EXTREME-SYSTEM-MIB::extremeFanOperational');
1100INSERT INTO valuemaps (valuemapid,name) values ('37','EXTREME-SYSTEM-MIB::extremeOverTemperatureAlarm');
1101INSERT INTO valuemaps (valuemapid,name) values ('38','EXTREME-SYSTEM-MIB::extremePowerSupplyStatus');
1102INSERT INTO valuemaps (valuemapid,name) values ('39','HH3C-ENTITY-EXT-MIB::hh3cEntityExtErrorStatus');
1103INSERT INTO valuemaps (valuemapid,name) values ('40','HP-ICF-CHASSIS::hpicfSensorStatus');
1104INSERT INTO valuemaps (valuemapid,name) values ('41','HUAWEI-ENTITY-EXTENT-MIB::hwEntityFanState');
1105INSERT INTO valuemaps (valuemapid,name) values ('42','ICS-CHASSIS-MIB::icsChassisFanOperStatus');
1106INSERT INTO valuemaps (valuemapid,name) values ('43','ICS-CHASSIS-MIB::icsChassisSensorSlotOperStatus');
1107INSERT INTO valuemaps (valuemapid,name) values ('44','ICS-CHASSIS-MIB::icsChassisPowerSupplyOperStatus');
1108INSERT INTO valuemaps (valuemapid,name) values ('45','ICS-CHASSIS-MIB::icsChassisTemperatureStatus');
1109INSERT INTO valuemaps (valuemapid,name) values ('46','JUNIPER-ALARM-MIB::jnxRedAlarmState');
1110INSERT INTO valuemaps (valuemapid,name) values ('47','JUNIPER-ALARM-MIB::jnxOperatingState');
1111INSERT INTO valuemaps (valuemapid,name) values ('48','ENTITY-STATE-MIB::EntityOperState');
1112INSERT INTO valuemaps (valuemapid,name) values ('49','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesPowSupplyItemState');
1113INSERT INTO valuemaps (valuemapid,name) values ('50','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesFanItemState');
1114INSERT INTO valuemaps (valuemapid,name) values ('51','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesTempSensorState');
1115INSERT INTO valuemaps (valuemapid,name) values ('52','QTECH-MIB::sysFanStatus');
1116INSERT INTO valuemaps (valuemapid,name) values ('53','QTECH-MIB::sysPowerStatus');
1117INSERT INTO valuemaps (valuemapid,name) values ('54','CPQSINFO-MIB::status');
1118INSERT INTO valuemaps (valuemapid,name) values ('55','CPQHLTH-MIB::cpqHeTemperatureLocale');
1119INSERT INTO valuemaps (valuemapid,name) values ('56','CPQIDA-MIB::cpqDaCntlrModel');
1120INSERT INTO valuemaps (valuemapid,name) values ('57','CPQIDA-MIB::cpqDaPhyDrvStatus');
1121INSERT INTO valuemaps (valuemapid,name) values ('58','IMM-MIB::systemHealthStat');
1122INSERT INTO valuemaps (valuemapid,name) values ('59','IDRAC-MIB-SMIv2::ObjectStatusEnum');
1123INSERT INTO valuemaps (valuemapid,name) values ('60','IDRAC-MIB-SMIv2::StatusProbeEnum');
1124INSERT INTO valuemaps (valuemapid,name) values ('61','IDRAC-MIB-SMIv2::physicalDiskComponentStatus');
1125INSERT INTO valuemaps (valuemapid,name) values ('62','IDRAC-MIB-SMIv2::BooleanType');
1126INSERT INTO valuemaps (valuemapid,name) values ('63','IDRAC-MIB-SMIv2::physicalDiskMediaType');
1127INSERT INTO valuemaps (valuemapid,name) values ('64','IDRAC-MIB-SMIv2::batteryState');
1128INSERT INTO valuemaps (valuemapid,name) values ('65','IDRAC-MIB-SMIv2::virtualDiskLayout');
1129INSERT INTO valuemaps (valuemapid,name) values ('66','IDRAC-MIB-SMIv2::virtualDiskOperationalState');
1130INSERT INTO valuemaps (valuemapid,name) values ('67','IDRAC-MIB-SMIv2::virtualDiskWritePolicy');
1131INSERT INTO valuemaps (valuemapid,name) values ('68','IDRAC-MIB-SMIv2::virtualDiskReadPolicy');
1132INSERT INTO valuemaps (valuemapid,name) values ('69','IDRAC-MIB-SMIv2::virtualDiskState');
1133INSERT INTO valuemaps (valuemapid,name) values ('70','CPQIDA-MIB::cpqDaPhyDrvSmartStatus');
1134INSERT INTO valuemaps (valuemapid,name) values ('71','CPQIDA-MIB::cpqDaAccelStatus');
1135INSERT INTO valuemaps (valuemapid,name) values ('72','CPQIDA-MIB::cpqDaAccelBattery');
1136INSERT INTO valuemaps (valuemapid,name) values ('73','CPQIDA-MIB::cpqDaPhyDrvMediaType');
1137INSERT INTO valuemaps (valuemapid,name) values ('74','CPQIDA-MIB::cpqDaLogDrvFaultTol');
1138INSERT INTO valuemaps (valuemapid,name) values ('75','CPQIDA-MIB::cpqDaLogDrvStatus');
1139INSERT INTO valuemaps (valuemapid,name) values ('76','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsEquipmentOperability');
1140INSERT INTO valuemaps (valuemapid,name) values ('77','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsLsOperState');
1141INSERT INTO valuemaps (valuemapid,name) values ('78','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsStoragePDriveStatus');
1142INSERT INTO valuemaps (valuemapid,name) values ('79','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsStorageLunType');
1143INSERT INTO valuemaps (valuemapid,name) values ('80','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsEquipmentPresence');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('23134','0','','','10081','Average disk read queue length',E'perf_counter[\\234(_Total)\\1402]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'',E'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');
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 ('23135','0','','','10081','Average disk write queue length',E'perf_counter[\\234(_Total)\\1404]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'',E'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');
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 ('23136','0','','','10081','File read bytes per second',E'perf_counter[\\2\\16]','1m','1w','365d','0','0','','Bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'',E'Full counter name: \\System\\File Read Bytes/sec','0','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 ('23137','0','','','10081','File write bytes per second',E'perf_counter[\\2\\18]','1m','1w','365d','0','0','','Bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'',E'Full counter name: \\System\\File Write Bytes/sec','0','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 ('23138','0','','','10081','Number of threads',E'perf_counter[\\2\\250]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'',E'Full counter name: \\System\\Threads','0','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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.
1497
1498It 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');
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 ('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.
1500
1501It requires user parameter mysql.status[*], which is defined in
1502userparameter_mysql.conf.','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 ('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');
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 ('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');
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 ('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');
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 ('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.
1507
15080 - MySQL server is down
15091 - MySQL server is up','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
1531The current mode of operation of the MAC
1532entity.  ''unknown'' indicates that the current
1533duplex mode could not be determined.
1534
1535Management control of the duplex mode is
1536accomplished through the MAU MIB.  When
1537an interface does not support autonegotiation,
1538or when autonegotiation is not enabled, the
1539duplex mode is controlled using
1540ifMauDefaultType.  When autonegotiation is
1541supported and enabled, duplex mode is controlled
1542using ifMauAutoNegAdvertisedBits.  In either
1543case, the currently operating duplex mode is
1544reflected both in this object and in ifMauType.
1545
1546Note that this object provides redundant
1547information with ifMauType.  Normally, redundant
1548objects are discouraged.  However, in this
1549instance, it allows a management application to
1550determine the duplex status of an interface
1551without having to know every possible value of
1552ifMauType.  This was felt to be sufficiently
1553valuable to justify the redundancy.
1554Reference: [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');
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 ('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');
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 ('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
1557The current mode of operation of the MAC
1558entity.  ''unknown'' indicates that the current
1559duplex mode could not be determined.
1560
1561Management control of the duplex mode is
1562accomplished through the MAU MIB.  When
1563an interface does not support autonegotiation,
1564or when autonegotiation is not enabled, the
1565duplex mode is controlled using
1566ifMauDefaultType.  When autonegotiation is
1567supported and enabled, duplex mode is controlled
1568using ifMauAutoNegAdvertisedBits.  In either
1569case, the currently operating duplex mode is
1570reflected both in this object and in ifMauType.
1571
1572Note that this object provides redundant
1573information with ifMauType.  Normally, redundant
1574objects are discouraged.  However, in this
1575instance, it allows a management application to
1576determine the duplex status of an interface
1577without having to know every possible value of
1578ifMauType.  This was felt to be sufficiently
1579valuable to justify the redundancy.
1580Reference: [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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
1586The number of inbound packets which were chosen to be discarded
1587even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1588One possible reason for discarding such a packet could be to free up buffer space.
1589Discontinuities in the value of this counter can occur at re-initialization of the management system,
1590and 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');
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 ('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
1592The type of interface.
1593Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
1594through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',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 ('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
1596An estimate of the interface''s current bandwidth in bits per second.
1597For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,
1598this object should contain the nominal bandwidth.
1599If the bandwidth of the interface is greater than the maximum value reportable by this object then
1600this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.
1601For 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');
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 ('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
1603The number of outbound packets which were chosen to be discarded
1604even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1605One possible reason for discarding such a packet could be to free up buffer space.
1606Discontinuities in the value of this counter can occur at re-initialization of the management system,
1607and 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');
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 ('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
1609For 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');
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 ('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
1611The 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');
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 ('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
1613The 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');
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 ('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
1615For 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');
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 ('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
1617The current operational state of the interface.
1618- The testing(3) state indicates that no operational packet scan be passed
1619- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
1620- 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
1621- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
1622- 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
1623- 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');
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 ('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');
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 ('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
1626The number of inbound packets which were chosen to be discarded
1627even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1628One possible reason for discarding such a packet could be to free up buffer space.
1629Discontinuities in the value of this counter can occur at re-initialization of the management system,
1630and 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');
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 ('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
1632The type of interface.
1633Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
1634through updating the syntax of the IANAifType textual convention.','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 ('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
1636An estimate of the interface''s current bandwidth in bits per second.
1637For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,
1638this object should contain the nominal bandwidth.
1639If the bandwidth of the interface is greater than the maximum value reportable by this object then
1640this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.
1641For 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');
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 ('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
1643The number of outbound packets which were chosen to be discarded
1644even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1645One possible reason for discarding such a packet could be to free up buffer space.
1646Discontinuities in the value of this counter can occur at re-initialization of the management system,
1647and 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');
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 ('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
1649For 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');
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 ('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
1651The 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');
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 ('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
1653The 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');
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 ('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
1655For 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');
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 ('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
1657The current operational state of the interface.
1658- The testing(3) state indicates that no operational packet scan be passed
1659- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
1660- 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
1661- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
1662- 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
1663- 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');
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 ('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');
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 ('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
1666The number of inbound packets which were chosen to be discarded
1667even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1668One possible reason for discarding such a packet could be to free up buffer space.
1669Discontinuities in the value of this counter can occur at re-initialization of the management system,
1670and 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');
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 ('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
1672The type of interface.
1673Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
1674through updating the syntax of the IANAifType textual convention.','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 ('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
1676An 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');
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 ('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
1678The number of outbound packets which were chosen to be discarded
1679even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1680One possible reason for discarding such a packet could be to free up buffer space.
1681Discontinuities in the value of this counter can occur at re-initialization of the management system,
1682and 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');
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 ('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
1684For 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');
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 ('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
1686The 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');
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 ('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
1688The 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');
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 ('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
1690For 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');
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 ('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
1692The current operational state of the interface.
1693- The testing(3) state indicates that no operational packet scan be passed
1694- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
1695- 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
1696- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
1697- 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
1698- 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');
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 ('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');
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 ('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
1701The number of inbound packets which were chosen to be discarded
1702even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1703One possible reason for discarding such a packet could be to free up buffer space.
1704Discontinuities in the value of this counter can occur at re-initialization of the management system,
1705and 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');
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 ('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
1707The type of interface.
1708Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
1709through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',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 ('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
1711An 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');
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 ('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
1713The number of outbound packets which were chosen to be discarded
1714even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1715One possible reason for discarding such a packet could be to free up buffer space.
1716Discontinuities in the value of this counter can occur at re-initialization of the management system,
1717and 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');
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 ('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
1719For 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');
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 ('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
1721The 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');
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 ('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
1723The 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');
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 ('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
1725For 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');
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 ('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
1727The current operational state of the interface.
1728- The testing(3) state indicates that no operational packet scan be passed
1729- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
1730- 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
1731- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
1732- 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
1733- 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');
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 ('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');
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 ('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
1736The number of inbound packets which were chosen to be discarded
1737even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1738One possible reason for discarding such a packet could be to free up buffer space.
1739Discontinuities in the value of this counter can occur at re-initialization of the management system,
1740and 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');
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 ('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
1742The type of interface.
1743Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
1744through updating the syntax of the IANAifType textual convention.','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 ('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
1746An 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');
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 ('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
1748The number of outbound packets which were chosen to be discarded
1749even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1750One possible reason for discarding such a packet could be to free up buffer space.
1751Discontinuities in the value of this counter can occur at re-initialization of the management system,
1752and 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');
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 ('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
1754For 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');
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 ('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
1756The 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');
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 ('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
1758The 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');
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 ('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
1760For 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');
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 ('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
1762The current operational state of the interface.
1763- The testing(3) state indicates that no operational packet scan be passed
1764- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
1765- 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
1766- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
1767- 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
1768- 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');
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 ('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
1770An 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');
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 ('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
1772A textual description of the entity.  This value should
1773include the full name and version identification of the system''s hardware type, software operating-system, and
1774networking software.','14','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 ('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');
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 ('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
1777The 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');
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 ('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
1779The 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');
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 ('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');
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 ('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
1782The 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');
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 ('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
1784An 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');
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 ('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
1786A textual description of the entity.  This value should
1787include the full name and version identification of the system''s hardware type, software operating-system, and
1788networking software.','14','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 ('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');
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 ('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
1791The 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');
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 ('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
1793The 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');
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 ('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');
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 ('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
1796The 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
1801The 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');
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 ('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
1803The 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');
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 ('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
1805The 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
1810The 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');
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 ('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
1812Current status of the Fan tray.','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 ('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');
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 ('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');
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 ('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');
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 ('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
1817The current operational status of the switch.The states are as follow:
1818online(1) means the switch is accessible by an external Fibre Channel port
1819offline(2) means the switch is not accessible
1820testing(3) means the switch is in a built-in test mode and is not accessible by an external Fibre Channel port
1821faulty(4) means the switch is not operational.','0','30d','0','0','','0','',NULL,'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 ('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
1823Memory utilization in %','0','30d','0','0','','0','',NULL,'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 ('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
1825System''s CPU usage.','0','30d','0','0','','0','',NULL,'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 ('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');
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 ('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');
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 ('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');
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 ('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
1830Temperature status of testpoint: {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'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 ('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
1832Temperature readings of testpoint: {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'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 ('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');
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 ('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
1835The current value (reading) of the sensor.
1836The value, -2147483648, represents an unknown quantity.
1837The 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');
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 ('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');
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 ('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
1840The system dynamic memory utilization, in unit of percentage.
1841Deprecated: Refer to snAgSystemDRAMUtil.
1842For NI platforms, refer to snAgentBrdMemoryUtil100thPercent','0','30d','0','0','','0','',NULL,'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 ('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
1844The statistics collection of 1 minute CPU utilization.','0','30d','0','0','','0','',NULL,'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 ('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
1846The 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');
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 ('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');
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 ('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
1849The 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
1862Temperature 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');
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 ('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
1864Temperature of the chassis. Each unit is 0.5 degrees Celcius.
1865Only management module built with temperature sensor hardware is applicable.
1866For 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');
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 ('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');
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 ('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');
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 ('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
1870Temperature 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');
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 ('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
1872A 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');
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 ('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
1874The 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');
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 ('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
18765 minute exponentially-decayed moving average of the CPU busy percentage.
1877Reference: 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');
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 ('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');
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 ('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');
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 ('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.
1881http://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');
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 ('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 ,
1883indexed with cpmCPUTotalIndex .
1884This table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,
1885like different CPU chips, group of CPUs, or CPUs in different modules/cards.
1886In 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');
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 ('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');
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 ('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
1889maintained by the environmental monitor.','0','30d','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 ('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');
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 ('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');
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 ('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
1893Indicates 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
1894Reference: 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');
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 ('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
1896Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
1897Reference: 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');
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 ('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
1899The 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.
1900Reference: 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');
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 ('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');
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 ('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
1903The current state of the test point being instrumented.','0','30d','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 ('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
1905The current measurement of the test point being instrumented.','0','30d','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
1913Total memory usage in percentage.','0','30d','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 ('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
1915CPU utilization in percentage for last 1 minute.','0','30d','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 ('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
1917The status of the power supply {#SNMPVALUE}','0','30d','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 ('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
1919The status of the fan tray {#SNMPVALUE}.','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 ('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
1921Current code version of this unit.','0','30d','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 ('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
1923The unit manufacturer''s product revision','0','30d','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 ('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
1925The unit''s serial number.','0','30d','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 ('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
1927The plugged-in model ID for this unit.','0','30d','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 ('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
1929The temperature of the unit.','0','30d','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 ('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');
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 ('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');
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 ('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');
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 ('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
1934A textual description of the entity. This value should
1935include the full name and version identification of the system''s hardware type, software operating-system, and
1936networking software.','29','30d','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 ('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
1938CPU utilization in %','0','30d','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
1944This is the memory pool utilization currently.','0','30d','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 ('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
1946Return 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
1952A 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');
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 ('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
1954A textual description of the entity.  This value should
1955include the full name and version identification of the system''s hardware type, software operating-system, and
1956networking software.','29','30d','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 ('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
1958The 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
1964The 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');
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 ('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
1966The shelf current temperature.','0','30d','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 ('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
1968Indicates the current power status.
1969lowVoltage : The voltage of the power unit is too low.
1970overCurrent: The current of the power unit is too high.
1971working    : The power unit is working normally.
1972fail       : The power unit has failed.
1973connect    : The power unit is connected but not powered on.
1974disconnect : The power unit is not connected.','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 ('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
1976Indicates the current fan status.
1977speed-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.
1978speed-low   : Fan spin using the lowest speed.
1979speed-middle: Fan spin using the middle speed.
1980speed-high  : Fan spin using the highest speed.','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 ('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');
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 ('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');
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 ('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
1984The software revision of the primary image stored in this device.
1985This string will have a zero length if the revision is unknown, invalid or not present.
1986This 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');
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 ('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');
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 ('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');
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 ('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
1990Temperature readings of testpoint: Device
1991Reference: 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');
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 ('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
1993Temperature status of testpoint: Device','0','30d','0','0','','0','',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 ('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
1995Total CPU utlization (percentage) as of last sampling.','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2001Total amount of DRAM in Kbytes in the system.','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 ('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
2003Total 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');
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 ('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
2005Status of the power supply {#SNMPVALUE}','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 ('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
2007The 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');
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 ('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
2009Operational status of a cooling fan.','0','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2016The memory usage for the entity. This object indicates what
2017percent of memory are used.','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 ('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
2019The CPU usage for this entity. Generally, the CPU usage
2020will calculate the overall CPU usage on the entity, and it
2021is 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');
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 ('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
2023The temperature for the {#SNMPVALUE}.','0','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 ('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
2025Indicate the error state of this entity object.
2026fanError(41) means that the fan stops working.','0','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 ('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
2028Indicate the error state of this entity object.
2029psuError(51) means that the power supply unit is in the state of fault.
2030rpsError(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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2043The temperature for the {#SNMPVALUE}.','0','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 ('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
2045The memory usage for the entity. This object indicates what percent of memory are used.
2046Reference: 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');
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 ('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
2048The 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.
2049Reference: 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2059The operational status of the sensor.','0','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 ('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
2061The current value read from the sensor.','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 ('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
2063The 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');
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 ('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
2065Actual status of the power supply:
2066(1) unknown: status not known.
2067(2) disabled: power supply is disabled.
2068(3) failed - power supply is unable to supply power due to failure.
2069(4) warning - power supply is supplying power, but an output or sensor is bad or warning.
2070(5) standby - power supply believed usable,but not supplying power.
2071(6) engaged - power supply is supplying power.
2072(7) redundant - power supply is supplying power, but not needed.
2073(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');
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 ('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
2075The operational status of the fan unit.','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 ('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');
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 ('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
2078The 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');
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 ('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
2080The 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');
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 ('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
2082The red alarm indication on the craft interface panel.
2083The red alarm is on when there is some system
2084failure or power supply failure or the system
2085is experiencing a hardware malfunction or some
2086threshold is being exceeded.
2087
2088This red alarm state could be turned off by the
2089ACO/LT (Alarm Cut Off / Lamp Test) button on the
2090front panel module.','0','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 ('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
2092http://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');
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 ('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
2094http://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');
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 ('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');
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 ('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');
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 ('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
2098The buffer pool utilization in percentage of this subject.  Zero if unavailable or inapplicable.
2099Reference: 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');
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 ('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
2101The temperature in Celsius (degrees C) of {#SENSOR_INFO}','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 ('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');
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 ('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
2104If 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.
2105This 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');
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 ('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');
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 ('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
2108RouterBOARD serial number','8','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 ('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
2110Current firmware version','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 ('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
2112Software version','5','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 ('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
2114(mtxrHlTemperature) Device temperature in Celsius (degrees C). Might be missing in entry models (RB750, RB450G..)
2115Reference: http://wiki.mikrotik.com/wiki/Manual:SNMP','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 ('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
2117The size of the storage represented by this entry, in
2118units of hrStorageAllocationUnits. This object is
2119writable to allow remote configuration of the size of
2120the storage area in those cases where such an
2121operation makes sense and is possible on the
2122underlying system. For example, the amount of main
2123memory allocated to a buffer pool might be modified or
2124the amount of disk space allocated to virtual memory
2125might be modified.','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 ('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');
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 ('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
2128The 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');
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 ('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');
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 ('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
2131Since 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');
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 ('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');
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 ('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
2134The 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');
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 ('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
2136(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');
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 ('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');
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 ('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
2139The size of the storage represented by this entry, in
2140units of hrStorageAllocationUnits. This object is
2141writable to allow remote configuration of the size of
2142the storage area in those cases where such an
2143operation makes sense and is possible on the
2144underlying system. For example, the amount of main
2145memory allocated to a buffer pool might be modified or
2146the amount of disk space allocated to virtual memory
2147might be modified.','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 ('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
2149The 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');
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 ('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');
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 ('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
2152Serial number of the switch','8','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 ('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
2154Operating System running on this unit','5','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 ('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');
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 ('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
2157The total memory freed for utilization.','0','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 ('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
2159The total Memory allocated for the tasks','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 ('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
2161CPU utilization in %','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 ('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');
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 ('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');
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 ('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');
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 ('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
2166The state of temperature sensor','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 ('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
2168The temperature value reported by sensor','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 ('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
2170The status of fan','0','30d','0','0','','0','',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 ('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
2172The status of power supply','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2179Used memory in Bytes','0','30d','0','0','','0','',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 ('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
2181Total memory in Bytes','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 ('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');
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 ('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
2184CPU utilization in %','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 ('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
2186The hardware version of the product.','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 ('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
2188The software version of the product.','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 ('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
2190The Serial number of the product.','8','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 ('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
2192The hardware version of the product.','29','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 ('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');
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 ('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');
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 ('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
2196Displays the CPU utilization in 1 minute.
2197Reference: http://www.tp-link.com/faq-1330.html','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 ('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
2199Displays the memory utilization.
2200Reference: http://www.tp-link.com/faq-1330.html','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 ('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
2202A 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');
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 ('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
2204Printable 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');
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 ('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');
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 ('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
2207Total memory in Bytes','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 ('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');
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 ('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
22105 minute load average of processor load.','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 ('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
2212Contains the operating code version number (also known as software or firmware).
2213For example, a software version such as A.08.01 is described as follows:
2214A    the function set available in your router
221508   the common release number
221601   updates to the current common release','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 ('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');
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 ('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
2219The CPU utilization in percent(%).
2220Reference: 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2228The most recent measurement obtained by the agent for this sensor.
2229To correctly interpret the value of this object, the associated entPhySensorType,
2230entPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','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 ('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');
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 ('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
2233The number of available (unallocated) bytes.','0','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 ('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
2235The number of currently allocated bytes.','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 ('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
2237Actual status indicated by the sensor: {#ENT_DESCR}','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 ('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
2239Actual status indicated by the sensor: {#ENT_DESCR}','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 ('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
2241Actual status indicated by the sensor: {#ENT_DESCR}','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2249The operational status of the sensor {#SENSOR_INFO}','0','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 ('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
2251The most recent measurement obtained by the agent for this sensor.
2252To correctly interpret the value of this object, the associated entPhySensorType,
2253entPhySensorScale, and entPhySensorPrecision objects must also be examined.','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 ('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
2255The operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',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 ('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
2257The most recent measurement obtained by the agent for this sensor.
2258To correctly interpret the value of this object, the associated entPhySensorType,
2259entPhySensorScale, and entPhySensorPrecision objects must also be examined.','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 ('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');
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 ('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');
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 ('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');
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 ('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 ,
2264indexed with cpmCPUTotalIndex .
2265This table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,
2266like different CPU chips, group of CPUs, or CPUs in different modules/cards.
2267In 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');
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 ('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
2269The overall CPU busy percentage in the last 5 minute
2270period. This object deprecates the avgBusy5 object from
2271the OLD-CISCO-SYSTEM-MIB. This object is deprecated
2272by cpmCPUTotal5minRev which has the changed range
2273of value (0..100)
2274Reference: 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2279The 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');
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 ('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
2281The 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2287The most recent measurement obtained by the agent for this sensor.
2288To correctly interpret the value of this object, the associated entPhySensorType,
2289entPhySensorScale, and entPhySensorPrecision objects must also be examined.','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 ('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
2291The operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',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 ('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
2293The most recent measurement obtained by the agent for this sensor.
2294To correctly interpret the value of this object, the associated entPhySensorType,
2295entPhySensorScale, and entPhySensorPrecision objects must also be examined.','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 ('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
2297The operational status of the sensor {#SENSOR_INFO}','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 ('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');
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 ('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');
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 ('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');
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 ('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
2302This 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');
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 ('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
2304This attribute defines the model name of the system.','29','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 ('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
2306This 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');
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 ('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
2308This attribute defines the service tag of the system.','8','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 ('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
2310This 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
23200700.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');
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 ('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
23220700.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');
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 ('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
23240700.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');
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 ('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
23260700.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');
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 ('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
23280600.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');
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 ('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
23300700.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');
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 ('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
23320700.0012.0001.0006 This attribute defines the reading for a cooling device
2333of subtype other than coolingDeviceSubTypeIsDiscrete.  When the value
2334for coolingDeviceSubType is other than coolingDeviceSubTypeIsDiscrete, the
2335value returned for this attribute is the speed in RPM or the OFF/ON value
2336of the cooling device.  When the value for coolingDeviceSubType is
2337coolingDeviceSubTypeIsDiscrete, a value is not returned for this attribute.','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 ('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
2339The status of the physical disk itself without the propagation of any contained component status.
2340Possible values:
23411: Other
23422: Unknown
23433: OK
23444: Non-critical
23455: Critical
23466: Non-recoverable','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 ('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
2348The 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');
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 ('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
2350Indicates 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');
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 ('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
2352The model number of the physical disk.','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 ('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
2354The part number of the disk.','0','30d','0','0','','0','',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 ('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
2356The media type of the physical disk. Possible Values:
23571: The media type could not be determined.
23582: Hard Disk Drive (HDD).
23593: Solid State Drive (SSD).','0','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 ('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
2361The size of the physical disk in megabytes.','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 ('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
2363The virtual disk''s RAID type.
2364Possible values:
23651: Not one of the following
23662: RAID-0
23673: RAID-1
23684: RAID-5
23695: RAID-6
23706: RAID-10
23717: RAID-50
23728: RAID-60
23739: Concatenated RAID 1
237410: Concatenated RAID 5','0','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 ('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
2376The state of the virtual disk when there are progressive operations ongoing.
2377Possible values:
23781: There is no active operation running.
23792: The virtual disk configuration has changed. The physical disks included in the virtual disk are being modified to support the new configuration.
23803: A Consistency Check (CC) is being performed on the virtual disk.
23814: The virtual disk is being initialized.
23825: 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');
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 ('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
2384The read policy used by the controller for read operations on this virtual disk.
2385Possible values:
23861: No Read Ahead.
23872: Read Ahead.
23883: Adaptive Read Ahead.','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 ('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
2390The write policy used by the controller for write operations on this virtual disk.
2391Possible values:
23921: Write Through.
23932: Write Back.
23943: Force Write Back.','0','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 ('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
2396The size of the virtual disk in megabytes.','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 ('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
2398The current state of this virtual disk (which includes any member physical disks.)
2399Possible states:
24001: The current state could not be determined.
24012: The virtual disk is operating normally or optimally.
24023: The virtual disk has encountered a failure. The data on disk is lost or is about to be lost.
24034: The virtual disk encounterd a failure with one or all of the constituent redundant physical disks.
2404The 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');
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 ('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
2406The status of the controller itself without the propagation of any contained component status.
2407Possible values:
24081: Other
24092: Unknown
24103: OK
24114: Non-critical
24125: Critical
24136: Non-recoverable','0','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 ('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
2415The controller''s name as represented in Storage Management.','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 ('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
2417Current state of battery.
2418Possible values:
24191: The current state could not be determined.
24202: The battery is operating normally.
24213: The battery has failed and needs to be replaced.
24224: The battery temperature is high or charge level is depleting.
24235: The battery is missing or not detected.
24246: The battery is undergoing the re-charge phase.
24257: 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');
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 ('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
2427This value specifies the overall condition of the system''s thermal environment.
2428This value will be one of the following:
2429other(1)  Temperature could not be determined.
2430ok(2)  The temperature sensor is within normal operating range.
2431degraded(3)  The temperature sensor is outside of normal operating range.
2432failed(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');
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 ('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
2434The 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');
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 ('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
2436The 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2450Temperature readings of testpoint: {#SNMPINDEX}','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 ('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
2452This 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');
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 ('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
2454Temperature readings of testpoint: Ambient','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 ('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
2456Temperature readings of testpoint: CPU-{#SNMPINDEX}','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 ('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
2458Temperature readings of testpoint: Memory-{#SNMPINDEX}','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 ('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
2460Temperature readings of testpoint: PSU-{#SNMPINDEX}','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 ('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
2462Temperature readings of testpoint: System-{#SNMPINDEX}','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 ('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
2464The condition of the power supply. This value will be one of the following:
2465other(1)  The status could not be determined or not present.
2466ok(2)  The power supply is operating normally.
2467degraded(3)  A temperature sensor, fan or other power supply component is  outside of normal operating range.
2468failed(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');
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 ('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
2470The condition of the fan.
2471This value will be one of the following:
2472other(1)  Fan status detection is not supported by this system or driver.
2473ok(2)  The fan is operating properly.
2474degraded(2)  A redundant fan is not operating properly.
2475failed(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');
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 ('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
2477This value represents the overall condition of this controller,
2478and 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');
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 ('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
2480Array Controller Model. The type of controller card.','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 ('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
2482Cache Module/Operations Status. This describes the status of the cache module and/or cache operations.
2483Note 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');
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 ('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
2485Cache Module Board Backup Power Status. This monitors the status of each backup power source on the board.
2486The backup power source can only recharge when the system has power applied. The type of backup power source used is indicated by cpqDaAccelBackupPowerSource.
2487The following values are valid:
2488Other (1)  Indicates that the instrument agent does not recognize  backup power status.  You may need to update your software.
2489
2490Ok (2)  The backup power source is fully charged.
2491
2492Recharging (3)  The array controller has one or more cache module backup power  sources that are recharging.
2493Cache module operations such as Battery/Flash Backed Write Cache, Expansion, Extension and Migration are temporarily suspended until the backup power source is fully charged.
2494Cache module operations will automatically resume  when charging is complete.
2495
2496Failed (4)  The battery pack is below the sufficient voltage level and  has not recharged in 36 hours.
2497Your Cache Module board  needs to be serviced.
2498
2499Degraded (5)  The battery is still operating, however, one of the batteries  in the pack has failed to recharge properly.
2500Your Cache  Module board should be serviced as soon as possible.
2501
2502NotPresent (6)  A backup power source is not present on the cache module board. Some controllers do not have backup power sources.
2503
2504Capacitor 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');
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 ('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
2506Physical Drive Status. This shows the status of the physical drive. The following values are valid for the physical drive status:
2507other (1)  Indicates that the instrument agent does not recognize  the drive.
2508You may need to upgrade your instrument agent  and/or driver software.
2509ok (2)  Indicates the drive is functioning properly.
2510failed (3)  Indicates that the drive is no longer operating and  should be replaced.
2511predictiveFailure(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');
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 ('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
2513Physical Drive S.M.A.R.T Status.The following values are defined:
2514other(1)  The agent is unable to determine if the status of S.M.A.R.T  predictive failure monitoring for this drive.
2515ok(2)  Indicates the drive is functioning properly.
2516replaceDrive(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');
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 ('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
2518Physical Drive Serial Number.
2519This is the serial number assigned to the physical drive.
2520This value is based upon the serial number as returned by the SCSI inquiry command
2521but 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');
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 ('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
2523Physical Drive Model.This is a text description of the physical drive.
2524The text that appears depends upon who manufactured the drive and the drive type.
2525If a drive fails, note the model to identify the type of drive necessary for replacement.
2526If 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');
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 ('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
2528Drive Array Physical Drive Media Type.The following values are defined:
2529other(1)  The instrument agent is unable to determine the physical drive’s media type.
2530rotatingPlatters(2)  The physical drive media is composed of rotating platters.
2531solidState(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');
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 ('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
2533Physical Drive Size in MB.
2534This is the size of the physical drive in megabytes.
2535This value is calculated using the value 1,048,576 (2^20) as a megabyte.
2536Drive manufacturers sometimes use the number 1,000,000 as a megabyte when giving drive capacities so this value may differ
2537from the advertised size of a drive. This field is only applicable for controllers which support SCSI drives,
2538and therefore is not supported by the IDA or IDA-2 controllers. The field will contain 0xFFFFFFFF if the drive capacity cannot be calculated
2539or if the controller does not support SCSI drives.','0','30d','0','0','','0','',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 ('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');
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 ('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.
2542This 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');
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 ('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.
2544This is the size of the logical drive in megabytes.  This value
2545is calculated using the value 1,048,576 (2^20) as a megabyte.
2546Drive manufacturers sometimes use the number 1,000,000 as a
2547megabyte when giving drive capacities so this value may
2548differ from the advertised size of a drive.','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 ('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
2550Indicates 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');
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 ('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');
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 ('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
2553Machine serial number VPD information','8','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2561Temperature readings of testpoint: {#SNMPVALUE}','0','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 ('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
2563Temperature readings of testpoint: Ambient','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 ('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
2565Temperature readings of testpoint: CPU','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 ('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
2567A description of the power module status.','0','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 ('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
2569A description of the fan component status.','0','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 ('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
2571Fan speed expressed in percent(%) of maximum RPM.
2572An octet string expressed as ''ddd% of maximum'' where:d is a decimal digit or blank space for a leading zero.
2573If 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');
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 ('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');
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 ('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
2576disk module FRU name.','0','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 ('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
2578Indicates 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');
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 ('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');
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 ('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
2581Machine serial number VPD information','8','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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2589Temperature readings of testpoint: {#SNMPVALUE}','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 ('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
2591Temperature readings of testpoint: Ambient','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 ('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
2593Temperature readings of testpoint: CPU','0','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 ('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
2595A description of the power module status.','0','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 ('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
2597A description of the fan component status.','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 ('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
2599Fan speed expressed in percent(%) of maximum RPM.
2600An octet string expressed as ''ddd% of maximum'' where:d is a decimal digit or blank space for a leading zero.
2601If 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');
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 ('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');
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 ('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
2604disk module FRU name.','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 ('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');
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 ('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');
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 ('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
2608A textual string containing information about the interface.
2609This 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');
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 ('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
2611A textual string containing information about the interface.
2612This 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');
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 ('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');
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 ('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');
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 ('28501','16','','','10260','jk-8009 bytes received per second',E'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');
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 ('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');
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 ('28503','16','','','10260','http-8080 threads busy',E'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');
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 ('28504','16','','','10260','http-8080 threads allocated',E'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');
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 ('28505','16','','','10260','http-8443 threads max',E'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');
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 ('28506','16','','','10260','http-8443 threads busy',E'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');
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 ('28507','16','','','10260','http-8443 threads allocated',E'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');
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 ('28508','16','','','10260','jk-8009 threads max',E'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');
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 ('28509','16','','','10260','jk-8009 threads busy',E'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');
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 ('28510','16','','','10260','jk-8009 threads allocated',E'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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('28517','16','','','10260','jk-8009 bytes sent per second',E'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');
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 ('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');
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 ('28519','16','','','10260','http-8080 requests per second',E'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');
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 ('28520','16','','','10260','http-8080 request processing time',E'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');
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 ('28521','16','','','10260','http-8080 errors per second',E'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');
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 ('28522','16','','','10260','http-8080 bytes sent per second',E'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');
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 ('28523','16','','','10260','http-8080 bytes received per second',E'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');
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 ('28524','16','','','10260','http-8443 requests per second',E'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');
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 ('28525','16','','','10260','http-8443 request processing time',E'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');
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 ('28526','16','','','10260','http-8443 errors per second',E'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');
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 ('28527','16','','','10260','http-8443 bytes sent per second',E'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');
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 ('28528','16','','','10260','http-8443 bytes received per second',E'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');
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 ('28529','16','','','10260','jk-8009 requests per second',E'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');
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 ('28530','16','','','10260','jk-8009 request processing time',E'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');
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 ('28531','16','','','10260','jk-8009 errors per second',E'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');
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 ('28532','16','','','10260','http-8080 threads max',E'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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2654The CPU utilization in percentage of this subject. Zero if unavailable or inapplicable.
2655Reference: 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2666Temperature readings of testpoint: {#SENSOR_LOCATION}.Ambient','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 ('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
2668Cisco UCS compute:RackUnitMbTempStats:frontTemp managed object property','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 ('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
2670Cisco UCS compute:RackUnitMbTempStats:rearTemp managed object property','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 ('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
2672Cisco UCS compute:RackUnitMbTempStats:ioh1Temp managed object property','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 ('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
2674Cisco UCS processor:EnvStats:temperature managed object property','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 ('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
2676Cisco UCS equipment:Psu:operState managed object property','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 ('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
2678Cisco UCS compute:RackUnit:operState managed object property','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 ('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
2680Cisco UCS compute:RackUnit:model managed object property','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 ('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
2682Cisco UCS compute:RackUnit:serial managed object property','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 ('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
2684Cisco UCS equipment:Fan:operState managed object property','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 ('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
2686Cisco UCS storage:LocalDisk:diskState managed object property.','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 ('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
2688Cisco 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');
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 ('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
2690Cisco 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');
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 ('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
2692Cisco 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');
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 ('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
2694Cisco UCS storage:LocalLun:presence managed object property','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 ('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
2696Cisco UCS storage:LocalLun:type managed object property','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 ('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
2698Cisco 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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
2703The 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');
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 ('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
2705The average, over the last minute, of the percentage of time that processors was not idle.
2706Implementations 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');
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 ('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');
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 ('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');
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 ('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
2710The 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');
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 ('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
2712The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
2713This 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.
2714For 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');
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 ('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');
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 ('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
2717The 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');
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 ('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
2719The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
2720This 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.
2721For 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');
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 ('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');
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 ('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
2724The average, over the last minute, of the percentage of time that processors was not idle.
2725Implementations 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 ('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');
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 ('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');
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 ('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
2729The 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');
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 ('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
2731The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
2732This 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.
2733For 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');
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 ('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');
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 ('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
2736The 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');
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 ('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
2738The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
2739This 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.
2740For 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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
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 ('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');
2761INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2762INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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 you’re 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');
2763INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2764INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2765INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2766INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2767INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2768INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2769INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2770INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2771INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2772INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2773INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2774INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2775INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2776INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2777INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2778INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2779INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2780INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2781INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2782INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2783INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2784INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2785INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2786INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2787INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2788INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2789INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2790INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2791INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2792INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2793INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2794INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2795INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2796INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2797INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2798INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2799INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2800INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2801INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2802INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2803INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2804INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2805INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2806INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2807INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2808INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2809INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2810INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2811INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2812INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2813INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2814INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2815INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2816INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2817INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2818INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2819INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2820INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2821INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2822INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2823INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2824INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2825INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2826INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2827INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2828INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2829INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2830INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2831INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2832INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2833INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2834INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2835INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2836INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2837INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2838INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2839INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2840INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2841INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2842INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2843INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2844INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2845INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2846INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2847INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2848INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2849INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2850INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2851INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2852INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2853INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2854INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2855INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2856INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2857INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2858INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2859INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2860INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2861INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2862INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2863INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2864INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2865INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2866INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2867INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2868INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2869INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2870INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2871INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2872INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2873INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2874INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2875INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2876INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2877INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2878INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2879INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2880INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2881INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2882INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2883INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2884INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2885INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2886INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2887INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2888INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2889INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2890INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2891INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2892INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2893INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2894INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2895INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2896INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2897INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2898INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2899INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2900INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2901INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2902INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2903INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2904INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2905INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2906INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2907INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2908INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2909INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2910INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2911INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2912INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2913INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2914INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2915INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2916INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2917INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2918INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2919INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2920INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2921INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2922INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2923INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2924INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2925INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2926INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2927INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2928INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2929INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2930INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2931INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2932INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2933INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2934INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2935INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2936INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2937INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2938INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2939INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2940INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2941INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2942INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2943INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2944INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2945INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2946INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2947INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2948INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2949INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2950INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2951INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2952INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2953INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2954INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2955INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2956INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2957INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2958INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2959INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2960INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2961INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2962INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2963INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2964INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2965INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2966INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2967INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2968INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2969INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2970INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2971INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2972INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2973INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2974INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2975INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2976INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2977INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2978INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2979INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2980INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2981INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2982INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2983INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2984INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2985INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2986INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2987INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2988INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2989INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2990INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2991INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2992INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2993INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2994INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2995INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2996INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2997INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2998INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
2999INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3000INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3001INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3002INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3003INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3004INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3005INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3006INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3007INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3008INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3009INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3010INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3011INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3012INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3013INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3014INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3015INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3016INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3017INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3018INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3019INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3020INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3021INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3022INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3023INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3024INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3025INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3026INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3027INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3028INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3029INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3030INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3031INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3032INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3033INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3034INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3035INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3036INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3037INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3038INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3039INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3040INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3041INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3042INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3043INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3044INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3045INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3046INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3047INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3048INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3049INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3050INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3051The number of inbound packets which were chosen to be discarded
3052even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3053One possible reason for discarding such a packet could be to free up buffer space.
3054Discontinuities in the value of this counter can occur at re-initialization of the management system,
3055and 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');
3056INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3057For 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');
3058INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3059The 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');
3060INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3061The number of outbound packets which were chosen to be discarded
3062even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3063One possible reason for discarding such a packet could be to free up buffer space.
3064Discontinuities in the value of this counter can occur at re-initialization of the management system,
3065and 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');
3066INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3067For 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');
3068INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3069The 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');
3070INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3071An 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');
3072INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3073The current operational state of the interface.
3074- The testing(3) state indicates that no operational packet scan be passed
3075- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3076- 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
3077- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3078- 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
3079- 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');
3080INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3081The type of interface.
3082Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3083through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3084INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3085INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3086The current mode of operation of the MAC
3087entity.  ''unknown'' indicates that the current
3088duplex mode could not be determined.
3089
3090Management control of the duplex mode is
3091accomplished through the MAU MIB.  When
3092an interface does not support autonegotiation,
3093or when autonegotiation is not enabled, the
3094duplex mode is controlled using
3095ifMauDefaultType.  When autonegotiation is
3096supported and enabled, duplex mode is controlled
3097using ifMauAutoNegAdvertisedBits.  In either
3098case, the currently operating duplex mode is
3099reflected both in this object and in ifMauType.
3100
3101Note that this object provides redundant
3102information with ifMauType.  Normally, redundant
3103objects are discouraged.  However, in this
3104instance, it allows a management application to
3105determine the duplex status of an interface
3106without having to know every possible value of
3107ifMauType.  This was felt to be sufficiently
3108valuable to justify the redundancy.
3109Reference: [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');
3110INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3111INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3112The 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');
3113INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3114A textual description of the entity.  This value should
3115include the full name and version identification of the system''s hardware type, software operating-system, and
3116networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3117INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3118The 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');
3119INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3120An 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');
3121INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3122The 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');
3123INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3124INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3125INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3126The number of inbound packets which were chosen to be discarded
3127even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3128One possible reason for discarding such a packet could be to free up buffer space.
3129Discontinuities in the value of this counter can occur at re-initialization of the management system,
3130and 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');
3131INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3132For 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');
3133INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3134The 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');
3135INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3136The number of outbound packets which were chosen to be discarded
3137even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3138One possible reason for discarding such a packet could be to free up buffer space.
3139Discontinuities in the value of this counter can occur at re-initialization of the management system,
3140and 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');
3141INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3142For 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');
3143INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3144The 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');
3145INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3146An 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');
3147INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3148The current operational state of the interface.
3149- The testing(3) state indicates that no operational packet scan be passed
3150- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3151- 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
3152- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3153- 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
3154- 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');
3155INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3156The type of interface.
3157Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3158through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3159INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3160INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3161The 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');
3162INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3163A textual description of the entity.  This value should
3164include the full name and version identification of the system''s hardware type, software operating-system, and
3165networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3166INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3167The 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');
3168INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3169An 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');
3170INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3171The 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');
3172INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3173INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3174INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3175The number of inbound packets which were chosen to be discarded
3176even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3177One possible reason for discarding such a packet could be to free up buffer space.
3178Discontinuities in the value of this counter can occur at re-initialization of the management system,
3179and 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');
3180INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3181For 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');
3182INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3183The 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');
3184INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3185The number of outbound packets which were chosen to be discarded
3186even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3187One possible reason for discarding such a packet could be to free up buffer space.
3188Discontinuities in the value of this counter can occur at re-initialization of the management system,
3189and 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');
3190INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3191For 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');
3192INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3193The 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');
3194INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3195An 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');
3196INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3197The current operational state of the interface.
3198- The testing(3) state indicates that no operational packet scan be passed
3199- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3200- 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
3201- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3202- 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
3203- 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');
3204INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3205The type of interface.
3206Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3207through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3208INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3209INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3210The 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');
3211INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3212A textual description of the entity.  This value should
3213include the full name and version identification of the system''s hardware type, software operating-system, and
3214networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3215INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3216The 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');
3217INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3218An 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');
3219INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3220The 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');
3221INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3222INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3223INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3224The number of inbound packets which were chosen to be discarded
3225even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3226One possible reason for discarding such a packet could be to free up buffer space.
3227Discontinuities in the value of this counter can occur at re-initialization of the management system,
3228and 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');
3229INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3230For 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');
3231INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3232The 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');
3233INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3234The number of outbound packets which were chosen to be discarded
3235even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3236One possible reason for discarding such a packet could be to free up buffer space.
3237Discontinuities in the value of this counter can occur at re-initialization of the management system,
3238and 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');
3239INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3240For 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');
3241INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3242The 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');
3243INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3244An 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');
3245INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3246The current operational state of the interface.
3247- The testing(3) state indicates that no operational packet scan be passed
3248- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3249- 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
3250- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3251- 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
3252- 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');
3253INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3254The type of interface.
3255Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3256through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3257INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3258INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3259The 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');
3260INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3261A textual description of the entity.  This value should
3262include the full name and version identification of the system''s hardware type, software operating-system, and
3263networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3264INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3265The 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');
3266INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3267An 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');
3268INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3269The 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');
3270INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3271INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3272The system dynamic memory utilization, in unit of percentage.
3273Deprecated: Refer to snAgSystemDRAMUtil.
3274For NI platforms, refer to snAgentBrdMemoryUtil100thPercent','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3275INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3276The statistics collection of 1 minute CPU utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3277INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3278The system dynamic memory utilization, in unit of percentage.
3279Deprecated: Refer to snAgSystemDRAMUtil.
3280For NI platforms, refer to snAgentBrdMemoryUtil100thPercent','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3281INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3282The statistics collection of 1 minute CPU utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3283INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3284INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3285The number of inbound packets which were chosen to be discarded
3286even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3287One possible reason for discarding such a packet could be to free up buffer space.
3288Discontinuities in the value of this counter can occur at re-initialization of the management system,
3289and 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');
3290INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3291For 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');
3292INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3293The 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');
3294INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3295The number of outbound packets which were chosen to be discarded
3296even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3297One possible reason for discarding such a packet could be to free up buffer space.
3298Discontinuities in the value of this counter can occur at re-initialization of the management system,
3299and 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');
3300INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3301For 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');
3302INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3303The 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');
3304INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3305An 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');
3306INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3307The current operational state of the interface.
3308- The testing(3) state indicates that no operational packet scan be passed
3309- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3310- 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
3311- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3312- 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
3313- 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');
3314INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3315The type of interface.
3316Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3317through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3318INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3319INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3320The current mode of operation of the MAC
3321entity.  ''unknown'' indicates that the current
3322duplex mode could not be determined.
3323
3324Management control of the duplex mode is
3325accomplished through the MAU MIB.  When
3326an interface does not support autonegotiation,
3327or when autonegotiation is not enabled, the
3328duplex mode is controlled using
3329ifMauDefaultType.  When autonegotiation is
3330supported and enabled, duplex mode is controlled
3331using ifMauAutoNegAdvertisedBits.  In either
3332case, the currently operating duplex mode is
3333reflected both in this object and in ifMauType.
3334
3335Note that this object provides redundant
3336information with ifMauType.  Normally, redundant
3337objects are discouraged.  However, in this
3338instance, it allows a management application to
3339determine the duplex status of an interface
3340without having to know every possible value of
3341ifMauType.  This was felt to be sufficiently
3342valuable to justify the redundancy.
3343Reference: [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');
3344INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3345INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3346The 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');
3347INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3348A textual description of the entity.  This value should
3349include the full name and version identification of the system''s hardware type, software operating-system, and
3350networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3351INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3352The 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');
3353INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3354An 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');
3355INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3356The 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');
3357INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3358INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3359INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3360The 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');
3361INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3362A textual description of the entity.  This value should
3363include the full name and version identification of the system''s hardware type, software operating-system, and
3364networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3365INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3366The 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');
3367INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3368An 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');
3369INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3370The 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');
3371INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3372INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
33735 minute exponentially-decayed moving average of the CPU busy percentage.
3374Reference: 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');
3375INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3376INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3377INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3378INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3379INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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.
3380http://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');
3381INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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 ,
3382indexed with cpmCPUTotalIndex .
3383This table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,
3384like different CPU chips, group of CPUs, or CPUs in different modules/cards.
3385In 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');
3386INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3387INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3388maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3389INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3390INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3391INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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.
3392http://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');
3393INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3394INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3395maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3396INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3397INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3398INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3399Indicates 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
3400Reference: 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');
3401INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3402Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
3403Reference: 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');
3404INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3405The 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.
3406Reference: 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');
3407INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3408INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3409The current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3410INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3411The current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3412INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3413INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3414INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3415Indicates 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
3416Reference: 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');
3417INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3418Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
3419Reference: 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');
3420INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3421INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3422The current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3423INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3424The current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3425INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3426INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3427INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3428INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3429The number of inbound packets which were chosen to be discarded
3430even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3431One possible reason for discarding such a packet could be to free up buffer space.
3432Discontinuities in the value of this counter can occur at re-initialization of the management system,
3433and 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');
3434INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3435For 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');
3436INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3437The 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');
3438INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3439The number of outbound packets which were chosen to be discarded
3440even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3441One possible reason for discarding such a packet could be to free up buffer space.
3442Discontinuities in the value of this counter can occur at re-initialization of the management system,
3443and 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');
3444INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3445For 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');
3446INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3447The 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');
3448INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3449An 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');
3450INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3451The current operational state of the interface.
3452- The testing(3) state indicates that no operational packet scan be passed
3453- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3454- 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
3455- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3456- 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
3457- 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');
3458INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3459The type of interface.
3460Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3461through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3462INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3463INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3464The current mode of operation of the MAC
3465entity.  ''unknown'' indicates that the current
3466duplex mode could not be determined.
3467
3468Management control of the duplex mode is
3469accomplished through the MAU MIB.  When
3470an interface does not support autonegotiation,
3471or when autonegotiation is not enabled, the
3472duplex mode is controlled using
3473ifMauDefaultType.  When autonegotiation is
3474supported and enabled, duplex mode is controlled
3475using ifMauAutoNegAdvertisedBits.  In either
3476case, the currently operating duplex mode is
3477reflected both in this object and in ifMauType.
3478
3479Note that this object provides redundant
3480information with ifMauType.  Normally, redundant
3481objects are discouraged.  However, in this
3482instance, it allows a management application to
3483determine the duplex status of an interface
3484without having to know every possible value of
3485ifMauType.  This was felt to be sufficiently
3486valuable to justify the redundancy.
3487Reference: [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');
3488INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3489INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3490The 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');
3491INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3492A textual description of the entity.  This value should
3493include the full name and version identification of the system''s hardware type, software operating-system, and
3494networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3495INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3496The 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');
3497INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3498An 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');
3499INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3500The 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');
3501INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3502INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3503INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3504The number of inbound packets which were chosen to be discarded
3505even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3506One possible reason for discarding such a packet could be to free up buffer space.
3507Discontinuities in the value of this counter can occur at re-initialization of the management system,
3508and 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');
3509INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3510For 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');
3511INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3512The 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');
3513INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3514The number of outbound packets which were chosen to be discarded
3515even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3516One possible reason for discarding such a packet could be to free up buffer space.
3517Discontinuities in the value of this counter can occur at re-initialization of the management system,
3518and 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');
3519INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3520For 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');
3521INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3522The 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');
3523INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3524An 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');
3525INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3526The current operational state of the interface.
3527- The testing(3) state indicates that no operational packet scan be passed
3528- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3529- 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
3530- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3531- 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
3532- 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');
3533INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3534The type of interface.
3535Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3536through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3537INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3538INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3539The 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');
3540INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3541A textual description of the entity.  This value should
3542include the full name and version identification of the system''s hardware type, software operating-system, and
3543networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3544INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3545The 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');
3546INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3547An 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');
3548INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3549The 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');
3550INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3551INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3552INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3553The number of inbound packets which were chosen to be discarded
3554even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3555One possible reason for discarding such a packet could be to free up buffer space.
3556Discontinuities in the value of this counter can occur at re-initialization of the management system,
3557and 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');
3558INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3559For 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');
3560INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3561The 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');
3562INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3563The number of outbound packets which were chosen to be discarded
3564even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3565One possible reason for discarding such a packet could be to free up buffer space.
3566Discontinuities in the value of this counter can occur at re-initialization of the management system,
3567and 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');
3568INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3569For 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');
3570INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3571The 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');
3572INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3573An 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');
3574INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3575The current operational state of the interface.
3576- The testing(3) state indicates that no operational packet scan be passed
3577- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3578- 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
3579- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3580- 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
3581- 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');
3582INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3583The type of interface.
3584Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3585through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3586INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3587INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3588The current mode of operation of the MAC
3589entity.  ''unknown'' indicates that the current
3590duplex mode could not be determined.
3591
3592Management control of the duplex mode is
3593accomplished through the MAU MIB.  When
3594an interface does not support autonegotiation,
3595or when autonegotiation is not enabled, the
3596duplex mode is controlled using
3597ifMauDefaultType.  When autonegotiation is
3598supported and enabled, duplex mode is controlled
3599using ifMauAutoNegAdvertisedBits.  In either
3600case, the currently operating duplex mode is
3601reflected both in this object and in ifMauType.
3602
3603Note that this object provides redundant
3604information with ifMauType.  Normally, redundant
3605objects are discouraged.  However, in this
3606instance, it allows a management application to
3607determine the duplex status of an interface
3608without having to know every possible value of
3609ifMauType.  This was felt to be sufficiently
3610valuable to justify the redundancy.
3611Reference: [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');
3612INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3613INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3614The 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');
3615INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3616A textual description of the entity.  This value should
3617include the full name and version identification of the system''s hardware type, software operating-system, and
3618networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3619INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3620The 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');
3621INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3622An 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');
3623INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3624The 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');
3625INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3626INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3627INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3628The number of inbound packets which were chosen to be discarded
3629even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3630One possible reason for discarding such a packet could be to free up buffer space.
3631Discontinuities in the value of this counter can occur at re-initialization of the management system,
3632and 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');
3633INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3634For 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');
3635INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3636The 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');
3637INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3638The number of outbound packets which were chosen to be discarded
3639even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3640One possible reason for discarding such a packet could be to free up buffer space.
3641Discontinuities in the value of this counter can occur at re-initialization of the management system,
3642and 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');
3643INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3644For 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');
3645INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3646The 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');
3647INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3648An 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');
3649INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3650The current operational state of the interface.
3651- The testing(3) state indicates that no operational packet scan be passed
3652- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3653- 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
3654- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3655- 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
3656- 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');
3657INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3658The type of interface.
3659Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3660through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3661INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3662INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3663The current mode of operation of the MAC
3664entity.  ''unknown'' indicates that the current
3665duplex mode could not be determined.
3666
3667Management control of the duplex mode is
3668accomplished through the MAU MIB.  When
3669an interface does not support autonegotiation,
3670or when autonegotiation is not enabled, the
3671duplex mode is controlled using
3672ifMauDefaultType.  When autonegotiation is
3673supported and enabled, duplex mode is controlled
3674using ifMauAutoNegAdvertisedBits.  In either
3675case, the currently operating duplex mode is
3676reflected both in this object and in ifMauType.
3677
3678Note that this object provides redundant
3679information with ifMauType.  Normally, redundant
3680objects are discouraged.  However, in this
3681instance, it allows a management application to
3682determine the duplex status of an interface
3683without having to know every possible value of
3684ifMauType.  This was felt to be sufficiently
3685valuable to justify the redundancy.
3686Reference: [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');
3687INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3688INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3689The 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');
3690INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3691A textual description of the entity.  This value should
3692include the full name and version identification of the system''s hardware type, software operating-system, and
3693networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3694INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3695The 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');
3696INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3697An 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');
3698INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3699The 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');
3700INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3701INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3702INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3703The number of inbound packets which were chosen to be discarded
3704even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3705One possible reason for discarding such a packet could be to free up buffer space.
3706Discontinuities in the value of this counter can occur at re-initialization of the management system,
3707and 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');
3708INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3709For 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');
3710INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3711The 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');
3712INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3713The number of outbound packets which were chosen to be discarded
3714even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3715One possible reason for discarding such a packet could be to free up buffer space.
3716Discontinuities in the value of this counter can occur at re-initialization of the management system,
3717and 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');
3718INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3719For 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');
3720INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3721The 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');
3722INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3723An estimate of the interface''s current bandwidth in bits per second.
3724For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,
3725this object should contain the nominal bandwidth.
3726If the bandwidth of the interface is greater than the maximum value reportable by this object then
3727this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.
3728For 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');
3729INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3730The current operational state of the interface.
3731- The testing(3) state indicates that no operational packet scan be passed
3732- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3733- 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
3734- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3735- 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
3736- 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');
3737INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3738The type of interface.
3739Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3740through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3741INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3742INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3743The current mode of operation of the MAC
3744entity.  ''unknown'' indicates that the current
3745duplex mode could not be determined.
3746
3747Management control of the duplex mode is
3748accomplished through the MAU MIB.  When
3749an interface does not support autonegotiation,
3750or when autonegotiation is not enabled, the
3751duplex mode is controlled using
3752ifMauDefaultType.  When autonegotiation is
3753supported and enabled, duplex mode is controlled
3754using ifMauAutoNegAdvertisedBits.  In either
3755case, the currently operating duplex mode is
3756reflected both in this object and in ifMauType.
3757
3758Note that this object provides redundant
3759information with ifMauType.  Normally, redundant
3760objects are discouraged.  However, in this
3761instance, it allows a management application to
3762determine the duplex status of an interface
3763without having to know every possible value of
3764ifMauType.  This was felt to be sufficiently
3765valuable to justify the redundancy.
3766Reference: [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');
3767INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3768INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3769The 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');
3770INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3771A textual description of the entity.  This value should
3772include the full name and version identification of the system''s hardware type, software operating-system, and
3773networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3774INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3775The 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');
3776INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3777An 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');
3778INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3779The 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');
3780INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3781INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3782INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3783The number of inbound packets which were chosen to be discarded
3784even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3785One possible reason for discarding such a packet could be to free up buffer space.
3786Discontinuities in the value of this counter can occur at re-initialization of the management system,
3787and 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');
3788INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3789For 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');
3790INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3791The 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');
3792INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3793The number of outbound packets which were chosen to be discarded
3794even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3795One possible reason for discarding such a packet could be to free up buffer space.
3796Discontinuities in the value of this counter can occur at re-initialization of the management system,
3797and 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');
3798INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3799For 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');
3800INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3801The 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');
3802INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3803An estimate of the interface''s current bandwidth in bits per second.
3804For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,
3805this object should contain the nominal bandwidth.
3806If the bandwidth of the interface is greater than the maximum value reportable by this object then
3807this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.
3808For 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');
3809INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3810The current operational state of the interface.
3811- The testing(3) state indicates that no operational packet scan be passed
3812- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3813- 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
3814- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3815- 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
3816- 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');
3817INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3818The type of interface.
3819Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3820through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3821INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3822INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3823The current mode of operation of the MAC
3824entity.  ''unknown'' indicates that the current
3825duplex mode could not be determined.
3826
3827Management control of the duplex mode is
3828accomplished through the MAU MIB.  When
3829an interface does not support autonegotiation,
3830or when autonegotiation is not enabled, the
3831duplex mode is controlled using
3832ifMauDefaultType.  When autonegotiation is
3833supported and enabled, duplex mode is controlled
3834using ifMauAutoNegAdvertisedBits.  In either
3835case, the currently operating duplex mode is
3836reflected both in this object and in ifMauType.
3837
3838Note that this object provides redundant
3839information with ifMauType.  Normally, redundant
3840objects are discouraged.  However, in this
3841instance, it allows a management application to
3842determine the duplex status of an interface
3843without having to know every possible value of
3844ifMauType.  This was felt to be sufficiently
3845valuable to justify the redundancy.
3846Reference: [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');
3847INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3848INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3849The 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');
3850INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3851A textual description of the entity.  This value should
3852include the full name and version identification of the system''s hardware type, software operating-system, and
3853networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3854INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3855The 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');
3856INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3857An 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');
3858INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3859The 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');
3860INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3861INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3862INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3863The number of inbound packets which were chosen to be discarded
3864even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3865One possible reason for discarding such a packet could be to free up buffer space.
3866Discontinuities in the value of this counter can occur at re-initialization of the management system,
3867and 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');
3868INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3869For 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');
3870INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3871The 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');
3872INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3873The number of outbound packets which were chosen to be discarded
3874even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3875One possible reason for discarding such a packet could be to free up buffer space.
3876Discontinuities in the value of this counter can occur at re-initialization of the management system,
3877and 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');
3878INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3879For 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');
3880INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3881The 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');
3882INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3883An 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');
3884INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3885The current operational state of the interface.
3886- The testing(3) state indicates that no operational packet scan be passed
3887- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3888- 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
3889- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3890- 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
3891- 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');
3892INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3893The type of interface.
3894Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3895through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3896INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3897INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3898The current mode of operation of the MAC
3899entity.  ''unknown'' indicates that the current
3900duplex mode could not be determined.
3901
3902Management control of the duplex mode is
3903accomplished through the MAU MIB.  When
3904an interface does not support autonegotiation,
3905or when autonegotiation is not enabled, the
3906duplex mode is controlled using
3907ifMauDefaultType.  When autonegotiation is
3908supported and enabled, duplex mode is controlled
3909using ifMauAutoNegAdvertisedBits.  In either
3910case, the currently operating duplex mode is
3911reflected both in this object and in ifMauType.
3912
3913Note that this object provides redundant
3914information with ifMauType.  Normally, redundant
3915objects are discouraged.  However, in this
3916instance, it allows a management application to
3917determine the duplex status of an interface
3918without having to know every possible value of
3919ifMauType.  This was felt to be sufficiently
3920valuable to justify the redundancy.
3921Reference: [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');
3922INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3923INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3924The 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');
3925INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3926A textual description of the entity.  This value should
3927include the full name and version identification of the system''s hardware type, software operating-system, and
3928networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3929INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3930The 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');
3931INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3932An 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');
3933INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3934The 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');
3935INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3936INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3937INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3938The number of inbound packets which were chosen to be discarded
3939even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3940One possible reason for discarding such a packet could be to free up buffer space.
3941Discontinuities in the value of this counter can occur at re-initialization of the management system,
3942and 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');
3943INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3944For 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');
3945INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3946The 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');
3947INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3948The number of outbound packets which were chosen to be discarded
3949even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
3950One possible reason for discarding such a packet could be to free up buffer space.
3951Discontinuities in the value of this counter can occur at re-initialization of the management system,
3952and 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');
3953INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3954For 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');
3955INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3956The 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');
3957INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3958An 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');
3959INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3960The current operational state of the interface.
3961- The testing(3) state indicates that no operational packet scan be passed
3962- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
3963- 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
3964- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
3965- 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
3966- 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');
3967INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3968The type of interface.
3969Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
3970through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
3971INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3972INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3973The current mode of operation of the MAC
3974entity.  ''unknown'' indicates that the current
3975duplex mode could not be determined.
3976
3977Management control of the duplex mode is
3978accomplished through the MAU MIB.  When
3979an interface does not support autonegotiation,
3980or when autonegotiation is not enabled, the
3981duplex mode is controlled using
3982ifMauDefaultType.  When autonegotiation is
3983supported and enabled, duplex mode is controlled
3984using ifMauAutoNegAdvertisedBits.  In either
3985case, the currently operating duplex mode is
3986reflected both in this object and in ifMauType.
3987
3988Note that this object provides redundant
3989information with ifMauType.  Normally, redundant
3990objects are discouraged.  However, in this
3991instance, it allows a management application to
3992determine the duplex status of an interface
3993without having to know every possible value of
3994ifMauType.  This was felt to be sufficiently
3995valuable to justify the redundancy.
3996Reference: [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');
3997INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
3998INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
3999The 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');
4000INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4001A textual description of the entity.  This value should
4002include the full name and version identification of the system''s hardware type, software operating-system, and
4003networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4004INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4005The 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');
4006INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4007An 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');
4008INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4009The 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');
4010INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4011INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4012INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4013The number of inbound packets which were chosen to be discarded
4014even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4015One possible reason for discarding such a packet could be to free up buffer space.
4016Discontinuities in the value of this counter can occur at re-initialization of the management system,
4017and 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');
4018INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4019For 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');
4020INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4021The 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');
4022INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4023The number of outbound packets which were chosen to be discarded
4024even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4025One possible reason for discarding such a packet could be to free up buffer space.
4026Discontinuities in the value of this counter can occur at re-initialization of the management system,
4027and 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');
4028INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4029For 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');
4030INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4031The 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');
4032INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4033An 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');
4034INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4035The current operational state of the interface.
4036- The testing(3) state indicates that no operational packet scan be passed
4037- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4038- 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
4039- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4040- 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
4041- 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');
4042INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4043The type of interface.
4044Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4045through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4046INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4047INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4048The 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');
4049INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4050A textual description of the entity.  This value should
4051include the full name and version identification of the system''s hardware type, software operating-system, and
4052networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4053INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4054The 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');
4055INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4056An 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');
4057INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4058The 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');
4059INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4060INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4061INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4062The number of inbound packets which were chosen to be discarded
4063even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4064One possible reason for discarding such a packet could be to free up buffer space.
4065Discontinuities in the value of this counter can occur at re-initialization of the management system,
4066and 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');
4067INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4068For 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');
4069INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4070The 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');
4071INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4072The number of outbound packets which were chosen to be discarded
4073even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4074One possible reason for discarding such a packet could be to free up buffer space.
4075Discontinuities in the value of this counter can occur at re-initialization of the management system,
4076and 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');
4077INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4078For 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');
4079INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4080The 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');
4081INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4082An 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');
4083INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4084The current operational state of the interface.
4085- The testing(3) state indicates that no operational packet scan be passed
4086- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4087- 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
4088- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4089- 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
4090- 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');
4091INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4092The type of interface.
4093Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4094through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4095INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4096INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4097The current mode of operation of the MAC
4098entity.  ''unknown'' indicates that the current
4099duplex mode could not be determined.
4100
4101Management control of the duplex mode is
4102accomplished through the MAU MIB.  When
4103an interface does not support autonegotiation,
4104or when autonegotiation is not enabled, the
4105duplex mode is controlled using
4106ifMauDefaultType.  When autonegotiation is
4107supported and enabled, duplex mode is controlled
4108using ifMauAutoNegAdvertisedBits.  In either
4109case, the currently operating duplex mode is
4110reflected both in this object and in ifMauType.
4111
4112Note that this object provides redundant
4113information with ifMauType.  Normally, redundant
4114objects are discouraged.  However, in this
4115instance, it allows a management application to
4116determine the duplex status of an interface
4117without having to know every possible value of
4118ifMauType.  This was felt to be sufficiently
4119valuable to justify the redundancy.
4120Reference: [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');
4121INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4122INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4123The 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');
4124INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4125A textual description of the entity.  This value should
4126include the full name and version identification of the system''s hardware type, software operating-system, and
4127networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4128INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4129The 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');
4130INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4131An 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');
4132INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4133The 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');
4134INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4135INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4136INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4137The number of inbound packets which were chosen to be discarded
4138even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4139One possible reason for discarding such a packet could be to free up buffer space.
4140Discontinuities in the value of this counter can occur at re-initialization of the management system,
4141and 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');
4142INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4143For 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');
4144INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4145The 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');
4146INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4147The number of outbound packets which were chosen to be discarded
4148even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4149One possible reason for discarding such a packet could be to free up buffer space.
4150Discontinuities in the value of this counter can occur at re-initialization of the management system,
4151and 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');
4152INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4153For 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');
4154INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4155The 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');
4156INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4157An 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');
4158INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4159The current operational state of the interface.
4160- The testing(3) state indicates that no operational packet scan be passed
4161- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4162- 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
4163- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4164- 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
4165- 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');
4166INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4167The type of interface.
4168Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4169through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4170INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4171INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4172The 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');
4173INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4174A textual description of the entity.  This value should
4175include the full name and version identification of the system''s hardware type, software operating-system, and
4176networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4177INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4178The 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');
4179INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4180An 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');
4181INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4182The 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');
4183INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4184INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4185INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4186The number of inbound packets which were chosen to be discarded
4187even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4188One possible reason for discarding such a packet could be to free up buffer space.
4189Discontinuities in the value of this counter can occur at re-initialization of the management system,
4190and 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');
4191INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4192For 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');
4193INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4194The 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');
4195INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4196The number of outbound packets which were chosen to be discarded
4197even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4198One possible reason for discarding such a packet could be to free up buffer space.
4199Discontinuities in the value of this counter can occur at re-initialization of the management system,
4200and 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');
4201INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4202For 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');
4203INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4204The 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');
4205INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4206An 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');
4207INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4208The current operational state of the interface.
4209- The testing(3) state indicates that no operational packet scan be passed
4210- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4211- 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
4212- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4213- 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
4214- 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');
4215INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4216The type of interface.
4217Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4218through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4219INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4220INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4221The 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');
4222INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4223A textual description of the entity.  This value should
4224include the full name and version identification of the system''s hardware type, software operating-system, and
4225networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4226INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4227The 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');
4228INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4229An 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');
4230INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4231The 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');
4232INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4233INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4234INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4235The number of inbound packets which were chosen to be discarded
4236even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4237One possible reason for discarding such a packet could be to free up buffer space.
4238Discontinuities in the value of this counter can occur at re-initialization of the management system,
4239and 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');
4240INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4241For 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');
4242INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4243The 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');
4244INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4245The number of outbound packets which were chosen to be discarded
4246even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4247One possible reason for discarding such a packet could be to free up buffer space.
4248Discontinuities in the value of this counter can occur at re-initialization of the management system,
4249and 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');
4250INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4251For 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');
4252INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4253The 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');
4254INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4255An 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');
4256INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4257The current operational state of the interface.
4258- The testing(3) state indicates that no operational packet scan be passed
4259- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4260- 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
4261- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4262- 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
4263- 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');
4264INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4265The type of interface.
4266Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4267through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4268INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4269INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4270The current mode of operation of the MAC
4271entity.  ''unknown'' indicates that the current
4272duplex mode could not be determined.
4273
4274Management control of the duplex mode is
4275accomplished through the MAU MIB.  When
4276an interface does not support autonegotiation,
4277or when autonegotiation is not enabled, the
4278duplex mode is controlled using
4279ifMauDefaultType.  When autonegotiation is
4280supported and enabled, duplex mode is controlled
4281using ifMauAutoNegAdvertisedBits.  In either
4282case, the currently operating duplex mode is
4283reflected both in this object and in ifMauType.
4284
4285Note that this object provides redundant
4286information with ifMauType.  Normally, redundant
4287objects are discouraged.  However, in this
4288instance, it allows a management application to
4289determine the duplex status of an interface
4290without having to know every possible value of
4291ifMauType.  This was felt to be sufficiently
4292valuable to justify the redundancy.
4293Reference: [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');
4294INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4295INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4296The 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');
4297INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4298A textual description of the entity.  This value should
4299include the full name and version identification of the system''s hardware type, software operating-system, and
4300networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4301INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4302The 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');
4303INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4304An 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');
4305INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4306The 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');
4307INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4308INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4309INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4310The number of inbound packets which were chosen to be discarded
4311even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4312One possible reason for discarding such a packet could be to free up buffer space.
4313Discontinuities in the value of this counter can occur at re-initialization of the management system,
4314and 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');
4315INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4316For 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');
4317INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4318The 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');
4319INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4320The number of outbound packets which were chosen to be discarded
4321even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4322One possible reason for discarding such a packet could be to free up buffer space.
4323Discontinuities in the value of this counter can occur at re-initialization of the management system,
4324and 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');
4325INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4326For 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');
4327INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4328The 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');
4329INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4330An estimate of the interface''s current bandwidth in bits per second.
4331For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,
4332this object should contain the nominal bandwidth.
4333If the bandwidth of the interface is greater than the maximum value reportable by this object then
4334this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.
4335For 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');
4336INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4337The current operational state of the interface.
4338- The testing(3) state indicates that no operational packet scan be passed
4339- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4340- 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
4341- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4342- 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
4343- 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');
4344INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4345The type of interface.
4346Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4347through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4348INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4349INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4350The 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');
4351INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4352A textual description of the entity.  This value should
4353include the full name and version identification of the system''s hardware type, software operating-system, and
4354networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4355INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4356The 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');
4357INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4358An 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');
4359INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4360The 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');
4361INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4362INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4363INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4364The number of inbound packets which were chosen to be discarded
4365even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4366One possible reason for discarding such a packet could be to free up buffer space.
4367Discontinuities in the value of this counter can occur at re-initialization of the management system,
4368and 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');
4369INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4370For 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');
4371INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4372The 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');
4373INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4374The number of outbound packets which were chosen to be discarded
4375even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4376One possible reason for discarding such a packet could be to free up buffer space.
4377Discontinuities in the value of this counter can occur at re-initialization of the management system,
4378and 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');
4379INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4380For 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');
4381INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4382The 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');
4383INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4384An estimate of the interface''s current bandwidth in bits per second.
4385For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,
4386this object should contain the nominal bandwidth.
4387If the bandwidth of the interface is greater than the maximum value reportable by this object then
4388this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.
4389For 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');
4390INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4391The current operational state of the interface.
4392- The testing(3) state indicates that no operational packet scan be passed
4393- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4394- 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
4395- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4396- 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
4397- 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');
4398INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4399The type of interface.
4400Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4401through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4402INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4403INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4404The 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');
4405INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4406A textual description of the entity.  This value should
4407include the full name and version identification of the system''s hardware type, software operating-system, and
4408networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4409INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4410The 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');
4411INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4412An 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');
4413INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4414The 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');
4415INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4416INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4417INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4418The number of inbound packets which were chosen to be discarded
4419even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4420One possible reason for discarding such a packet could be to free up buffer space.
4421Discontinuities in the value of this counter can occur at re-initialization of the management system,
4422and 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');
4423INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4424For 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');
4425INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4426The 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');
4427INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4428The number of outbound packets which were chosen to be discarded
4429even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4430One possible reason for discarding such a packet could be to free up buffer space.
4431Discontinuities in the value of this counter can occur at re-initialization of the management system,
4432and 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');
4433INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4434For 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');
4435INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4436The 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');
4437INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4438An 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');
4439INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4440The current operational state of the interface.
4441- The testing(3) state indicates that no operational packet scan be passed
4442- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4443- 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
4444- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4445- 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
4446- 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');
4447INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4448The type of interface.
4449Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4450through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4451INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4452INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4453The current mode of operation of the MAC
4454entity.  ''unknown'' indicates that the current
4455duplex mode could not be determined.
4456
4457Management control of the duplex mode is
4458accomplished through the MAU MIB.  When
4459an interface does not support autonegotiation,
4460or when autonegotiation is not enabled, the
4461duplex mode is controlled using
4462ifMauDefaultType.  When autonegotiation is
4463supported and enabled, duplex mode is controlled
4464using ifMauAutoNegAdvertisedBits.  In either
4465case, the currently operating duplex mode is
4466reflected both in this object and in ifMauType.
4467
4468Note that this object provides redundant
4469information with ifMauType.  Normally, redundant
4470objects are discouraged.  However, in this
4471instance, it allows a management application to
4472determine the duplex status of an interface
4473without having to know every possible value of
4474ifMauType.  This was felt to be sufficiently
4475valuable to justify the redundancy.
4476Reference: [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');
4477INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4478INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4479The 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');
4480INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4481A textual description of the entity.  This value should
4482include the full name and version identification of the system''s hardware type, software operating-system, and
4483networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4484INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4485The 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');
4486INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4487An 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');
4488INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4489The 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');
4490INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4491INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4492INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4493The number of inbound packets which were chosen to be discarded
4494even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4495One possible reason for discarding such a packet could be to free up buffer space.
4496Discontinuities in the value of this counter can occur at re-initialization of the management system,
4497and 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');
4498INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4499For 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');
4500INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4501The 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');
4502INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4503The number of outbound packets which were chosen to be discarded
4504even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4505One possible reason for discarding such a packet could be to free up buffer space.
4506Discontinuities in the value of this counter can occur at re-initialization of the management system,
4507and 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');
4508INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4509For 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');
4510INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4511The 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');
4512INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4513An 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');
4514INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4515The current operational state of the interface.
4516- The testing(3) state indicates that no operational packet scan be passed
4517- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4518- 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
4519- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4520- 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
4521- 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');
4522INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4523The type of interface.
4524Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4525through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4526INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4527INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4528The 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');
4529INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4530A textual description of the entity.  This value should
4531include the full name and version identification of the system''s hardware type, software operating-system, and
4532networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4533INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4534The 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');
4535INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4536An 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');
4537INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4538The 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');
4539INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4540INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4541INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4542The number of inbound packets which were chosen to be discarded
4543even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4544One possible reason for discarding such a packet could be to free up buffer space.
4545Discontinuities in the value of this counter can occur at re-initialization of the management system,
4546and 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');
4547INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4548For 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');
4549INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4550The 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');
4551INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4552The number of outbound packets which were chosen to be discarded
4553even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4554One possible reason for discarding such a packet could be to free up buffer space.
4555Discontinuities in the value of this counter can occur at re-initialization of the management system,
4556and 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');
4557INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4558For 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');
4559INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4560The 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');
4561INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4562An 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');
4563INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4564The current operational state of the interface.
4565- The testing(3) state indicates that no operational packet scan be passed
4566- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4567- 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
4568- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4569- 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
4570- 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');
4571INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4572The type of interface.
4573Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4574through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4575INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4576INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4577The current mode of operation of the MAC
4578entity.  ''unknown'' indicates that the current
4579duplex mode could not be determined.
4580
4581Management control of the duplex mode is
4582accomplished through the MAU MIB.  When
4583an interface does not support autonegotiation,
4584or when autonegotiation is not enabled, the
4585duplex mode is controlled using
4586ifMauDefaultType.  When autonegotiation is
4587supported and enabled, duplex mode is controlled
4588using ifMauAutoNegAdvertisedBits.  In either
4589case, the currently operating duplex mode is
4590reflected both in this object and in ifMauType.
4591
4592Note that this object provides redundant
4593information with ifMauType.  Normally, redundant
4594objects are discouraged.  However, in this
4595instance, it allows a management application to
4596determine the duplex status of an interface
4597without having to know every possible value of
4598ifMauType.  This was felt to be sufficiently
4599valuable to justify the redundancy.
4600Reference: [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');
4601INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4602INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4603The 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');
4604INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4605A textual description of the entity.  This value should
4606include the full name and version identification of the system''s hardware type, software operating-system, and
4607networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4608INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4609The 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');
4610INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4611An 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');
4612INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4613The 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');
4614INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4615INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4616INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4617The number of inbound packets which were chosen to be discarded
4618even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4619One possible reason for discarding such a packet could be to free up buffer space.
4620Discontinuities in the value of this counter can occur at re-initialization of the management system,
4621and 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');
4622INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4623For 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');
4624INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4625The 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');
4626INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4627The number of outbound packets which were chosen to be discarded
4628even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4629One possible reason for discarding such a packet could be to free up buffer space.
4630Discontinuities in the value of this counter can occur at re-initialization of the management system,
4631and 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');
4632INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4633For 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');
4634INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4635The 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');
4636INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4637An 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');
4638INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4639The current operational state of the interface.
4640- The testing(3) state indicates that no operational packet scan be passed
4641- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4642- 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
4643- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4644- 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
4645- 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');
4646INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4647The type of interface.
4648Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4649through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4650INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4651INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4652The 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');
4653INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4654A textual description of the entity.  This value should
4655include the full name and version identification of the system''s hardware type, software operating-system, and
4656networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4657INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4658The 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');
4659INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4660An 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');
4661INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4662The 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');
4663INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4664INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4665INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4666INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4667INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4668INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4669INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4670INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4671maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4672INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4673INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4674INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4675The current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4676INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4677The current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4678INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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.
4679http://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');
4680INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4681Indicates 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
4682Reference: 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');
4683INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4684Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
4685Reference: 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');
4686INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4687INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4688The number of inbound packets which were chosen to be discarded
4689even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4690One possible reason for discarding such a packet could be to free up buffer space.
4691Discontinuities in the value of this counter can occur at re-initialization of the management system,
4692and 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');
4693INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4694For 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');
4695INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4696The 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');
4697INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4698The number of outbound packets which were chosen to be discarded
4699even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4700One possible reason for discarding such a packet could be to free up buffer space.
4701Discontinuities in the value of this counter can occur at re-initialization of the management system,
4702and 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');
4703INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4704For 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');
4705INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4706The 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');
4707INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4708An 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');
4709INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4710The current operational state of the interface.
4711- The testing(3) state indicates that no operational packet scan be passed
4712- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4713- 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
4714- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4715- 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
4716- 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');
4717INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4718The type of interface.
4719Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4720through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4721INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4722INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4723The 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');
4724INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4725A textual description of the entity.  This value should
4726include the full name and version identification of the system''s hardware type, software operating-system, and
4727networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4728INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4729The 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');
4730INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4731An 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');
4732INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4733The 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');
4734INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4735INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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 ,
4736indexed with cpmCPUTotalIndex .
4737This table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,
4738like different CPU chips, group of CPUs, or CPUs in different modules/cards.
4739In 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');
4740INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4741The overall CPU busy percentage in the last 5 minute
4742period. This object deprecates the avgBusy5 object from
4743the OLD-CISCO-SYSTEM-MIB. This object is deprecated
4744by cpmCPUTotal5minRev which has the changed range
4745of value (0..100)
4746Reference: 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');
4747INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4748INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4749The 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');
4750INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4751The 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');
4752INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4753The 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');
4754INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4755The 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');
4756INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4757The 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');
4758INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4759The 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');
4760INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4761The 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');
4762INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4763The 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');
4764INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4765The 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');
4766INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4767The 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');
4768INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4769The 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');
4770INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4771The 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');
4772INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4773The 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');
4774INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4775The 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');
4776INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4777The 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');
4778INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4779The 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');
4780INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4781The 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');
4782INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4783The 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');
4784INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4785The 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');
4786INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4787The 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');
4788INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4789The 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');
4790INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4791The 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');
4792INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4793The 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');
4794INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4795The 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');
4796INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4797The 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');
4798INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4799The 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');
4800INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4801INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4802The current mode of operation of the MAC
4803entity.  ''unknown'' indicates that the current
4804duplex mode could not be determined.
4805
4806Management control of the duplex mode is
4807accomplished through the MAU MIB.  When
4808an interface does not support autonegotiation,
4809or when autonegotiation is not enabled, the
4810duplex mode is controlled using
4811ifMauDefaultType.  When autonegotiation is
4812supported and enabled, duplex mode is controlled
4813using ifMauAutoNegAdvertisedBits.  In either
4814case, the currently operating duplex mode is
4815reflected both in this object and in ifMauType.
4816
4817Note that this object provides redundant
4818information with ifMauType.  Normally, redundant
4819objects are discouraged.  However, in this
4820instance, it allows a management application to
4821determine the duplex status of an interface
4822without having to know every possible value of
4823ifMauType.  This was felt to be sufficiently
4824valuable to justify the redundancy.
4825Reference: [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');
4826INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4827INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4828The 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');
4829INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4830A textual description of the entity.  This value should
4831include the full name and version identification of the system''s hardware type, software operating-system, and
4832networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4833INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4834The 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');
4835INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4836An 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');
4837INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4838The 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');
4839INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4840The 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');
4841INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4842INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4843INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4844The number of inbound packets which were chosen to be discarded
4845even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4846One possible reason for discarding such a packet could be to free up buffer space.
4847Discontinuities in the value of this counter can occur at re-initialization of the management system,
4848and 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');
4849INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4850For 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');
4851INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4852The 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');
4853INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4854The number of outbound packets which were chosen to be discarded
4855even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
4856One possible reason for discarding such a packet could be to free up buffer space.
4857Discontinuities in the value of this counter can occur at re-initialization of the management system,
4858and 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');
4859INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4860For 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');
4861INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4862The 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');
4863INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4864An 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');
4865INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4866The current operational state of the interface.
4867- The testing(3) state indicates that no operational packet scan be passed
4868- If ifAdminStatus is down(2) then ifOperStatus should be down(2)
4869- 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
4870- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)
4871- 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
4872- 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');
4873INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4874The type of interface.
4875Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),
4876through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4877INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4878INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4879The 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');
4880INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4881A textual description of the entity.  This value should
4882include the full name and version identification of the system''s hardware type, software operating-system, and
4883networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4884INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4885The 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');
4886INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4887An 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');
4888INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4889The 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');
4890INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4891The 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');
4892INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4893INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4894INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4895The 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');
4896INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4897A textual description of the entity.  This value should
4898include the full name and version identification of the system''s hardware type, software operating-system, and
4899networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4900INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4901The 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');
4902INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4903An 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');
4904INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4905The 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');
4906INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4907The 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');
4908INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4909INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4910INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4911The 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');
4912INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4913A textual description of the entity.  This value should
4914include the full name and version identification of the system''s hardware type, software operating-system, and
4915networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4916INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4917The 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');
4918INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4919An 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');
4920INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4921The 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');
4922INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4923The 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');
4924INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4925INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4926INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4927The 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');
4928INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4929A textual description of the entity.  This value should
4930include the full name and version identification of the system''s hardware type, software operating-system, and
4931networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4932INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4933The 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');
4934INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4935An 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');
4936INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4937The 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');
4938INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4939The 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');
4940INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4941INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4942INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4943The 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');
4944INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4945A textual description of the entity.  This value should
4946include the full name and version identification of the system''s hardware type, software operating-system, and
4947networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4948INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4949The 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');
4950INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4951An 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');
4952INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4953The 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');
4954INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4955The 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');
4956INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4957INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4958INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4959INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4960INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4961The 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');
4962INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4963A textual description of the entity.  This value should
4964include the full name and version identification of the system''s hardware type, software operating-system, and
4965networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0');
4966INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4967The 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');
4968INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4969An 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');
4970INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4971The 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');
4972INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4973The 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');
4974INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4975INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4976The average, over the last minute, of the percentage of time that processors was not idle.
4977Implementations 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');
4978INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4979INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4980INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4981The 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');
4982INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4983The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
4984This 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.
4985For 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');
4986INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4987INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4988The 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');
4989INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4990The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
4991This 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.
4992For 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');
4993INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4994INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
4995The average, over the last minute, of the percentage of time that processors was not idle.
4996Implementations 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');
4997INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4998INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
4999INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5000The 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');
5001INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5002The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5003This 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.
5004For 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');
5005INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5006INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5007The 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');
5008INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5009The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5010This 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.
5011For 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');
5012INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5013INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5014INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5015INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5016INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5017INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5018INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5019INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5020INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5021INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5022INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5023INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5024INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5025INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5026INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5027INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5028INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5029INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5030INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5031INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5032INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5033INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5034INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5035INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5036INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5037INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5038INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5039INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5040INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5041INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5042INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5043INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5044INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5045INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5046INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5047INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5048INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5049INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5050INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5051INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5052INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5053INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5054INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5055INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5056INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5057INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5058INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5059INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5060INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5061INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5062INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5063INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5064INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5065INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5066INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5067INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5068INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5069INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5070INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5071INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5072INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5073INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5074INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5075INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5076INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5077INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5078INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5079INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5080INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5081INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5082INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5083INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5084INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5085INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5086INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5087INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5088INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5089INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5090INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5091INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5092INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5093INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5094INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5095INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5096INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5097INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5098INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5099INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5100INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5101INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5102INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5103INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5104INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5105INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5106INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5107INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5108INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5109INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5110INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5111INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5112INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5113INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5114INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5115INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5116INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5117INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5118INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5119INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5120INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5121INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5122The average, over the last minute, of the percentage of time that processors was not idle.
5123Implementations 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');
5124INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5125The average, over the last minute, of the percentage of time that processors was not idle.
5126Implementations 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');
5127INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5128The average, over the last minute, of the percentage of time that processors was not idle.
5129Implementations 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');
5130INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5131The average, over the last minute, of the percentage of time that processors was not idle.
5132Implementations 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');
5133INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5134INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5135INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5136INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5137INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5138INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5139INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5140INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5141INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5142The 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');
5143INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5144The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5145This 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.
5146For 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');
5147INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5148INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5149The 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');
5150INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5151The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5152This 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.
5153For 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');
5154INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5155INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5156The 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');
5157INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5158The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5159This 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.
5160For 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');
5161INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5162INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5163The 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');
5164INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5165The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5166This 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.
5167For 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');
5168INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5169INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5170The 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');
5171INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5172The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5173This 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.
5174For 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');
5175INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5176INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5177The 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');
5178INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5179The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5180This 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.
5181For 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');
5182INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5183INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5184The 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');
5185INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5186The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5187This 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.
5188For 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');
5189INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5190INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5191The 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');
5192INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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
5193The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
5194This 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.
5195For 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');
5196INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,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');
5197INSERT INTO optemplate (optemplateid,operationid,templateid) values ('1','1','10001');
5198INSERT 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');
5199INSERT 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');
5200INSERT 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');
5201INSERT 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');
5202INSERT 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');
5203INSERT 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');
5204INSERT 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');
5205INSERT 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');
5206INSERT 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');
5207INSERT 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');
5208INSERT 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');
5209INSERT 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');
5210INSERT 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');
5211INSERT 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');
5212INSERT 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');
5213INSERT 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');
5214INSERT 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');
5215INSERT 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');
5216INSERT 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');
5217INSERT 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');
5218INSERT 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');
5219INSERT 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');
5220INSERT 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');
5221INSERT 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');
5222INSERT 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');
5223INSERT 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');
5224INSERT 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');
5225INSERT 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');
5226INSERT 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');
5227INSERT 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');
5228INSERT 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');
5229INSERT 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');
5230INSERT 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');
5231INSERT 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');
5232INSERT 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');
5233INSERT 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');
5234INSERT 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');
5235INSERT 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');
5236INSERT 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');
5237INSERT 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');
5238INSERT 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');
5239INSERT 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');
5240INSERT 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');
5241INSERT 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');
5242INSERT 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');
5243INSERT 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');
5244INSERT 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');
5245INSERT 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');
5246INSERT 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');
5247INSERT 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');
5248INSERT 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');
5249INSERT 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');
5250INSERT 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');
5251INSERT 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');
5252INSERT 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');
5253INSERT 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');
5254INSERT 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');
5255INSERT 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');
5256INSERT 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');
5257INSERT 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');
5258INSERT 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');
5259INSERT 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');
5260INSERT 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');
5261INSERT 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');
5262INSERT 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');
5263INSERT 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');
5264INSERT 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');
5265INSERT 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');
5266INSERT 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');
5267INSERT 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');
5268INSERT 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');
5269INSERT 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');
5270INSERT 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');
5271INSERT 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');
5272INSERT 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');
5273INSERT 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');
5274INSERT 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');
5275INSERT 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');
5276INSERT 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');
5277INSERT 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');
5278INSERT 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');
5279INSERT 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');
5280INSERT 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');
5281INSERT 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');
5282INSERT 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');
5283INSERT 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');
5284INSERT 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');
5285INSERT 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');
5286INSERT 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');
5287INSERT 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');
5288INSERT 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');
5289INSERT 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');
5290INSERT 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');
5291INSERT 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');
5292INSERT 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');
5293INSERT 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');
5294INSERT 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');
5295INSERT 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');
5296INSERT 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');
5297INSERT 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');
5298INSERT 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');
5299INSERT 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');
5300INSERT 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');
5301INSERT 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');
5302INSERT 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');
5303INSERT 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');
5304INSERT 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');
5305INSERT 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');
5306INSERT 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');
5307INSERT 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');
5308INSERT 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');
5309INSERT 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');
5310INSERT 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');
5311INSERT 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');
5312INSERT 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');
5313INSERT 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');
5314INSERT 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');
5315INSERT 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');
5316INSERT 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');
5317INSERT 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');
5318INSERT 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');
5319INSERT 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');
5320INSERT 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');
5321INSERT 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');
5322INSERT 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');
5323INSERT 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');
5324INSERT 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');
5325INSERT 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');
5326INSERT 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');
5327INSERT 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');
5328INSERT 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');
5329INSERT 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');
5330INSERT 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');
5331INSERT 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');
5332INSERT 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');
5333INSERT 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');
5334INSERT 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');
5335INSERT 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');
5336INSERT 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');
5337INSERT 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');
5338INSERT 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');
5339INSERT 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');
5340INSERT 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');
5341INSERT 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');
5342INSERT 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');
5343INSERT 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');
5344INSERT 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');
5345INSERT 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');
5346INSERT 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');
5347INSERT 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');
5348INSERT 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');
5349INSERT 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');
5350INSERT 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');
5351INSERT 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');
5352INSERT 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');
5353INSERT 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');
5354INSERT 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');
5355INSERT 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');
5356INSERT 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');
5357INSERT 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');
5358INSERT 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');
5359INSERT 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');
5360INSERT 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');
5361INSERT 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');
5362INSERT 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');
5363INSERT 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');
5364INSERT 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');
5365INSERT 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');
5366INSERT 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');
5367INSERT 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');
5368INSERT 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');
5369INSERT 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');
5370INSERT 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');
5371INSERT 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');
5372INSERT 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');
5373INSERT 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');
5374INSERT 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');
5375INSERT 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');
5376INSERT 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');
5377INSERT 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');
5378INSERT 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');
5379INSERT 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');
5380INSERT 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');
5381INSERT 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');
5382INSERT 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');
5383INSERT 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');
5384INSERT 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');
5385INSERT 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');
5386INSERT 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}.
5387Last three attempts returned timeout.  Please check device connectivity.',NULL,'0','0','0','','0','','0');
5388INSERT 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');
5389INSERT 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');
5390INSERT 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');
5391INSERT 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');
5392INSERT 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}.
5393This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14516}<{$TEMP_WARN:""}-3','0','','0');
5394INSERT 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}.
5395This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14518}<{$TEMP_CRIT:""}-3','0','','0');
5396INSERT 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');
5397INSERT 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}.
5398Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5399INSERT 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');
5400INSERT 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');
5401INSERT 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}.
5402Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5403INSERT 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}.
5404Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5405INSERT 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}.
5406This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14553}<{$TEMP_CRIT:""}-3','0','','0');
5407INSERT 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');
5408INSERT 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');
5409INSERT 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');
5410INSERT 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}.
5411Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5412INSERT 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}.
5413Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5414INSERT 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}.
5415Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5416INSERT 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}.
5417This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14607}<{$TEMP_WARN:""}-3','0','','0');
5418INSERT 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}.
5419This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14609}<{$TEMP_CRIT:""}-3','0','','0');
5420INSERT 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');
5421INSERT 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}.
5422This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14613}<{$TEMP_WARN:""}-3','0','','0');
5423INSERT 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}.
5424This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14615}<{$TEMP_CRIT:""}-3','0','','0');
5425INSERT 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');
5426INSERT 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}.
5427This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14621}<{$TEMP_WARN:""}-3','0','','0');
5428INSERT 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}.
5429This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14623}<{$TEMP_CRIT:""}-3','0','','0');
5430INSERT 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');
5431INSERT 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}.
5432Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5433INSERT 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}
5434Device serial number has changed. Ack to close',NULL,'0','0','0','','0','','1');
5435INSERT 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}
5436Device serial number has changed. Ack to close',NULL,'0','2','0','','0','','1');
5437INSERT 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');
5438INSERT 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');
5439INSERT 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}.
5440This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14757}<{$TEMP_WARN:""}-3','0','','0');
5441INSERT 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}.
5442This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14759}<{$TEMP_CRIT:""}-3','0','','0');
5443INSERT 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');
5444INSERT 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}.
5445Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5446INSERT 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');
5447INSERT 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}.
5448Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5449INSERT 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');
5450INSERT 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}.
5451This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14786}<{$TEMP_WARN:""}-3','0','','0');
5452INSERT 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}.
5453This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14788}<{$TEMP_CRIT:""}-3','0','','0');
5454INSERT 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');
5455INSERT 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');
5456INSERT 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}.
5457Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5458INSERT 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}.
5459Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5460INSERT 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');
5461INSERT 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}.
5462This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14818}<{$TEMP_WARN:""}-3','0','','0');
5463INSERT 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}.
5464This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14820}<{$TEMP_CRIT:""}-3','0','','0');
5465INSERT 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');
5466INSERT 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');
5467INSERT 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}.
5468This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{14845}<{$TEMP_WARN:""}-3','0','','0');
5469INSERT 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');
5470INSERT 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}.
5471Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5472INSERT 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}.
5473Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5474INSERT 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');
5475INSERT 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');
5476INSERT 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');
5477INSERT 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}.
5478This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14915}<{$TEMP_WARN:""}-3','0','','0');
5479INSERT 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}.
5480This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14917}<{$TEMP_CRIT:""}-3','0','','0');
5481INSERT 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');
5482INSERT 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}.
5483Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5484INSERT 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}.
5485Firmware version has changed. Ack to close',NULL,'0','2','2','','0','','1');
5486INSERT 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');
5487INSERT 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');
5488INSERT 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}.
5489This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14980}<{$TEMP_WARN:""}-3','0','','0');
5490INSERT 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}.
5491This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14982}<{$TEMP_CRIT:""}-3','0','','0');
5492INSERT 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');
5493INSERT 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}.
5494Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5495INSERT 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}.
5496Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5497INSERT 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');
5498INSERT 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}.
5499Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5500INSERT 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}.
5501Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5502INSERT 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');
5503INSERT 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}.
5504This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15043}<{$TEMP_WARN:""}-3','0','','0');
5505INSERT 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}.
5506This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15045}<{$TEMP_CRIT:""}-3','0','','0');
5507INSERT 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');
5508INSERT 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');
5509INSERT 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}.
5510This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{15101}<{$TEMP_WARN:"Device"}-3','0','','0');
5511INSERT 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}.
5512This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{15103}<{$TEMP_CRIT:"Device"}-3','0','','0');
5513INSERT 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');
5514INSERT 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}.
5515Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5516INSERT 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}.
5517Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5518INSERT 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');
5519INSERT 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}.
5520This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15112}<{$TEMP_WARN:"CPU"}-3','0','','0');
5521INSERT 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}.
5522This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15114}<{$TEMP_CRIT:"CPU"}-3','0','','0');
5523INSERT 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');
5524INSERT 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');
5525INSERT 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');
5526INSERT 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');
5527INSERT 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');
5528INSERT 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}.
5529Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5530INSERT 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');
5531INSERT 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');
5532INSERT 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');
5533INSERT 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}.
5534Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5535INSERT 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}.
5536Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5537INSERT 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}.
5538Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5539INSERT 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}.
5540Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5541INSERT 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');
5542INSERT 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');
5543INSERT 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');
5544INSERT 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');
5545INSERT 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}.
5546Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5547INSERT 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');
5548INSERT 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}.
5549Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5550INSERT 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}.
5551Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5552INSERT 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}.
5553This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15689}<{$TEMP_WARN:""}-3','0','','0');
5554INSERT 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}.
5555This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15691}<{$TEMP_CRIT:""}-3','0','','0');
5556INSERT 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');
5557INSERT 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');
5558INSERT 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}.
5559This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15722}<{$TEMP_CRIT:""}-3','0','','0');
5560INSERT 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');
5561INSERT 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}.
5562Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5563INSERT 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}.
5564Please check autonegotiation settings and cabling',NULL,'0','2','0','','0','','1');
5565INSERT 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}.
5566Please check autonegotiation settings and cabling',NULL,'0','2','0','','0','','1');
5567INSERT 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}.
5568SNMP is not available for polling. Please check device connectivity and SNMP settings.',NULL,'0','0','0','','0','','0');
5569INSERT 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}.
5570SNMP is not available for polling. Please check device connectivity and SNMP settings.',NULL,'0','0','0','','0','','0');
5571INSERT 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}.
5572Please check the fan unit',NULL,'0','2','0','','0','','0');
5573INSERT 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}.
5574Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5575INSERT 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}.
5576Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5577INSERT 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}.
5578Please check the fan unit',NULL,'0','2','0','','0','','0');
5579INSERT 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}.
5580Please check the fan unit',NULL,'0','2','0','','0','','0');
5581INSERT 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:""}
5582or
5583{16824}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.
5584This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16825}<{$TEMP_WARN:""}-3','0','','0');
5585INSERT 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:""}
5586or
5587{16827}={$TEMP_CRIT_STATUS}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.
5588This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16828}<{$TEMP_CRIT:""}-3','0','','0');
5589INSERT 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}.
5590Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5591INSERT 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}.
5592Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5593INSERT 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}.
5594Please check the fan unit',NULL,'0','2','0','','0','','0');
5595INSERT 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}.
5596Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5597INSERT 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}.
5598Please check the fan unit',NULL,'0','2','0','','0','','0');
5599INSERT 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}
5600Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5601INSERT 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}
5602Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5603INSERT 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}
5604Please check the fan unit',NULL,'0','2','0','','0','','0');
5605INSERT 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}
5606Please check the fan unit',NULL,'0','2','0','','0','','0');
5607INSERT 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}.
5608Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5609INSERT 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}.
5610Please check the fan unit',NULL,'0','2','0','','0','','0');
5611INSERT 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:""}
5612or
5613{16893}={$TEMP_CRIT_STATUS}','Device: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.
5614This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{16894}<{$TEMP_CRIT:""}-3','0','','0');
5615INSERT 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}.
5616Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5617INSERT 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}.
5618Please check the fan unit',NULL,'0','2','0','','0','','0');
5619INSERT 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}.
5620Please check the fan unit',NULL,'0','2','0','','0','','0');
5621INSERT 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}.
5622Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5623INSERT 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}.
5624Please check the fan unit',NULL,'0','2','0','','0','','0');
5625INSERT 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}.
5626Please check the fan unit',NULL,'0','2','0','','0','','0');
5627INSERT 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}.
5628Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5629INSERT 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}.
5630Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5631INSERT 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}.
5632Please check the fan unit',NULL,'0','2','0','','0','','0');
5633INSERT 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}.
5634Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5635INSERT 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}.
5636Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5637INSERT 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}.
5638Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5639INSERT 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}.
5640Please check the fan unit',NULL,'0','2','0','','0','','0');
5641INSERT 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}.
5642Please check the fan unit',NULL,'0','2','0','','0','','0');
5643INSERT 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}.
5644Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5645INSERT 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}.
5646Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5647INSERT 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}.
5648Please check the fan unit',NULL,'0','2','0','','0','','0');
5649INSERT 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}.
5650Please check the fan unit',NULL,'0','2','0','','0','','0');
5651INSERT 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:""}
5652or
5653{16917}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.
5654This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16918}<{$TEMP_WARN:""}-3','0','','0');
5655INSERT 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}.
5656Please check the fan unit',NULL,'0','2','0','','0','','0');
5657INSERT 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}.
5658Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5659INSERT 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:""}
5660or
5661{16922}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.
5662This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16923}<{$TEMP_WARN:""}-3','0','','0');
5663INSERT 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}.
5664Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5665INSERT 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}.
5666Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5667INSERT 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}.
5668Please check the fan unit',NULL,'0','2','0','','0','','0');
5669INSERT 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}.
5670Please check the fan unit',NULL,'0','2','0','','0','','0');
5671INSERT 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}.
5672Please check the fan unit',NULL,'0','2','0','','0','','0');
5673INSERT 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:""}
5674or
5675{16930}={$TEMP_WARN_STATUS}','#{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.
5676This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16931}<{$TEMP_WARN:""}-3','0','','0');
5677INSERT 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:""}
5678or
5679{16933}={$TEMP_CRIT_STATUS}','#{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.
5680This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16934}<{$TEMP_CRIT:""}-3','0','','0');
5681INSERT 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}.
5682Please check the fan unit',NULL,'0','2','0','','0','','0');
5683INSERT 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}.
5684Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5685INSERT 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');
5686INSERT 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');
5687INSERT 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}.
5688The device uptime is less than 10 minutes',NULL,'0','0','0','','0','','1');
5689INSERT 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}.
5690The device uptime is less than 10 minutes',NULL,'0','0','0','','0','','1');
5691INSERT 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
5692and (
5693{17689}=6 or
5694{17689}=7 or
5695{17689}=11 or
5696{17689}=62 or
5697{17689}=69 or
5698{17689}=117
5699)
5700and
5701({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
5702({17690}=2)','0','','1');
5703INSERT 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
5704and (
5705{17694}=6 or
5706{17694}=7 or
5707{17694}=11 or
5708{17694}=62 or
5709{17694}=69 or
5710{17694}=117
5711)
5712and
5713({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
5714({17695}=2)','0','','1');
5715INSERT 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
5716and (
5717{17799}=6 or
5718{17799}=7 or
5719{17799}=11 or
5720{17799}=62 or
5721{17799}=69 or
5722{17799}=117
5723)
5724and
5725({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
5726({17800}=2)','0','','1');
5727INSERT 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
5728and (
5729{17814}=6 or
5730{17814}=7 or
5731{17814}=11 or
5732{17814}=62 or
5733{17814}=69 or
5734{17814}=117
5735)
5736and
5737({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
5738({17815}=2)','0','','1');
5739INSERT 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
5740and (
5741{17829}=6 or
5742{17829}=7 or
5743{17829}=11 or
5744{17829}=62 or
5745{17829}=69 or
5746{17829}=117
5747)
5748and
5749({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
5750({17830}=2)','0','','1');
5751INSERT 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:""}
5752or
5753{17860}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Current value: {ITEM.LASTVALUE1}
5754This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17861}<{$TEMP_WARN:""}-3','0','','0');
5755INSERT 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}
5756This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17863}<{$TEMP_CRIT:""}-3','0','','0');
5757INSERT 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');
5758INSERT 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}
5759Please check the fan unit',NULL,'0','2','0','','0','','0');
5760INSERT 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}
5761Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5762INSERT 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}
5763Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5764INSERT 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}.
5765Please check the device for errors',NULL,'0','0','0','','0','','0');
5766INSERT 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}.
5767Please check the device for warnings',NULL,'0','0','0','','0','','0');
5768INSERT 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}.
5769Please check the device for errors',NULL,'0','0','0','','0','','0');
5770INSERT 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}.
5771Please check the device for faults',NULL,'0','0','0','','0','','0');
5772INSERT 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}.
5773Please check the device for errors',NULL,'0','0','0','','0','','0');
5774INSERT 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}.
5775Please check the device for warnings',NULL,'0','0','0','','0','','0');
5776INSERT 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}.
5777Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5778INSERT 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}.
5779Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1');
5780INSERT 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"}
5781or
5782{17887}={$TEMP_WARN_STATUS}','{#SENSOR_LOCALE}: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.
5783This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17888}<{$TEMP_WARN:"CPU"}-3','0','','0');
5784INSERT 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"}
5785or
5786{17890}={$TEMP_CRIT_STATUS}
5787or
5788{17890}={$TEMP_DISASTER_STATUS}','{#SENSOR_LOCALE}: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.
5789This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17891}<{$TEMP_CRIT:"CPU"}-3','0','','0');
5790INSERT 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');
5791INSERT 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"}
5792or
5793{17895}={$TEMP_WARN_STATUS}','{#SENSOR_LOCALE}: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.
5794This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17896}<{$TEMP_WARN:"Ambient"}-3','0','','0');
5795INSERT 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"}
5796or
5797{17898}={$TEMP_CRIT_STATUS}
5798or
5799{17898}={$TEMP_DISASTER_STATUS}','{#SENSOR_LOCALE}: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.
5800This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17899}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
5801INSERT 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');
5802INSERT 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}.
5803Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5804INSERT 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}.
5805Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5806INSERT 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}.
5807Please check the fan unit',NULL,'0','2','0','','0','','0');
5808INSERT 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}.
5809Please check the fan unit',NULL,'0','2','0','','0','','0');
5810INSERT 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}.
5811Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
5812INSERT 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}.
5813Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
5814INSERT 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}.
5815Disk serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5816INSERT 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}.
5817Disk probably requires replacement.',NULL,'0','2','0','','0','','0');
5818INSERT 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}.
5819Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
5820INSERT 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}.
5821Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
5822INSERT 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}.
5823Please check the device for faults',NULL,'0','2','0','','0','','0');
5824INSERT 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}.
5825Please check the device for faults',NULL,'0','2','0','','0','','0');
5826INSERT 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}.
5827Please check the device for faults',NULL,'0','2','0','','0','','0');
5828INSERT 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}.
5829Please check the device for faults',NULL,'0','2','0','','0','','0');
5830INSERT 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}.
5831Please check the device for faults',NULL,'0','2','0','','0','','0');
5832INSERT 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}.
5833Please check the device for faults',NULL,'0','2','0','','0','','0');
5834INSERT 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}.
5835Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5836INSERT 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}.
5837This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17936}<{$TEMP_WARN:"{#SNMPINDEX}"}-3','0','','0');
5838INSERT 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}.
5839This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17938}<{$TEMP_CRIT:"{#SNMPINDEX}"}-3','0','','0');
5840INSERT 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');
5841INSERT 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}.
5842This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17942}<{$TEMP_WARN:"Ambient"}-3','0','','0');
5843INSERT 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}.
5844This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17944}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
5845INSERT 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');
5846INSERT 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}.
5847This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17948}<{$TEMP_WARN:"CPU"}-3','0','','0');
5848INSERT 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}.
5849This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17950}<{$TEMP_CRIT:"CPU"}-3','0','','0');
5850INSERT 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');
5851INSERT 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}.
5852This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17954}<{$TEMP_WARN:"Memory"}-3','0','','0');
5853INSERT 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}.
5854This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17956}<{$TEMP_CRIT:"Memory"}-3','0','','0');
5855INSERT 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');
5856INSERT 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}.
5857This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17960}<{$TEMP_WARN:"PSU"}-3','0','','0');
5858INSERT 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}.
5859This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17962}<{$TEMP_CRIT:"PSU"}-3','0','','0');
5860INSERT 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');
5861INSERT 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}.
5862This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17966}<{$TEMP_WARN:"Device"}-3','0','','0');
5863INSERT 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}.
5864This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17968}<{$TEMP_CRIT:"Device"}-3','0','','0');
5865INSERT 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');
5866INSERT 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}.
5867Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5868INSERT 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}.
5869Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5870INSERT 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}.
5871Please check the fan unit',NULL,'0','2','0','','0','','0');
5872INSERT 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}.
5873Please check the fan unit',NULL,'0','2','0','','0','','0');
5874INSERT 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}.
5875Please check the device for faults',NULL,'0','2','0','','0','','0');
5876INSERT 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}.
5877Please check the device for faults',NULL,'0','2','0','','0','','0');
5878INSERT 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}.
5879Please check the device for faults',NULL,'0','2','0','','0','','0');
5880INSERT 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}.
5881Please check the device for faults',NULL,'0','2','0','','0','','0');
5882INSERT 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}.
5883Please check the device for faults',NULL,'0','2','0','','0','','0');
5884INSERT 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}.
5885Please check the device for faults',NULL,'0','2','0','','0','','0');
5886INSERT 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}.
5887Please check the device for faults',NULL,'0','2','0','','0','','0');
5888INSERT 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}.
5889Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
5890INSERT 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}.
5891Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
5892INSERT 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}.
5893Disk probably requires replacement.',NULL,'0','2','0','','0','','0');
5894INSERT 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}.
5895Disk serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
5896INSERT 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}.
5897Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
5898INSERT 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}.
5899Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
5900INSERT 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}.
5901Please check the device for faults',NULL,'0','0','0','','0','','0');
5902INSERT 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}.
5903Please check the device for errors',NULL,'0','0','0','','0','','0');
5904INSERT 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}.
5905Please check the device for warnings',NULL,'0','0','0','','0','','0');
5906INSERT 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}.
5907Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5908INSERT 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}.
5909This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18006}<{$TEMP_WARN:""}-3','0','','0');
5910INSERT 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}.
5911This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18008}<{$TEMP_CRIT:""}-3','0','','0');
5912INSERT 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');
5913INSERT 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}.
5914This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18012}<{$TEMP_WARN:"Ambient"}-3','0','','0');
5915INSERT 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}.
5916This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18014}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
5917INSERT 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');
5918INSERT 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}.
5919This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18018}<{$TEMP_WARN:"CPU"}-3','0','','0');
5920INSERT 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}.
5921This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18020}<{$TEMP_CRIT:"CPU"}-3','0','','0');
5922INSERT 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');
5923INSERT 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}.
5924Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5925INSERT 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}.
5926Please check the fan unit',NULL,'0','2','0','','0','','0');
5927INSERT 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}.
5928Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
5929INSERT 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}.
5930Please check the device for faults',NULL,'0','0','0','','0','','0');
5931INSERT 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}.
5932Please check the device for errors',NULL,'0','0','0','','0','','0');
5933INSERT 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}.
5934Please check the device for warnings',NULL,'0','0','0','','0','','0');
5935INSERT 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}.
5936Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1');
5937INSERT 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}.
5938This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18037}<{$TEMP_WARN:""}-3','0','','0');
5939INSERT 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}.
5940This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18039}<{$TEMP_CRIT:""}-3','0','','0');
5941INSERT 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');
5942INSERT 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}.
5943This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18043}<{$TEMP_WARN:"Ambient"}-3','0','','0');
5944INSERT 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}.
5945This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18045}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
5946INSERT 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');
5947INSERT 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}.
5948This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18049}<{$TEMP_WARN:"CPU"}-3','0','','0');
5949INSERT 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}.
5950This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18051}<{$TEMP_CRIT:"CPU"}-3','0','','0');
5951INSERT 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');
5952INSERT 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}.
5953Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
5954INSERT 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}.
5955Please check the fan unit',NULL,'0','2','0','','0','','0');
5956INSERT 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}.
5957Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
5958INSERT 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}.
5959This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18063}<{$TEMP_WARN:""}-3','0','','0');
5960INSERT 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}.
5961This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18065}<{$TEMP_CRIT:""}-3','0','','0');
5962INSERT 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');
5963INSERT 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');
5964INSERT 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');
5965INSERT 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');
5966INSERT 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');
5967INSERT 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');
5968INSERT 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');
5969INSERT 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');
5970INSERT 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');
5971INSERT 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');
5972INSERT 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');
5973INSERT 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');
5974INSERT 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');
5975INSERT 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');
5976INSERT 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');
5977INSERT 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');
5978INSERT 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');
5979INSERT 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');
5980INSERT 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');
5981INSERT 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');
5982INSERT 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');
5983INSERT 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');
5984INSERT 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');
5985INSERT 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');
5986INSERT 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');
5987INSERT 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');
5988INSERT 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');
5989INSERT 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');
5990INSERT 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');
5991INSERT 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');
5992INSERT 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');
5993INSERT 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');
5994INSERT 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');
5995INSERT 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');
5996INSERT 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');
5997INSERT 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');
5998INSERT 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');
5999INSERT 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');
6000INSERT 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');
6001INSERT 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');
6002INSERT 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');
6003INSERT 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');
6004INSERT 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');
6005INSERT 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');
6006INSERT 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');
6007INSERT 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');
6008INSERT 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');
6009INSERT 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');
6010INSERT 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');
6011INSERT 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');
6012INSERT 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');
6013INSERT 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');
6014INSERT 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');
6015INSERT 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');
6016INSERT 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');
6017INSERT 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');
6018INSERT 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');
6019INSERT 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');
6020INSERT 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');
6021INSERT 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');
6022INSERT 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');
6023INSERT 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}.
6024This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18137}<{$TEMP_WARN:"Ambient"}-3','0','','0');
6025INSERT 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}.
6026This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18139}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
6027INSERT 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');
6028INSERT 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}.
6029This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18143}<{$TEMP_WARN:"Ambient"}-3','0','','0');
6030INSERT 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}.
6031This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18145}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
6032INSERT 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');
6033INSERT 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}.
6034This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18149}<{$TEMP_WARN:"Ambient"}-3','0','','0');
6035INSERT 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}.
6036This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18151}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
6037INSERT 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');
6038INSERT 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}.
6039This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18155}<{$TEMP_WARN:"Ambient"}-3','0','','0');
6040INSERT 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}.
6041This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18157}<{$TEMP_CRIT:"Ambient"}-3','0','','0');
6042INSERT 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');
6043INSERT 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}.
6044This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18161}<{$TEMP_WARN:"CPU"}-3','0','','0');
6045INSERT 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}.
6046This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18163}<{$TEMP_CRIT:"CPU"}-3','0','','0');
6047INSERT 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');
6048INSERT 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}.
6049Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
6050INSERT 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}.
6051Please check the power supply unit for errors',NULL,'0','2','0','','0','','0');
6052INSERT 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}.
6053Please check the device for errors',NULL,'0','2','0','','0','','0');
6054INSERT 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}.
6055Please check the device for warnings',NULL,'0','2','0','','0','','0');
6056INSERT 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}.
6057Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1');
6058INSERT 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}.
6059Please check the fan unit',NULL,'0','2','0','','0','','0');
6060INSERT 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}.
6061Please check the fan unit',NULL,'0','2','0','','0','','0');
6062INSERT 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}.
6063Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
6064INSERT 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}.
6065Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0');
6066INSERT 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}.
6067Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0');
6068INSERT 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}.
6069Please check the device for faults',NULL,'0','2','0','','0','','0');
6070INSERT 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}.
6071Please check the device for faults',NULL,'0','2','0','','0','','0');
6072INSERT 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}.
6073Please check the device for faults',NULL,'0','2','0','','0','','0');
6074INSERT 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}.
6075Please check the device for faults',NULL,'0','2','0','','0','','0');
6076INSERT 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}.
6077Please check the device for faults',NULL,'0','2','0','','0','','0');
6078INSERT 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}.
6079Please check the device for errors',NULL,'0','0','0','','0','','0');
6080INSERT 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}.
6081Please check the device for warnings',NULL,'0','0','0','','0','','0');
6082INSERT 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}
6083CPU utilization is too high. The system might be slow to respond.',NULL,'0','0','0','','0','','0');
6084INSERT 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
6085(({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})
6086Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.
6087 Second condition should be one of the following:
6088 - The disk free space is less than 5G.
6089 - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1');
6090INSERT 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
6091(({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})
6092Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.
6093 Second condition should be one of the following:
6094 - The disk free space is less than 10G.
6095 - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1');
6096INSERT 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}
6097The system is running out of free memory.',NULL,'0','2','0','','0','','0');
6098INSERT 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
6099{18255}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18254}) and
6100{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
6101{18255}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18254}','0','','1');
6102INSERT 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}"}
6103or {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
6104and {18259}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
6105INSERT 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}
6106CPU utilization is too high. The system might be slow to respond.',NULL,'0','0','0','','0','','0');
6107INSERT 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
6108(({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})
6109Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.
6110 Second condition should be one of the following:
6111 - The disk free space is less than 5G.
6112 - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1');
6113INSERT 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
6114(({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})
6115Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.
6116 Second condition should be one of the following:
6117 - The disk free space is less than 10G.
6118 - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1');
6119INSERT 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}
6120The system is running out of free memory.',NULL,'0','2','0','','0','','0');
6121INSERT 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:
61221. Can be triggered if operations status is down.
61232. {$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.
61243. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6125
6126WARNING: 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');
6127INSERT 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
6128{18291}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18290}) and
6129{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
6130{18291}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18290}','0','','1');
6131INSERT 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}"}
6132or {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
6133and {18295}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
6134INSERT 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:
61351. Can be triggered if operations status is down.
61362. {$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.
61373. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6138
6139WARNING: 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');
6140INSERT 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
6141{18300}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18299}) and
6142{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
6143{18300}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18299}','0','','1');
6144INSERT 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}"}
6145or {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
6146and {18304}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
6147INSERT 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:
61481. Can be triggered if operations status is down.
61492. {$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.
61503. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6151
6152WARNING: 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');
6153INSERT 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
6154{18498}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18497}) and
6155{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
6156{18498}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18497}','0','','1');
6157INSERT 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}"}
6158or {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
6159and {18502}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
6160INSERT 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:
61611. Can be triggered if operations status is down.
61622. {$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.
61633. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6164
6165WARNING: 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');
6166INSERT 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
6167{18525}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18524}) and
6168{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
6169{18525}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18524}','0','','1');
6170INSERT 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}"}
6171or {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
6172and {18529}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
6173INSERT 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:
61741. Can be triggered if operations status is down.
61752. {$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.
61763. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6177
6178WARNING: 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');
6179INSERT 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}
6180CPU utilization is too high. The system might be slow to respond.',NULL,'0','0','0','','0','','0');
6181INSERT 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}
6182Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.',NULL,'0','0','2','','0','','1');
6183INSERT 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}
6184The system is running out of free memory.',NULL,'0','2','0','','0','','0');
6185INSERT 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}
6186CPU utilization is too high. The system might be slow to respond.',NULL,'0','2','0','','0','','0');
6187INSERT 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}
6188CPU utilization is too high. The system might be slow to respond.',NULL,'0','2','0','','0','','0');
6189INSERT 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}"}
6190or
6191{18566}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}
6192This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18567}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0');
6193INSERT 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}"}
6194or
6195{18569}={$TEMP_CRIT_STATUS}
6196or
6197{18569}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}
6198This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18570}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0');
6199INSERT 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');
6200INSERT 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');
6201INSERT 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');
6202INSERT 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');
6203INSERT 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');
6204INSERT 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');
6205INSERT 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');
6206INSERT 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');
6207INSERT 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');
6208INSERT 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');
6209INSERT 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');
6210INSERT 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');
6211INSERT 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');
6212INSERT 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');
6213INSERT 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');
6214INSERT 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');
6215INSERT 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');
6216INSERT 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');
6217INSERT 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');
6218INSERT 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');
6219INSERT 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');
6220INSERT 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');
6221INSERT 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');
6222INSERT 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');
6223INSERT 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');
6224INSERT 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');
6225INSERT 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');
6226INSERT 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');
6227INSERT 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');
6228INSERT 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');
6229INSERT 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');
6230INSERT 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');
6231INSERT 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');
6232INSERT 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');
6233INSERT 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');
6234INSERT 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');
6235INSERT 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');
6236INSERT 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');
6237INSERT 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');
6238INSERT 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');
6239INSERT 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');
6240INSERT 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');
6241INSERT 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');
6242INSERT 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');
6243INSERT 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');
6244INSERT 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');
6245INSERT 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');
6246INSERT 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');
6247INSERT 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');
6248INSERT 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');
6249INSERT 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');
6250INSERT 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');
6251INSERT 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');
6252INSERT 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');
6253INSERT 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');
6254INSERT 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');
6255INSERT 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');
6256INSERT 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');
6257INSERT 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');
6258INSERT 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');
6259INSERT 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');
6260INSERT 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');
6261INSERT 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');
6262INSERT 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');
6263INSERT 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');
6264INSERT 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');
6265INSERT 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');
6266INSERT 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');
6267INSERT 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');
6268INSERT 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');
6269INSERT 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');
6270INSERT 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');
6271INSERT 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');
6272INSERT 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');
6273INSERT 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');
6274INSERT 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');
6275INSERT 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');
6276INSERT 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');
6277INSERT 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');
6278INSERT 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');
6279INSERT 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');
6280INSERT 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');
6281INSERT 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');
6282INSERT 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');
6283INSERT 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');
6284INSERT 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');
6285INSERT 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');
6286INSERT 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');
6287INSERT 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');
6288INSERT 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');
6289INSERT 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');
6290INSERT 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');
6291INSERT 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');
6292INSERT 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}.
6293Last three attempts returned timeout.  Please check device connectivity.','14251','0','0','0','','0','','0');
6294INSERT 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');
6295INSERT 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');
6296INSERT 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}.
6297Last three attempts returned timeout.  Please check device connectivity.','14251','0','0','0','','0','','0');
6298INSERT 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');
6299INSERT 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');
6300INSERT 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');
6301INSERT 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');
6302INSERT 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');
6303INSERT 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');
6304INSERT 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}
6305Device serial number has changed. Ack to close','14409','0','0','0','','0','','1');
6306INSERT 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}
6307Device serial number has changed. Ack to close','14409','0','0','0','','0','','1');
6308INSERT 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}
6309Device serial number has changed. Ack to close','14417','0','2','0','','0','','1');
6310INSERT 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}
6311Device serial number has changed. Ack to close','14417','0','2','0','','0','','1');
6312INSERT 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}.
6313Please check autonegotiation settings and cabling','14939','0','2','0','','0','','1');
6314INSERT 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}.
6315Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6316INSERT 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}.
6317Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6318INSERT 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}.
6319Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6320INSERT 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}.
6321Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6322INSERT 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}.
6323Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6324INSERT 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}.
6325Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6326INSERT 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}.
6327Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6328INSERT 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}.
6329Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6330INSERT 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}.
6331Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6332INSERT 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}.
6333Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6334INSERT 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}.
6335Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6336INSERT 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}.
6337Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6338INSERT 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}.
6339SNMP is not available for polling. Please check device connectivity and SNMP settings.','15161','0','0','0','','0','','0');
6340INSERT 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}.
6341SNMP is not available for polling. Please check device connectivity and SNMP settings.','15161','0','0','0','','0','','0');
6342INSERT 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}.
6343SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6344INSERT 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}.
6345SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6346INSERT 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}.
6347SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6348INSERT 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}.
6349SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6350INSERT 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}.
6351SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6352INSERT 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}.
6353SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6354INSERT 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}.
6355SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6356INSERT 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}.
6357SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6358INSERT 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}.
6359SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6360INSERT 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}.
6361SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6362INSERT 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}.
6363SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6364INSERT 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}.
6365SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6366INSERT 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}.
6367SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6368INSERT 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}.
6369SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6370INSERT 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}.
6371SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6372INSERT 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}.
6373SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6374INSERT 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}.
6375SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6376INSERT 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}.
6377SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6378INSERT 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}.
6379SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6380INSERT 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}.
6381SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6382INSERT 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}.
6383SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6384INSERT 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}.
6385SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6386INSERT 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}.
6387SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6388INSERT 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}
6389Device serial number has changed. Ack to close','14409','0','0','0','','0','','1');
6390INSERT 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}
6391Device serial number has changed. Ack to close','14417','0','2','0','','0','','1');
6392INSERT 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}.
6393SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6394INSERT 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}
6395Please check the power supply unit for errors','15344','0','2','0','','0','','0');
6396INSERT 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}
6397Please check the power supply unit for errors','15344','0','2','0','','0','','0');
6398INSERT 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}
6399Please check the power supply unit for errors','15344','0','2','0','','0','','0');
6400INSERT 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}
6401Please check the power supply unit for errors','15345','0','2','0','','0','','0');
6402INSERT 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}
6403Please check the power supply unit for errors','15345','0','2','0','','0','','0');
6404INSERT 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}
6405Please check the power supply unit for errors','15345','0','2','0','','0','','0');
6406INSERT 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}
6407Please check the fan unit','15346','0','2','0','','0','','0');
6408INSERT 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}
6409Please check the fan unit','15346','0','2','0','','0','','0');
6410INSERT 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}
6411Please check the fan unit','15346','0','2','0','','0','','0');
6412INSERT 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}
6413Please check the fan unit','15347','0','2','0','','0','','0');
6414INSERT 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}
6415Please check the fan unit','15347','0','2','0','','0','','0');
6416INSERT 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}
6417Please check the fan unit','15347','0','2','0','','0','','0');
6418INSERT 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}.
6419The device uptime is less than 10 minutes','15642','0','0','0','','0','','1');
6420INSERT 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}.
6421The device uptime is less than 10 minutes','15642','0','0','0','','0','','1');
6422INSERT 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}.
6423The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6424INSERT 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}.
6425The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6426INSERT 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}.
6427The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6428INSERT 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}.
6429The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6430INSERT 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}.
6431The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6432INSERT 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}.
6433The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6434INSERT 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}.
6435The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6436INSERT 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}.
6437The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6438INSERT 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}.
6439The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6440INSERT 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}.
6441The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6442INSERT 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}.
6443The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6444INSERT 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}.
6445The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6446INSERT 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}.
6447The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6448INSERT 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}.
6449The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6450INSERT 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}.
6451The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6452INSERT 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}.
6453The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6454INSERT 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}.
6455The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6456INSERT 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}.
6457The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6458INSERT 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}.
6459The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6460INSERT 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}.
6461The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6462INSERT 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}.
6463The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6464INSERT 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}.
6465The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6466INSERT 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}.
6467The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6468INSERT 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}.
6469The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6470INSERT 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
6471and (
6472{17699}=6 or
6473{17699}=7 or
6474{17699}=11 or
6475{17699}=62 or
6476{17699}=69 or
6477{17699}=117
6478)
6479and
6480({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
6481({17700}=2)','0','','1');
6482INSERT 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
6483and (
6484{17704}=6 or
6485{17704}=7 or
6486{17704}=11 or
6487{17704}=62 or
6488{17704}=69 or
6489{17704}=117
6490)
6491and
6492({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
6493({17705}=2)','0','','1');
6494INSERT 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
6495and (
6496{17709}=6 or
6497{17709}=7 or
6498{17709}=11 or
6499{17709}=62 or
6500{17709}=69 or
6501{17709}=117
6502)
6503and
6504({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
6505({17710}=2)','0','','1');
6506INSERT 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
6507and (
6508{17714}=6 or
6509{17714}=7 or
6510{17714}=11 or
6511{17714}=62 or
6512{17714}=69 or
6513{17714}=117
6514)
6515and
6516({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
6517({17715}=2)','0','','1');
6518INSERT 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
6519and (
6520{17719}=6 or
6521{17719}=7 or
6522{17719}=11 or
6523{17719}=62 or
6524{17719}=69 or
6525{17719}=117
6526)
6527and
6528({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
6529({17720}=2)','0','','1');
6530INSERT 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
6531and (
6532{17724}=6 or
6533{17724}=7 or
6534{17724}=11 or
6535{17724}=62 or
6536{17724}=69 or
6537{17724}=117
6538)
6539and
6540({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
6541({17725}=2)','0','','1');
6542INSERT 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
6543and (
6544{17729}=6 or
6545{17729}=7 or
6546{17729}=11 or
6547{17729}=62 or
6548{17729}=69 or
6549{17729}=117
6550)
6551and
6552({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
6553({17730}=2)','0','','1');
6554INSERT 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
6555and (
6556{17734}=6 or
6557{17734}=7 or
6558{17734}=11 or
6559{17734}=62 or
6560{17734}=69 or
6561{17734}=117
6562)
6563and
6564({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
6565({17735}=2)','0','','1');
6566INSERT 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
6567and (
6568{17739}=6 or
6569{17739}=7 or
6570{17739}=11 or
6571{17739}=62 or
6572{17739}=69 or
6573{17739}=117
6574)
6575and
6576({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
6577({17740}=2)','0','','1');
6578INSERT 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
6579and (
6580{17744}=6 or
6581{17744}=7 or
6582{17744}=11 or
6583{17744}=62 or
6584{17744}=69 or
6585{17744}=117
6586)
6587and
6588({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
6589({17745}=2)','0','','1');
6590INSERT 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
6591and (
6592{17749}=6 or
6593{17749}=7 or
6594{17749}=11 or
6595{17749}=62 or
6596{17749}=69 or
6597{17749}=117
6598)
6599and
6600({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
6601({17750}=2)','0','','1');
6602INSERT 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
6603and (
6604{17754}=6 or
6605{17754}=7 or
6606{17754}=11 or
6607{17754}=62 or
6608{17754}=69 or
6609{17754}=117
6610)
6611and
6612({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
6613({17755}=2)','0','','1');
6614INSERT 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
6615and (
6616{17759}=6 or
6617{17759}=7 or
6618{17759}=11 or
6619{17759}=62 or
6620{17759}=69 or
6621{17759}=117
6622)
6623and
6624({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
6625({17760}=2)','0','','1');
6626INSERT 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
6627and (
6628{17764}=6 or
6629{17764}=7 or
6630{17764}=11 or
6631{17764}=62 or
6632{17764}=69 or
6633{17764}=117
6634)
6635and
6636({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
6637({17765}=2)','0','','1');
6638INSERT 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
6639and (
6640{17769}=6 or
6641{17769}=7 or
6642{17769}=11 or
6643{17769}=62 or
6644{17769}=69 or
6645{17769}=117
6646)
6647and
6648({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
6649({17770}=2)','0','','1');
6650INSERT 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
6651and (
6652{17774}=6 or
6653{17774}=7 or
6654{17774}=11 or
6655{17774}=62 or
6656{17774}=69 or
6657{17774}=117
6658)
6659and
6660({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
6661({17775}=2)','0','','1');
6662INSERT 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
6663and (
6664{17779}=6 or
6665{17779}=7 or
6666{17779}=11 or
6667{17779}=62 or
6668{17779}=69 or
6669{17779}=117
6670)
6671and
6672({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
6673({17780}=2)','0','','1');
6674INSERT 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
6675and (
6676{17784}=6 or
6677{17784}=7 or
6678{17784}=11 or
6679{17784}=62 or
6680{17784}=69 or
6681{17784}=117
6682)
6683and
6684({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
6685({17785}=2)','0','','1');
6686INSERT 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
6687and (
6688{17789}=6 or
6689{17789}=7 or
6690{17789}=11 or
6691{17789}=62 or
6692{17789}=69 or
6693{17789}=117
6694)
6695and
6696({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
6697({17790}=2)','0','','1');
6698INSERT 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
6699and (
6700{17794}=6 or
6701{17794}=7 or
6702{17794}=11 or
6703{17794}=62 or
6704{17794}=69 or
6705{17794}=117
6706)
6707and
6708({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
6709({17795}=2)','0','','1');
6710INSERT 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
6711and (
6712{17804}=6 or
6713{17804}=7 or
6714{17804}=11 or
6715{17804}=62 or
6716{17804}=69 or
6717{17804}=117
6718)
6719and
6720({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
6721({17805}=2)','0','','1');
6722INSERT 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
6723and (
6724{17809}=6 or
6725{17809}=7 or
6726{17809}=11 or
6727{17809}=62 or
6728{17809}=69 or
6729{17809}=117
6730)
6731and
6732({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
6733({17810}=2)','0','','1');
6734INSERT 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
6735and (
6736{17819}=6 or
6737{17819}=7 or
6738{17819}=11 or
6739{17819}=62 or
6740{17819}=69 or
6741{17819}=117
6742)
6743and
6744({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
6745({17820}=2)','0','','1');
6746INSERT 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
6747and (
6748{17824}=6 or
6749{17824}=7 or
6750{17824}=11 or
6751{17824}=62 or
6752{17824}=69 or
6753{17824}=117
6754)
6755and
6756({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
6757({17825}=2)','0','','1');
6758INSERT 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
6759and (
6760{17834}=6 or
6761{17834}=7 or
6762{17834}=11 or
6763{17834}=62 or
6764{17834}=69 or
6765{17834}=117
6766)
6767and
6768({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
6769({17835}=2)','0','','1');
6770INSERT 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}.
6771Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1');
6772INSERT 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}.
6773The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6774INSERT 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}.
6775SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6776INSERT 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
6777and (
6778{17850}=6 or
6779{17850}=7 or
6780{17850}=11 or
6781{17850}=62 or
6782{17850}=69 or
6783{17850}=117
6784)
6785and
6786({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
6787({17851}=2)','0','','1');
6788INSERT 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}.
6789The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6790INSERT 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}.
6791SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6792INSERT 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}.
6793The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6794INSERT 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}.
6795SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6796INSERT 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}.
6797The device uptime is less than 10 minutes','15642','0','0','0','','0','','1');
6798INSERT 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}.
6799SNMP is not available for polling. Please check device connectivity and SNMP settings.','15161','0','0','0','','0','','0');
6800INSERT 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}.
6801The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6802INSERT 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}.
6803SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6804INSERT 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}.
6805The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6806INSERT 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}.
6807SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6808INSERT 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}.
6809The device uptime is less than 10 minutes','15645','0','0','0','','0','','1');
6810INSERT 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}.
6811SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0');
6812INSERT 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}
6813CPU utilization is too high. The system might be slow to respond.','15946','0','0','0','','0','','0');
6814INSERT 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
6815(({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})
6816Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.
6817 Second condition should be one of the following:
6818 - The disk free space is less than 5G.
6819 - The disk will be full in less than 24 hours.','15952','0','2','0','','0','','1');
6820INSERT 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
6821(({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})
6822Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.
6823 Second condition should be one of the following:
6824 - The disk free space is less than 10G.
6825 - The disk will be full in less than 24 hours.','15953','0','2','0','','0','','1');
6826INSERT 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}
6827The system is running out of free memory.','15954','0','2','0','','0','','0');
6828INSERT 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
6829{18262}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18261}) and
6830{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
6831{18262}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18261}','0','','1');
6832INSERT 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}"}
6833or {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
6834and {18266}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
6835INSERT 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}
6836CPU utilization is too high. The system might be slow to respond.','15974','0','0','0','','0','','0');
6837INSERT 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
6838(({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})
6839Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.
6840 Second condition should be one of the following:
6841 - The disk free space is less than 5G.
6842 - The disk will be full in less than 24 hours.','15976','0','2','0','','0','','1');
6843INSERT 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
6844(({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})
6845Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.
6846 Second condition should be one of the following:
6847 - The disk free space is less than 10G.
6848 - The disk will be full in less than 24 hours.','15977','0','2','0','','0','','1');
6849INSERT 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}
6850The system is running out of free memory.','15978','0','2','0','','0','','0');
6851INSERT 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:
68521. Can be triggered if operations status is down.
68532. {$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.
68543. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6855
6856WARNING: 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');
6857INSERT 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:
68581. Can be triggered if operations status is down.
68592. {$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.
68603. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6861
6862WARNING: 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');
6863INSERT 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:
68641. Can be triggered if operations status is down.
68652. {$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.
68663. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6867
6868WARNING: 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');
6869INSERT 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:
68701. Can be triggered if operations status is down.
68712. {$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.
68723. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6873
6874WARNING: 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');
6875INSERT 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:
68761. Can be triggered if operations status is down.
68772. {$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.
68783. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6879
6880WARNING: 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');
6881INSERT 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:
68821. Can be triggered if operations status is down.
68832. {$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.
68843. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6885
6886WARNING: 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');
6887INSERT 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:
68881. Can be triggered if operations status is down.
68892. {$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.
68903. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6891
6892WARNING: 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');
6893INSERT 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:
68941. Can be triggered if operations status is down.
68952. {$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.
68963. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6897
6898WARNING: 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');
6899INSERT 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:
69001. Can be triggered if operations status is down.
69012. {$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.
69023. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6903
6904WARNING: 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');
6905INSERT 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:
69061. Can be triggered if operations status is down.
69072. {$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.
69083. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6909
6910WARNING: 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');
6911INSERT 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:
69121. Can be triggered if operations status is down.
69132. {$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.
69143. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6915
6916WARNING: 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');
6917INSERT 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:
69181. Can be triggered if operations status is down.
69192. {$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.
69203. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6921
6922WARNING: 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');
6923INSERT 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:
69241. Can be triggered if operations status is down.
69252. {$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.
69263. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6927
6928WARNING: 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');
6929INSERT 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:
69301. Can be triggered if operations status is down.
69312. {$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.
69323. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6933
6934WARNING: 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');
6935INSERT 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:
69361. Can be triggered if operations status is down.
69372. {$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.
69383. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6939
6940WARNING: 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');
6941INSERT 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:
69421. Can be triggered if operations status is down.
69432. {$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.
69443. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6945
6946WARNING: 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');
6947INSERT 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:
69481. Can be triggered if operations status is down.
69492. {$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.
69503. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6951
6952WARNING: 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');
6953INSERT 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:
69541. Can be triggered if operations status is down.
69552. {$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.
69563. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6957
6958WARNING: 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');
6959INSERT 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:
69601. Can be triggered if operations status is down.
69612. {$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.
69623. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6963
6964WARNING: 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');
6965INSERT 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:
69661. Can be triggered if operations status is down.
69672. {$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.
69683. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6969
6970WARNING: 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');
6971INSERT 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:
69721. Can be triggered if operations status is down.
69732. {$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.
69743. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
6975
6976WARNING: 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');
6977INSERT 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
6978{18349}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18348}) and
6979{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
6980{18349}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18348}','0','','1');
6981INSERT 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
6982{18352}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18351}) and
6983{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
6984{18352}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18351}','0','','1');
6985INSERT 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
6986{18355}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18354}) and
6987{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
6988{18355}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18354}','0','','1');
6989INSERT 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
6990{18358}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18357}) and
6991{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
6992{18358}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18357}','0','','1');
6993INSERT 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
6994{18361}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18360}) and
6995{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
6996{18361}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18360}','0','','1');
6997INSERT 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
6998{18364}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18363}) and
6999{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
7000{18364}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18363}','0','','1');
7001INSERT 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
7002{18367}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18366}) and
7003{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
7004{18367}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18366}','0','','1');
7005INSERT 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
7006{18370}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18369}) and
7007{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
7008{18370}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18369}','0','','1');
7009INSERT 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
7010{18373}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18372}) and
7011{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
7012{18373}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18372}','0','','1');
7013INSERT 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
7014{18376}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18375}) and
7015{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
7016{18376}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18375}','0','','1');
7017INSERT 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
7018{18379}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18378}) and
7019{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
7020{18379}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18378}','0','','1');
7021INSERT 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
7022{18382}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18381}) and
7023{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
7024{18382}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18381}','0','','1');
7025INSERT 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
7026{18385}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18384}) and
7027{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
7028{18385}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18384}','0','','1');
7029INSERT 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
7030{18388}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18387}) and
7031{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
7032{18388}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18387}','0','','1');
7033INSERT 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
7034{18391}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18390}) and
7035{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
7036{18391}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18390}','0','','1');
7037INSERT 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
7038{18394}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18393}) and
7039{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
7040{18394}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18393}','0','','1');
7041INSERT 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
7042{18397}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18396}) and
7043{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
7044{18397}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18396}','0','','1');
7045INSERT 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
7046{18400}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18399}) and
7047{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
7048{18400}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18399}','0','','1');
7049INSERT 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
7050{18403}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18402}) and
7051{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
7052{18403}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18402}','0','','1');
7053INSERT 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
7054{18406}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18405}) and
7055{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
7056{18406}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18405}','0','','1');
7057INSERT 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
7058{18409}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18408}) and
7059{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
7060{18409}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18408}','0','','1');
7061INSERT 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}"}
7062or {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
7063and {18413}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7064INSERT 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}"}
7065or {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
7066and {18417}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7067INSERT 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}"}
7068or {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
7069and {18421}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7070INSERT 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}"}
7071or {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
7072and {18425}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7073INSERT 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}"}
7074or {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
7075and {18429}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7076INSERT 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}"}
7077or {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
7078and {18433}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7079INSERT 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}"}
7080or {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
7081and {18437}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7082INSERT 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}"}
7083or {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
7084and {18441}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7085INSERT 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}"}
7086or {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
7087and {18445}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7088INSERT 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}"}
7089or {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
7090and {18449}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7091INSERT 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}"}
7092or {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
7093and {18453}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7094INSERT 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}"}
7095or {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
7096and {18457}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7097INSERT 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}"}
7098or {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
7099and {18461}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7100INSERT 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}"}
7101or {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
7102and {18465}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7103INSERT 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}"}
7104or {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
7105and {18469}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7106INSERT 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}"}
7107or {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
7108and {18473}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7109INSERT 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}"}
7110or {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
7111and {18477}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7112INSERT 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}"}
7113or {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
7114and {18481}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7115INSERT 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}"}
7116or {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
7117and {18485}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7118INSERT 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}"}
7119or {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
7120and {18489}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7121INSERT 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}"}
7122or {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
7123and {18493}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7124INSERT 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:
71251. Can be triggered if operations status is down.
71262. {$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.
71273. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
7128
7129WARNING: 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');
7130INSERT 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:
71311. Can be triggered if operations status is down.
71322. {$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.
71333. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
7134
7135WARNING: 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');
7136INSERT 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
7137{18509}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18508}) and
7138{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
7139{18509}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18508}','0','','1');
7140INSERT 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
7141{18512}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18511}) and
7142{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
7143{18512}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18511}','0','','1');
7144INSERT 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}"}
7145or {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
7146and {18516}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7147INSERT 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}"}
7148or {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
7149and {18520}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7150INSERT 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:
71511. Can be triggered if operations status is down.
71522. {$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.
71533. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
7154
7155WARNING: 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');
7156INSERT 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:
71571. Can be triggered if operations status is down.
71582. {$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.
71593. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
7160
7161WARNING: 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');
7162INSERT 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
7163{18536}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18535}) and
7164{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
7165{18536}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18535}','0','','1');
7166INSERT 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
7167{18539}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18538}) and
7168{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
7169{18539}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18538}','0','','1');
7170INSERT 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}"}
7171or {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
7172and {18543}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7173INSERT 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}"}
7174or {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
7175and {18547}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1');
7176INSERT 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:
71771. Can be triggered if operations status is down.
71782. {$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.
71793. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)
7180
7181WARNING: 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');
7182INSERT 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}
7183CPU utilization is too high. The system might be slow to respond.','16071','0','0','0','','0','','0');
7184INSERT 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}
7185Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.','16072','0','0','2','','0','','1');
7186INSERT 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}
7187Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.','16072','0','0','2','','0','','1');
7188INSERT 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}
7189Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.','16072','0','0','2','','0','','1');
7190INSERT 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}
7191The system is running out of free memory.','16077','0','2','0','','0','','0');
7192INSERT 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}
7193The system is running out of free memory.','16077','0','2','0','','0','','0');
7194INSERT 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}
7195The system is running out of free memory.','16077','0','2','0','','0','','0');
7196INSERT 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}
7197CPU utilization is too high. The system might be slow to respond.','16078','0','2','0','','0','','0');
7198INSERT 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}
7199CPU utilization is too high. The system might be slow to respond.','16079','0','2','0','','0','','0');
7200INSERT 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}"}
7201or
7202{18579}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}
7203This trigger uses temperature sensor values as well as temperature sensor status if available','16080','0','2','1','{18580}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0');
7204INSERT 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}"}
7205or
7206{18582}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}
7207This trigger uses temperature sensor values as well as temperature sensor status if available','16080','0','2','1','{18583}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0');
7208INSERT 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}"}
7209or
7210{18585}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}
7211This trigger uses temperature sensor values as well as temperature sensor status if available','16080','0','2','1','{18586}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0');
7212INSERT 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}"}
7213or
7214{18588}={$TEMP_CRIT_STATUS}
7215or
7216{18588}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}
7217This trigger uses temperature sensor values as well as temperature sensor status if available','16081','0','2','1','{18589}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0');
7218INSERT 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}"}
7219or
7220{18591}={$TEMP_CRIT_STATUS}
7221or
7222{18591}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}
7223This trigger uses temperature sensor values as well as temperature sensor status if available','16081','0','2','1','{18592}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0');
7224INSERT 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}"}
7225or
7226{18594}={$TEMP_CRIT_STATUS}
7227or
7228{18594}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}
7229This trigger uses temperature sensor values as well as temperature sensor status if available','16081','0','2','1','{18595}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0');
7230INSERT 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');
7231INSERT 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');
7232INSERT 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');
7233INSERT 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');
7234INSERT 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');
7235INSERT 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');
7236INSERT 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}.
7237Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7238INSERT 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');
7239INSERT 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');
7240INSERT 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}.
7241Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7242INSERT 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');
7243INSERT 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');
7244INSERT 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}.
7245Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7246INSERT 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');
7247INSERT 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');
7248INSERT 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}.
7249Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7250INSERT 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');
7251INSERT 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');
7252INSERT 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}.
7253Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7254INSERT 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');
7255INSERT 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');
7256INSERT 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}.
7257Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7258INSERT 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');
7259INSERT 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');
7260INSERT 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}.
7261Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7262INSERT 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');
7263INSERT 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');
7264INSERT 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}.
7265Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7266INSERT 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');
7267INSERT 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');
7268INSERT 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}.
7269Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7270INSERT 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');
7271INSERT 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');
7272INSERT 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}.
7273Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7274INSERT 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');
7275INSERT 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');
7276INSERT 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}.
7277Last three attempts returned timeout.  Please check device connectivity.','14288','0','0','0','','0','','0');
7278INSERT 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');
7279INSERT 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');
7280INSERT 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}.
7281Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7282INSERT 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');
7283INSERT 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');
7284INSERT 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}.
7285Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7286INSERT 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');
7287INSERT 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');
7288INSERT 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}.
7289Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7290INSERT 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');
7291INSERT 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');
7292INSERT 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}.
7293Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7294INSERT 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');
7295INSERT 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');
7296INSERT 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}.
7297Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7298INSERT 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');
7299INSERT 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');
7300INSERT 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}.
7301Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7302INSERT 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');
7303INSERT 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');
7304INSERT 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}.
7305Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7306INSERT 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');
7307INSERT 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');
7308INSERT 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}.
7309Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7310INSERT 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');
7311INSERT 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');
7312INSERT 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}.
7313Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7314INSERT 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');
7315INSERT 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');
7316INSERT 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}.
7317Last three attempts returned timeout.  Please check device connectivity.','14288','0','0','0','','0','','0');
7318INSERT 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');
7319INSERT 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');
7320INSERT 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}.
7321Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7322INSERT 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');
7323INSERT 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');
7324INSERT 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}.
7325Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7326INSERT 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');
7327INSERT 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');
7328INSERT 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}.
7329Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7330INSERT 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');
7331INSERT 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');
7332INSERT 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}.
7333Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7334INSERT 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');
7335INSERT 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');
7336INSERT 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}.
7337Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7338INSERT 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');
7339INSERT 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');
7340INSERT 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}.
7341Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7342INSERT 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');
7343INSERT 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');
7344INSERT 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}.
7345Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7346INSERT 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');
7347INSERT 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');
7348INSERT 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}.
7349Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7350INSERT 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');
7351INSERT 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');
7352INSERT 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}.
7353Last three attempts returned timeout.  Please check device connectivity.','14288','0','0','0','','0','','0');
7354INSERT 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');
7355INSERT 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');
7356INSERT 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}.
7357Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7358INSERT 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');
7359INSERT 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');
7360INSERT 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}.
7361Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7362INSERT 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');
7363INSERT 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');
7364INSERT 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}.
7365Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0');
7366INSERT 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');
7367INSERT 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');
7368INSERT 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}
7369CPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0');
7370INSERT 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}
7371CPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0');
7372INSERT 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}
7373CPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0');
7374INSERT 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}
7375CPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0');
7376INSERT 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
7377(({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})
7378Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.
7379 Second condition should be one of the following:
7380 - The disk free space is less than 5G.
7381 - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1');
7382INSERT 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
7383(({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})
7384Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.
7385 Second condition should be one of the following:
7386 - The disk free space is less than 5G.
7387 - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1');
7388INSERT 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
7389(({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})
7390Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.
7391 Second condition should be one of the following:
7392 - The disk free space is less than 5G.
7393 - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1');
7394INSERT 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
7395(({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})
7396Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.
7397 Second condition should be one of the following:
7398 - The disk free space is less than 5G.
7399 - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1');
7400INSERT 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
7401(({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})
7402Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.
7403 Second condition should be one of the following:
7404 - The disk free space is less than 10G.
7405 - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1');
7406INSERT 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
7407(({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})
7408Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.
7409 Second condition should be one of the following:
7410 - The disk free space is less than 10G.
7411 - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1');
7412INSERT 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
7413(({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})
7414Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.
7415 Second condition should be one of the following:
7416 - The disk free space is less than 10G.
7417 - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1');
7418INSERT 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
7419(({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})
7420Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.
7421 Second condition should be one of the following:
7422 - The disk free space is less than 10G.
7423 - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1');
7424INSERT 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}
7425The system is running out of free memory.','15965','0','2','0','','0','','0');
7426INSERT 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}
7427The system is running out of free memory.','15965','0','2','0','','0','','0');
7428INSERT 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}
7429The system is running out of free memory.','15965','0','2','0','','0','','0');
7430INSERT 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}
7431The system is running out of free memory.','15965','0','2','0','','0','','0');
7432INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14169','16115','16117');
7433INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14170','16116','16115');
7434INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14171','16116','16117');
7435INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14172','16116','16118');
7436INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14173','16118','16117');
7437INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14174','14195','14205');
7438INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14175','14196','14195');
7439INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14176','14196','14205');
7440INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14177','14197','14205');
7441INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14178','14198','14197');
7442INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14179','14198','14205');
7443INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14180','14200','14199');
7444INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14181','14201','14205');
7445INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14182','14202','14201');
7446INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14183','14202','14205');
7447INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14184','14204','14203');
7448INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14185','14206','14222');
7449INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14186','14207','14206');
7450INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14187','14207','14222');
7451INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14188','14208','14222');
7452INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14189','14209','14208');
7453INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14190','14209','14222');
7454INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14191','14210','14222');
7455INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14192','14211','14210');
7456INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14193','14211','14222');
7457INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14194','14212','14222');
7458INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14195','14213','14212');
7459INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14196','14213','14222');
7460INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14197','14214','14222');
7461INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14198','14215','14214');
7462INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14199','14215','14222');
7463INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14200','14217','14216');
7464INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14201','14218','14222');
7465INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14202','14219','14218');
7466INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14203','14219','14222');
7467INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14204','14220','14222');
7468INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14205','14221','14220');
7469INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14206','14221','14222');
7470INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14207','14223','14222');
7471INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14208','14224','14222');
7472INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14209','14224','14223');
7473INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14210','14225','14222');
7474INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14211','14226','14222');
7475INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14212','14226','14225');
7476INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14213','14252','14251');
7477INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14214','14289','14288');
7478INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14215','14525','14524');
7479INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14216','14718','14717');
7480INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14217','15799','15798');
7481INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14218','14294','14293');
7482INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14219','14312','14311');
7483INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14220','14328','14327');
7484INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14221','14348','14347');
7485INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14222','14357','14356');
7486INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14223','14390','14389');
7487INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14224','14404','14403');
7488INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14225','14452','14451');
7489INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14226','14469','14468');
7490INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14227','14487','14486');
7491INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14228','14506','14505');
7492INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14229','14535','14534');
7493INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14230','14545','14544');
7494INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14231','14583','14582');
7495INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14232','14599','14598');
7496INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14233','14616','14615');
7497INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14234','14653','14652');
7498INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14235','14674','14673');
7499INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14236','14692','14691');
7500INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14237','14705','14704');
7501INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14238','14870','14869');
7502INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14239','14883','14882');
7503INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14240','14907','14906');
7504INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14241','14929','14928');
7505INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14242','15221','15220');
7506INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14243','15702','15701');
7507INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14244','15724','15723');
7508INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14245','15756','15755');
7509INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14246','15820','15819');
7510INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14247','15841','15840');
7511INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14248','15909','15908');
7512INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14249','14253','14252');
7513INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14250','14290','14289');
7514INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14251','14526','14525');
7515INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14252','14719','14718');
7516INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14253','15800','15799');
7517INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14254','14295','14294');
7518INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14255','14313','14312');
7519INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14256','14329','14328');
7520INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14257','14349','14348');
7521INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14258','14358','14357');
7522INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14259','14391','14390');
7523INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14260','14405','14404');
7524INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14261','14453','14452');
7525INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14262','14470','14469');
7526INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14263','14488','14487');
7527INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14264','14507','14506');
7528INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14265','14536','14535');
7529INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14266','14546','14545');
7530INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14267','14584','14583');
7531INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14268','14600','14599');
7532INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14269','14617','14616');
7533INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14270','14654','14653');
7534INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14271','14675','14674');
7535INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14272','14693','14692');
7536INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14273','14706','14705');
7537INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14274','14871','14870');
7538INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14275','14884','14883');
7539INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14276','14908','14907');
7540INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14277','14930','14929');
7541INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14278','15222','15221');
7542INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14279','15703','15702');
7543INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14280','15725','15724');
7544INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14281','15757','15756');
7545INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14282','15821','15820');
7546INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14283','15842','15841');
7547INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14284','15910','15909');
7548INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14285','14253','14251');
7549INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14286','14290','14288');
7550INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14287','14526','14524');
7551INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14288','14719','14717');
7552INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14289','15800','15798');
7553INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14290','14295','14293');
7554INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14291','14313','14311');
7555INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14292','14329','14327');
7556INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14293','14349','14347');
7557INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14294','14358','14356');
7558INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14295','14391','14389');
7559INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14296','14405','14403');
7560INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14297','14453','14451');
7561INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14298','14470','14468');
7562INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14299','14488','14486');
7563INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14300','14507','14505');
7564INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14301','14536','14534');
7565INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14302','14546','14544');
7566INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14303','14584','14582');
7567INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14304','14600','14598');
7568INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14305','14617','14615');
7569INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14306','14654','14652');
7570INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14307','14675','14673');
7571INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14308','14693','14691');
7572INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14309','14706','14704');
7573INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14310','14871','14869');
7574INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14311','14884','14882');
7575INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14312','14908','14906');
7576INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14313','14930','14928');
7577INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14314','15222','15220');
7578INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14315','15703','15701');
7579INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14316','15725','15723');
7580INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14317','15757','15755');
7581INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14318','15821','15819');
7582INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14319','15842','15840');
7583INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14320','15910','15908');
7584INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14321','15642','15161');
7585INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14322','15643','15162');
7586INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14323','15644','15163');
7587INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14324','15801','15802');
7588INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14325','15161','14288');
7589INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14326','15162','14524');
7590INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14327','15163','14717');
7591INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14328','15802','15798');
7592INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14329','15645','15170');
7593INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14330','15646','15171');
7594INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14331','15647','15172');
7595INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14332','15648','15173');
7596INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14333','15649','15174');
7597INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14334','15650','15175');
7598INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14335','15651','15176');
7599INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14336','15652','15177');
7600INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14337','15653','15178');
7601INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14338','15654','15179');
7602INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14339','15655','15180');
7603INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14340','15656','15181');
7604INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14341','15657','15182');
7605INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14342','15658','15183');
7606INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14343','15659','15184');
7607INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14344','15660','15185');
7608INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14345','15661','15186');
7609INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14346','15662','15187');
7610INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14347','15663','15188');
7611INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14348','15664','15189');
7612INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14349','15665','15190');
7613INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14350','15666','15191');
7614INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14351','15667','15192');
7615INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14352','15668','15193');
7616INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14353','15669','15224');
7617INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14354','15704','15705');
7618INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14355','15726','15727');
7619INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14356','15758','15759');
7620INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14357','15822','15823');
7621INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14358','15843','15844');
7622INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14359','15911','15912');
7623INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14360','15170','14293');
7624INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14361','15171','14311');
7625INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14362','15172','14327');
7626INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14363','15173','14347');
7627INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14364','15174','14356');
7628INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14365','15175','14389');
7629INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14366','15176','14403');
7630INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14367','15177','14451');
7631INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14368','15178','14468');
7632INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14369','15179','14486');
7633INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14370','15180','14505');
7634INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14371','15181','14534');
7635INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14372','15182','14544');
7636INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14373','15183','14582');
7637INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14374','15184','14598');
7638INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14375','15185','14615');
7639INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14376','15186','14652');
7640INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14377','15187','14673');
7641INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14378','15188','14691');
7642INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14379','15189','14704');
7643INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14380','15190','14869');
7644INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14381','15191','14882');
7645INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14382','15192','14906');
7646INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14383','15193','14928');
7647INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14384','15224','15220');
7648INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14385','15705','15701');
7649INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14386','15727','15723');
7650INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14387','15759','15755');
7651INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14388','15823','15819');
7652INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14389','15844','15840');
7653INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14390','15912','15908');
7654INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14391','15977','15976');
7655INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14392','15980','15979');
7656INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14393','15953','15952');
7657INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14394','15960','15955');
7658INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14395','15961','15956');
7659INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14396','15962','15957');
7660INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14397','15963','15958');
7661INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14398','15964','15959');
7662INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14399','15983','15982');
7663INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14400','15984','15982');
7664INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14401','15670','15982');
7665INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14402','15986','15985');
7666INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14403','15987','15985');
7667INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14404','15671','15985');
7668INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14405','16009','15988');
7669INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14406','16010','15989');
7670INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14407','16011','15990');
7671INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14408','16012','15991');
7672INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14409','16013','15992');
7673INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14410','16014','15993');
7674INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14411','16015','15994');
7675INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14412','16016','15995');
7676INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14413','16017','15996');
7677INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14414','16018','15997');
7678INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14415','16019','15998');
7679INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14416','16020','15999');
7680INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14417','16021','16000');
7681INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14418','16022','16001');
7682INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14419','16023','16002');
7683INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14420','16024','16003');
7684INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14421','16025','16004');
7685INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14422','16026','16005');
7686INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14423','16027','16006');
7687INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14424','16028','16007');
7688INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14425','16029','16008');
7689INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14426','16030','15988');
7690INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14427','16031','15989');
7691INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14428','16032','15990');
7692INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14429','16033','15991');
7693INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14430','16034','15992');
7694INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14431','16035','15993');
7695INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14432','16036','15994');
7696INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14433','16037','15995');
7697INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14434','16038','15996');
7698INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14435','16039','15997');
7699INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14436','16040','15998');
7700INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14437','16041','15999');
7701INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14438','16042','16000');
7702INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14439','16043','16001');
7703INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14440','16044','16002');
7704INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14441','16045','16003');
7705INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14442','16046','16004');
7706INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14443','16047','16005');
7707INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14444','16048','16006');
7708INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14445','16049','16007');
7709INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14446','16050','16008');
7710INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14447','15672','15988');
7711INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14448','15673','15989');
7712INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14449','15674','15990');
7713INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14450','15675','15991');
7714INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14451','15676','15992');
7715INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14452','15677','15993');
7716INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14453','15678','15994');
7717INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14454','15679','15995');
7718INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14455','15680','15996');
7719INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14456','15681','15997');
7720INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14457','15682','15998');
7721INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14458','15683','15999');
7722INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14459','15684','16000');
7723INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14460','15685','16001');
7724INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14461','15686','16002');
7725INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14462','15687','16003');
7726INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14463','15688','16004');
7727INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14464','15689','16005');
7728INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14465','15690','16006');
7729INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14466','15691','16007');
7730INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14467','15708','16008');
7731INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14468','16052','16051');
7732INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14469','16053','16051');
7733INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14470','15692','16051');
7734INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14471','16056','16054');
7735INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14472','16057','16055');
7736INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14473','16058','16054');
7737INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14474','16059','16055');
7738INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14475','15693','16054');
7739INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14476','15694','16055');
7740INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14477','16061','16060');
7741INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14478','16062','16060');
7742INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14479','15695','16060');
7743INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14480','16065','16063');
7744INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14481','16066','16064');
7745INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14482','16067','16063');
7746INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14483','16068','16064');
7747INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14484','15696','16063');
7748INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14485','15697','16064');
7749INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14486','15970','16069');
7750INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14487','15971','16069');
7751INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14488','15698','16069');
7752INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14489','15972','16070');
7753INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14490','15973','16070');
7754INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14491','15699','16070');
7755INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14492','14318','14319');
7756INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14493','15714','15715');
7757INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14494','15721','15720');
7758INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14495','15390','14339');
7759INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14496','15392','15391');
7760INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14497','15394','15393');
7761INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14498','15380','15379');
7762INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14499','15382','15381');
7763INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14500','14372','14373');
7764INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14501','14375','14376');
7765INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14502','15384','15383');
7766INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14503','15386','15385');
7767INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14504','14380','14381');
7768INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14505','16080','16081');
7769INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14506','15345','15344');
7770INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14507','15347','15346');
7771INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14508','16088','16091');
7772INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14509','16089','16092');
7773INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14510','16090','16093');
7774INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14511','15357','15354');
7775INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14512','15358','15355');
7776INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14513','15359','15356');
7777INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14514','15363','15360');
7778INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14515','15364','15361');
7779INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14516','15365','15362');
7780INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14517','15332','15331');
7781INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14518','15334','15333');
7782INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14519','14460','14461');
7783INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14520','14476','14477');
7784INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14521','14495','14496');
7785INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14522','14511','15368');
7786INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14523','14551','14552');
7787INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14524','14914','14915');
7788INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14525','15374','15373');
7789INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14526','15376','15375');
7790INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14527','14589','14590');
7791INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14528','15335','15336');
7792INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14529','15338','15337');
7793INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14530','14624','14625');
7794INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14531','15387','14934');
7795INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14532','14658','14659');
7796INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14533','14664','14665');
7797INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14534','14668','14667');
7798INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14535','15396','15397');
7799INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14536','15913','15914');
7800INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14537','15916','15917');
7801INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14538','15919','15920');
7802INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14539','15922','15923');
7803INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14540','15925','15926');
7804INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14541','15929','15928');
7805INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14542','15931','15930');
7806INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14543','15934','15933');
7807INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14544','15936','15935');
7808INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14545','15939','15938');
7809INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14546','15940','15938');
7810INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14547','15940','15939');
7811INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14548','15942','15941');
7812INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14549','15729','15728');
7813INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14550','15730','15728');
7814INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14551','15730','15729');
7815INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14552','15733','15734');
7816INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14553','15736','15737');
7817INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14554','15740','15739');
7818INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14555','15742','15741');
7819INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14556','15744','15743');
7820INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14557','15746','15743');
7821INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14558','15748','15747');
7822INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14559','15750','15749');
7823INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14560','15751','15750');
7824INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14561','15751','15749');
7825INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14562','15752','15754');
7826INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14563','15753','15754');
7827INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14564','15753','15752');
7828INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14565','15944','15943');
7829INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14566','15763','15764');
7830INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14567','15766','15767');
7831INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14568','15769','15770');
7832INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14569','15772','15773');
7833INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14570','15775','15776');
7834INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14571','15778','15779');
7835INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14572','15782','15781');
7836INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14573','15784','15783');
7837INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14574','15786','15785');
7838INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14575','15788','15787');
7839INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14576','15789','15787');
7840INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14577','15789','15788');
7841INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14578','15791','15790');
7842INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14579','15793','15792');
7843INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14580','15794','15792');
7844INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14581','15797','15796');
7845INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14582','15804','15803');
7846INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14583','15805','15803');
7847INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14584','15805','15804');
7848INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14585','15807','15808');
7849INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14586','15810','15811');
7850INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14587','15813','15814');
7851INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14588','15825','15824');
7852INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14589','15826','15824');
7853INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14590','15826','15825');
7854INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14591','15828','15829');
7855INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14592','15831','15832');
7856INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14593','15834','15835');
7857INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up) values ('14594','15845','15846');
7858INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('10199','10019','10016','diff','0');
7859INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('10204','10055','10041','last','0');
7860INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('10207','10058','10044','diff','0');
7861INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('10208','10057','10043','diff','0');
7862INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12144','22181','13000','last','0');
7863INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12549','22232','13025','nodata','5m');
7864INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12550','10020','10047','nodata','5m');
7865INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12553','10056','10042','last','0');
7866INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12580','17350','10012','last','0');
7867INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12583','10025','10021','change','0');
7868INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12592','22686','13266','last','0');
7869INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12598','22454','13272','last','0');
7870INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12641','22189','13015','max','10m');
7871INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12645','22183','13073','max','10m');
7872INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12646','22191','13074','max','10m');
7873INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12648','23620','13075','max','10m');
7874INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12649','22185','13019','max','10m');
7875INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12651','22396','13017','max','10m');
7876INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12653','22219','13023','min','10m');
7877INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12715','22833','13328','nodata','5m');
7878INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12717','22835','13330','last','0');
7879INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12718','22836','13331','last','0');
7880INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12723','22853','13336','diff','0');
7881INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12724','22856','13337','last','0');
7882INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12725','22858','13338','diff','0');
7883INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12726','22859','13339','change','0');
7884INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12727','22861','13340','diff','0');
7885INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12728','22862','13341','last','0');
7886INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12729','22869','13342','last','0');
7887INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12730','22872','13343','last','0');
7888INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12731','22873','13344','nodata','5m');
7889INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12733','22875','13346','last','0');
7890INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12734','22876','13347','last','0');
7891INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12739','22893','13352','diff','0');
7892INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12740','22896','13353','last','0');
7893INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12741','22898','13354','diff','0');
7894INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12742','22899','13355','change','0');
7895INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12743','22901','13356','diff','0');
7896INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12744','22902','13357','last','0');
7897INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12745','22909','13358','last','0');
7898INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12746','22912','13359','last','0');
7899INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12747','22913','13360','nodata','5m');
7900INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12755','22933','13368','diff','0');
7901INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12757','22938','13370','diff','0');
7902INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12758','22939','13371','change','0');
7903INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12759','22941','13372','diff','0');
7904INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12760','22942','13373','last','0');
7905INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12761','22949','13374','last','0');
7906INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12762','22952','13375','last','0');
7907INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12763','22953','13376','nodata','5m');
7908INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12771','22973','13384','diff','0');
7909INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12773','22978','13386','diff','0');
7910INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12775','22981','13388','diff','0');
7911INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12776','22982','13389','last','0');
7912INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12777','22989','13390','last','0');
7913INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12778','22992','13391','last','0');
7914INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12779','22993','13392','nodata','5m');
7915INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12782','22996','13395','last','0');
7916INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12787','23013','13400','diff','0');
7917INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12788','23016','13401','last','0');
7918INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12789','23018','13402','diff','0');
7919INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12790','23019','13403','change','0');
7920INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12791','23021','13404','diff','0');
7921INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12792','23022','13405','last','0');
7922INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12793','23029','13406','last','0');
7923INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12794','23032','13407','last','0');
7924INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12795','23033','13408','nodata','5m');
7925INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12797','23035','13410','last','0');
7926INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12798','23036','13411','last','0');
7927INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12803','23053','13416','diff','0');
7928INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12805','23058','13418','diff','0');
7929INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12806','23059','13419','change','0');
7930INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12807','23061','13420','diff','0');
7931INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12808','23062','13421','last','0');
7932INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12809','23069','13422','last','0');
7933INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12810','23072','13423','last','0');
7934INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12812','23149','13425','diff','0');
7935INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12815','23150','13428','change','0');
7936INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12818','23668','13431','min','10m');
7937INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12820','23158','13433','last','0');
7938INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12824','23160','13437','nodata','5m');
7939INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12826','23165','13439','last','0');
7940INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12895','23271','13486','min','10m');
7941INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12896','23273','13487','max','10m');
7942INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12897','23274','13488','max','10m');
7943INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12898','23275','13489','max','10m');
7944INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12899','23276','13490','max','10m');
7945INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12900','23287','13491','nodata','5m');
7946INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12902','23289','13493','last','0');
7947INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12903','23290','13494','last','0');
7948INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12908','23307','13499','diff','0');
7949INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12909','23310','13500','last','0');
7950INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12910','23312','13501','diff','0');
7951INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12911','23313','13502','change','0');
7952INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12912','23315','13503','diff','0');
7953INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12913','23316','13504','last','0');
7954INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12914','23282','13505','last','0');
7955INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12915','23284','13506','last','0');
7956INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12926','22231','13026','diff','0');
7957INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12927','10059','10045','diff','0');
7958INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12928','23288','13492','diff','0');
7959INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12929','22834','13329','diff','0');
7960INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12930','22874','13345','diff','0');
7961INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12931','22914','13361','diff','0');
7962INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12932','22954','13377','diff','0');
7963INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12933','22994','13393','diff','0');
7964INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12934','23034','13409','diff','0');
7965INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12935','23161','13438','diff','0');
7966INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12936','23318','13507','diff','0');
7967INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12937','23319','13508','diff','0');
7968INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12938','23327','13509','diff','0');
7969INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12939','23320','13510','diff','0');
7970INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12940','23321','13511','diff','0');
7971INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12941','23322','13512','diff','0');
7972INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12942','23323','13513','diff','0');
7973INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12943','23324','13514','diff','0');
7974INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12944','23325','13515','diff','0');
7975INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12945','23326','13516','diff','0');
7976INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12946','23357','13517','max','10m');
7977INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12947','23342','13518','max','10m');
7978INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12948','23341','13519','max','10m');
7979INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12949','23359','13520','min','10m');
7980INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12965','23634','13536','max','10m');
7981INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12966','23635','13537','max','10m');
7982INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12994','23644','13544','max','#3');
7983INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12995','23645','13545','max','#3');
7984INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12996','23646','13546','max','#3');
7985INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12997','23647','13547','max','#3');
7986INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('12998','23648','13548','max','#3');
7987INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13068','23115','13367','avg','5m');
7988INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13069','22922','13366','avg','5m');
7989INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13070','22918','13365','avg','5m');
7990INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13071','22917','13364','avg','5m');
7991INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13072','22882','13350','avg','5m');
7992INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13073','22878','13349','avg','5m');
7993INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13074','22877','13348','avg','5m');
7994INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13075','22962','13382','avg','5m');
7995INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13078','10010','10010','avg','5m');
7996INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13079','23296','13497','avg','5m');
7997INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13080','17362','13243','avg','5m');
7998INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13081','23301','13498','avg','5m');
7999INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13082','10009','10190','avg','5m');
8000INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13083','23292','13496','avg','5m');
8001INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13084','10013','10011','avg','5m');
8002INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13085','23291','13495','avg','5m');
8003INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13086','23042','13414','avg','5m');
8004INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13087','22842','13334','avg','5m');
8005INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13088','22838','13333','avg','5m');
8006INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13089','22837','13332','avg','5m');
8007INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13090','23007','13399','avg','5m');
8008INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13091','23002','13398','avg','5m');
8009INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13092','22998','13397','avg','5m');
8010INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13093','22997','13396','avg','5m');
8011INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13094','23143','13435','avg','5m');
8012INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13095','23140','13430','avg','5m');
8013INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13152','23651','13551','max','#3');
8014INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13154','23649','13549','max','#3');
8015INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13156','23650','13550','max','#3');
8016INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13157','23652','13552','max','#3');
8017INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13158','23653','13553','max','#3');
8018INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13159','23654','13285','max','#3');
8019INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13160','23661','13557','last','');
8020INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13161','23662','13558','last','');
8021INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13164','22424','13080','avg','10m');
8022INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13165','23252','13467','avg','10m');
8023INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13170','22412','13081','avg','10m');
8024INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13171','23253','13468','avg','10m');
8025INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13172','22430','13083','avg','10m');
8026INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13173','23255','13470','avg','10m');
8027INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13174','22422','13084','avg','10m');
8028INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13175','23256','13471','avg','10m');
8029INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13176','22406','13085','avg','10m');
8030INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13177','23257','13472','avg','10m');
8031INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13178','22408','13086','avg','30m');
8032INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13179','23258','13473','avg','30m');
8033INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13180','22402','13087','avg','10m');
8034INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13181','23259','13474','avg','10m');
8035INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13182','22418','13088','avg','10m');
8036INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13183','23260','13475','avg','10m');
8037INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13184','22416','13089','avg','10m');
8038INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13185','23261','13476','avg','10m');
8039INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13186','22689','13275','avg','10m');
8040INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13187','23262','13477','avg','10m');
8041INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13188','22399','13091','avg','10m');
8042INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13189','23264','13479','avg','10m');
8043INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13190','22420','13092','avg','10m');
8044INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13191','23265','13480','avg','10m');
8045INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13192','22414','13093','min','10m');
8046INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13193','23266','13481','min','10m');
8047INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13194','23171','13441','avg','10m');
8048INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13195','23267','13482','avg','10m');
8049INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13196','23663','13559','avg','10m');
8050INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13197','23664','13560','avg','10m');
8051INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13198','22426','13094','avg','10m');
8052INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13199','23268','13483','avg','10m');
8053INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13200','22404','13095','avg','10m');
8054INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13201','23269','13484','avg','10m');
8055INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13202','22400','13096','avg','10m');
8056INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13203','23270','13485','avg','10m');
8057INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13204','22401','13097','avg','10m');
8058INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13205','23328','13436','avg','10m');
8059INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13206','23347','13521','avg','10m');
8060INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13207','23360','13534','avg','10m');
8061INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13208','23352','13522','avg','10m');
8062INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13209','23351','13535','avg','10m');
8063INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13210','23350','13523','avg','10m');
8064INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13211','23353','13524','avg','30m');
8065INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13212','23354','13525','avg','10m');
8066INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13213','23356','13526','avg','10m');
8067INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13214','23355','13527','avg','10m');
8068INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13215','23349','13528','avg','10m');
8069INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13216','23348','13529','avg','10m');
8070INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13217','23343','13530','avg','10m');
8071INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13218','23344','13531','avg','10m');
8072INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13219','23345','13532','avg','10m');
8073INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13220','23346','13533','avg','10m');
8074INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13221','23666','13561','min','#3');
8075INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13222','25366','13562','avg','10m');
8076INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13223','25367','13563','avg','10m');
8077INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13224','25368','13564','avg','10m');
8078INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13225','25369','13565','avg','10m');
8079INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13226','25370','13566','avg','10m');
8080INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13227','25371','13567','avg','10m');
8081INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13228','25665','13568','avg','10m');
8082INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13229','25666','13569','avg','10m');
8083INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13230','25667','13570','avg','10m');
8084INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('13231','25668','13571','avg','10m');
8085INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14305','26924','14194','last','0');
8086INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14306','26932','14195','last','0');
8087INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14307','26932','14196','last','0');
8088INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14308','26930','14197','last','0');
8089INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14309','26930','14198','last','0');
8090INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14310','26931','14199','last','0');
8091INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14311','26931','14200','last','0');
8092INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14312','26929','14201','last','0');
8093INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14313','26929','14202','last','0');
8094INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14314','26928','14203','last','0');
8095INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14315','26928','14204','last','0');
8096INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14316','26925','14205','last','0');
8097INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14317','26943','14206','last','0');
8098INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14318','26943','14207','last','0');
8099INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14319','26939','14208','last','0');
8100INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14320','26939','14209','last','0');
8101INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14321','26940','14210','last','0');
8102INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14322','26940','14211','last','0');
8103INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14323','26941','14212','last','0');
8104INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14324','26941','14213','last','0');
8105INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14325','26942','14214','last','0');
8106INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14326','26942','14215','last','0');
8107INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14327','26938','14216','last','0');
8108INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14328','26938','14217','last','0');
8109INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14329','26937','14218','last','0');
8110INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14330','26937','14219','last','0');
8111INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14331','26933','14220','last','0');
8112INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14332','26933','14221','last','0');
8113INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14333','26934','14222','last','0');
8114INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14334','26935','14223','last','0');
8115INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14335','26935','14224','last','0');
8116INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14336','26936','14225','last','0');
8117INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14337','26936','14226','last','0');
8118INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14378','27067','14251','max','#3');
8119INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14379','27066','14252','min','5m');
8120INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14380','27065','14253','avg','5m');
8121INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14463','27138','14288','max','#3');
8122INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14464','27139','14289','min','5m');
8123INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14465','27140','14290','avg','5m');
8124INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14468','27149','14293','max','#3');
8125INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14469','27150','14294','min','5m');
8126INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14470','27151','14295','avg','5m');
8127INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14508','27192','14311','max','#3');
8128INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14509','27193','14312','min','5m');
8129INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14510','27194','14313','avg','5m');
8130INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14513','27208','14316','avg','5m');
8131INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14514','27205','14317','avg','5m');
8132INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14515','27212','14318','avg','5m');
8133INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14516','27212','14318','max','5m');
8134INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14517','27212','14319','avg','5m');
8135INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14518','27212','14319','max','5m');
8136INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14519','27212','14320','avg','5m');
8137INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14520','27212','14320','min','5m');
8138INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14522','27214','14322','diff','');
8139INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14523','27214','14322','strlen','');
8140INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14536','27225','14327','max','#3');
8141INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14537','27226','14328','min','5m');
8142INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14538','27227','14329','avg','5m');
8143INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14541','27240','14332','avg','5m');
8144INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14542','27239','14333','avg','5m');
8145INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14545','27237','14336','diff','');
8146INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14546','27237','14336','strlen','');
8147INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14547','27236','14337','diff','');
8148INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14548','27236','14337','strlen','');
8149INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14552','27247','14339','avg','5m');
8150INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14553','27247','14339','max','5m');
8151INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14554','27247','14340','avg','5m');
8152INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14555','27247','14340','min','5m');
8153INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14570','27261','14347','max','#3');
8154INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14571','27262','14348','min','5m');
8155INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14572','27263','14349','avg','5m');
8156INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14587','27282','14356','max','#3');
8157INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14588','27283','14357','min','5m');
8158INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14589','27284','14358','avg','5m');
8159INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14592','27294','14361','avg','5m');
8160INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14593','27293','14362','avg','5m');
8161INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14594','27296','14363','diff','');
8162INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14595','27296','14363','strlen','');
8163INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14596','27295','14364','diff','');
8164INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14597','27295','14364','strlen','');
8165INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14598','27297','14365','diff','');
8166INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14599','27297','14365','strlen','');
8167INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14600','27299','14366','avg','5m');
8168INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14601','27301','14367','avg','5m');
8169INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14602','27298','14368','avg','5m');
8170INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14603','27300','14369','avg','5m');
8171INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14606','27314','14372','avg','5m');
8172INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14607','27314','14372','max','5m');
8173INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14608','27314','14373','avg','5m');
8174INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14609','27314','14373','max','5m');
8175INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14610','27314','14374','avg','5m');
8176INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14611','27314','14374','min','5m');
8177INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14612','27315','14375','avg','5m');
8178INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14613','27315','14375','max','5m');
8179INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14614','27315','14376','avg','5m');
8180INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14615','27315','14376','max','5m');
8181INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14616','27315','14377','avg','5m');
8182INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14617','27315','14377','min','5m');
8183INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14620','27318','14380','avg','5m');
8184INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14621','27318','14380','max','5m');
8185INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14622','27318','14381','avg','5m');
8186INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14623','27318','14381','max','5m');
8187INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14624','27318','14382','avg','5m');
8188INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14625','27318','14382','min','5m');
8189INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14626','27320','14383','diff','');
8190INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14627','27320','14383','strlen','');
8191INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14641','27333','14389','max','#3');
8192INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14642','27334','14390','min','5m');
8193INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14643','27335','14391','avg','5m');
8194INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14663','27365','14403','max','#3');
8195INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14664','27366','14404','min','5m');
8196INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14665','27367','14405','avg','5m');
8197INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14669','27378','14409','diff','');
8198INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14670','27378','14409','strlen','');
8199INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14672','27385','14411','diff','');
8200INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14673','27385','14411','strlen','');
8201INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14676','27382','14413','diff','');
8202INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14677','27382','14413','strlen','');
8203INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14681','27419','14417','diff','');
8204INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14682','27419','14417','strlen','');
8205INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14698','27428','14428','diff','');
8206INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14699','27428','14428','strlen','');
8207INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14702','27445','14430','diff','');
8208INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14703','27445','14430','strlen','');
8209INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14747','27462','14451','max','#3');
8210INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14748','27463','14452','min','5m');
8211INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14749','27464','14453','avg','5m');
8212INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14752','27478','14456','avg','5m');
8213INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14753','27477','14457','avg','5m');
8214INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14756','27485','14460','avg','5m');
8215INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14757','27485','14460','max','5m');
8216INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14758','27485','14461','avg','5m');
8217INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14759','27485','14461','max','5m');
8218INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14760','27485','14462','avg','5m');
8219INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14761','27485','14462','min','5m');
8220INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14762','27483','14463','diff','');
8221INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14763','27483','14463','strlen','');
8222INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14776','27496','14468','max','#3');
8223INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14777','27497','14469','min','5m');
8224INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14778','27498','14470','avg','5m');
8225INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14781','27511','14473','avg','5m');
8226INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14782','27509','14474','diff','');
8227INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14783','27509','14474','strlen','');
8228INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14784','27516','14475','avg','5m');
8229INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14785','27517','14476','avg','5m');
8230INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14786','27517','14476','max','5m');
8231INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14787','27517','14477','avg','5m');
8232INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14788','27517','14477','max','5m');
8233INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14789','27517','14478','avg','5m');
8234INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14790','27517','14478','min','5m');
8235INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14806','27532','14486','max','#3');
8236INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14807','27533','14487','min','5m');
8237INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14808','27534','14488','avg','5m');
8238INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14811','27547','14491','avg','5m');
8239INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14812','27545','14492','diff','');
8240INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14813','27545','14492','strlen','');
8241INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14814','27544','14493','diff','');
8242INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14815','27544','14493','strlen','');
8243INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14816','27552','14494','avg','5m');
8244INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14817','27553','14495','avg','5m');
8245INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14818','27553','14495','max','5m');
8246INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14819','27553','14496','avg','5m');
8247INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14820','27553','14496','max','5m');
8248INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14821','27553','14497','avg','5m');
8249INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14822','27553','14497','min','5m');
8250INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14838','27568','14505','max','#3');
8251INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14839','27569','14506','min','5m');
8252INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14840','27570','14507','avg','5m');
8253INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14843','27586','14510','avg','5m');
8254INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14844','27584','14511','avg','5m');
8255INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14845','27584','14511','max','5m');
8256INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14849','27584','14513','avg','5m');
8257INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14850','27584','14513','min','5m');
8258INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14851','27582','14514','diff','');
8259INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14852','27582','14514','strlen','');
8260INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14853','27579','14515','diff','');
8261INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14854','27579','14515','strlen','');
8262INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14855','27590','14516','avg','5m');
8263INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14871','27608','14524','max','#3');
8264INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14872','27609','14525','min','5m');
8265INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14873','27610','14526','avg','5m');
8266INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14889','27631','14534','max','#3');
8267INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14890','27632','14535','min','5m');
8268INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14891','27633','14536','avg','5m');
8269INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14907','27654','14544','max','#3');
8270INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14908','27655','14545','min','5m');
8271INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14909','27656','14546','avg','5m');
8272INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14912','27671','14549','avg','5m');
8273INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14913','27670','14550','avg','5m');
8274INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14914','27672','14551','avg','5m');
8275INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14915','27672','14551','max','5m');
8276INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14916','27672','14552','avg','5m');
8277INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14917','27672','14552','max','5m');
8278INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14918','27672','14553','avg','5m');
8279INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14919','27672','14553','min','5m');
8280INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14922','27678','14556','diff','');
8281INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14923','27678','14556','strlen','');
8282INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14924','27677','14557','diff','');
8283INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14925','27677','14557','strlen','');
8284INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14972','27734','14582','max','#3');
8285INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14973','27735','14583','min','5m');
8286INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14974','27736','14584','avg','5m');
8287INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14977','27753','14587','avg','5m');
8288INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14978','27752','14588','avg','5m');
8289INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14979','27751','14589','avg','5m');
8290INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14980','27751','14589','max','5m');
8291INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14981','27751','14590','avg','5m');
8292INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14982','27751','14590','max','5m');
8293INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14983','27751','14591','avg','5m');
8294INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14984','27751','14591','min','5m');
8295INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14985','27750','14592','diff','');
8296INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('14986','27750','14592','strlen','');
8297INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15000','27766','14598','max','#3');
8298INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15001','27767','14599','min','5m');
8299INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15002','27768','14600','avg','5m');
8300INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15005','27777','14603','diff','');
8301INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15006','27777','14603','strlen','');
8302INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15013','27784','14606','avg','5m');
8303INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15014','27784','14606','min','5m');
8304INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15015','27785','14607','diff','');
8305INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15016','27785','14607','strlen','');
8306INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15032','27800','14615','max','#3');
8307INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15033','27801','14616','min','5m');
8308INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15034','27802','14617','avg','5m');
8309INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15038','27813','14621','diff','');
8310INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15039','27813','14621','strlen','');
8311INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15041','27819','14623','avg','5m');
8312INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15042','27821','14624','avg','5m');
8313INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15043','27821','14624','max','5m');
8314INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15044','27821','14625','avg','5m');
8315INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15045','27821','14625','max','5m');
8316INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15046','27821','14626','avg','5m');
8317INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15047','27821','14626','min','5m');
8318INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15094','27882','14652','max','#3');
8319INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15095','27883','14653','min','5m');
8320INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15096','27884','14654','avg','5m');
8321INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15099','27899','14657','avg','5m');
8322INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15100','27897','14658','avg','5m');
8323INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15101','27897','14658','max','5m');
8324INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15102','27897','14659','avg','5m');
8325INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15103','27897','14659','max','5m');
8326INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15104','27897','14660','avg','5m');
8327INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15105','27897','14660','min','5m');
8328INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15106','27894','14661','diff','');
8329INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15107','27894','14661','strlen','');
8330INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15108','27895','14662','diff','');
8331INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15109','27895','14662','strlen','');
8332INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15110','27904','14663','avg','5m');
8333INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15111','27905','14664','avg','5m');
8334INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15112','27905','14664','max','5m');
8335INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15113','27905','14665','avg','5m');
8336INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15114','27905','14665','max','5m');
8337INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15115','27905','14666','avg','5m');
8338INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15116','27905','14666','min','5m');
8339INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15117','27906','14667','avg','5m');
8340INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15118','27906','14668','avg','5m');
8341INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15131','27919','14673','max','#3');
8342INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15132','27920','14674','min','5m');
8343INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15133','27921','14675','avg','5m');
8344INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15136','27936','14678','avg','5m');
8345INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15137','27933','14679','avg','5m');
8346INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15138','27931','14680','diff','');
8347INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15139','27931','14680','strlen','');
8348INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15146','27941','14683','avg','5m');
8349INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15147','27941','14683','min','5m');
8350INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15163','27956','14691','max','#3');
8351INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15164','27957','14692','min','5m');
8352INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15165','27958','14693','avg','5m');
8353INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15168','27975','14696','avg','5m');
8354INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15169','27974','14697','avg','5m');
8355INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15170','27970','14698','diff','');
8356INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15171','27970','14698','strlen','');
8357INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15172','27967','14699','diff','');
8358INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15173','27967','14699','strlen','');
8359INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15186','27986','14704','max','#3');
8360INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15187','27987','14705','min','5m');
8361INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15188','27988','14706','avg','5m');
8362INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15191','27999','14709','diff','');
8363INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15192','27999','14709','strlen','');
8364INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15193','27998','14710','diff','');
8365INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15194','27998','14710','strlen','');
8366INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15195','28003','14711','avg','5m');
8367INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15196','28004','14712','avg','5m');
8368INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15209','28015','14717','max','#3');
8369INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15210','28016','14718','min','5m');
8370INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15211','28017','14719','avg','5m');
8371INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15214','28031','14722','avg','5m');
8372INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15215','28028','14723','avg','5m');
8373INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15216','28027','14724','diff','');
8374INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15217','28027','14724','strlen','');
8375INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15597','28070','14869','max','#3');
8376INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15598','28071','14870','min','5m');
8377INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15599','28072','14871','avg','5m');
8378INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15618','28107','14882','max','#3');
8379INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15619','28108','14883','min','5m');
8380INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15620','28109','14884','avg','5m');
8381INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15678','28130','14906','max','#3');
8382INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15679','28131','14907','min','5m');
8383INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15680','28132','14908','avg','5m');
8384INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15683','28143','14911','avg','5m');
8385INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15684','28142','14912','diff','');
8386INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15685','28142','14912','strlen','');
8387INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15686','28141','14913','diff','');
8388INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15687','28141','14913','strlen','');
8389INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15688','28150','14914','avg','5m');
8390INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15689','28150','14914','max','5m');
8391INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15690','28150','14915','avg','5m');
8392INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15691','28150','14915','max','5m');
8393INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15692','28150','14916','avg','5m');
8394INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15693','28150','14916','min','5m');
8395INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15694','28151','14917','avg','5m');
8396INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15713','28185','14928','max','#3');
8397INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15714','28186','14929','min','5m');
8398INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15715','28187','14930','avg','5m');
8399INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15721','28201','14934','avg','5m');
8400INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15722','28201','14934','max','5m');
8401INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15723','28201','14935','avg','5m');
8402INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15724','28201','14935','min','5m');
8403INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15726','28204','14937','diff','');
8404INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15727','28204','14937','strlen','');
8405INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15729','27030','14939','last','');
8406INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15730','27607','14940','last','');
8407INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15731','27032','14941','last','');
8408INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15732','27191','14942','last','');
8409INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15733','27332','14943','last','');
8410INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15734','27461','14944','last','');
8411INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15735','27531','14945','last','');
8412INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15736','27567','14946','last','');
8413INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15737','27630','14947','last','');
8414INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15738','27653','14948','last','');
8415INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15739','27733','14949','last','');
8416INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15740','27799','14950','last','');
8417INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15741','27955','14951','last','');
8418INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15742','28069','14952','last','');
8419INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('15743','28129','14953','last','');
8420INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16352','27143','15161','max','{$SNMP_TIMEOUT}');
8421INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16353','27618','15162','max','{$SNMP_TIMEOUT}');
8422INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16354','28025','15163','max','{$SNMP_TIMEOUT}');
8423INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16375','27154','15170','max','{$SNMP_TIMEOUT}');
8424INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16376','27202','15171','max','{$SNMP_TIMEOUT}');
8425INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16377','27235','15172','max','{$SNMP_TIMEOUT}');
8426INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16378','27271','15173','max','{$SNMP_TIMEOUT}');
8427INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16379','27292','15174','max','{$SNMP_TIMEOUT}');
8428INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16380','27343','15175','max','{$SNMP_TIMEOUT}');
8429INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16381','27375','15176','max','{$SNMP_TIMEOUT}');
8430INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16382','27472','15177','max','{$SNMP_TIMEOUT}');
8431INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16383','27506','15178','max','{$SNMP_TIMEOUT}');
8432INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16384','27542','15179','max','{$SNMP_TIMEOUT}');
8433INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16385','27578','15180','max','{$SNMP_TIMEOUT}');
8434INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16386','27641','15181','max','{$SNMP_TIMEOUT}');
8435INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16387','27664','15182','max','{$SNMP_TIMEOUT}');
8436INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16388','27744','15183','max','{$SNMP_TIMEOUT}');
8437INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16389','27776','15184','max','{$SNMP_TIMEOUT}');
8438INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16390','27810','15185','max','{$SNMP_TIMEOUT}');
8439INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16391','27892','15186','max','{$SNMP_TIMEOUT}');
8440INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16392','27929','15187','max','{$SNMP_TIMEOUT}');
8441INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16393','27966','15188','max','{$SNMP_TIMEOUT}');
8442INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16394','27996','15189','max','{$SNMP_TIMEOUT}');
8443INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16395','28080','15190','max','{$SNMP_TIMEOUT}');
8444INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16396','28117','15191','max','{$SNMP_TIMEOUT}');
8445INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16397','28140','15192','max','{$SNMP_TIMEOUT}');
8446INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16398','28195','15193','max','{$SNMP_TIMEOUT}');
8447INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16445','28210','15208','diff','');
8448INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16446','28210','15208','strlen','');
8449INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16447','28208','15209','diff','');
8450INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16448','28208','15209','strlen','');
8451INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16472','28233','15220','max','#3');
8452INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16473','28234','15221','min','5m');
8453INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16474','28235','15222','avg','5m');
8454INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16476','28243','15224','max','{$SNMP_TIMEOUT}');
8455INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16818','27213','15330','count','#1,{$FAN_CRIT_STATUS},eq');
8456INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16819','27479','15331','count','#1,{$PSU_CRIT_STATUS},eq');
8457INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16820','27479','15332','count','#1,{$PSU_OK_STATUS},ne');
8458INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16821','27480','15333','count','#1,{$FAN_CRIT_STATUS},eq');
8459INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16822','27480','15334','count','#1,{$FAN_OK_STATUS},ne');
8460INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16823','27784','15335','avg','5m');
8461INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16824','27783','15335','last','0');
8462INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16825','27784','15335','max','5m');
8463INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16826','27784','15336','avg','5m');
8464INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16827','27783','15336','last','0');
8465INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16828','27784','15336','max','5m');
8466INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16829','27786','15337','count','#1,{$PSU_CRIT_STATUS},eq');
8467INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16830','27786','15338','count','#1,{$PSU_WARN_STATUS},eq');
8468INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16831','27787','15339','count','#1,{$FAN_CRIT_STATUS},eq');
8469INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16832','27554','15340','count','#1,{$PSU_CRIT_STATUS},eq');
8470INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16833','27555','15341','count','#1,{$FAN_CRIT_STATUS},eq');
8471INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16840','27422','15344','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
8472INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16841','27422','15344','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq');
8473INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16842','27422','15345','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
8474INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16843','27422','15345','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq');
8475INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16844','27423','15346','count','#1,{$FAN_CRIT_STATUS:"critical"},eq');
8476INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16845','27423','15346','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq');
8477INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16846','27423','15347','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
8478INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16847','27423','15347','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq');
8479INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16866','27431','15354','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
8480INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16867','27431','15354','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq');
8481INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16868','27448','15355','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
8482INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16869','27448','15355','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq');
8483INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16870','28216','15356','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
8484INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16871','28216','15356','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq');
8485INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16872','27431','15357','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
8486INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16873','27431','15357','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq');
8487INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16874','27448','15358','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
8488INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16875','27448','15358','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq');
8489INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16876','28216','15359','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
8490INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16877','28216','15359','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq');
8491INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16878','27432','15360','count','#1,{$FAN_CRIT_STATUS:"critical"},eq');
8492INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16879','27432','15360','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq');
8493INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16880','27449','15361','count','#1,{$FAN_CRIT_STATUS:"critical"},eq');
8494INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16881','27449','15361','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq');
8495INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16882','28215','15362','count','#1,{$FAN_CRIT_STATUS:"critical"},eq');
8496INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16883','28215','15362','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq');
8497INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16884','27432','15363','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
8498INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16885','27432','15363','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq');
8499INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16886','27449','15364','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
8500INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16887','27449','15364','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq');
8501INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16888','28215','15365','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
8502INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16889','28215','15365','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq');
8503INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16890','27518','15366','count','#1,{$PSU_CRIT_STATUS},eq');
8504INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16891','27519','15367','count','#1,{$FAN_CRIT_STATUS},eq');
8505INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16892','27584','15368','avg','5m');
8506INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16893','27585','15368','last','0');
8507INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16894','27584','15368','max','5m');
8508INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16895','27593','15369','count','#1,{$PSU_CRIT_STATUS},eq');
8509INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16896','27595','15370','count','#1,{$FAN_CRIT_STATUS},eq');
8510INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16897','27673','15371','count','#1,{$FAN_CRIT_STATUS:"fanError"},eq');
8511INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16898','27673','15371','count','#1,{$FAN_CRIT_STATUS:"hardwareFaulty"},eq');
8512INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16899','27674','15372','count','#1,{$PSU_CRIT_STATUS:"psuError"},eq');
8513INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16900','27674','15372','count','#1,{$PSU_CRIT_STATUS:"rpsError"},eq');
8514INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16901','27674','15372','count','#1,{$PSU_CRIT_STATUS:"hardwareFaulty"},eq');
8515INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16902','28154','15373','count','#1,{$FAN_CRIT_STATUS:"bad"},eq');
8516INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16903','28154','15374','count','#1,{$FAN_WARN_STATUS:"warning"},eq');
8517INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16904','28155','15375','count','#1,{$PSU_CRIT_STATUS:"bad"},eq');
8518INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16905','28155','15376','count','#1,{$PSU_WARN_STATUS:"warning"},eq');
8519INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16906','27822','15377','count','#1,{$FAN_CRIT_STATUS},eq');
8520INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16907','27823','15378','count','#1,{$PSU_CRIT_STATUS},eq');
8521INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16908','27312','15379','count','#1,{$PSU_CRIT_STATUS},eq');
8522INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16909','27312','15380','count','#1,{$PSU_OK_STATUS},ne');
8523INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16910','27313','15381','count','#1,{$FAN_CRIT_STATUS},eq');
8524INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16911','27313','15382','count','#1,{$FAN_OK_STATUS},ne');
8525INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16912','27316','15383','count','#1,{$PSU_CRIT_STATUS},eq');
8526INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16913','27316','15384','count','#1,{$PSU_OK_STATUS},ne');
8527INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16914','27317','15385','count','#1,{$FAN_CRIT_STATUS},eq');
8528INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16915','27317','15386','count','#1,{$FAN_OK_STATUS},ne');
8529INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16916','28201','15387','avg','5m');
8530INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16917','28200','15387','last','0');
8531INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16918','28201','15387','max','5m');
8532INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16919','28202','15388','count','#1,{$FAN_CRIT_STATUS},eq');
8533INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16920','28206','15389','count','#1,{$PSU_CRIT_STATUS},eq');
8534INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16921','27247','15390','avg','5m');
8535INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16922','27246','15390','last','0');
8536INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16923','27247','15390','max','5m');
8537INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16924','27248','15391','count','#1,{$PSU_CRIT_STATUS},eq');
8538INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16925','27248','15392','count','#1,{$PSU_OK_STATUS},ne');
8539INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16926','27250','15393','count','#1,{$FAN_CRIT_STATUS},eq');
8540INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16927','27250','15394','count','#1,{$FAN_OK_STATUS},ne');
8541INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16928','27755','15395','count','#1,{$FAN_CRIT_STATUS},eq');
8542INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16929','27941','15396','avg','5m');
8543INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16930','27940','15396','last','0');
8544INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16931','27941','15396','max','5m');
8545INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16932','27941','15397','avg','5m');
8546INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16933','27940','15397','last','0');
8547INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16934','27941','15397','max','5m');
8548INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16935','27942','15398','count','#1,{$FAN_CRIT_STATUS:"failed"},eq');
8549INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('16936','27943','15399','count','#1,{$PSU_CRIT_STATUS:"failed"},eq');
8550INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17657','28251','15640','max','10m');
8551INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17658','28250','15641','avg','10m');
8552INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17659','28252','15642','last','');
8553INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17660','28253','15643','last','');
8554INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17661','28254','15644','last','');
8555INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17662','28255','15645','last','');
8556INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17663','28256','15646','last','');
8557INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17664','28257','15647','last','');
8558INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17665','28258','15648','last','');
8559INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17666','28259','15649','last','');
8560INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17667','28260','15650','last','');
8561INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17668','28261','15651','last','');
8562INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17669','28262','15652','last','');
8563INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17670','28263','15653','last','');
8564INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17671','28264','15654','last','');
8565INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17672','28265','15655','last','');
8566INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17673','28266','15656','last','');
8567INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17674','28267','15657','last','');
8568INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17675','28268','15658','last','');
8569INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17676','28269','15659','last','');
8570INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17677','28270','15660','last','');
8571INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17678','28271','15661','last','');
8572INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17679','28272','15662','last','');
8573INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17680','28273','15663','last','');
8574INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17681','28274','15664','last','');
8575INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17682','28275','15665','last','');
8576INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17683','28276','15666','last','');
8577INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17684','28277','15667','last','');
8578INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17685','28278','15668','last','');
8579INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17686','28279','15669','last','');
8580INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17687','27091','15670','change','');
8581INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17688','27091','15670','last','');
8582INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17689','27090','15670','last','');
8583INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17690','27097','15670','last','');
8584INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17691','27091','15670','prev','');
8585INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17692','27101','15671','change','');
8586INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17693','27101','15671','last','');
8587INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17694','27100','15671','last','');
8588INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17695','27107','15671','last','');
8589INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17696','27101','15671','prev','');
8590INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17697','27187','15672','change','');
8591INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17698','27187','15672','last','');
8592INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17699','27189','15672','last','');
8593INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17700','27188','15672','last','');
8594INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17701','27187','15672','prev','');
8595INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17702','27222','15673','change','');
8596INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17703','27222','15673','last','');
8597INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17704','27224','15673','last','');
8598INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17705','27223','15673','last','');
8599INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17706','27222','15673','prev','');
8600INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17707','27258','15674','change','');
8601INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17708','27258','15674','last','');
8602INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17709','27260','15674','last','');
8603INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17710','27259','15674','last','');
8604INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17711','27258','15674','prev','');
8605INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17712','27279','15675','change','');
8606INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17713','27279','15675','last','');
8607INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17714','27281','15675','last','');
8608INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17715','27280','15675','last','');
8609INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17716','27279','15675','prev','');
8610INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17717','27328','15676','change','');
8611INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17718','27328','15676','last','');
8612INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17719','27330','15676','last','');
8613INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17720','27329','15676','last','');
8614INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17721','27328','15676','prev','');
8615INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17722','27457','15677','change','');
8616INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17723','27457','15677','last','');
8617INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17724','27459','15677','last','');
8618INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17725','27458','15677','last','');
8619INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17726','27457','15677','prev','');
8620INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17727','27493','15678','change','');
8621INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17728','27493','15678','last','');
8622INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17729','27495','15678','last','');
8623INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17730','27494','15678','last','');
8624INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17731','27493','15678','prev','');
8625INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17732','27527','15679','change','');
8626INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17733','27527','15679','last','');
8627INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17734','27529','15679','last','');
8628INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17735','27528','15679','last','');
8629INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17736','27527','15679','prev','');
8630INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17737','27563','15680','change','');
8631INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17738','27563','15680','last','');
8632INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17739','27565','15680','last','');
8633INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17740','27564','15680','last','');
8634INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17741','27563','15680','prev','');
8635INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17742','27649','15681','change','');
8636INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17743','27649','15681','last','');
8637INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17744','27651','15681','last','');
8638INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17745','27650','15681','last','');
8639INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17746','27649','15681','prev','');
8640INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17747','27729','15682','change','');
8641INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17748','27729','15682','last','');
8642INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17749','27731','15682','last','');
8643INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17750','27730','15682','last','');
8644INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17751','27729','15682','prev','');
8645INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17752','27763','15683','change','');
8646INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17753','27763','15683','last','');
8647INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17754','27765','15683','last','');
8648INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17755','27764','15683','last','');
8649INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17756','27763','15683','prev','');
8650INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17757','27795','15684','change','');
8651INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17758','27795','15684','last','');
8652INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17759','27797','15684','last','');
8653INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17760','27796','15684','last','');
8654INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17761','27795','15684','prev','');
8655INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17762','27879','15685','change','');
8656INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17763','27879','15685','last','');
8657INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17764','27881','15685','last','');
8658INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17765','27880','15685','last','');
8659INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17766','27879','15685','prev','');
8660INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17767','27916','15686','change','');
8661INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17768','27916','15686','last','');
8662INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17769','27918','15686','last','');
8663INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17770','27917','15686','last','');
8664INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17771','27916','15686','prev','');
8665INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17772','27951','15687','change','');
8666INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17773','27951','15687','last','');
8667INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17774','27953','15687','last','');
8668INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17775','27952','15687','last','');
8669INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17776','27951','15687','prev','');
8670INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17777','28065','15688','change','');
8671INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17778','28065','15688','last','');
8672INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17779','28067','15688','last','');
8673INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17780','28066','15688','last','');
8674INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17781','28065','15688','prev','');
8675INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17782','28125','15689','change','');
8676INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17783','28125','15689','last','');
8677INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17784','28127','15689','last','');
8678INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17785','28126','15689','last','');
8679INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17786','28125','15689','prev','');
8680INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17787','28182','15690','change','');
8681INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17788','28182','15690','last','');
8682INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17789','28184','15690','last','');
8683INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17790','28183','15690','last','');
8684INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17791','28182','15690','prev','');
8685INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17792','28230','15691','change','');
8686INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17793','28230','15691','last','');
8687INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17794','28232','15691','last','');
8688INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17795','28231','15691','last','');
8689INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17796','28230','15691','prev','');
8690INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17797','27071','15692','change','');
8691INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17798','27071','15692','last','');
8692INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17799','27070','15692','last','');
8693INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17800','27077','15692','last','');
8694INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17801','27071','15692','prev','');
8695INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17802','27603','15693','change','');
8696INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17803','27603','15693','last','');
8697INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17804','27605','15693','last','');
8698INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17805','27604','15693','last','');
8699INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17806','27603','15693','prev','');
8700INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17807','28012','15694','change','');
8701INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17808','28012','15694','last','');
8702INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17809','28014','15694','last','');
8703INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17810','28013','15694','last','');
8704INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17811','28012','15694','prev','');
8705INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17812','27081','15695','change','');
8706INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17813','27081','15695','last','');
8707INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17814','27080','15695','last','');
8708INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17815','27087','15695','last','');
8709INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17816','27081','15695','prev','');
8710INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17817','27626','15696','change','');
8711INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17818','27626','15696','last','');
8712INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17819','27628','15696','last','');
8713INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17820','27627','15696','last','');
8714INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17821','27626','15696','prev','');
8715INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17822','27983','15697','change','');
8716INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17823','27983','15697','last','');
8717INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17824','27985','15697','last','');
8718INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17825','27984','15697','last','');
8719INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17826','27983','15697','prev','');
8720INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17827','27121','15698','change','');
8721INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17828','27121','15698','last','');
8722INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17829','27120','15698','last','');
8723INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17830','27127','15698','last','');
8724INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17831','27121','15698','prev','');
8725INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17832','28104','15699','change','');
8726INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17833','28104','15699','last','');
8727INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17834','28106','15699','last','');
8728INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17835','28105','15699','last','');
8729INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17836','28104','15699','prev','');
8730INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17837','28281','15700','last','');
8731INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17838','28282','15701','max','#3');
8732INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17839','28283','15702','min','5m');
8733INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17840','28284','15703','avg','5m');
8734INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17841','28291','15704','last','');
8735INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17842','28292','15705','max','{$SNMP_TIMEOUT}');
8736INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17848','28300','15708','change','');
8737INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17849','28300','15708','last','');
8738INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17850','28302','15708','last','');
8739INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17851','28301','15708','last','');
8740INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17852','28300','15708','prev','');
8741INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17859','28323','15714','avg','5m');
8742INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17860','28324','15714','last','0');
8743INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17861','28323','15714','max','5m');
8744INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17862','28323','15715','avg','5m');
8745INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17863','28323','15715','max','5m');
8746INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17864','28323','15716','avg','5m');
8747INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17865','28323','15716','min','5m');
8748INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17866','28326','15717','count','#1,{$FAN_CRIT_STATUS},eq');
8749INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17867','28328','15718','diff','');
8750INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17868','28328','15718','strlen','');
8751INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17869','28329','15719','count','#1,{$PSU_CRIT_STATUS},eq');
8752INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17870','27238','15720','count','#1,{$HEALTH_CRIT_STATUS},eq');
8753INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17871','27238','15721','count','#1,{$HEALTH_WARN_STATUS:"offline"},eq');
8754INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17872','27238','15721','count','#1,{$HEALTH_WARN_STATUS:"testing"},eq');
8755INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17873','27814','15722','count','#1,{$HEALTH_CRIT_STATUS},eq');
8756INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17874','28330','15723','max','#3');
8757INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17875','28331','15724','min','5m');
8758INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17876','28332','15725','avg','5m');
8759INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17877','28339','15726','last','');
8760INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17878','28340','15727','max','{$SNMP_TIMEOUT}');
8761INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17879','28341','15728','count','#1,{$HEALTH_DISASTER_STATUS},eq');
8762INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17880','28341','15729','count','#1,{$HEALTH_CRIT_STATUS},eq');
8763INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17881','28341','15730','count','#1,{$HEALTH_WARN_STATUS},eq');
8764INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17882','28344','15731','diff','');
8765INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17883','28344','15731','strlen','');
8766INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17884','28345','15732','diff','');
8767INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17885','28345','15732','strlen','');
8768INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17886','28354','15733','avg','5m');
8769INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17887','28355','15733','last','0');
8770INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17888','28354','15733','max','5m');
8771INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17889','28354','15734','avg','5m');
8772INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17890','28355','15734','last','0');
8773INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17891','28354','15734','max','5m');
8774INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17892','28354','15735','avg','5m');
8775INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17893','28354','15735','min','5m');
8776INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17894','28356','15736','avg','5m');
8777INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17895','28357','15736','last','0');
8778INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17896','28356','15736','max','5m');
8779INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17897','28356','15737','avg','5m');
8780INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17898','28357','15737','last','0');
8781INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17899','28356','15737','max','5m');
8782INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17900','28356','15738','avg','5m');
8783INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17901','28356','15738','min','5m');
8784INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17902','28358','15739','count','#1,{$PSU_CRIT_STATUS:"critical"},eq');
8785INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17903','28358','15739','count','#1,{$PSU_CRIT_STATUS:"nonRecoverable"},eq');
8786INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17904','28358','15740','count','#1,{$PSU_WARN_STATUS:"nonCritical"},eq');
8787INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17905','28359','15741','count','#1,{$FAN_CRIT_STATUS:"criticalUpper"},eq');
8788INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17906','28359','15741','count','#1,{$FAN_CRIT_STATUS:"nonRecoverableUpper"},eq');
8789INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17907','28359','15741','count','#1,{$FAN_CRIT_STATUS:"criticalLower"},eq');
8790INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17908','28359','15741','count','#1,{$FAN_CRIT_STATUS:"nonRecoverableLower"},eq');
8791INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17909','28359','15741','count','#1,{$FAN_CRIT_STATUS:"failed"},eq');
8792INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17910','28359','15742','count','#1,{$FAN_WARN_STATUS:"nonCriticalUpper"},eq');
8793INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17911','28359','15742','count','#1,{$FAN_WARN_STATUS:"nonCriticalLower"},eq');
8794INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17912','28361','15743','count','#1,{$DISK_FAIL_STATUS:"critical"},eq');
8795INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17913','28361','15743','count','#1,{$DISK_FAIL_STATUS:"nonRecoverable"},eq');
8796INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17914','28361','15744','count','#1,{$DISK_WARN_STATUS:"nonCritical"},eq');
8797INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17915','28362','15745','diff','');
8798INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17916','28362','15745','strlen','');
8799INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17917','28363','15746','count','#1,{$DISK_SMART_FAIL_STATUS},eq');
8800INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17918','28373','15747','count','#1,{$VDISK_CRIT_STATUS:"failed"},eq');
8801INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17919','28373','15748','count','#1,{$VDISK_WARN_STATUS:"degraded"},eq');
8802INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17920','28374','15749','count','#1,{$DISK_ARRAY_FAIL_STATUS:"nonRecoverable"},eq');
8803INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17921','28374','15750','count','#1,{$DISK_ARRAY_CRIT_STATUS:"critical"},eq');
8804INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17922','28374','15751','count','#1,{$DISK_ARRAY_WARN_STATUS:"nonCritical"},eq');
8805INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17923','28376','15752','count','#1,{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS},eq');
8806INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17924','28376','15753','count','#1,{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS},ne');
8807INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17925','28376','15754','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS},eq');
8808INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17926','28377','15755','max','#3');
8809INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17927','28378','15756','min','5m');
8810INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17928','28379','15757','avg','5m');
8811INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17929','28386','15758','last','');
8812INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17930','28387','15759','max','{$SNMP_TIMEOUT}');
8813INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17933','28391','15762','diff','');
8814INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17934','28391','15762','strlen','');
8815INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17935','28404','15763','avg','5m');
8816INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17936','28404','15763','max','5m');
8817INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17937','28404','15764','avg','5m');
8818INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17938','28404','15764','max','5m');
8819INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17939','28404','15765','avg','5m');
8820INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17940','28404','15765','min','5m');
8821INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17941','28406','15766','avg','5m');
8822INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17942','28406','15766','max','5m');
8823INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17943','28406','15767','avg','5m');
8824INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17944','28406','15767','max','5m');
8825INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17945','28406','15768','avg','5m');
8826INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17946','28406','15768','min','5m');
8827INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17947','28407','15769','avg','5m');
8828INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17948','28407','15769','max','5m');
8829INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17949','28407','15770','avg','5m');
8830INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17950','28407','15770','max','5m');
8831INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17951','28407','15771','avg','5m');
8832INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17952','28407','15771','min','5m');
8833INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17953','28408','15772','avg','5m');
8834INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17954','28408','15772','max','5m');
8835INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17955','28408','15773','avg','5m');
8836INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17956','28408','15773','max','5m');
8837INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17957','28408','15774','avg','5m');
8838INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17958','28408','15774','min','5m');
8839INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17959','28409','15775','avg','5m');
8840INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17960','28409','15775','max','5m');
8841INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17961','28409','15776','avg','5m');
8842INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17962','28409','15776','max','5m');
8843INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17963','28409','15777','avg','5m');
8844INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17964','28409','15777','min','5m');
8845INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17965','28410','15778','avg','5m');
8846INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17966','28410','15778','max','5m');
8847INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17967','28410','15779','avg','5m');
8848INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17968','28410','15779','max','5m');
8849INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17969','28410','15780','avg','5m');
8850INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17970','28410','15780','min','5m');
8851INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17971','28411','15781','count','#1,{$PSU_CRIT_STATUS},eq');
8852INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17972','28411','15782','count','#1,{$PSU_WARN_STATUS},eq');
8853INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17973','28412','15783','count','#1,{$FAN_CRIT_STATUS},eq');
8854INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17974','28412','15784','count','#1,{$FAN_WARN_STATUS},eq');
8855INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17975','28413','15785','count','#1,{$DISK_ARRAY_CRIT_STATUS},eq');
8856INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17976','28413','15786','count','#1,{$DISK_ARRAY_WARN_STATUS},eq');
8857INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17977','28415','15787','count','#1,{$DISK_ARRAY_CACHE_CRIT_STATUS:"cacheModCriticalFailure"},eq');
8858INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17978','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"invalid"},eq');
8859INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17979','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModDegradedFailsafeSpeed"},eq');
8860INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17980','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheReadCacheNotMapped"},eq');
8861INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17981','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModFlashMemNotAttached"},eq');
8862INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17982','28415','15789','count','#1,{$DISK_ARRAY_CACHE_OK_STATUS:"enabled"},ne');
8863INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17983','28416','15790','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"failed"},eq');
8864INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17984','28416','15790','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"capacitorFailed"},eq');
8865INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17985','28416','15791','count','#1,{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"degraded"},eq');
8866INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17986','28416','15791','count','#1,{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"notPresent"},eq');
8867INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17987','28417','15792','count','#1,{$DISK_FAIL_STATUS},eq');
8868INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17988','28417','15793','count','#1,{$DISK_WARN_STATUS},eq');
8869INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17989','28418','15794','count','#1,{$DISK_SMART_FAIL_STATUS:"replaceDrive"},eq');
8870INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17990','28418','15794','count','#1,{$DISK_SMART_FAIL_STATUS:"replaceDriveSSDWearOut"},eq');
8871INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17991','28419','15795','diff','');
8872INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17992','28419','15795','strlen','');
8873INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17993','28423','15796','count','#1,{$VDISK_CRIT_STATUS},eq');
8874INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17994','28423','15797','count','#1,{$VDISK_OK_STATUS},ne');
8875INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17995','28426','15798','max','#3');
8876INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17996','28427','15799','min','5m');
8877INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17997','28428','15800','avg','5m');
8878INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17998','28435','15801','last','');
8879INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('17999','28436','15802','max','{$SNMP_TIMEOUT}');
8880INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18000','28437','15803','count','#1,{$HEALTH_DISASTER_STATUS},eq');
8881INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18001','28437','15804','count','#1,{$HEALTH_CRIT_STATUS},eq');
8882INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18002','28437','15805','count','#1,{$HEALTH_WARN_STATUS},eq');
8883INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18003','28439','15806','diff','');
8884INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18004','28439','15806','strlen','');
8885INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18005','28446','15807','avg','5m');
8886INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18006','28446','15807','max','5m');
8887INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18007','28446','15808','avg','5m');
8888INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18008','28446','15808','max','5m');
8889INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18009','28446','15809','avg','5m');
8890INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18010','28446','15809','min','5m');
8891INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18011','28447','15810','avg','5m');
8892INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18012','28447','15810','max','5m');
8893INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18013','28447','15811','avg','5m');
8894INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18014','28447','15811','max','5m');
8895INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18015','28447','15812','avg','5m');
8896INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18016','28447','15812','min','5m');
8897INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18017','28448','15813','avg','5m');
8898INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18018','28448','15813','max','5m');
8899INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18019','28448','15814','avg','5m');
8900INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18020','28448','15814','max','5m');
8901INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18021','28448','15815','avg','5m');
8902INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18022','28448','15815','min','5m');
8903INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18023','28449','15816','count','#1,{$PSU_OK_STATUS},ne');
8904INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18024','28450','15817','count','#1,{$FAN_OK_STATUS},ne');
8905INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18025','28452','15818','count','#1,{$DISK_OK_STATUS},ne');
8906INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18026','28454','15819','max','#3');
8907INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18027','28455','15820','min','5m');
8908INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18028','28456','15821','avg','5m');
8909INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18029','28463','15822','last','');
8910INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18030','28464','15823','max','{$SNMP_TIMEOUT}');
8911INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18031','28465','15824','count','#1,{$HEALTH_DISASTER_STATUS},eq');
8912INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18032','28465','15825','count','#1,{$HEALTH_CRIT_STATUS},eq');
8913INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18033','28465','15826','count','#1,{$HEALTH_WARN_STATUS},eq');
8914INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18034','28467','15827','diff','');
8915INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18035','28467','15827','strlen','');
8916INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18036','28474','15828','avg','5m');
8917INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18037','28474','15828','max','5m');
8918INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18038','28474','15829','avg','5m');
8919INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18039','28474','15829','max','5m');
8920INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18040','28474','15830','avg','5m');
8921INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18041','28474','15830','min','5m');
8922INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18042','28475','15831','avg','5m');
8923INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18043','28475','15831','max','5m');
8924INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18044','28475','15832','avg','5m');
8925INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18045','28475','15832','max','5m');
8926INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18046','28475','15833','avg','5m');
8927INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18047','28475','15833','min','5m');
8928INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18048','28476','15834','avg','5m');
8929INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18049','28476','15834','max','5m');
8930INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18050','28476','15835','avg','5m');
8931INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18051','28476','15835','max','5m');
8932INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18052','28476','15836','avg','5m');
8933INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18053','28476','15836','min','5m');
8934INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18054','28477','15837','count','#1,{$PSU_OK_STATUS},ne');
8935INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18055','28478','15838','count','#1,{$FAN_OK_STATUS},ne');
8936INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18056','28480','15839','count','#1,{$DISK_OK_STATUS},ne');
8937INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18057','28482','15840','max','#3');
8938INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18058','28483','15841','min','5m');
8939INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18059','28484','15842','avg','5m');
8940INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18060','28491','15843','last','');
8941INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18061','28492','15844','max','{$SNMP_TIMEOUT}');
8942INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18062','28495','15845','avg','5m');
8943INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18063','28495','15845','max','5m');
8944INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18064','28495','15846','avg','5m');
8945INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18065','28495','15846','max','5m');
8946INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18066','28495','15847','avg','5m');
8947INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18067','28495','15847','min','5m');
8948INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18068','28503','15848','last','0');
8949INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18069','28532','15848','last','0');
8950INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18070','28506','15849','last','0');
8951INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18071','28505','15849','last','0');
8952INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18072','28509','15850','last','0');
8953INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18073','28508','15850','last','0');
8954INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18074','28513','15851','str','off');
8955INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18075','28512','15852','str','off');
8956INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18076','28537','15853','max','10m');
8957INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18077','28543','15854','max','10m');
8958INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18078','28536','15855','max','10m');
8959INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18079','28545','15856','max','10m');
8960INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18080','28542','15857','max','10m');
8961INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18081','28538','15858','max','10m');
8962INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18082','28535','15859','min','10m');
8963INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18083','28555','15860','avg','10m');
8964INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18084','28557','15861','avg','10m');
8965INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18085','28558','15862','avg','10m');
8966INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18086','28559','15863','avg','10m');
8967INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18087','28560','15864','avg','10m');
8968INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18088','28561','15865','avg','10m');
8969INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18089','28562','15866','avg','30m');
8970INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18090','28563','15867','avg','10m');
8971INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18091','28564','15868','avg','10m');
8972INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18092','28556','15869','avg','10m');
8973INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18093','28565','15870','avg','10m');
8974INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18094','28567','15871','avg','10m');
8975INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18095','28568','15872','avg','10m');
8976INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18096','28569','15873','avg','10m');
8977INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18097','28570','15874','avg','10m');
8978INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18098','28571','15875','avg','10m');
8979INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18099','28572','15876','avg','10m');
8980INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18100','28573','15877','avg','10m');
8981INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18101','28574','15878','avg','10m');
8982INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18102','28566','15879','avg','10m');
8983INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18103','28575','15880','avg','10m');
8984INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18104','28546','15881','avg','10m');
8985INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18105','28541','15882','last','');
8986INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18106','28553','15883','avg','10m');
8987INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18107','28590','15884','max','10m');
8988INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18108','28588','15885','max','10m');
8989INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18109','28587','15886','max','10m');
8990INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18110','28589','15887','max','10m');
8991INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18111','28578','15888','min','10m');
8992INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18112','28591','15889','avg','10m');
8993INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18113','28592','15890','avg','10m');
8994INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18114','28606','15891','avg','10m');
8995INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18115','28605','15892','avg','10m');
8996INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18116','28604','15893','avg','10m');
8997INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18117','28603','15894','avg','30m');
8998INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18118','28602','15895','avg','10m');
8999INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18119','28601','15896','avg','10m');
9000INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18120','28600','15897','avg','10m');
9001INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18121','28599','15898','avg','10m');
9002INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18122','28598','15899','avg','10m');
9003INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18123','28597','15900','avg','10m');
9004INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18124','28596','15901','avg','10m');
9005INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18125','28595','15902','avg','10m');
9006INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18126','28594','15903','avg','10m');
9007INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18127','28593','15904','avg','10m');
9008INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18128','28607','15905','avg','10m');
9009INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18129','28579','15906','avg','10m');
9010INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18130','28613','15907','avg','5m');
9011INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18131','28614','15908','max','#3');
9012INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18132','28615','15909','min','5m');
9013INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18133','28616','15910','avg','5m');
9014INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18134','28623','15911','last','');
9015INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18135','28624','15912','max','{$SNMP_TIMEOUT}');
9016INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18136','28634','15913','avg','5m');
9017INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18137','28634','15913','max','5m');
9018INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18138','28634','15914','avg','5m');
9019INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18139','28634','15914','max','5m');
9020INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18140','28634','15915','avg','5m');
9021INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18141','28634','15915','min','5m');
9022INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18142','28635','15916','avg','5m');
9023INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18143','28635','15916','max','5m');
9024INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18144','28635','15917','avg','5m');
9025INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18145','28635','15917','max','5m');
9026INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18146','28635','15918','avg','5m');
9027INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18147','28635','15918','min','5m');
9028INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18148','28636','15919','avg','5m');
9029INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18149','28636','15919','max','5m');
9030INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18150','28636','15920','avg','5m');
9031INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18151','28636','15920','max','5m');
9032INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18152','28636','15921','avg','5m');
9033INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18153','28636','15921','min','5m');
9034INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18154','28637','15922','avg','5m');
9035INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18155','28637','15922','max','5m');
9036INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18156','28637','15923','avg','5m');
9037INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18157','28637','15923','max','5m');
9038INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18158','28637','15924','avg','5m');
9039INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18159','28637','15924','min','5m');
9040INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18160','28638','15925','avg','5m');
9041INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18161','28638','15925','max','5m');
9042INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18162','28638','15926','avg','5m');
9043INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18163','28638','15926','max','5m');
9044INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18164','28638','15927','avg','5m');
9045INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18165','28638','15927','min','5m');
9046INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18166','28639','15928','count','#1,{$PSU_CRIT_STATUS:"inoperable"},eq');
9047INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18167','28639','15929','count','#1,{$PSU_WARN_STATUS:"degraded"},eq');
9048INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18168','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"computeFailed"},eq');
9049INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18169','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"configFailure"},eq');
9050INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18170','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"unconfigFailure"},eq');
9051INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18171','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"inoperable"},eq');
9052INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18172','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"testFailed"},eq');
9053INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18173','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"thermalProblem"},eq');
9054INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18174','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"powerProblem"},eq');
9055INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18175','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"voltageProblem"},eq');
9056INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18176','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"diagnosticsFailed"},eq');
9057INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18177','28642','15932','diff','');
9058INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18178','28642','15932','strlen','');
9059INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18179','28643','15933','count','#1,{$FAN_CRIT_STATUS:"inoperable"},eq');
9060INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18180','28643','15934','count','#1,{$FAN_WARN_STATUS:"degraded"},eq');
9061INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18181','28644','15935','count','#1,{$DISK_FAIL_STATUS:"failed"},eq');
9062INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18182','28644','15936','count','#1,{$DISK_CRIT_STATUS:"bad"},eq');
9063INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18183','28644','15936','count','#1,{$DISK_CRIT_STATUS:"predictiveFailure"},eq');
9064INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18184','28648','15937','count','#1,{$VDISK_OK_STATUS:"equipped"},ne');
9065INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18185','28651','15938','count','#1,{$DISK_ARRAY_CRIT_STATUS:"inoperable"},eq');
9066INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18186','28651','15939','count','#1,{$DISK_ARRAY_WARN_STATUS:"degraded"},eq');
9067INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18187','28651','15940','count','#1,{$DISK_ARRAY_OK_STATUS:"operable"},ne');
9068INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18188','28653','15941','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS},eq');
9069INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18189','28653','15942','count','#1,{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS},ne');
9070INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18190','28654','15943','count','#1,{$HEALTH_CRIT_STATUS},eq');
9071INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18191','28654','15944','count','#1,{$HEALTH_WARN_STATUS},eq');
9072INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18193','28655','15946','min','5m');
9073INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18194','28656','15947','min','5m');
9074INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18195','28657','15948','min','5m');
9075INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18196','28658','15949','min','5m');
9076INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18197','28659','15950','min','5m');
9077INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18198','28660','15951','min','5m');
9078INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18199','28675','15952','last','');
9079INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18200','28674','15952','last','');
9080INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18201','28673','15952','last','');
9081INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18202','28675','15952','timeleft','1h,,100');
9082INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18203','28675','15953','last','');
9083INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18204','28674','15953','last','');
9084INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18205','28673','15953','last','');
9085INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18206','28675','15953','timeleft','1h,,100');
9086INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18207','28678','15954','min','5m');
9087INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18208','28681','15955','last','');
9088INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18209','28680','15955','last','');
9089INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18210','28679','15955','last','');
9090INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18211','28681','15955','timeleft','1h,,100');
9091INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18212','28687','15956','last','');
9092INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18213','28686','15956','last','');
9093INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18214','28685','15956','last','');
9094INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18215','28687','15956','timeleft','1h,,100');
9095INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18216','28693','15957','last','');
9096INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18217','28692','15957','last','');
9097INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18218','28691','15957','last','');
9098INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18219','28693','15957','timeleft','1h,,100');
9099INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18220','28699','15958','last','');
9100INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18221','28698','15958','last','');
9101INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18222','28697','15958','last','');
9102INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18223','28699','15958','timeleft','1h,,100');
9103INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18224','28705','15959','last','');
9104INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18225','28704','15959','last','');
9105INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18226','28703','15959','last','');
9106INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18227','28705','15959','timeleft','1h,,100');
9107INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18228','28681','15960','last','');
9108INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18229','28680','15960','last','');
9109INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18230','28679','15960','last','');
9110INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18231','28681','15960','timeleft','1h,,100');
9111INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18232','28687','15961','last','');
9112INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18233','28686','15961','last','');
9113INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18234','28685','15961','last','');
9114INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18235','28687','15961','timeleft','1h,,100');
9115INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18236','28693','15962','last','');
9116INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18237','28692','15962','last','');
9117INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18238','28691','15962','last','');
9118INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18239','28693','15962','timeleft','1h,,100');
9119INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18240','28699','15963','last','');
9120INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18241','28698','15963','last','');
9121INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18242','28697','15963','last','');
9122INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18243','28699','15963','timeleft','1h,,100');
9123INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18244','28705','15964','last','');
9124INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18245','28704','15964','last','');
9125INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18246','28703','15964','last','');
9126INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18247','28705','15964','timeleft','1h,,100');
9127INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18248','28684','15965','min','5m');
9128INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18249','28690','15966','min','5m');
9129INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18250','28696','15967','min','5m');
9130INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18251','28702','15968','min','5m');
9131INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18252','28708','15969','min','5m');
9132INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18253','27124','15970','avg','15m');
9133INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18254','27121','15970','last','');
9134INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18255','27125','15970','avg','15m');
9135INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18256','27126','15971','min','5m');
9136INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18257','27123','15971','min','5m');
9137INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18258','27126','15971','max','5m');
9138INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18259','27123','15971','max','5m');
9139INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18260','28100','15972','avg','15m');
9140INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18261','28104','15972','last','');
9141INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18262','28103','15972','avg','15m');
9142INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18263','28099','15973','min','5m');
9143INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18264','28102','15973','min','5m');
9144INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18265','28099','15973','max','5m');
9145INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18266','28102','15973','max','5m');
9146INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18267','28709','15974','min','5m');
9147INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18268','28710','15975','min','5m');
9148INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18269','28717','15976','last','');
9149INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18270','28716','15976','last','');
9150INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18271','28715','15976','last','');
9151INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18272','28717','15976','timeleft','1h,,100');
9152INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18273','28717','15977','last','');
9153INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18274','28716','15977','last','');
9154INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18275','28715','15977','last','');
9155INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18276','28717','15977','timeleft','1h,,100');
9156INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18277','28720','15978','min','5m');
9157INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18278','28723','15979','last','');
9158INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18279','28722','15979','last','');
9159INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18280','28721','15979','last','');
9160INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18281','28723','15979','timeleft','1h,,100');
9161INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18282','28723','15980','last','');
9162INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18283','28722','15980','last','');
9163INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18284','28721','15980','last','');
9164INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18285','28723','15980','timeleft','1h,,100');
9165INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18286','28726','15981','min','5m');
9166INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18287','27097','15982','last','');
9167INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18288','27097','15982','diff','');
9168INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18289','27094','15983','avg','15m');
9169INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18290','27091','15983','last','');
9170INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18291','27095','15983','avg','15m');
9171INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18292','27096','15984','min','5m');
9172INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18293','27093','15984','min','5m');
9173INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18294','27096','15984','max','5m');
9174INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18295','27093','15984','max','5m');
9175INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18296','27107','15985','last','');
9176INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18297','27107','15985','diff','');
9177INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18298','27104','15986','avg','15m');
9178INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18299','27101','15986','last','');
9179INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18300','27105','15986','avg','15m');
9180INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18301','27106','15987','min','5m');
9181INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18302','27103','15987','min','5m');
9182INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18303','27106','15987','max','5m');
9183INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18304','27103','15987','max','5m');
9184INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18305','27188','15988','last','');
9185INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18306','27188','15988','diff','');
9186INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18307','27223','15989','last','');
9187INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18308','27223','15989','diff','');
9188INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18309','27259','15990','last','');
9189INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18310','27259','15990','diff','');
9190INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18311','27280','15991','last','');
9191INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18312','27280','15991','diff','');
9192INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18313','27329','15992','last','');
9193INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18314','27329','15992','diff','');
9194INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18315','27458','15993','last','');
9195INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18316','27458','15993','diff','');
9196INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18317','27494','15994','last','');
9197INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18318','27494','15994','diff','');
9198INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18319','27528','15995','last','');
9199INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18320','27528','15995','diff','');
9200INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18321','27564','15996','last','');
9201INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18322','27564','15996','diff','');
9202INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18323','27650','15997','last','');
9203INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18324','27650','15997','diff','');
9204INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18325','27730','15998','last','');
9205INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18326','27730','15998','diff','');
9206INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18327','27764','15999','last','');
9207INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18328','27764','15999','diff','');
9208INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18329','27796','16000','last','');
9209INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18330','27796','16000','diff','');
9210INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18331','27880','16001','last','');
9211INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18332','27880','16001','diff','');
9212INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18333','27917','16002','last','');
9213INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18334','27917','16002','diff','');
9214INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18335','27952','16003','last','');
9215INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18336','27952','16003','diff','');
9216INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18337','28066','16004','last','');
9217INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18338','28066','16004','diff','');
9218INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18339','28126','16005','last','');
9219INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18340','28126','16005','diff','');
9220INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18341','28183','16006','last','');
9221INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18342','28183','16006','diff','');
9222INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18343','28231','16007','last','');
9223INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18344','28231','16007','diff','');
9224INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18345','28301','16008','last','');
9225INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18346','28301','16008','diff','');
9226INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18347','27183','16009','avg','15m');
9227INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18348','27187','16009','last','');
9228INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18349','27186','16009','avg','15m');
9229INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18350','27218','16010','avg','15m');
9230INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18351','27222','16010','last','');
9231INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18352','27221','16010','avg','15m');
9232INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18353','27254','16011','avg','15m');
9233INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18354','27258','16011','last','');
9234INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18355','27257','16011','avg','15m');
9235INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18356','27275','16012','avg','15m');
9236INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18357','27279','16012','last','');
9237INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18358','27278','16012','avg','15m');
9238INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18359','27324','16013','avg','15m');
9239INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18360','27328','16013','last','');
9240INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18361','27327','16013','avg','15m');
9241INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18362','27453','16014','avg','15m');
9242INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18363','27457','16014','last','');
9243INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18364','27456','16014','avg','15m');
9244INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18365','27489','16015','avg','15m');
9245INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18366','27493','16015','last','');
9246INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18367','27492','16015','avg','15m');
9247INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18368','27523','16016','avg','15m');
9248INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18369','27527','16016','last','');
9249INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18370','27526','16016','avg','15m');
9250INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18371','27559','16017','avg','15m');
9251INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18372','27563','16017','last','');
9252INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18373','27562','16017','avg','15m');
9253INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18374','27645','16018','avg','15m');
9254INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18375','27649','16018','last','');
9255INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18376','27648','16018','avg','15m');
9256INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18377','27725','16019','avg','15m');
9257INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18378','27729','16019','last','');
9258INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18379','27728','16019','avg','15m');
9259INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18380','27759','16020','avg','15m');
9260INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18381','27763','16020','last','');
9261INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18382','27762','16020','avg','15m');
9262INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18383','27791','16021','avg','15m');
9263INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18384','27795','16021','last','');
9264INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18385','27794','16021','avg','15m');
9265INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18386','27875','16022','avg','15m');
9266INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18387','27879','16022','last','');
9267INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18388','27878','16022','avg','15m');
9268INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18389','27912','16023','avg','15m');
9269INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18390','27916','16023','last','');
9270INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18391','27915','16023','avg','15m');
9271INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18392','27947','16024','avg','15m');
9272INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18393','27951','16024','last','');
9273INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18394','27950','16024','avg','15m');
9274INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18395','28061','16025','avg','15m');
9275INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18396','28065','16025','last','');
9276INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18397','28064','16025','avg','15m');
9277INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18398','28121','16026','avg','15m');
9278INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18399','28125','16026','last','');
9279INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18400','28124','16026','avg','15m');
9280INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18401','28178','16027','avg','15m');
9281INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18402','28182','16027','last','');
9282INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18403','28181','16027','avg','15m');
9283INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18404','28226','16028','avg','15m');
9284INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18405','28230','16028','last','');
9285INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18406','28229','16028','avg','15m');
9286INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18407','28296','16029','avg','15m');
9287INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18408','28300','16029','last','');
9288INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18409','28299','16029','avg','15m');
9289INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18410','27182','16030','min','5m');
9290INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18411','27185','16030','min','5m');
9291INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18412','27182','16030','max','5m');
9292INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18413','27185','16030','max','5m');
9293INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18414','27217','16031','min','5m');
9294INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18415','27220','16031','min','5m');
9295INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18416','27217','16031','max','5m');
9296INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18417','27220','16031','max','5m');
9297INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18418','27253','16032','min','5m');
9298INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18419','27256','16032','min','5m');
9299INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18420','27253','16032','max','5m');
9300INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18421','27256','16032','max','5m');
9301INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18422','27274','16033','min','5m');
9302INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18423','27277','16033','min','5m');
9303INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18424','27274','16033','max','5m');
9304INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18425','27277','16033','max','5m');
9305INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18426','27323','16034','min','5m');
9306INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18427','27326','16034','min','5m');
9307INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18428','27323','16034','max','5m');
9308INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18429','27326','16034','max','5m');
9309INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18430','27452','16035','min','5m');
9310INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18431','27455','16035','min','5m');
9311INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18432','27452','16035','max','5m');
9312INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18433','27455','16035','max','5m');
9313INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18434','27488','16036','min','5m');
9314INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18435','27491','16036','min','5m');
9315INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18436','27488','16036','max','5m');
9316INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18437','27491','16036','max','5m');
9317INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18438','27522','16037','min','5m');
9318INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18439','27525','16037','min','5m');
9319INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18440','27522','16037','max','5m');
9320INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18441','27525','16037','max','5m');
9321INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18442','27558','16038','min','5m');
9322INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18443','27561','16038','min','5m');
9323INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18444','27558','16038','max','5m');
9324INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18445','27561','16038','max','5m');
9325INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18446','27644','16039','min','5m');
9326INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18447','27647','16039','min','5m');
9327INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18448','27644','16039','max','5m');
9328INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18449','27647','16039','max','5m');
9329INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18450','27724','16040','min','5m');
9330INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18451','27727','16040','min','5m');
9331INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18452','27724','16040','max','5m');
9332INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18453','27727','16040','max','5m');
9333INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18454','27758','16041','min','5m');
9334INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18455','27761','16041','min','5m');
9335INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18456','27758','16041','max','5m');
9336INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18457','27761','16041','max','5m');
9337INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18458','27790','16042','min','5m');
9338INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18459','27793','16042','min','5m');
9339INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18460','27790','16042','max','5m');
9340INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18461','27793','16042','max','5m');
9341INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18462','27874','16043','min','5m');
9342INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18463','27877','16043','min','5m');
9343INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18464','27874','16043','max','5m');
9344INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18465','27877','16043','max','5m');
9345INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18466','27911','16044','min','5m');
9346INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18467','27914','16044','min','5m');
9347INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18468','27911','16044','max','5m');
9348INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18469','27914','16044','max','5m');
9349INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18470','27946','16045','min','5m');
9350INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18471','27949','16045','min','5m');
9351INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18472','27946','16045','max','5m');
9352INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18473','27949','16045','max','5m');
9353INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18474','28060','16046','min','5m');
9354INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18475','28063','16046','min','5m');
9355INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18476','28060','16046','max','5m');
9356INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18477','28063','16046','max','5m');
9357INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18478','28120','16047','min','5m');
9358INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18479','28123','16047','min','5m');
9359INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18480','28120','16047','max','5m');
9360INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18481','28123','16047','max','5m');
9361INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18482','28177','16048','min','5m');
9362INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18483','28180','16048','min','5m');
9363INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18484','28177','16048','max','5m');
9364INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18485','28180','16048','max','5m');
9365INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18486','28225','16049','min','5m');
9366INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18487','28228','16049','min','5m');
9367INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18488','28225','16049','max','5m');
9368INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18489','28228','16049','max','5m');
9369INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18490','28295','16050','min','5m');
9370INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18491','28298','16050','min','5m');
9371INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18492','28295','16050','max','5m');
9372INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18493','28298','16050','max','5m');
9373INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18494','27077','16051','last','');
9374INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18495','27077','16051','diff','');
9375INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18496','27074','16052','avg','15m');
9376INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18497','27071','16052','last','');
9377INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18498','27075','16052','avg','15m');
9378INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18499','27076','16053','min','5m');
9379INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18500','27073','16053','min','5m');
9380INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18501','27076','16053','max','5m');
9381INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18502','27073','16053','max','5m');
9382INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18503','27604','16054','last','');
9383INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18504','27604','16054','diff','');
9384INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18505','28013','16055','last','');
9385INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18506','28013','16055','diff','');
9386INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18507','27599','16056','avg','15m');
9387INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18508','27603','16056','last','');
9388INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18509','27602','16056','avg','15m');
9389INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18510','28008','16057','avg','15m');
9390INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18511','28012','16057','last','');
9391INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18512','28011','16057','avg','15m');
9392INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18513','27598','16058','min','5m');
9393INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18514','27601','16058','min','5m');
9394INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18515','27598','16058','max','5m');
9395INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18516','27601','16058','max','5m');
9396INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18517','28007','16059','min','5m');
9397INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18518','28010','16059','min','5m');
9398INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18519','28007','16059','max','5m');
9399INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18520','28010','16059','max','5m');
9400INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18521','27087','16060','last','');
9401INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18522','27087','16060','diff','');
9402INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18523','27084','16061','avg','15m');
9403INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18524','27081','16061','last','');
9404INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18525','27085','16061','avg','15m');
9405INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18526','27086','16062','min','5m');
9406INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18527','27083','16062','min','5m');
9407INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18528','27086','16062','max','5m');
9408INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18529','27083','16062','max','5m');
9409INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18530','27627','16063','last','');
9410INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18531','27627','16063','diff','');
9411INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18532','27984','16064','last','');
9412INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18533','27984','16064','diff','');
9413INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18534','27622','16065','avg','15m');
9414INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18535','27626','16065','last','');
9415INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18536','27625','16065','avg','15m');
9416INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18537','27979','16066','avg','15m');
9417INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18538','27983','16066','last','');
9418INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18539','27982','16066','avg','15m');
9419INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18540','27621','16067','min','5m');
9420INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18541','27624','16067','min','5m');
9421INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18542','27621','16067','max','5m');
9422INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18543','27624','16067','max','5m');
9423INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18544','27978','16068','min','5m');
9424INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18545','27981','16068','min','5m');
9425INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18546','27978','16068','max','5m');
9426INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18547','27981','16068','max','5m');
9427INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18548','27127','16069','last','');
9428INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18549','27127','16069','diff','');
9429INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18550','28105','16070','last','');
9430INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18551','28105','16070','diff','');
9431INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18552','27376','16071','min','5m');
9432INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18553','28727','16072','diff','');
9433INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18554','28727','16072','strlen','');
9434INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18555','27380','16073','min','5m');
9435INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18556','28728','16074','diff','');
9436INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18557','28728','16074','strlen','');
9437INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18558','28729','16075','diff','');
9438INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18559','28729','16075','strlen','');
9439INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18560','28730','16076','diff','');
9440INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18561','28730','16076','strlen','');
9441INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18562','28731','16077','min','5m');
9442INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18563','27417','16078','min','5m');
9443INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18564','28246','16079','min','5m');
9444INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18565','27421','16080','avg','5m');
9445INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18566','27420','16080','last','0');
9446INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18567','27421','16080','max','5m');
9447INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18568','27421','16081','avg','5m');
9448INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18569','27420','16081','last','0');
9449INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18570','27421','16081','max','5m');
9450INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18571','27421','16082','avg','5m');
9451INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18572','27421','16082','min','5m');
9452INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18573','28732','16083','min','5m');
9453INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18574','28733','16084','min','5m');
9454INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18575','28734','16085','min','5m');
9455INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18576','27427','16086','min','5m');
9456INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18577','28247','16087','min','5m');
9457INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18578','27430','16088','avg','5m');
9458INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18579','27429','16088','last','0');
9459INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18580','27430','16088','max','5m');
9460INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18581','27447','16089','avg','5m');
9461INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18582','27446','16089','last','0');
9462INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18583','27447','16089','max','5m');
9463INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18584','28218','16090','avg','5m');
9464INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18585','28217','16090','last','0');
9465INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18586','28218','16090','max','5m');
9466INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18587','27430','16091','avg','5m');
9467INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18588','27429','16091','last','0');
9468INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18589','27430','16091','max','5m');
9469INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18590','27447','16092','avg','5m');
9470INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18591','27446','16092','last','0');
9471INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18592','27447','16092','max','5m');
9472INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18593','28218','16093','avg','5m');
9473INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18594','28217','16093','last','0');
9474INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18595','28218','16093','max','5m');
9475INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18596','27430','16094','avg','5m');
9476INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18597','27430','16094','min','5m');
9477INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18598','27447','16095','avg','5m');
9478INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18599','27447','16095','min','5m');
9479INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18600','28218','16096','avg','5m');
9480INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18601','28218','16096','min','5m');
9481INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18602','28766','16097','str','Client');
9482INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18603','28768','16098','last','');
9483INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18604','28774','16098','last','');
9484INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18605','28772','16099','last','');
9485INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18606','28770','16099','last','');
9486INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18607','28764','16100','last','');
9487INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18608','28778','16100','last','');
9488INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18609','28782','16101','min','{$JMX.HEAP.MEM.USAGE.TIME}');
9489INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18610','28781','16101','last','');
9490INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18611','28785','16102','min','{$JMX.NONHEAP.MEM.USAGE.TIME}');
9491INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18612','28784','16102','last','');
9492INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18613','28777','16103','min','{$JMX.MP.USAGE.TIME:"CMS Old Gen"}');
9493INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18614','28788','16103','last','');
9494INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18615','28761','16104','min','{$JMX.MP.USAGE.TIME:"CMS Perm Gen"}');
9495INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18616','28749','16104','last','');
9496INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18617','28739','16105','min','{$JMX.MP.USAGE.TIME:"Code Cache"}');
9497INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18618','28738','16105','last','');
9498INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18619','28742','16106','min','{$JMX.MP.USAGE.TIME:"Perm Gen"}');
9499INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18620','28741','16106','last','');
9500INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18621','28745','16107','min','{$JMX.MP.USAGE.TIME:"PS Old Gen"}');
9501INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18622','28744','16107','last','');
9502INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18623','28736','16108','min','{$JMX.MP.USAGE.TIME:"PS Perm Gen"}');
9503INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18624','28747','16108','last','');
9504INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18625','28751','16109','min','{$JMX.MP.USAGE.TIME:"Tenured Gen"}');
9505INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18626','28750','16109','last','');
9506INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18627','28753','16110','min','{$JMX.FILE.DESCRIPTORS.TIME}');
9507INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18628','28752','16110','last','');
9508INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18629','28754','16111','min','{$JMX.CPU.LOAD.TIME}');
9509INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18630','28755','16112','nodata','5m');
9510INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18631','28756','16113','str','Server');
9511INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18632','28811','16114','last','');
9512INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18633','28817','16115','last','');
9513INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18634','28817','16116','last','');
9514INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18635','28816','16117','last','');
9515INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18636','28816','16118','last','');
9516INSERT INTO functions (functionid,itemid,triggerid,name,parameter) values ('18637','28815','16119','last','');
9517INSERT 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');
9518INSERT 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');
9519INSERT 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');
9520INSERT 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');
9521INSERT 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');
9522INSERT 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');
9523INSERT 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');
9524INSERT 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');
9525INSERT 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');
9526INSERT 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');
9527INSERT 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');
9528INSERT 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');
9529INSERT 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');
9530INSERT 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');
9531INSERT 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');
9532INSERT 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');
9533INSERT 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');
9534INSERT 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');
9535INSERT 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');
9536INSERT 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');
9537INSERT 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');
9538INSERT 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');
9539INSERT 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');
9540INSERT 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');
9541INSERT 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');
9542INSERT 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');
9543INSERT 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');
9544INSERT 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');
9545INSERT 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');
9546INSERT 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');
9547INSERT 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');
9548INSERT 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');
9549INSERT 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');
9550INSERT 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');
9551INSERT 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');
9552INSERT 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');
9553INSERT 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');
9554INSERT 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');
9555INSERT 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');
9556INSERT 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');
9557INSERT 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');
9558INSERT 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');
9559INSERT 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');
9560INSERT 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');
9561INSERT 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');
9562INSERT 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');
9563INSERT 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');
9564INSERT 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');
9565INSERT 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');
9566INSERT 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');
9567INSERT 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');
9568INSERT 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');
9569INSERT 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');
9570INSERT 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');
9571INSERT 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');
9572INSERT 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');
9573INSERT 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');
9574INSERT 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');
9575INSERT 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');
9576INSERT 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');
9577INSERT 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');
9578INSERT 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');
9579INSERT 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');
9580INSERT 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');
9581INSERT 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');
9582INSERT 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');
9583INSERT 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');
9584INSERT 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');
9585INSERT 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');
9586INSERT 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');
9587INSERT 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');
9588INSERT 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');
9589INSERT 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');
9590INSERT 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');
9591INSERT 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');
9592INSERT 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');
9593INSERT 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');
9594INSERT 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');
9595INSERT 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');
9596INSERT 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');
9597INSERT 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');
9598INSERT 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');
9599INSERT 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');
9600INSERT 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');
9601INSERT 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');
9602INSERT 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');
9603INSERT 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');
9604INSERT 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');
9605INSERT 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');
9606INSERT 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');
9607INSERT 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');
9608INSERT 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');
9609INSERT 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');
9610INSERT 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');
9611INSERT 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');
9612INSERT 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');
9613INSERT 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');
9614INSERT 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');
9615INSERT 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');
9616INSERT 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');
9617INSERT 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');
9618INSERT 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');
9619INSERT 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');
9620INSERT 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');
9621INSERT 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');
9622INSERT 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');
9623INSERT 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');
9624INSERT 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');
9625INSERT 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');
9626INSERT 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');
9627INSERT 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');
9628INSERT 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');
9629INSERT 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');
9630INSERT 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');
9631INSERT 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');
9632INSERT 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');
9633INSERT 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');
9634INSERT 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');
9635INSERT 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');
9636INSERT 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');
9637INSERT 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');
9638INSERT 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');
9639INSERT 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');
9640INSERT 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');
9641INSERT 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');
9642INSERT 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');
9643INSERT 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');
9644INSERT 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');
9645INSERT 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');
9646INSERT 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');
9647INSERT 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');
9648INSERT 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');
9649INSERT 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');
9650INSERT 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');
9651INSERT 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');
9652INSERT 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');
9653INSERT 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');
9654INSERT 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');
9655INSERT 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');
9656INSERT 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');
9657INSERT 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');
9658INSERT 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');
9659INSERT 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');
9660INSERT 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');
9661INSERT 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');
9662INSERT 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');
9663INSERT 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');
9664INSERT 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');
9665INSERT 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');
9666INSERT 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');
9667INSERT 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');
9668INSERT 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');
9669INSERT 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');
9670INSERT 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');
9671INSERT 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');
9672INSERT 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');
9673INSERT 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');
9674INSERT 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');
9675INSERT 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');
9676INSERT 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');
9677INSERT 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');
9678INSERT 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');
9679INSERT 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');
9680INSERT 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');
9681INSERT 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');
9682INSERT 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');
9683INSERT 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');
9684INSERT 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');
9685INSERT 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');
9686INSERT 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');
9687INSERT 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');
9688INSERT 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');
9689INSERT 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');
9690INSERT 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');
9691INSERT 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');
9692INSERT 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');
9693INSERT 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');
9694INSERT 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');
9695INSERT 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');
9696INSERT 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');
9697INSERT 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');
9698INSERT 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');
9699INSERT 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');
9700INSERT 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');
9701INSERT 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');
9702INSERT 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');
9703INSERT 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');
9704INSERT 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');
9705INSERT 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');
9706INSERT 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');
9707INSERT 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');
9708INSERT 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');
9709INSERT 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');
9710INSERT 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');
9711INSERT 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');
9712INSERT 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');
9713INSERT 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');
9714INSERT 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');
9715INSERT 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');
9716INSERT 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');
9717INSERT 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');
9718INSERT 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');
9719INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20702','837','28763','0','0','1A7C11','0','2','0');
9720INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20703','837','28765','0','1','2774A4','0','2','0');
9721INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20704','837','28735','0','2','F63100','0','2','0');
9722INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20705','838','28768','0','0','1A7C11','0','2','0');
9723INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20706','838','28770','0','1','2774A4','0','2','0');
9724INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20707','838','28774','0','2','F63100','0','2','0');
9725INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20708','838','28772','0','3','A54F10','0','2','0');
9726INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20709','838','28764','0','4','FC6EA3','0','2','0');
9727INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20710','838','28778','0','5','6C59DC','0','2','0');
9728INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20711','839','28788','0','0','1A7C11','0','2','0');
9729INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20712','839','28787','0','1','2774A4','0','2','0');
9730INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20713','839','28777','0','2','F63100','0','2','0');
9731INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20714','840','28749','0','0','1A7C11','0','2','0');
9732INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20715','840','28762','0','1','2774A4','0','2','0');
9733INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20716','840','28761','0','2','F63100','0','2','0');
9734INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20717','841','28738','0','0','1A7C11','0','2','0');
9735INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20718','841','28737','0','1','2774A4','0','2','0');
9736INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20719','841','28739','0','2','F63100','0','2','0');
9737INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20720','842','28741','0','0','1A7C11','0','2','0');
9738INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20721','842','28740','0','1','2774A4','0','2','0');
9739INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20722','842','28742','0','2','F63100','0','2','0');
9740INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20723','843','28744','0','0','1A7C11','0','2','0');
9741INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20724','843','28743','0','1','2774A4','0','2','0');
9742INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20725','843','28745','0','2','F63100','0','2','0');
9743INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20726','844','28747','0','0','1A7C11','0','2','0');
9744INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20727','844','28746','0','1','2774A4','0','2','0');
9745INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20728','844','28736','0','2','F63100','0','2','0');
9746INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20729','845','28750','0','0','1A7C11','0','2','0');
9747INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20730','845','28748','0','1','2774A4','0','2','0');
9748INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20731','845','28751','0','2','F63100','0','2','0');
9749INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20732','846','28752','0','0','1A7C11','0','2','0');
9750INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20733','846','28753','0','1','2774A4','0','2','0');
9751INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20734','847','28759','0','0','1A7C11','0','2','0');
9752INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20735','847','28758','0','1','2774A4','0','2','0');
9753INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20736','847','28760','0','2','F63100','0','2','0');
9754INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20737','793','28532','0','0','C80000','0','2','0');
9755INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20738','793','28503','0','1','00C800','0','2','0');
9756INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20739','793','28504','0','2','0000C8','0','2','0');
9757INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20740','794','28505','0','0','C80000','0','2','0');
9758INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20741','794','28506','0','1','00C800','0','2','0');
9759INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20742','794','28507','0','2','0000C8','0','2','0');
9760INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20743','795','28508','0','0','C80000','0','2','0');
9761INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20744','795','28509','0','1','00C800','0','2','0');
9762INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20745','795','28510','0','2','0000C8','0','2','0');
9763INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20746','796','28515','0','0','C80000','0','2','0');
9764INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20747','796','28518','0','1','00C800','0','2','0');
9765INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20748','796','28516','0','2','0000C8','0','2','0');
9766INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20749','803','28590','0','0','DD0000','0','2','0');
9767INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20750','803','28587','0','1','00DDDD','0','2','0');
9768INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20751','803','28588','0','2','3333FF','0','2','0');
9769INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20752','803','28589','0','3','00FF00','0','2','0');
9770INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20753','804','28593','0','0','990099','0','2','0');
9771INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20754','804','28597','0','1','990000','0','2','0');
9772INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20755','804','28599','0','2','0000EE','0','2','0');
9773INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20756','804','28606','0','3','FF33FF','0','2','0');
9774INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20757','804','28601','0','4','00EE00','0','2','0');
9775INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20758','804','28602','0','5','003300','0','2','0');
9776INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20759','804','28607','0','6','33FFFF','0','2','0');
9777INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20760','804','28598','0','7','DD0000','0','2','0');
9778INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20761','804','28595','0','8','000099','0','2','0');
9779INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20762','804','28579','0','9','00FF00','0','2','0');
9780INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20763','805','28603','0','0','FFAA00','0','2','0');
9781INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20764','805','28591','0','1','990099','0','2','0');
9782INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20765','805','28604','0','2','EE0000','0','2','0');
9783INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20766','805','28596','0','3','FF66FF','0','2','0');
9784INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20767','805','28605','0','4','960000','0','2','0');
9785INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20768','805','28592','0','5','009600','0','2','0');
9786INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20769','805','28594','0','6','009999','0','2','0');
9787INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20770','805','28600','0','7','BBBB00','0','2','0');
9788INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20771','806','28586','0','0','00C800','0','2','0');
9789INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20772','806','28577','0','1','C80000','0','2','0');
9790INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20773','797','28540','0','0','C80000','0','2','0');
9791INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20774','797','28539','0','1','00C800','0','2','0');
9792INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20775','798','28545','0','0','009900','0','2','0');
9793INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20776','798','28537','0','1','DD0000','0','2','0');
9794INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20777','798','28536','0','2','00DDDD','0','2','0');
9795INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20778','798','28543','0','3','3333FF','0','2','0');
9796INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20779','798','28538','0','4','999900','0','2','0');
9797INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20780','798','28542','0','5','00FF00','0','2','0');
9798INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20781','799','28575','0','0','990099','0','2','0');
9799INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20782','799','28568','0','1','990000','0','2','0');
9800INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20783','799','28565','0','2','0000EE','0','2','0');
9801INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20784','799','28559','0','3','FF33FF','0','2','0');
9802INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20785','799','28564','0','4','009600','0','2','0');
9803INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20786','799','28563','0','5','003300','0','2','0');
9804INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20787','799','28571','0','6','CCCC00','0','2','0');
9805INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20788','799','28546','0','7','33FFFF','0','2','0');
9806INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20789','799','28567','0','8','DD0000','0','2','0');
9807INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20790','799','28573','0','9','000099','0','2','0');
9808INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20791','799','28553','0','10','00FF00','0','2','0');
9809INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20792','800','28566','0','0','00EE00','0','2','0');
9810INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20793','800','28560','0','1','0000EE','0','2','0');
9811INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20794','800','28562','0','2','FFAA00','0','2','0');
9812INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20795','800','28555','0','3','00EEEE','0','2','0');
9813INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20796','800','28558','0','4','990099','0','2','0');
9814INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20797','800','28561','0','5','EE0000','0','2','0');
9815INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20798','800','28572','0','6','FF66FF','0','2','0');
9816INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20799','800','28574','0','7','009999','0','2','0');
9817INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20800','800','28556','0','8','BBBB00','0','2','0');
9818INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20801','800','28557','0','9','AA0000','0','2','0');
9819INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20802','800','28569','0','10','990000','0','2','0');
9820INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20803','800','28570','0','11','008800','0','2','0');
9821INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20804','801','28554','5','0','1A7C11','0','2','0');
9822INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20805','802','28544','5','0','00C800','0','2','0');
9823INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20806','802','28534','5','1','C80000','0','2','0');
9824INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20807','529','23357','0','0','DD0000','0','2','0');
9825INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20808','529','23341','0','1','00DDDD','0','2','0');
9826INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20809','529','23342','0','2','3333FF','0','2','0');
9827INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20810','529','28251','0','3','00FF00','0','2','0');
9828INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20811','530','23345','0','0','990099','0','2','0');
9829INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20812','530','23348','0','1','990000','0','2','0');
9830INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20813','530','23355','0','2','0000EE','0','2','0');
9831INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20814','530','23352','0','3','FF33FF','0','2','0');
9832INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20815','530','23356','0','4','007700','0','2','0');
9833INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20816','530','23354','0','5','003300','0','2','0');
9834INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20817','530','23346','0','6','33FFFF','0','2','0');
9835INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20818','530','23349','0','7','DD0000','0','2','0');
9836INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20819','530','23344','0','8','000099','0','7','0');
9837INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20820','530','28250','0','9','00FF00','0','2','0');
9838INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20821','531','23353','0','0','FFAA00','0','2','0');
9839INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20822','531','23347','0','1','990099','0','2','0');
9840INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20823','531','23350','0','2','EE0000','0','2','0');
9841INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20824','531','23343','0','3','FF66FF','0','2','0');
9842INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20825','531','23351','0','4','960000','0','2','0');
9843INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20826','531','23360','0','5','007700','0','2','0');
9844INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20827','531','25369','0','6','009999','0','2','0');
9845INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20828','531','25368','0','6','BBBB00','0','2','0');
9846INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20829','532','23340','5','0','00C800','0','2','0');
9847INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20830','532','23358','5','1','C80000','1','2','0');
9848INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20831','527','22199','0','0','C80000','0','2','0');
9849INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20832','527','22196','0','1','00C800','0','2','0');
9850INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20833','528','23628','0','0','C80000','0','2','0');
9851INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20834','528','23625','0','1','00C800','0','2','0');
9852INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20835','410','22185','0','0','009900','0','2','0');
9853INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20836','410','22189','0','1','DD0000','0','2','0');
9854INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20837','410','22396','0','2','00DDDD','0','2','0');
9855INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20838','410','22183','0','3','3333FF','0','2','0');
9856INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20839','410','22191','0','4','999900','0','2','0');
9857INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20840','410','23634','0','5','00FF00','0','2','0');
9858INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20841','520','23276','0','0','009900','0','2','0');
9859INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20842','520','23273','0','1','DD0000','0','2','0');
9860INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20843','520','23275','0','2','00DDDD','0','2','0');
9861INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20844','520','23274','0','3','3333FF','0','2','0');
9862INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20845','520','23620','0','4','999900','0','2','0');
9863INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20846','520','23635','0','5','00FF00','0','2','0');
9864INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20847','404','22404','0','0','990099','0','2','0');
9865INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20848','404','22399','0','1','990000','0','2','0');
9866INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20849','404','22416','0','2','0000EE','0','2','0');
9867INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20850','404','22430','0','3','FF33FF','0','2','0');
9868INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20851','404','22418','0','4','009600','0','2','0');
9869INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20852','404','22402','0','5','003300','0','2','0');
9870INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20853','404','22420','0','6','CCCC00','0','2','0');
9871INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20854','404','22400','0','7','33FFFF','0','2','0');
9872INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20855','404','22689','0','8','DD0000','0','2','0');
9873INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20856','404','23171','0','9','000099','0','2','0');
9874INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20857','404','22401','0','10','00FF00','0','2','0');
9875INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20858','518','23269','0','0','990099','0','2','0');
9876INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20859','518','23264','0','1','990000','0','2','0');
9877INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20860','518','23261','0','2','0000EE','0','2','0');
9878INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20861','518','23255','0','3','FF33FF','0','2','0');
9879INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20862','518','23260','0','4','009600','0','2','0');
9880INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20863','518','23259','0','5','003300','0','2','0');
9881INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20864','518','23265','0','6','CCCC00','0','2','0');
9882INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20865','518','23270','0','7','33FFFF','0','2','0');
9883INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20866','518','23262','0','8','DD0000','0','2','0');
9884INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20867','518','23267','0','9','000099','0','2','0');
9885INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20868','518','23328','0','10','00FF00','0','2','0');
9886INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20869','406','22426','0','0','00EE00','0','2','0');
9887INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20870','406','22422','0','1','0000EE','0','2','0');
9888INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20871','406','22408','0','2','FFAA00','0','2','0');
9889INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20872','406','22424','0','3','00EEEE','0','2','0');
9890INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20873','406','22412','0','4','990099','0','2','0');
9891INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20874','406','22406','0','5','EE0000','0','2','0');
9892INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20875','406','22414','0','6','FF66FF','0','2','0');
9893INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20876','406','23663','0','7','009999','0','2','0');
9894INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20877','406','25366','0','8','BBBB00','0','2','0');
9895INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20878','406','25370','0','9','AA0000','0','2','0');
9896INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20879','406','25665','0','10','990000','0','2','0');
9897INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20880','406','25666','0','11','008800','0','2','0');
9898INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20881','517','23268','0','0','00EE00','0','2','0');
9899INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20882','517','23256','0','1','0000EE','0','2','0');
9900INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20883','517','23258','0','2','FFAA00','0','2','0');
9901INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20884','517','23252','0','3','00EEEE','0','2','0');
9902INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20885','517','23253','0','4','990099','0','2','0');
9903INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20886','517','23257','0','5','EE0000','0','2','0');
9904INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20887','517','23266','0','6','FF66FF','0','2','0');
9905INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20888','517','23664','0','7','009999','0','2','0');
9906INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20889','517','25367','0','8','BBBB00','0','2','0');
9907INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20890','517','25371','0','9','AA0000','0','2','0');
9908INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20891','517','25667','0','10','990000','0','2','0');
9909INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20892','517','25668','0','11','008800','0','2','0');
9910INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20893','788','28248','5','0','1A7C11','0','2','0');
9911INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20894','789','28249','5','0','1A7C11','0','2','0');
9912INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20895','392','22187','5','0','00C800','0','2','0');
9913INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20896','392','23251','5','1','C80000','1','2','0');
9914INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20897','519','23277','5','0','00C800','0','2','0');
9915INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20898','519','23272','5','1','C80000','1','2','0');
9916INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20899','649','26920','5','0','00AA00','0','2','0');
9917INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20900','649','26919','5','1','3333FF','0','2','0');
9918INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20901','650','26921','0','0','C8C800','0','2','0');
9919INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20902','650','26922','0','1','006400','0','2','0');
9920INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20903','650','26923','0','2','C80000','0','2','0');
9921INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20904','650','26918','0','3','0000EE','0','2','0');
9922INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20905','650','26917','0','4','640000','0','2','0');
9923INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20906','650','26912','0','5','00C800','0','2','0');
9924INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20907','650','26911','0','6','C800C8','0','2','0');
9925INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20908','472','22945','5','0','00AA00','0','2','0');
9926INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20909','472','22946','5','1','3333FF','0','2','0');
9927INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20910','473','22950','0','0','C80000','0','2','2');
9928INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20911','473','22948','0','1','00C800','0','2','0');
9929INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20912','471','22924','0','0','009900','0','2','0');
9930INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20913','471','22920','0','1','000099','0','2','0');
9931INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20914','469','22922','0','0','009900','0','2','0');
9932INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20915','469','22923','0','1','000099','0','2','0');
9933INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20916','469','22921','0','2','990000','0','2','0');
9934INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20917','498','23109','0','0','009999','0','2','0');
9935INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20918','498','23112','0','1','990099','0','2','0');
9936INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20919','498','23115','0','2','999900','0','2','0');
9937INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20920','498','23113','0','3','990000','0','2','0');
9938INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20921','498','23114','0','4','000099','0','2','0');
9939INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20922','498','23110','0','5','009900','0','2','0');
9940INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20923','540','22942','5','0','00C800','0','2','0');
9941INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20924','492','23073','5','0','00AA00','0','2','0');
9942INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20925','492','23074','5','1','3333FF','0','2','0');
9943INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20926','467','22910','0','0','C80000','0','2','2');
9944INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20927','467','22908','0','1','00C800','0','2','0');
9945INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20928','465','22884','0','0','009900','0','2','0');
9946INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20929','465','22880','0','1','000099','0','2','0');
9947INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20930','463','22882','0','0','009900','0','2','0');
9948INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20931','463','22883','0','1','000099','0','2','0');
9949INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20932','463','22881','0','2','990000','0','2','0');
9950INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20933','462','22886','1','0','009999','0','2','0');
9951INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20934','462','22888','1','1','990099','0','2','0');
9952INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20935','462','22891','1','2','990000','0','2','0');
9953INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20936','462','22892','1','3','000099','0','2','0');
9954INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20937','462','22885','1','4','009900','0','2','0');
9955INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20938','541','22902','5','0','00C800','0','2','0');
9956INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20939','464','22897','0','0','AA0000','0','2','2');
9957INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20940','464','22895','0','1','00AA00','0','2','0');
9958INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20941','478','22985','5','0','00AA00','0','2','0');
9959INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20942','478','22986','5','1','3333FF','0','2','0');
9960INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20943','479','22990','0','0','C80000','0','2','2');
9961INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20944','479','22988','0','1','00C800','0','2','0');
9962INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20945','475','22962','0','0','009900','0','2','0');
9963INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20946','475','22963','0','1','000099','0','2','0');
9964INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20947','475','22961','0','2','990000','0','2','0');
9965INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20948','474','22968','1','0','990099','0','2','0');
9966INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20949','474','22971','1','1','990000','0','2','0');
9967INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20950','474','22972','1','2','000099','0','2','0');
9968INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20951','474','22965','1','3','009900','0','2','0');
9969INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20952','542','22982','5','0','00C800','0','2','0');
9970INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20953','420','22446','5','0','00AA00','0','2','0');
9971INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20954','420','22448','5','1','3333FF','0','2','0');
9972INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20955','521','23280','5','0','00AA00','0','2','0');
9973INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20956','521','23281','5','1','3333FF','0','2','0');
9974INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20957','442','22456','0','0','C80000','0','2','2');
9975INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20958','442','22452','0','1','00C800','0','2','0');
9976INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20959','522','23285','0','0','C80000','0','2','2');
9977INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20960','522','23283','0','1','00C800','0','2','0');
9978INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20961','439','22680','0','0','009900','0','2','0');
9979INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20962','439','22683','0','1','000099','0','2','0');
9980INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20963','523','23298','0','0','009900','0','2','0');
9981INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20964','523','23294','0','1','000099','0','2','0');
9982INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20965','433','10010','0','0','009900','0','2','0');
9983INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20966','433','22674','0','1','000099','0','2','0');
9984INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20967','433','22677','0','2','990000','0','2','0');
9985INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20968','524','23296','0','0','009900','0','2','0');
9986INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20969','524','23297','0','1','000099','0','2','0');
9987INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20970','524','23295','0','2','990000','0','2','0');
9988INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20971','387','28499','0','0','F230E0','0','2','0');
9989INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20972','387','28497','0','1','5CCD18','0','2','0');
9990INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20973','387','22665','1','2','FF5555','0','2','0');
9991INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20974','387','22668','1','3','55FF55','0','2','0');
9992INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20975','387','22671','1','4','009999','0','2','0');
9993INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20976','387','17358','1','5','990099','0','2','0');
9994INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20977','387','17362','1','6','999900','0','2','0');
9995INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20978','387','17360','1','7','990000','0','2','0');
9996INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20979','387','17356','1','8','000099','0','2','0');
9997INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20980','387','17354','1','9','009900','0','2','0');
9998INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20981','525','28500','0','0','F230E0','0','2','0');
9999INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20982','525','28498','0','1','5CCD18','0','2','0');
10000INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20983','525','23304','1','2','FF5555','0','2','0');
10001INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20984','525','23303','1','3','55FF55','0','2','0');
10002INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20985','525','23300','1','4','009999','0','2','0');
10003INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20986','525','23302','1','5','990099','0','2','0');
10004INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20987','525','23301','1','6','999900','0','2','0');
10005INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20988','525','23305','1','7','990000','0','2','0');
10006INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20989','525','23306','1','8','000099','0','2','0');
10007INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20990','525','23299','1','9','009900','0','2','0');
10008INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20991','533','22181','5','0','00C800','0','2','0');
10009INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20992','534','23316','5','0','00C800','0','2','0');
10010INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20993','436','10030','0','0','AA0000','0','2','2');
10011INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20994','436','10014','0','1','00AA00','0','2','0');
10012INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20995','526','23311','0','0','AA0000','0','2','2');
10013INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20996','526','23309','0','1','00AA00','0','2','0');
10014INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20997','491','23070','0','0','C80000','0','2','2');
10015INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20998','491','23068','0','1','00C800','0','2','0');
10016INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('20999','487','23042','0','0','009900','0','2','0');
10017INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21000','487','23043','0','1','000099','0','2','0');
10018INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21001','487','23041','0','2','990000','0','2','0');
10019INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21002','543','23062','5','0','00C800','0','2','0');
10020INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21003','494','23077','5','0','00AA00','0','2','0');
10021INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21004','494','23078','5','1','3333FF','0','2','0');
10022INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21005','493','23075','5','0','00AA00','0','2','0');
10023INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21006','493','23076','5','1','3333FF','0','2','0');
10024INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21007','461','22870','0','0','C80000','0','2','2');
10025INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21008','461','22868','0','1','00C800','0','2','0');
10026INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21009','459','22844','0','0','009900','0','2','0');
10027INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21010','459','22840','0','1','000099','0','2','0');
10028INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21011','457','22842','0','0','009900','0','2','0');
10029INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21012','457','22843','0','1','000099','0','2','0');
10030INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21013','457','22841','0','2','990000','0','2','0');
10031INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21014','456','22846','1','0','009999','0','2','0');
10032INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21015','456','22848','1','1','990099','0','2','0');
10033INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21016','456','22851','1','2','990000','0','2','0');
10034INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21017','456','22852','1','3','000099','0','2','0');
10035INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21018','456','22845','1','4','009900','0','2','0');
10036INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21019','544','22862','5','0','00C800','0','2','0');
10037INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21020','458','22857','0','0','AA0000','0','2','2');
10038INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21021','458','22855','0','1','00AA00','0','2','0');
10039INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21022','484','23025','5','0','00AA00','0','2','0');
10040INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21023','484','23026','5','1','3333FF','0','2','0');
10041INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21024','485','23030','0','0','C80000','0','2','2');
10042INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21025','485','23028','0','1','00C800','0','2','0');
10043INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21026','483','23004','0','0','009900','0','2','0');
10044INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21027','483','23000','0','1','000099','0','2','0');
10045INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21028','481','23002','0','0','009900','0','2','0');
10046INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21029','481','23003','0','1','000099','0','2','0');
10047INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21030','481','23001','0','2','990000','0','2','0');
10048INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21031','480','23007','1','0','999900','0','2','0');
10049INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21032','480','23011','1','1','990000','0','2','0');
10050INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21033','480','23012','1','2','000099','0','2','0');
10051INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21034','480','23005','1','3','009900','0','2','0');
10052INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21035','545','23022','5','0','00C800','0','2','0');
10053INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21036','482','23017','0','0','AA0000','0','2','2');
10054INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21037','482','23015','0','1','00AA00','0','2','0');
10055INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21038','497','23169','5','0','00AA00','0','2','0');
10056INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21039','497','23170','5','1','3333FF','0','2','0');
10057INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21040','496','23167','0','0','C80000','0','2','2');
10058INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21041','496','23164','0','1','00C800','0','2','0');
10059INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21042','495','23143','0','0','009900','0','2','0');
10060INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21043','495','23145','0','1','000099','0','2','0');
10061INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21044','495','23144','0','2','990000','0','2','0');
10062INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21045','546','23158','5','0','00C800','0','2','0');
10063INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21046','651','26928','5','0','EE0000','0','2','0');
10064INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21047','651','26927','0','1','000000','1','2','0');
10065INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21048','652','26925','2','0','880000','0','2','0');
10066INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21049','652','26932','0','1','009900','0','2','0');
10067INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21050','652','26930','0','2','00CCCC','0','2','0');
10068INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21051','652','26931','0','3','000000','0','2','0');
10069INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21052','652','26929','0','4','3333FF','0','2','0');
10070INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21053','652','26926','0','5','777700','0','2','0');
10071INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21054','653','26933','2','0','EE0000','0','2','0');
10072INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21055','653','26943','2','1','EE00EE','0','2','0');
10073INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21056','653','26935','0','2','000000','1','2','0');
10074INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21057','653','26936','4','3','000000','1','2','0');
10075INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21058','654','26934','2','0','880000','0','2','0');
10076INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21059','654','26939','0','1','009900','0','2','0');
10077INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21060','654','26942','0','2','00CCCC','0','2','0');
10078INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21061','654','26938','0','3','000000','0','2','0');
10079INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21062','654','26937','0','4','3333FF','0','2','0');
10080INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21063','827','28716','0','0','969696','0','9','2');
10081INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21064','827','28715','0','1','C80000','0','9','0');
10082INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21065','828','28722','0','0','969696','0','9','2');
10083INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21066','828','28721','0','1','C80000','0','9','0');
10084INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21067','829','28720','5','0','1A7C11','0','2','0');
10085INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21068','830','28726','5','0','1A7C11','0','2','0');
10086INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21069','831','28709','5','0','1A7C11','0','2','0');
10087INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21070','832','28710','5','0','1A7C11','0','2','0');
10088INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21071','809','28674','0','0','969696','0','9','2');
10089INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21072','809','28673','0','1','C80000','0','9','0');
10090INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21073','810','28680','0','0','969696','0','9','2');
10091INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21074','810','28679','0','1','C80000','0','9','0');
10092INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21075','811','28686','0','0','969696','0','9','2');
10093INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21076','811','28685','0','1','C80000','0','9','0');
10094INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21077','812','28692','0','0','969696','0','9','2');
10095INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21078','812','28691','0','1','C80000','0','9','0');
10096INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21079','813','28698','0','0','969696','0','9','2');
10097INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21080','813','28697','0','1','C80000','0','9','0');
10098INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21081','814','28704','0','0','969696','0','9','2');
10099INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21082','814','28703','0','1','C80000','0','9','0');
10100INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21083','815','28678','5','0','1A7C11','0','2','0');
10101INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21084','816','28684','5','0','1A7C11','0','2','0');
10102INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21085','817','28690','5','0','1A7C11','0','2','0');
10103INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21086','818','28696','5','0','1A7C11','0','2','0');
10104INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21087','819','28702','5','0','1A7C11','0','2','0');
10105INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21088','820','28708','5','0','1A7C11','0','2','0');
10106INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21089','821','28655','5','0','1A7C11','0','2','0');
10107INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21090','822','28656','5','0','1A7C11','0','2','0');
10108INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21091','823','28657','5','0','1A7C11','0','2','0');
10109INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21092','824','28658','5','0','1A7C11','0','2','0');
10110INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21093','825','28659','5','0','1A7C11','0','2','0');
10111INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21094','826','28660','5','0','1A7C11','0','2','0');
10112INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21095','744','27094','5','0','1A7C11','0','2','0');
10113INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21096','744','27095','2','1','2774A4','0','2','0');
10114INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21097','744','27093','0','2','F63100','1','2','0');
10115INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21098','744','27096','0','3','A54F10','1','2','0');
10116INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21099','744','27092','0','4','FC6EA3','1','2','0');
10117INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21100','744','27089','0','5','6C59DC','1','2','0');
10118INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21101','745','27104','5','0','1A7C11','0','2','0');
10119INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21102','745','27105','2','1','2774A4','0','2','0');
10120INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21103','745','27103','0','2','F63100','1','2','0');
10121INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21104','745','27106','0','3','A54F10','1','2','0');
10122INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21105','745','27102','0','4','FC6EA3','1','2','0');
10123INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21106','745','27099','0','5','6C59DC','1','2','0');
10124INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21107','746','27183','5','0','1A7C11','0','2','0');
10125INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21108','746','27186','2','1','2774A4','0','2','0');
10126INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21109','746','27185','0','2','F63100','1','2','0');
10127INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21110','746','27182','0','3','A54F10','1','2','0');
10128INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21111','746','27184','0','4','FC6EA3','1','2','0');
10129INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21112','746','27181','0','5','6C59DC','1','2','0');
10130INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21113','747','27218','5','0','1A7C11','0','2','0');
10131INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21114','747','27221','2','1','2774A4','0','2','0');
10132INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21115','747','27220','0','2','F63100','1','2','0');
10133INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21116','747','27217','0','3','A54F10','1','2','0');
10134INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21117','747','27219','0','4','FC6EA3','1','2','0');
10135INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21118','747','27216','0','5','6C59DC','1','2','0');
10136INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21119','748','27254','5','0','1A7C11','0','2','0');
10137INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21120','748','27257','2','1','2774A4','0','2','0');
10138INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21121','748','27256','0','2','F63100','1','2','0');
10139INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21122','748','27253','0','3','A54F10','1','2','0');
10140INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21123','748','27255','0','4','FC6EA3','1','2','0');
10141INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21124','748','27252','0','5','6C59DC','1','2','0');
10142INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21125','749','27275','5','0','1A7C11','0','2','0');
10143INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21126','749','27278','2','1','2774A4','0','2','0');
10144INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21127','749','27277','0','2','F63100','1','2','0');
10145INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21128','749','27274','0','3','A54F10','1','2','0');
10146INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21129','749','27276','0','4','FC6EA3','1','2','0');
10147INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21130','749','27273','0','5','6C59DC','1','2','0');
10148INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21131','750','27324','5','0','1A7C11','0','2','0');
10149INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21132','750','27327','2','1','2774A4','0','2','0');
10150INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21133','750','27326','0','2','F63100','1','2','0');
10151INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21134','750','27323','0','3','A54F10','1','2','0');
10152INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21135','750','27325','0','4','FC6EA3','1','2','0');
10153INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21136','750','27322','0','5','6C59DC','1','2','0');
10154INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21137','752','27453','5','0','1A7C11','0','2','0');
10155INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21138','752','27456','2','1','2774A4','0','2','0');
10156INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21139','752','27455','0','2','F63100','1','2','0');
10157INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21140','752','27452','0','3','A54F10','1','2','0');
10158INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21141','752','27454','0','4','FC6EA3','1','2','0');
10159INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21142','752','27451','0','5','6C59DC','1','2','0');
10160INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21143','753','27489','5','0','1A7C11','0','2','0');
10161INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21144','753','27492','2','1','2774A4','0','2','0');
10162INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21145','753','27491','0','2','F63100','1','2','0');
10163INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21146','753','27488','0','3','A54F10','1','2','0');
10164INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21147','753','27490','0','4','FC6EA3','1','2','0');
10165INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21148','753','27487','0','5','6C59DC','1','2','0');
10166INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21149','754','27523','5','0','1A7C11','0','2','0');
10167INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21150','754','27526','2','1','2774A4','0','2','0');
10168INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21151','754','27525','0','2','F63100','1','2','0');
10169INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21152','754','27522','0','3','A54F10','1','2','0');
10170INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21153','754','27524','0','4','FC6EA3','1','2','0');
10171INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21154','754','27521','0','5','6C59DC','1','2','0');
10172INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21155','755','27559','5','0','1A7C11','0','2','0');
10173INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21156','755','27562','2','1','2774A4','0','2','0');
10174INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21157','755','27561','0','2','F63100','1','2','0');
10175INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21158','755','27558','0','3','A54F10','1','2','0');
10176INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21159','755','27560','0','4','FC6EA3','1','2','0');
10177INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21160','755','27557','0','5','6C59DC','1','2','0');
10178INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21161','756','27645','5','0','1A7C11','0','2','0');
10179INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21162','756','27648','2','1','2774A4','0','2','0');
10180INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21163','756','27647','0','2','F63100','1','2','0');
10181INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21164','756','27644','0','3','A54F10','1','2','0');
10182INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21165','756','27646','0','4','FC6EA3','1','2','0');
10183INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21166','756','27643','0','5','6C59DC','1','2','0');
10184INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21167','758','27725','5','0','1A7C11','0','2','0');
10185INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21168','758','27728','2','1','2774A4','0','2','0');
10186INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21169','758','27727','0','2','F63100','1','2','0');
10187INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21170','758','27724','0','3','A54F10','1','2','0');
10188INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21171','758','27726','0','4','FC6EA3','1','2','0');
10189INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21172','758','27723','0','5','6C59DC','1','2','0');
10190INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21173','759','27759','5','0','1A7C11','0','2','0');
10191INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21174','759','27762','2','1','2774A4','0','2','0');
10192INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21175','759','27761','0','2','F63100','1','2','0');
10193INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21176','759','27758','0','3','A54F10','1','2','0');
10194INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21177','759','27760','0','4','FC6EA3','1','2','0');
10195INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21178','759','27757','0','5','6C59DC','1','2','0');
10196INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21179','760','27791','5','0','1A7C11','0','2','0');
10197INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21180','760','27794','2','1','2774A4','0','2','0');
10198INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21181','760','27793','0','2','F63100','1','2','0');
10199INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21182','760','27790','0','3','A54F10','1','2','0');
10200INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21183','760','27792','0','4','FC6EA3','1','2','0');
10201INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21184','760','27789','0','5','6C59DC','1','2','0');
10202INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21185','762','27875','5','0','1A7C11','0','2','0');
10203INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21186','762','27878','2','1','2774A4','0','2','0');
10204INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21187','762','27877','0','2','F63100','1','2','0');
10205INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21188','762','27874','0','3','A54F10','1','2','0');
10206INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21189','762','27876','0','4','FC6EA3','1','2','0');
10207INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21190','762','27873','0','5','6C59DC','1','2','0');
10208INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21191','763','27912','5','0','1A7C11','0','2','0');
10209INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21192','763','27915','2','1','2774A4','0','2','0');
10210INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21193','763','27914','0','2','F63100','1','2','0');
10211INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21194','763','27911','0','3','A54F10','1','2','0');
10212INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21195','763','27913','0','4','FC6EA3','1','2','0');
10213INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21196','763','27910','0','5','6C59DC','1','2','0');
10214INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21197','764','27947','5','0','1A7C11','0','2','0');
10215INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21198','764','27950','2','1','2774A4','0','2','0');
10216INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21199','764','27949','0','2','F63100','1','2','0');
10217INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21200','764','27946','0','3','A54F10','1','2','0');
10218INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21201','764','27948','0','4','FC6EA3','1','2','0');
10219INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21202','764','27945','0','5','6C59DC','1','2','0');
10220INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21203','769','28061','5','0','1A7C11','0','2','0');
10221INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21204','769','28064','2','1','2774A4','0','2','0');
10222INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21205','769','28063','0','2','F63100','1','2','0');
10223INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21206','769','28060','0','3','A54F10','1','2','0');
10224INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21207','769','28062','0','4','FC6EA3','1','2','0');
10225INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21208','769','28059','0','5','6C59DC','1','2','0');
10226INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21209','773','28121','5','0','1A7C11','0','2','0');
10227INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21210','773','28124','2','1','2774A4','0','2','0');
10228INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21211','773','28123','0','2','F63100','1','2','0');
10229INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21212','773','28120','0','3','A54F10','1','2','0');
10230INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21213','773','28122','0','4','FC6EA3','1','2','0');
10231INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21214','773','28119','0','5','6C59DC','1','2','0');
10232INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21215','778','28178','5','0','1A7C11','0','2','0');
10233INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21216','778','28181','2','1','2774A4','0','2','0');
10234INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21217','778','28180','0','2','F63100','1','2','0');
10235INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21218','778','28177','0','3','A54F10','1','2','0');
10236INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21219','778','28179','0','4','FC6EA3','1','2','0');
10237INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21220','778','28176','0','5','6C59DC','1','2','0');
10238INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21221','785','28226','5','0','1A7C11','0','2','0');
10239INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21222','785','28229','2','1','2774A4','0','2','0');
10240INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21223','785','28228','0','2','F63100','1','2','0');
10241INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21224','785','28225','0','3','A54F10','1','2','0');
10242INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21225','785','28227','0','4','FC6EA3','1','2','0');
10243INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21226','785','28224','0','5','6C59DC','1','2','0');
10244INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21227','790','28296','5','0','1A7C11','0','2','0');
10245INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21228','790','28299','2','1','2774A4','0','2','0');
10246INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21229','790','28298','0','2','F63100','1','2','0');
10247INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21230','790','28295','0','3','A54F10','1','2','0');
10248INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21231','790','28297','0','4','FC6EA3','1','2','0');
10249INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21232','790','28294','0','5','6C59DC','1','2','0');
10250INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21233','738','27074','5','0','1A7C11','0','2','0');
10251INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21234','738','27075','2','1','2774A4','0','2','0');
10252INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21235','738','27073','0','2','F63100','1','2','0');
10253INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21236','738','27076','0','3','A54F10','1','2','0');
10254INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21237','738','27072','0','4','FC6EA3','1','2','0');
10255INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21238','738','27069','0','5','6C59DC','1','2','0');
10256INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21239','739','27599','5','0','1A7C11','0','2','0');
10257INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21240','739','27602','2','1','2774A4','0','2','0');
10258INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21241','739','27601','0','2','F63100','1','2','0');
10259INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21242','739','27598','0','3','A54F10','1','2','0');
10260INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21243','739','27600','0','4','FC6EA3','1','2','0');
10261INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21244','739','27597','0','5','6C59DC','1','2','0');
10262INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21245','740','28008','5','0','1A7C11','0','2','0');
10263INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21246','740','28011','2','1','2774A4','0','2','0');
10264INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21247','740','28010','0','2','F63100','1','2','0');
10265INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21248','740','28007','0','3','A54F10','1','2','0');
10266INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21249','740','28009','0','4','FC6EA3','1','2','0');
10267INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21250','740','28006','0','5','6C59DC','1','2','0');
10268INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21251','741','27084','5','0','1A7C11','0','2','0');
10269INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21252','741','27085','2','1','2774A4','0','2','0');
10270INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21253','741','27083','0','2','F63100','1','2','0');
10271INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21254','741','27086','0','3','A54F10','1','2','0');
10272INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21255','741','27082','0','4','FC6EA3','1','2','0');
10273INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21256','741','27079','0','5','6C59DC','1','2','0');
10274INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21257','742','27622','5','0','1A7C11','0','2','0');
10275INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21258','742','27625','2','1','2774A4','0','2','0');
10276INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21259','742','27624','0','2','F63100','1','2','0');
10277INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21260','742','27621','0','3','A54F10','1','2','0');
10278INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21261','742','27623','0','4','FC6EA3','1','2','0');
10279INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21262','742','27620','0','5','6C59DC','1','2','0');
10280INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21263','743','27979','5','0','1A7C11','0','2','0');
10281INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21264','743','27982','2','1','2774A4','0','2','0');
10282INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21265','743','27981','0','2','F63100','1','2','0');
10283INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21266','743','27978','0','3','A54F10','1','2','0');
10284INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21267','743','27980','0','4','FC6EA3','1','2','0');
10285INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21268','743','27977','0','5','6C59DC','1','2','0');
10286INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21269','766','27124','5','0','1A7C11','0','2','0');
10287INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21270','766','27125','2','1','2774A4','0','2','0');
10288INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21271','766','27123','0','2','F63100','1','2','0');
10289INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21272','766','27126','0','3','A54F10','1','2','0');
10290INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21273','766','27122','0','4','FC6EA3','1','2','0');
10291INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21274','766','27119','0','5','6C59DC','1','2','0');
10292INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21275','772','28100','5','0','1A7C11','0','2','0');
10293INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21276','772','28103','2','1','2774A4','0','2','0');
10294INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21277','772','28102','0','2','F63100','1','2','0');
10295INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21278','772','28099','0','3','A54F10','1','2','0');
10296INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21279','772','28101','0','4','FC6EA3','1','2','0');
10297INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21280','772','28098','0','5','6C59DC','1','2','0');
10298INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21281','668','27208','5','0','1A7C11','0','2','0');
10299INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21282','669','27205','5','0','1A7C11','0','2','0');
10300INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21283','671','27240','5','0','1A7C11','0','2','0');
10301INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21284','672','27239','5','0','1A7C11','0','2','0');
10302INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21285','675','27294','5','0','1A7C11','0','2','0');
10303INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21286','676','27299','5','0','1A7C11','0','2','0');
10304INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21287','677','27301','5','0','1A7C11','0','2','0');
10305INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21288','678','27293','5','0','1A7C11','0','2','0');
10306INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21289','679','27298','5','0','1A7C11','0','2','0');
10307INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21290','680','27300','5','0','1A7C11','0','2','0');
10308INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21291','833','28731','5','0','1A7C11','0','2','0');
10309INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21292','834','28732','5','0','1A7C11','0','2','0');
10310INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21293','835','28733','5','0','1A7C11','0','2','0');
10311INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21294','836','28734','5','0','1A7C11','0','2','0');
10312INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21295','687','27417','5','0','1A7C11','0','2','0');
10313INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21296','688','27427','5','0','1A7C11','0','2','0');
10314INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21297','786','28246','5','0','1A7C11','0','2','0');
10315INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21298','787','28247','5','0','1A7C11','0','2','0');
10316INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21299','691','27376','5','0','1A7C11','0','2','0');
10317INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21300','692','27380','5','0','1A7C11','0','2','0');
10318INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21301','694','27478','5','0','1A7C11','0','2','0');
10319INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21302','695','27477','5','0','1A7C11','0','2','0');
10320INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21303','697','27516','5','0','1A7C11','0','2','0');
10321INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21304','698','27511','5','0','1A7C11','0','2','0');
10322INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21305','700','27552','5','0','1A7C11','0','2','0');
10323INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21306','701','27547','5','0','1A7C11','0','2','0');
10324INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21307','703','27590','5','0','1A7C11','0','2','0');
10325INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21308','704','27586','5','0','1A7C11','0','2','0');
10326INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21309','708','27671','5','0','1A7C11','0','2','0');
10327INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21310','709','27670','5','0','1A7C11','0','2','0');
10328INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21311','774','28151','5','0','1A7C11','0','2','0');
10329INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21312','775','28143','5','0','1A7C11','0','2','0');
10330INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21313','714','27753','5','0','1A7C11','0','2','0');
10331INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21314','715','27752','5','0','1A7C11','0','2','0');
10332INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21315','807','28613','5','0','1A7C11','0','2','0');
10333INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21316','719','27819','5','0','1A7C11','0','2','0');
10334INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21317','724','27904','5','0','1A7C11','0','2','0');
10335INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21318','725','27899','5','0','1A7C11','0','2','0');
10336INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21319','727','27936','5','0','1A7C11','0','2','0');
10337INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21320','728','27933','5','0','1A7C11','0','2','0');
10338INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21321','730','27975','5','0','1A7C11','0','2','0');
10339INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21322','731','27974','5','0','1A7C11','0','2','0');
10340INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21323','733','28003','5','0','1A7C11','0','2','0');
10341INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21324','734','28004','5','0','1A7C11','0','2','0');
10342INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21325','736','28031','5','0','1A7C11','0','2','0');
10343INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values ('21326','737','28028','5','0','1A7C11','0','2','0');
10344INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('365','10186','{$ICMP_LOSS_WARN}','20');
10345INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('366','10186','{$ICMP_RESPONSE_TIME_WARN}','0.15');
10346INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('367','10187','{$IFCONTROL}','1');
10347INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('370','10188','{$IFCONTROL}','1');
10348INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('373','10189','{$IFCONTROL}','1');
10349INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('376','10190','{$IFCONTROL}','1');
10350INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('382','10192','{$IFCONTROL}','1');
10351INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('385','10203','{$SNMP_TIMEOUT}','3m');
10352INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('386','10204','{$SNMP_TIMEOUT}','3m');
10353INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('393','10207','{$TEMP_CRIT}','75');
10354INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('394','10207','{$TEMP_WARN}','65');
10355INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('395','10207','{$PSU_CRIT_STATUS}','4');
10356INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('396','10207','{$FAN_CRIT_STATUS}','4');
10357INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('397','10207','{$CPU_UTIL_MAX}','90');
10358INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('398','10207','{$MEMORY_UTIL_MAX}','90');
10359INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('399','10207','{$TEMP_CRIT_LOW}','5');
10360INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('402','10208','{$TEMP_CRIT}','75');
10361INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('403','10208','{$TEMP_WARN}','65');
10362INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('404','10208','{$HEALTH_CRIT_STATUS}','4');
10363INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('405','10208','{$HEALTH_WARN_STATUS:"offline"}','2');
10364INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('406','10208','{$HEALTH_WARN_STATUS:"testing"}','3');
10365INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('407','10208','{$TEMP_WARN_STATUS}','5');
10366INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('408','10208','{$PSU_CRIT_STATUS}','2');
10367INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('409','10208','{$FAN_CRIT_STATUS}','2');
10368INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('410','10208','{$PSU_OK_STATUS}','4');
10369INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('411','10208','{$FAN_OK_STATUS}','4');
10370INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('412','10208','{$CPU_UTIL_MAX}','90');
10371INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('413','10208','{$MEMORY_UTIL_MAX}','90');
10372INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('414','10208','{$TEMP_CRIT_LOW}','5');
10373INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('417','10210','{$TEMP_CRIT}','75');
10374INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('418','10210','{$TEMP_WARN}','65');
10375INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('419','10210','{$PSU_CRIT_STATUS}','3');
10376INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('420','10210','{$FAN_CRIT_STATUS}','3');
10377INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('421','10210','{$PSU_OK_STATUS}','2');
10378INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('422','10210','{$FAN_OK_STATUS}','2');
10379INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('425','10210','{$TEMP_CRIT_LOW}','5');
10380INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('428','10211','{$TEMP_CRIT}','75');
10381INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('429','10211','{$TEMP_WARN}','65');
10382INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('430','10211','{$PSU_CRIT_STATUS}','3');
10383INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('431','10211','{$FAN_CRIT_STATUS}','3');
10384INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('432','10211','{$PSU_OK_STATUS}','2');
10385INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('433','10211','{$FAN_OK_STATUS}','2');
10386INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('436','10211','{$TEMP_CRIT_LOW}','5');
10387INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('439','10217','{$TEMP_CRIT:"CPU"}','75');
10388INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('440','10217','{$TEMP_WARN:"CPU"}','70');
10389INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('441','10217','{$TEMP_WARN_STATUS}','2');
10390INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('442','10217','{$TEMP_CRIT_STATUS}','3');
10391INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('443','10217','{$TEMP_DISASTER_STATUS}','4');
10392INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('469','10221','{$TEMP_CRIT}','65');
10393INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('470','10221','{$TEMP_WARN}','55');
10394INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('471','10221','{$PSU_CRIT_STATUS}','2');
10395INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('472','10221','{$FAN_CRIT_STATUS}','2');
10396INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('473','10221','{$PSU_OK_STATUS}','1');
10397INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('474','10221','{$FAN_OK_STATUS}','1');
10398INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('475','10221','{$CPU_UTIL_MAX}','90');
10399INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('476','10221','{$MEMORY_UTIL_MAX}','90');
10400INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('477','10221','{$TEMP_CRIT_LOW}','5');
10401INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('480','10222','{$TEMP_CRIT}','75');
10402INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('481','10222','{$TEMP_WARN}','65');
10403INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('482','10222','{$PSU_CRIT_STATUS}','5');
10404INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('483','10222','{$FAN_CRIT_STATUS}','5');
10405INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('484','10222','{$CPU_UTIL_MAX}','90');
10406INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('485','10222','{$MEMORY_UTIL_MAX}','90');
10407INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('486','10222','{$TEMP_CRIT_LOW}','5');
10408INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('489','10223','{$TEMP_CRIT}','75');
10409INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('490','10223','{$TEMP_WARN}','65');
10410INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('491','10223','{$PSU_CRIT_STATUS}','4');
10411INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('492','10223','{$FAN_CRIT_STATUS}','2');
10412INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('493','10223','{$CPU_UTIL_MAX}','90');
10413INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('494','10223','{$MEMORY_UTIL_MAX}','90');
10414INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('495','10223','{$TEMP_CRIT_LOW}','5');
10415INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('498','10224','{$TEMP_CRIT}','65');
10416INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('499','10224','{$TEMP_WARN}','55');
10417INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('500','10224','{$TEMP_CRIT_STATUS}','1');
10418INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('501','10224','{$PSU_CRIT_STATUS}','3');
10419INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('502','10224','{$FAN_CRIT_STATUS}','2');
10420INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('505','10224','{$CPU_UTIL_MAX}','90');
10421INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('506','10224','{$MEMORY_UTIL_MAX}','90');
10422INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('507','10224','{$TEMP_CRIT_LOW}','5');
10423INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('510','10227','{$FAN_CRIT_STATUS:"fanError"}','41');
10424INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('511','10227','{$FAN_CRIT_STATUS:"hardwareFaulty"}','91');
10425INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('512','10227','{$PSU_CRIT_STATUS:"psuError"}','51');
10426INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('513','10227','{$PSU_CRIT_STATUS:"rpsError"}','61');
10427INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('514','10227','{$PSU_CRIT_STATUS:"hardwareFaulty"}','91');
10428INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('515','10227','{$CPU_UTIL_MAX}','90');
10429INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('516','10227','{$MEMORY_UTIL_MAX}','90');
10430INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('517','10227','{$TEMP_CRIT}','60');
10431INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('518','10227','{$TEMP_WARN}','50');
10432INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('519','10227','{$TEMP_CRIT_LOW}','5');
10433INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('533','10229','{$FAN_CRIT_STATUS}','2');
10434INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('534','10229','{$CPU_UTIL_MAX}','90');
10435INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('535','10229','{$MEMORY_UTIL_MAX}','90');
10436INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('536','10229','{$TEMP_CRIT}','60');
10437INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('537','10229','{$TEMP_WARN}','50');
10438INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('538','10229','{$TEMP_CRIT_LOW}','5');
10439INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('541','10230','{$TEMP_CRIT_STATUS}','3');
10440INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('542','10230','{$TEMP_WARN_STATUS}','2');
10441INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('543','10230','{$PSU_CRIT_STATUS}','3');
10442INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('544','10230','{$FAN_CRIT_STATUS}','3');
10443INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('547','10230','{$TEMP_CRIT}','60');
10444INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('548','10230','{$TEMP_WARN}','50');
10445INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('549','10230','{$TEMP_CRIT_LOW}','5');
10446INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('552','10231','{$TEMP_CRIT:"Routing Engine"}','80');
10447INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('553','10231','{$TEMP_WARN:"Routing Engine"}','70');
10448INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('554','10231','{$HEALTH_CRIT_STATUS}','3');
10449INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('555','10231','{$FAN_CRIT_STATUS}','6');
10450INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('556','10231','{$PSU_CRIT_STATUS}','6');
10451INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('557','10231','{$CPU_UTIL_MAX}','90');
10452INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('558','10231','{$MEMORY_UTIL_MAX}','90');
10453INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('559','10231','{$TEMP_CRIT}','60');
10454INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('560','10231','{$TEMP_WARN}','50');
10455INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('561','10231','{$TEMP_CRIT_LOW}','5');
10456INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('572','10233','{$TEMP_CRIT:"CPU"}','75');
10457INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('573','10233','{$TEMP_WARN:"CPU"}','70');
10458INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('574','10233','{$CPU_UTIL_MAX}','90');
10459INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('575','10233','{$MEMORY_UTIL_MAX}','90');
10460INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('576','10233','{$TEMP_CRIT}','60');
10461INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('577','10233','{$TEMP_WARN}','50');
10462INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('578','10233','{$TEMP_CRIT_LOW}','5');
10463INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('579','10233','{$STORAGE_UTIL_CRIT}','90');
10464INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('580','10233','{$STORAGE_UTIL_WARN}','80');
10465INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('581','10234','{$TEMP_WARN_STATUS}','2');
10466INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('582','10234','{$TEMP_CRIT_STATUS}','3');
10467INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('583','10234','{$PSU_CRIT_STATUS:"failed"}','2');
10468INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('584','10234','{$FAN_CRIT_STATUS:"failed"}','2');
10469INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('585','10234','{$CPU_UTIL_MAX}','90');
10470INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('586','10234','{$MEMORY_UTIL_MAX}','90');
10471INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('587','10234','{$TEMP_CRIT}','60');
10472INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('588','10234','{$TEMP_WARN}','50');
10473INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('589','10234','{$TEMP_CRIT_LOW}','5');
10474INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('592','10235','{$TEMP_CRIT}','75');
10475INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('593','10235','{$TEMP_WARN}','65');
10476INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('594','10235','{$PSU_CRIT_STATUS}','1');
10477INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('595','10235','{$FAN_CRIT_STATUS}','1');
10478INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('596','10235','{$CPU_UTIL_MAX}','90');
10479INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('597','10235','{$MEMORY_UTIL_MAX}','90');
10480INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('601','10236','{$CPU_UTIL_MAX}','90');
10481INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('602','10236','{$MEMORY_UTIL_MAX}','90');
10482INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('603','10237','{$CPU_UTIL_MAX}','90');
10483INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('604','10237','{$MEMORY_UTIL_MAX}','90');
10484INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('619','10250','{$FAN_CRIT_STATUS:"bad"}','2');
10485INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('620','10250','{$PSU_CRIT_STATUS:"bad"}','2');
10486INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('621','10250','{$TEMP_WARN_STATUS}','3');
10487INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('622','10250','{$TEMP_CRIT_STATUS}','2');
10488INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('623','10250','{$CPU_UTIL_MAX}','90');
10489INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('624','10250','{$MEMORY_UTIL_MAX}','90');
10490INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('625','10250','{$TEMP_CRIT}','60');
10491INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('626','10250','{$TEMP_WARN}','50');
10492INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('627','10250','{$TEMP_CRIT_LOW}','5');
10493INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('630','10251','{$PSU_CRIT_STATUS}','2');
10494INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('631','10251','{$FAN_CRIT_STATUS}','3');
10495INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('632','10251','{$TEMP_WARN_STATUS}','3');
10496INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('635','10251','{$TEMP_CRIT}','60');
10497INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('636','10251','{$TEMP_WARN}','50');
10498INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('637','10251','{$TEMP_CRIT_LOW}','5');
10499INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('647','10230','{$PSU_WARN_STATUS}','4');
10500INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('648','10217','{$PSU_CRIT_STATUS:"critical"}','3');
10501INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('649','10217','{$PSU_CRIT_STATUS:"shutdown"}','4');
10502INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('650','10217','{$PSU_WARN_STATUS:"warning"}','2');
10503INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('651','10217','{$PSU_WARN_STATUS:"notFunctioning"}','6');
10504INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('652','10217','{$FAN_CRIT_STATUS:"critical"}','3');
10505INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('653','10217','{$FAN_CRIT_STATUS:"shutdown"}','4');
10506INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('654','10217','{$FAN_WARN_STATUS:"warning"}','2');
10507INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('655','10217','{$FAN_WARN_STATUS:"notFunctioning"}','6');
10508INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('656','10250','{$FAN_WARN_STATUS:"warning"}','3');
10509INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('657','10250','{$PSU_WARN_STATUS:"warning"}','3');
10510INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('659','10254','{$FAN_CRIT_STATUS}','3');
10511INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('661','10254','{$PSU_CRIT_STATUS}','2');
10512INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('664','10254','{$TEMP_CRIT_LOW}','5');
10513INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('665','10254','{$TEMP_CRIT}','60');
10514INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('666','10254','{$TEMP_WARN_STATUS}','3');
10515INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('667','10254','{$TEMP_WARN}','50');
10516INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('668','10209','{$CPU_UTIL_MAX}','90');
10517INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('669','10209','{$MEMORY_UTIL_MAX}','90');
10518INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('674','10217','{$TEMP_CRIT_LOW}','5');
10519INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('675','10217','{$TEMP_CRIT}','60');
10520INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('676','10217','{$TEMP_WARN}','50');
10521INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('677','10255','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}','3');
10522INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('678','10255','{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}','2');
10523INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('679','10255','{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS}','4');
10524INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('680','10255','{$DISK_ARRAY_CRIT_STATUS:"critical"}','5');
10525INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('681','10255','{$DISK_ARRAY_FAIL_STATUS:"nonRecoverable"}','6');
10526INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('682','10255','{$DISK_ARRAY_WARN_STATUS:"nonCritical"}','4');
10527INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('683','10255','{$DISK_FAIL_STATUS:"critical"}','5');
10528INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('684','10255','{$DISK_FAIL_STATUS:"nonRecoverable"}','6');
10529INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('685','10255','{$DISK_SMART_FAIL_STATUS}','1');
10530INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('686','10255','{$DISK_WARN_STATUS:"nonCritical"}','4');
10531INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('687','10255','{$FAN_CRIT_STATUS:"criticalLower"}','8');
10532INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('688','10255','{$FAN_CRIT_STATUS:"criticalUpper"}','5');
10533INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('689','10255','{$FAN_CRIT_STATUS:"failed"}','10');
10534INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('690','10255','{$FAN_CRIT_STATUS:"nonRecoverableLower"}','9');
10535INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('691','10255','{$FAN_CRIT_STATUS:"nonRecoverableUpper"}','6');
10536INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('692','10255','{$FAN_WARN_STATUS:"nonCriticalLower"}','7');
10537INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('693','10255','{$FAN_WARN_STATUS:"nonCriticalUpper"}','4');
10538INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('694','10255','{$HEALTH_CRIT_STATUS}','5');
10539INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('695','10255','{$HEALTH_DISASTER_STATUS}','6');
10540INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('696','10255','{$HEALTH_WARN_STATUS}','4');
10541INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('697','10255','{$PSU_CRIT_STATUS:"critical"}','5');
10542INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('698','10255','{$PSU_CRIT_STATUS:"nonRecoverable"}','6');
10543INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('699','10255','{$PSU_WARN_STATUS:"nonCritical"}','4');
10544INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('700','10255','{$TEMP_CRIT:"Ambient"}','35');
10545INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('701','10255','{$TEMP_CRIT:"CPU"}','75');
10546INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('702','10255','{$TEMP_CRIT_LOW}','5');
10547INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('703','10255','{$TEMP_CRIT_STATUS}','5');
10548INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('704','10255','{$TEMP_CRIT}','60');
10549INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('705','10255','{$TEMP_DISASTER_STATUS}','6');
10550INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('706','10255','{$TEMP_WARN:"Ambient"}','30');
10551INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('707','10255','{$TEMP_WARN:"CPU"}','70');
10552INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('708','10255','{$TEMP_WARN_STATUS}','4');
10553INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('709','10255','{$TEMP_WARN}','50');
10554INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('710','10255','{$VDISK_CRIT_STATUS:"failed"}','3');
10555INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('711','10255','{$VDISK_WARN_STATUS:"degraded"}','4');
10556INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('712','10256','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"capacitorFailed"}','7');
10557INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('713','10256','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"failed"}','4');
10558INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('714','10256','{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"degraded"}','5');
10559INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('715','10256','{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"notPresent"}','6');
10560INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('716','10256','{$DISK_ARRAY_CACHE_CRIT_STATUS:"cacheModCriticalFailure"}','8');
10561INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('717','10256','{$DISK_ARRAY_CACHE_OK_STATUS:"enabled"}','3');
10562INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('718','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModDegradedFailsafeSpeed"}','7');
10563INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('719','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModFlashMemNotAttached"}','6');
10564INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('720','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheReadCacheNotMapped"}','9');
10565INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('721','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"invalid"}','2');
10566INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('722','10256','{$DISK_ARRAY_CRIT_STATUS}','4');
10567INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('723','10256','{$DISK_ARRAY_WARN_STATUS}','3');
10568INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('724','10256','{$DISK_FAIL_STATUS}','3');
10569INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('725','10256','{$DISK_SMART_FAIL_STATUS:"replaceDrive"}','3');
10570INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('726','10256','{$DISK_SMART_FAIL_STATUS:"replaceDriveSSDWearOut"}','4');
10571INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('727','10256','{$DISK_WARN_STATUS}','4');
10572INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('728','10256','{$FAN_CRIT_STATUS}','4');
10573INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('729','10256','{$FAN_WARN_STATUS}','3');
10574INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('730','10256','{$HEALTH_CRIT_STATUS}','4');
10575INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('731','10256','{$HEALTH_WARN_STATUS}','3');
10576INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('732','10256','{$PSU_CRIT_STATUS}','4');
10577INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('733','10256','{$PSU_WARN_STATUS}','3');
10578INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('734','10256','{$TEMP_CRIT:"Ambient"}','35');
10579INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('735','10256','{$TEMP_CRIT_LOW}','5');
10580INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('736','10256','{$TEMP_CRIT}','60');
10581INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('737','10256','{$TEMP_WARN:"Ambient"}','30');
10582INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('738','10256','{$TEMP_WARN}','50');
10583INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('739','10256','{$VDISK_CRIT_STATUS}','3');
10584INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('740','10256','{$VDISK_OK_STATUS}','2');
10585INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('741','10257','{$DISK_OK_STATUS}','Normal');
10586INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('742','10257','{$FAN_OK_STATUS}','Normal');
10587INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('743','10257','{$HEALTH_CRIT_STATUS}','2');
10588INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('744','10257','{$HEALTH_DISASTER_STATUS}','0');
10589INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('745','10257','{$HEALTH_WARN_STATUS}','4');
10590INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('746','10257','{$PSU_OK_STATUS}','Normal');
10591INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('747','10257','{$TEMP_CRIT:"Ambient"}','35');
10592INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('748','10257','{$TEMP_CRIT_LOW}','5');
10593INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('749','10257','{$TEMP_CRIT}','60');
10594INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('750','10257','{$TEMP_WARN:"Ambient"}','30');
10595INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('751','10257','{$TEMP_WARN}','50');
10596INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('752','10258','{$DISK_OK_STATUS}','Normal');
10597INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('753','10258','{$FAN_OK_STATUS}','Normal');
10598INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('754','10258','{$HEALTH_CRIT_STATUS}','2');
10599INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('755','10258','{$HEALTH_DISASTER_STATUS}','0');
10600INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('756','10258','{$HEALTH_WARN_STATUS}','4');
10601INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('757','10258','{$PSU_OK_STATUS}','Normal');
10602INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('758','10258','{$TEMP_CRIT:"Ambient"}','35');
10603INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('759','10258','{$TEMP_CRIT_LOW}','5');
10604INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('760','10258','{$TEMP_CRIT}','60');
10605INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('761','10258','{$TEMP_WARN:"Ambient"}','30');
10606INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('762','10258','{$TEMP_WARN}','50');
10607INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('763','10259','{$TEMP_CRIT_LOW}','5');
10608INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('764','10259','{$TEMP_CRIT}','60');
10609INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('765','10259','{$TEMP_WARN}','50');
10610INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('766','10260','{$PROTOCOL_HANDLER_AJP}','ajp-nio-8009');
10611INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('767','10260','{$PROTOCOL_HANDLER_HTTP}','http-nio-8080');
10612INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('768','10260','{$PROTOCOL_HANDLER_HTTPS}','https-openssl-nio-8443');
10613INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('769','10261','{$ADDRESS}','');
10614INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('770','10261','{$PORT}','');
10615INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('771','10262','{$ADDRESS}','');
10616INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('772','10262','{$PORT}','');
10617INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('782','10263','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}','2');
10618INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('783','10263','{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}','1');
10619INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('784','10263','{$DISK_ARRAY_CRIT_STATUS:"inoperable"}','2');
10620INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('785','10263','{$DISK_ARRAY_OK_STATUS:"operable"}','1');
10621INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('786','10263','{$DISK_ARRAY_WARN_STATUS:"degraded"}','3');
10622INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('787','10263','{$DISK_CRIT_STATUS:"bad"}','16');
10623INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('788','10263','{$DISK_CRIT_STATUS:"predictiveFailure"}','11');
10624INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('789','10263','{$DISK_FAIL_STATUS:"failed"}','9');
10625INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('790','10263','{$FAN_CRIT_STATUS:"inoperable"}','2');
10626INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('791','10263','{$FAN_WARN_STATUS:"degraded"}','3');
10627INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('792','10263','{$HEALTH_CRIT_STATUS:"computeFailed"}','30');
10628INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('793','10263','{$HEALTH_CRIT_STATUS:"configFailure"}','33');
10629INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('794','10263','{$HEALTH_CRIT_STATUS:"inoperable"}','60');
10630INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('795','10263','{$HEALTH_CRIT_STATUS:"unconfigFailure"}','34');
10631INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('796','10263','{$HEALTH_WARN_STATUS:"diagnosticsFailed"}','204');
10632INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('797','10263','{$HEALTH_WARN_STATUS:"powerProblem"}','62');
10633INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('798','10263','{$HEALTH_WARN_STATUS:"testFailed"}','35');
10634INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('799','10263','{$HEALTH_WARN_STATUS:"thermalProblem"}','60');
10635INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('800','10263','{$HEALTH_WARN_STATUS:"voltageProblem"}','62');
10636INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('801','10263','{$PSU_CRIT_STATUS:"inoperable"}','2');
10637INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('802','10263','{$PSU_WARN_STATUS:"degraded"}','3');
10638INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('803','10263','{$TEMP_CRIT:"Ambient"}','35');
10639INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('804','10263','{$TEMP_CRIT_LOW}','5');
10640INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('805','10263','{$TEMP_CRIT}','60');
10641INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('806','10263','{$TEMP_WARN:"Ambient"}','30');
10642INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('807','10263','{$TEMP_WARN}','50');
10643INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('808','10263','{$VDISK_OK_STATUS:"equipped"}','10');
10644INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('809','10254','{$MEMORY.NAME.NOT_MATCHES}','(Buffer|Cache)');
10645INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('810','10254','{$VFS.FS.PUSED.MAX.CRIT}','95');
10646INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('811','10254','{$VFS.FS.PUSED.MAX.WARN}','90');
10647INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('812','10264','{$VFS.FS.FSNAME.MATCHES}','.+');
10648INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('813','10264','{$VFS.FS.FSNAME.NOT_MATCHES}','^(/dev|/sys|/run|/proc|.+/shm$)');
10649INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('814','10264','{$VFS.FS.FSTYPE.MATCHES}',E'.*(\\.4|\\.9|hrStorageFixedDisk|hrStorageFlashMemory)$');
10650INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('815','10264','{$VFS.FS.FSTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
10651INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('816','10264','{$VFS.FS.PUSED.MAX.CRIT}','90');
10652INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('817','10264','{$VFS.FS.PUSED.MAX.WARN}','80');
10653INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('818','10265','{$MEMORY.NAME.MATCHES}','.*');
10654INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('819','10265','{$MEMORY.NAME.NOT_MATCHES}','CHANGE_IF_NEEDED');
10655INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('820','10265','{$MEMORY.TYPE.MATCHES}',E'.*(\\.2|hrStorageRam)$');
10656INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('821','10265','{$MEMORY.TYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
10657INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('822','10265','{$MEMORY.UTIL.MAX}','90');
10658INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('823','10266','{$CPU.UTIL.CRIT}','90');
10659INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('824','10192','{$IF.ERRORS.WARN}','2');
10660INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('825','10192','{$IF.UTIL.MAX}','90');
10661INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('826','10192','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*$');
10662INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('827','10192','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
10663INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('828','10192','{$NET.IF.IFALIAS.MATCHES}','.*');
10664INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('829','10192','{$NET.IF.IFALIAS.NOT_MATCHES}','CHANGE_IF_NEEDED');
10665INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('830','10192','{$NET.IF.IFDESCR.MATCHES}','.*');
10666INSERT 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');
10667INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('832','10192','{$NET.IF.IFNAME.MATCHES}','^.*$');
10668INSERT 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})');
10669INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('834','10192','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
10670INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('835','10192','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
10671INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('836','10192','{$NET.IF.IFTYPE.MATCHES}','.*');
10672INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('837','10192','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
10673INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('838','10267','{$VFS.FS.FSNAME.MATCHES}','.+');
10674INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('839','10267','{$VFS.FS.FSNAME.NOT_MATCHES}','^(/dev|/sys|/run|/proc|.+/shm$)');
10675INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('840','10267','{$VFS.FS.FSTYPE.MATCHES}',E'.*(\\.4|\\.9|hrStorageFixedDisk|hrStorageFlashMemory)$');
10676INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('841','10267','{$VFS.FS.FSTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
10677INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('842','10267','{$VFS.FS.PUSED.MAX.CRIT}','90');
10678INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('843','10267','{$VFS.FS.PUSED.MAX.WARN}','80');
10679INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('844','10268','{$MEMORY.NAME.MATCHES}','.*');
10680INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('845','10268','{$MEMORY.NAME.NOT_MATCHES}','CHANGE_IF_NEEDED');
10681INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('846','10268','{$MEMORY.TYPE.MATCHES}',E'.*(\\.2|hrStorageRam)$');
10682INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('847','10268','{$MEMORY.TYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
10683INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('848','10268','{$MEMORY.UTIL.MAX}','90');
10684INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('849','10269','{$CPU.UTIL.CRIT}','90');
10685INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('850','10189','{$IF.ERRORS.WARN}','2');
10686INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('851','10189','{$IF.UTIL.MAX}','90');
10687INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('852','10189','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*');
10688INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('853','10189','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
10689INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('854','10189','{$NET.IF.IFALIAS.MATCHES}','.*');
10690INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('855','10189','{$NET.IF.IFALIAS.NOT_MATCHES}','CHANGE_IF_NEEDED');
10691INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('856','10189','{$NET.IF.IFDESCR.MATCHES}','.*');
10692INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('857','10189','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED');
10693INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('858','10189','{$NET.IF.IFNAME.MATCHES}','^.*$');
10694INSERT 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})');
10695INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('860','10189','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
10696INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('861','10189','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
10697INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('862','10189','{$NET.IF.IFTYPE.MATCHES}','.*');
10698INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('863','10189','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
10699INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('864','10190','{$IF.ERRORS.WARN}','2');
10700INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('865','10190','{$IF.UTIL.MAX}','90');
10701INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('866','10190','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*');
10702INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('867','10190','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
10703INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('868','10190','{$NET.IF.IFALIAS.MATCHES}','.*');
10704INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('869','10190','{$NET.IF.IFALIAS.NOT_MATCHES}','CHANGE_IF_NEEDED');
10705INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('870','10190','{$NET.IF.IFDESCR.MATCHES}','.*');
10706INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('871','10190','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED');
10707INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('872','10190','{$NET.IF.IFNAME.MATCHES}','^.*$');
10708INSERT 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})');
10709INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('874','10190','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
10710INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('875','10190','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
10711INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('876','10190','{$NET.IF.IFTYPE.MATCHES}','.*');
10712INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('877','10190','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
10713INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('878','10187','{$IF.ERRORS.WARN}','2');
10714INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('879','10187','{$IF.UTIL.MAX}','95');
10715INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('880','10187','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*');
10716INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('881','10187','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
10717INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('882','10187','{$NET.IF.IFDESCR.MATCHES}','.*');
10718INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('883','10187','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED');
10719INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('884','10187','{$NET.IF.IFNAME.MATCHES}','^.*$');
10720INSERT 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})');
10721INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('886','10187','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
10722INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('887','10187','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
10723INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('888','10187','{$NET.IF.IFTYPE.MATCHES}','.*');
10724INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('889','10187','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
10725INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('890','10188','{$IF.ERRORS.WARN}','2');
10726INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('891','10188','{$IF.UTIL.MAX}','95');
10727INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('892','10188','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*');
10728INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('893','10188','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$');
10729INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('894','10188','{$NET.IF.IFDESCR.MATCHES}','.*');
10730INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('895','10188','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED');
10731INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('896','10188','{$NET.IF.IFNAME.MATCHES}','^.*$');
10732INSERT 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})');
10733INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('898','10188','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$');
10734INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('899','10188','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$');
10735INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('900','10188','{$NET.IF.IFTYPE.MATCHES}','.*');
10736INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('901','10188','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED');
10737INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('902','10212','{$MEMORY.UTIL.MAX}','90');
10738INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('903','10213','{$CPU.UTIL.CRIT}','90');
10739INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('904','10252','{$CPU.UTIL.CRIT}','90');
10740INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('905','10215','{$CPU.UTIL.CRIT}','90');
10741INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('906','10169','{$JMX.CPU.LOAD.MAX}','85');
10742INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('907','10169','{$JMX.CPU.LOAD.TIME}','5m');
10743INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('908','10169','{$JMX.FILE.DESCRIPTORS.MAX}','85');
10744INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('909','10169','{$JMX.FILE.DESCRIPTORS.TIME}','3m');
10745INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('910','10169','{$JMX.HEAP.MEM.USAGE.MAX}','85');
10746INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('911','10169','{$JMX.HEAP.MEM.USAGE.TIME}','10m');
10747INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('912','10169','{$JMX.MP.USAGE.MAX}','85');
10748INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('913','10169','{$JMX.MP.USAGE.TIME}','10m');
10749INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('914','10169','{$JMX.NONHEAP.MEM.USAGE.MAX}','85');
10750INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('915','10169','{$JMX.NONHEAP.MEM.USAGE.TIME}','10m');
10751INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('916','10270','{$VMWARE.PASSWORD}','');
10752INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('917','10270','{$VMWARE.URL}','');
10753INSERT INTO hostmacro (hostmacroid,hostid,macro,value) values ('918','10270','{$VMWARE.USERNAME}','');
10754INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('92','10084','4');
10755INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('175','10093','8');
10756INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('176','10169','12');
10757INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('177','10095','8');
10758INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('178','10094','8');
10759INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('179','10096','8');
10760INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('180','10097','8');
10761INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('181','10098','8');
10762INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('182','10099','8');
10763INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('183','10100','8');
10764INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('184','10101','8');
10765INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('185','10102','8');
10766INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('186','10103','8');
10767INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('187','10050','8');
10768INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('188','10048','12');
10769INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('189','10047','12');
10770INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('190','10170','13');
10771INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('191','10076','10');
10772INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('192','10075','10');
10773INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('193','10077','10');
10774INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('194','10001','10');
10775INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('195','10079','10');
10776INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('196','10074','10');
10777INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('197','10078','10');
10778INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('198','10081','10');
10779INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('199','10171','11');
10780INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('200','10172','11');
10781INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('208','10182','8');
10782INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('209','10183','8');
10783INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('210','10184','8');
10784INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('211','10185','8');
10785INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('212','10186','8');
10786INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('213','10187','8');
10787INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('214','10188','8');
10788INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('215','10189','8');
10789INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('216','10190','8');
10790INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('218','10192','8');
10791INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('229','10203','8');
10792INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('230','10204','8');
10793INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('233','10207','9');
10794INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('234','10208','9');
10795INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('235','10209','8');
10796INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('236','10210','9');
10797INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('237','10211','9');
10798INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('238','10212','8');
10799INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('239','10213','8');
10800INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('241','10215','8');
10801INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('242','10216','8');
10802INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('243','10217','8');
10803INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('244','10218','9');
10804INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('246','10220','9');
10805INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('247','10221','9');
10806INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('248','10222','9');
10807INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('249','10223','9');
10808INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('250','10224','9');
10809INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('251','10225','9');
10810INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('252','10226','9');
10811INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('253','10227','9');
10812INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('255','10229','9');
10813INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('256','10230','9');
10814INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('257','10231','9');
10815INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('259','10233','9');
10816INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('260','10234','9');
10817INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('261','10235','9');
10818INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('262','10236','9');
10819INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('263','10237','9');
10820INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('274','10248','10');
10821INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('275','10249','10');
10822INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('276','10250','9');
10823INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('277','10251','9');
10824INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('278','10252','8');
10825INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('279','10253','9');
10826INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('280','10254','9');
10827INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('281','10255','11');
10828INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('282','10256','11');
10829INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('283','10257','11');
10830INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('284','10258','11');
10831INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('285','10259','11');
10832INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('286','10260','12');
10833INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('287','10261','12');
10834INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('288','10262','12');
10835INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('289','10263','11');
10836INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('290','10264','8');
10837INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('291','10265','8');
10838INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('292','10266','8');
10839INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('293','10267','8');
10840INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('294','10268','8');
10841INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('295','10269','8');
10842INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('296','10270','12');
10843INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('297','10173','12');
10844INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('298','10174','12');
10845INSERT INTO hosts_groups (hostgroupid,hostid,groupid) values ('299','10175','12');
10846INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('4','10001','10050');
10847INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('31','10074','10050');
10848INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('32','10075','10050');
10849INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('33','10076','10050');
10850INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('34','10077','10050');
10851INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('35','10078','10050');
10852INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('36','10079','10050');
10853INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('37','10081','10050');
10854INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('38','10084','10047');
10855INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('39','10084','10001');
10856INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('133','10203','10186');
10857INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('134','10204','10186');
10858INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('135','10207','10190');
10859INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('136','10207','10183');
10860INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('137','10207','10204');
10861INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('138','10208','10190');
10862INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('139','10208','10204');
10863INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('140','10210','10209');
10864INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('141','10210','10190');
10865INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('142','10210','10204');
10866INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('143','10211','10209');
10867INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('144','10211','10190');
10868INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('145','10211','10204');
10869INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('146','10218','10216');
10870INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('147','10218','10217');
10871INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('148','10218','10213');
10872INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('149','10218','10212');
10873INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('150','10218','10190');
10874INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('151','10218','10183');
10875INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('152','10218','10204');
10876INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('159','10220','10216');
10877INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('160','10220','10217');
10878INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('161','10220','10212');
10879INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('162','10220','10215');
10880INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('163','10220','10204');
10881INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('164','10221','10190');
10882INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('165','10221','10183');
10883INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('166','10221','10204');
10884INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('167','10222','10190');
10885INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('168','10222','10204');
10886INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('169','10223','10190');
10887INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('170','10223','10183');
10888INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('171','10223','10204');
10889INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('172','10224','10190');
10890INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('173','10224','10183');
10891INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('174','10224','10204');
10892INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('175','10225','10187');
10893INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('176','10225','10182');
10894INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('177','10225','10203');
10895INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('178','10226','10188');
10896INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('179','10226','10183');
10897INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('180','10226','10204');
10898INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('181','10227','10190');
10899INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('182','10227','10183');
10900INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('183','10227','10204');
10901INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('188','10229','10190');
10902INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('189','10229','10183');
10903INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('190','10229','10204');
10904INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('191','10230','10190');
10905INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('192','10230','10204');
10906INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('193','10231','10190');
10907INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('194','10231','10183');
10908INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('195','10231','10204');
10909INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('200','10233','10190');
10910INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('201','10233','10204');
10911INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('202','10234','10190');
10912INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('203','10234','10204');
10913INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('204','10235','10190');
10914INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('205','10235','10183');
10915INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('206','10235','10204');
10916INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('207','10236','10188');
10917INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('208','10236','10204');
10918INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('209','10237','10187');
10919INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('210','10237','10203');
10920INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('211','10248','10185');
10921INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('212','10248','10190');
10922INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('213','10248','10183');
10923INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('214','10248','10204');
10924INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('215','10249','10185');
10925INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('216','10249','10192');
10926INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('217','10249','10204');
10927INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('218','10250','10190');
10928INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('219','10250','10183');
10929INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('220','10250','10204');
10930INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('221','10251','10185');
10931INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('222','10251','10190');
10932INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('223','10251','10204');
10933INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('224','10253','10216');
10934INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('225','10253','10217');
10935INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('226','10253','10212');
10936INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('227','10253','10252');
10937INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('228','10253','10190');
10938INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('229','10253','10204');
10939INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('230','10254','10183');
10940INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('231','10254','10204');
10941INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('232','10254','10190');
10942INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('233','10255','10204');
10943INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('234','10256','10204');
10944INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('235','10257','10203');
10945INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('236','10258','10204');
10946INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('237','10259','10204');
10947INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('238','10263','10204');
10948INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('239','10254','10185');
10949INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('240','10185','10266');
10950INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('241','10185','10265');
10951INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('242','10185','10264');
10952INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('243','10184','10269');
10953INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('244','10184','10268');
10954INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('245','10184','10267');
10955INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('246','10173','10270');
10956INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('247','10174','10270');
10957INSERT INTO hosts_templates (hosttemplateid,hostid,templateid) values ('248','10175','10270');
10958INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62008','1146','28735');
10959INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62009','1146','28736');
10960INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62010','1146','28737');
10961INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62011','1146','28738');
10962INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62012','1146','28739');
10963INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62013','1146','28740');
10964INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62014','1146','28741');
10965INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62015','1146','28742');
10966INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62016','1146','28743');
10967INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62017','1146','28744');
10968INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62018','1146','28745');
10969INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62019','1146','28746');
10970INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62020','1146','28747');
10971INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62021','1146','28748');
10972INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62022','1146','28749');
10973INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62023','1146','28750');
10974INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62024','1146','28751');
10975INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62025','1146','28752');
10976INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62026','1146','28753');
10977INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62027','1146','28754');
10978INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62028','1146','28755');
10979INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62029','1146','28756');
10980INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62030','1146','28757');
10981INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62031','1146','28758');
10982INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62032','1146','28759');
10983INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62033','1146','28760');
10984INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62034','1146','28761');
10985INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62035','1146','28762');
10986INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62036','1146','28763');
10987INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62037','1146','28764');
10988INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62038','1146','28765');
10989INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62039','1146','28766');
10990INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62040','1146','28767');
10991INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62041','1146','28768');
10992INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62042','1146','28769');
10993INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62043','1146','28770');
10994INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62044','1146','28771');
10995INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62045','1146','28772');
10996INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62046','1146','28773');
10997INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62047','1146','28774');
10998INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62048','1146','28775');
10999INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62049','1146','28776');
11000INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62050','1146','28777');
11001INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62051','1146','28778');
11002INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62052','1146','28779');
11003INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62053','1146','28780');
11004INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62054','1146','28781');
11005INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62055','1146','28782');
11006INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62056','1146','28783');
11007INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62057','1146','28784');
11008INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62058','1146','28785');
11009INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62059','1146','28786');
11010INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62060','1146','28787');
11011INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62061','1146','28788');
11012INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62062','1146','28789');
11013INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62063','1147','28790');
11014INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62064','1147','28791');
11015INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62065','1147','28792');
11016INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62066','1148','28793');
11017INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62067','1148','28794');
11018INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62068','1148','28795');
11019INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62069','1148','28796');
11020INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62070','1148','28797');
11021INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62071','1148','28798');
11022INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62072','1148','28799');
11023INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62073','1148','28800');
11024INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62074','1148','28801');
11025INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62075','1148','28802');
11026INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62076','1148','28803');
11027INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62077','1148','28804');
11028INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62078','1148','28805');
11029INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62079','1148','28806');
11030INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62080','1148','28807');
11031INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62081','1148','28808');
11032INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62082','1148','28809');
11033INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62083','1148','28810');
11034INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62084','1148','28811');
11035INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62085','1149','28812');
11036INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62086','1149','28813');
11037INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62087','1149','28814');
11038INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62088','1149','28815');
11039INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62089','1149','28816');
11040INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62090','1149','28817');
11041INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62091','1149','28818');
11042INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62092','1149','28819');
11043INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62093','1149','28820');
11044INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62094','1149','28821');
11045INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62095','1149','28822');
11046INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62096','1149','28823');
11047INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62097','1149','28824');
11048INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62098','1149','28825');
11049INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62099','1149','28826');
11050INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62100','1149','28827');
11051INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62101','1149','28828');
11052INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62102','1149','28829');
11053INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62103','1149','28830');
11054INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62104','1149','28831');
11055INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62105','1149','28832');
11056INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62106','1147','28841');
11057INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62107','1147','28842');
11058INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62108','1147','28843');
11059INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62109','1147','28844');
11060INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62110','1147','28845');
11061INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62111','1148','28846');
11062INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62112','1148','28847');
11063INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62113','1148','28848');
11064INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62114','1148','28849');
11065INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62115','1148','28850');
11066INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62116','1148','28851');
11067INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62117','1148','28852');
11068INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62118','1148','28853');
11069INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62119','1148','28854');
11070INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62120','1148','28855');
11071INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62121','1148','28856');
11072INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62122','1148','28857');
11073INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62123','1149','28858');
11074INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62124','1149','28859');
11075INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62125','1149','28860');
11076INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62126','1149','28861');
11077INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62127','1107','28501');
11078INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62128','1108','28502');
11079INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62129','1105','28503');
11080INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62130','1105','28504');
11081INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62131','1106','28505');
11082INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62132','1106','28506');
11083INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62133','1106','28507');
11084INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62134','1107','28508');
11085INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62135','1107','28509');
11086INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62136','1107','28510');
11087INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62137','1109','28511');
11088INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62138','1106','28512');
11089INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62139','1105','28513');
11090INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62140','1108','28514');
11091INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62141','1108','28515');
11092INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62142','1108','28516');
11093INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62143','1107','28517');
11094INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62144','1108','28518');
11095INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62145','1105','28519');
11096INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62146','1105','28520');
11097INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62147','1105','28521');
11098INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62148','1105','28522');
11099INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62149','1105','28523');
11100INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62150','1106','28524');
11101INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62151','1106','28525');
11102INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62152','1106','28526');
11103INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62153','1106','28527');
11104INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62154','1106','28528');
11105INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62155','1107','28529');
11106INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62156','1107','28530');
11107INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62157','1107','28531');
11108INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62158','1105','28532');
11109INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62159','446','23644');
11110INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62160','447','23645');
11111INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62161','448','23646');
11112INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62162','449','23647');
11113INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62163','450','23648');
11114INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62164','451','23649');
11115INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62165','452','23650');
11116INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62166','453','23651');
11117INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62167','1111','28576');
11118INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62168','1111','28577');
11119INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62169','1111','28578');
11120INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62170','1111','28579');
11121INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62171','1111','28580');
11122INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62172','1111','28581');
11123INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62173','1111','28582');
11124INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62174','1111','28583');
11125INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62175','1111','28584');
11126INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62176','1111','28585');
11127INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62177','1111','28586');
11128INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62178','1111','28587');
11129INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62179','1111','28588');
11130INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62180','1111','28589');
11131INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62181','1111','28590');
11132INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62182','1111','28591');
11133INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62183','1111','28592');
11134INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62184','1111','28593');
11135INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62185','1111','28594');
11136INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62186','1111','28595');
11137INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62187','1111','28596');
11138INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62188','1111','28597');
11139INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62189','1111','28598');
11140INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62190','1111','28599');
11141INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62191','1111','28600');
11142INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62192','1111','28601');
11143INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62193','1111','28602');
11144INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62194','1111','28603');
11145INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62195','1111','28604');
11146INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62196','1111','28605');
11147INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62197','1111','28606');
11148INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62198','1111','28607');
11149INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62199','1110','28533');
11150INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62200','1110','28534');
11151INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62201','1110','28535');
11152INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62202','1110','28536');
11153INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62203','1110','28537');
11154INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62204','1110','28538');
11155INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62205','1110','28539');
11156INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62206','1110','28540');
11157INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62207','1110','28541');
11158INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62208','1110','28542');
11159INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62209','1110','28543');
11160INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62210','1110','28544');
11161INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62211','1110','28545');
11162INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62212','1110','28546');
11163INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62213','1110','28547');
11164INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62214','1110','28548');
11165INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62215','1110','28549');
11166INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62216','1110','28550');
11167INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62217','1110','28551');
11168INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62218','1110','28552');
11169INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62219','1110','28553');
11170INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62220','1110','28554');
11171INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62221','1110','28555');
11172INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62222','1110','28556');
11173INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62223','1110','28557');
11174INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62224','1110','28558');
11175INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62225','1110','28559');
11176INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62226','1110','28560');
11177INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62227','1110','28561');
11178INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62228','1110','28562');
11179INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62229','1110','28563');
11180INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62230','1110','28564');
11181INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62231','1110','28565');
11182INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62232','1110','28566');
11183INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62233','1110','28567');
11184INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62234','1110','28568');
11185INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62235','1110','28569');
11186INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62236','1110','28570');
11187INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62237','1110','28571');
11188INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62238','1110','28572');
11189INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62239','1110','28573');
11190INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62240','1110','28574');
11191INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62241','1110','28575');
11192INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62242','454','23652');
11193INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62243','455','23653');
11194INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62244','456','23654');
11195INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62245','206','22231');
11196INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62246','206','22232');
11197INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62247','206','23318');
11198INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62248','207','10020');
11199INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62249','207','10059');
11200INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62250','252','22833');
11201INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62251','252','22834');
11202INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62252','262','22873');
11203INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62253','262','22874');
11204INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62254','272','22913');
11205INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62255','272','22914');
11206INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62256','282','22953');
11207INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62257','282','22954');
11208INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62258','292','22993');
11209INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62259','292','22994');
11210INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62260','302','23033');
11211INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62261','302','23034');
11212INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62262','329','23160');
11213INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62263','329','23161');
11214INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62264','207','23319');
11215INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62265','252','23320');
11216INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62266','262','23321');
11217INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62267','272','23322');
11218INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62268','282','23323');
11219INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62269','292','23324');
11220INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62270','302','23325');
11221INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62271','329','23326');
11222INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62272','355','23287');
11223INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62273','355','23288');
11224INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62274','355','23327');
11225INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62275','356','10067');
11226INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62276','356','10068');
11227INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62277','356','10069');
11228INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62278','356','10070');
11229INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62279','356','10071');
11230INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62280','356','10072');
11231INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62281','356','23340');
11232INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62282','356','23341');
11233INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62283','356','23342');
11234INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62284','356','23343');
11235INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62285','356','23344');
11236INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62286','356','23345');
11237INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62287','356','23346');
11238INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62288','356','23347');
11239INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62289','356','23348');
11240INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62290','356','23349');
11241INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62291','356','23350');
11242INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62292','356','23351');
11243INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62293','356','23352');
11244INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62294','356','23353');
11245INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62295','356','23354');
11246INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62296','356','23355');
11247INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62297','356','23356');
11248INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62298','356','23357');
11249INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62299','356','23358');
11250INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62300','356','23359');
11251INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62301','356','23360');
11252INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62302','356','25368');
11253INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62303','356','25369');
11254INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62304','356','28250');
11255INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62305','356','28251');
11256INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62306','179','10061');
11257INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62307','179','10062');
11258INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62308','179','10063');
11259INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62309','179','10064');
11260INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62310','179','10065');
11261INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62311','179','10066');
11262INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62312','179','22183');
11263INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62313','179','22185');
11264INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62314','179','22187');
11265INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62315','179','22189');
11266INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62316','179','22191');
11267INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62317','179','22196');
11268INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62318','179','22199');
11269INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62319','179','22219');
11270INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62320','179','22396');
11271INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62321','179','22399');
11272INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62322','179','22400');
11273INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62323','179','22401');
11274INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62324','179','22402');
11275INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62325','179','22404');
11276INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62326','179','22406');
11277INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62327','179','22408');
11278INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62328','179','22412');
11279INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62329','179','22414');
11280INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62330','179','22416');
11281INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62331','179','22418');
11282INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62332','179','22420');
11283INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62333','179','22422');
11284INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62334','179','22424');
11285INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62335','179','22426');
11286INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62336','179','22430');
11287INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62337','179','22689');
11288INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62338','179','23171');
11289INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62339','179','23251');
11290INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62340','179','23634');
11291INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62341','179','23661');
11292INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62342','179','23663');
11293INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62343','179','25366');
11294INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62344','179','25370');
11295INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62345','179','25665');
11296INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62346','179','25666');
11297INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62347','179','28248');
11298INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62348','345','10073');
11299INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62349','345','10074');
11300INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62350','345','10075');
11301INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62351','345','10076');
11302INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62352','345','10077');
11303INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62353','345','10078');
11304INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62354','345','23252');
11305INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62355','345','23253');
11306INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62356','345','23255');
11307INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62357','345','23256');
11308INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62358','345','23257');
11309INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62359','345','23258');
11310INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62360','345','23259');
11311INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62361','345','23260');
11312INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62362','345','23261');
11313INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62363','345','23262');
11314INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62364','345','23264');
11315INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62365','345','23265');
11316INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62366','345','23266');
11317INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62367','345','23267');
11318INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62368','345','23268');
11319INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62369','345','23269');
11320INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62370','345','23270');
11321INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62371','345','23271');
11322INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62372','345','23272');
11323INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62373','345','23273');
11324INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62374','345','23274');
11325INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62375','345','23275');
11326INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62376','345','23276');
11327INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62377','345','23277');
11328INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62378','345','23328');
11329INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62379','345','23620');
11330INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62380','345','23625');
11331INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62381','345','23628');
11332INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62382','345','23635');
11333INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62383','345','23662');
11334INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62384','345','23664');
11335INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62385','345','25367');
11336INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62386','345','25371');
11337INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62387','345','25667');
11338INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62388','345','25668');
11339INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62389','345','28249');
11340INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62390','740','26911');
11341INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62391','740','26912');
11342INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62392','740','26913');
11343INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62393','740','26914');
11344INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62394','740','26915');
11345INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62395','740','26916');
11346INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62396','740','26917');
11347INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62397','740','26918');
11348INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62398','740','26919');
11349INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62399','740','26920');
11350INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62400','740','26921');
11351INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62401','740','26922');
11352INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62402','740','26923');
11353INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62403','740','26924');
11354INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62404','280','22917');
11355INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62405','280','22918');
11356INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62406','273','22920');
11357INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62407','279','22920');
11358INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62408','273','22921');
11359INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62409','279','22921');
11360INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62410','273','22922');
11361INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62411','279','22922');
11362INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62412','273','22923');
11363INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62413','279','22923');
11364INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62414','273','22924');
11365INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62415','279','22924');
11366INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62416','275','22933');
11367INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62417','278','22933');
11368INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62418','275','22934');
11369INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62419','278','22934');
11370INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62420','275','22938');
11371INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62421','278','22938');
11372INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62422','275','22939');
11373INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62423','278','22939');
11374INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62424','278','22940');
11375INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62425','281','22940');
11376INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62426','281','22941');
11377INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62427','276','22942');
11378INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62428','276','22943');
11379INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62429','273','23108');
11380INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62430','331','23108');
11381INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62431','279','23108');
11382INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62432','273','23109');
11383INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62433','331','23109');
11384INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62434','279','23109');
11385INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62435','273','23110');
11386INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62436','279','23110');
11387INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62437','273','23111');
11388INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62438','331','23111');
11389INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62439','279','23111');
11390INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62440','273','23112');
11391INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62441','331','23112');
11392INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62442','279','23112');
11393INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62443','273','23113');
11394INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62444','279','23113');
11395INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62445','273','23114');
11396INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62446','279','23114');
11397INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62447','273','23115');
11398INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62448','279','23115');
11399INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62449','274','23116');
11400INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62450','279','23116');
11401INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62451','274','23117');
11402INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62452','279','23117');
11403INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62453','273','23118');
11404INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62454','331','23118');
11405INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62455','273','23119');
11406INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62456','279','23119');
11407INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62457','273','23120');
11408INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62458','279','23120');
11409INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62459','273','23121');
11410INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62460','279','23121');
11411INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62461','276','23122');
11412INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62462','279','23122');
11413INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62463','273','23123');
11414INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62464','279','23123');
11415INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62465','276','23124');
11416INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62466','276','23125');
11417INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62467','276','23126');
11418INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62468','276','23127');
11419INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62469','276','23128');
11420INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62470','276','23129');
11421INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62471','276','23130');
11422INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62472','276','23131');
11423INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62473','277','22945');
11424INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62474','277','22946');
11425INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62475','274','22948');
11426INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62476','274','22949');
11427INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62477','274','22950');
11428INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62478','274','22951');
11429INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62479','274','22952');
11430INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62480','268','22875');
11431INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62481','268','22876');
11432INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62482','270','22877');
11433INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62483','270','22878');
11434INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62484','265','22879');
11435INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62485','268','22879');
11436INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62486','263','22880');
11437INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62487','269','22880');
11438INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62488','263','22881');
11439INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62489','269','22881');
11440INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62490','263','22882');
11441INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62491','269','22882');
11442INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62492','263','22883');
11443INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62493','269','22883');
11444INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62494','263','22884');
11445INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62495','269','22884');
11446INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62496','263','22885');
11447INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62497','269','22885');
11448INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62498','263','22886');
11449INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62499','269','22886');
11450INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62500','263','22888');
11451INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62501','269','22888');
11452INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62502','263','22891');
11453INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62503','269','22891');
11454INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62504','263','22892');
11455INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62505','269','22892');
11456INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62506','265','22893');
11457INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62507','268','22893');
11458INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62508','265','22894');
11459INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62509','268','22894');
11460INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62510','266','22895');
11461INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62511','266','22896');
11462INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62512','266','22897');
11463INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62513','265','22898');
11464INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62514','268','22898');
11465INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62515','265','22899');
11466INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62516','268','22899');
11467INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62517','268','22900');
11468INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62518','271','22900');
11469INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62519','271','22901');
11470INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62520','266','22902');
11471INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62521','266','22903');
11472INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62522','264','22908');
11473INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62523','264','22909');
11474INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62524','264','22910');
11475INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62525','264','22911');
11476INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62526','264','22912');
11477INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62527','267','23073');
11478INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62528','267','23074');
11479INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62529','283','22961');
11480INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62530','289','22961');
11481INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62531','283','22962');
11482INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62532','289','22962');
11483INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62533','283','22963');
11484INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62534','289','22963');
11485INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62535','283','22965');
11486INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62536','289','22965');
11487INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62537','283','22968');
11488INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62538','289','22968');
11489INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62539','283','22971');
11490INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62540','289','22971');
11491INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62541','283','22972');
11492INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62542','289','22972');
11493INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62543','285','22973');
11494INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62544','288','22973');
11495INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62545','285','22974');
11496INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62546','288','22974');
11497INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62547','285','22978');
11498INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62548','288','22978');
11499INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62549','288','22980');
11500INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62550','291','22980');
11501INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62551','291','22981');
11502INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62552','286','22982');
11503INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62553','286','22983');
11504INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62554','287','22985');
11505INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62555','287','22986');
11506INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62556','284','22988');
11507INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62557','284','22989');
11508INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62558','284','22990');
11509INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62559','284','22991');
11510INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62560','284','22992');
11511INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62561','9','10009');
11512INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62562','13','10010');
11513INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62563','17','10010');
11514INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62564','9','10013');
11515INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62565','15','10014');
11516INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62566','1','10016');
11517INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62567','23','10016');
11518INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62568','23','10019');
11519INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62569','21','10025');
11520INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62570','1','10025');
11521INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62571','15','10026');
11522INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62572','15','10030');
11523INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62573','1','10055');
11524INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62574','1','10056');
11525INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62575','21','10057');
11526INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62576','1','10057');
11527INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62577','21','10058');
11528INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62578','1','10058');
11529INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62579','21','17318');
11530INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62580','1','17318');
11531INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62581','15','17350');
11532INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62582','21','17352');
11533INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62583','1','17352');
11534INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62584','13','17354');
11535INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62585','17','17354');
11536INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62586','13','17356');
11537INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62587','17','17356');
11538INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62588','13','17358');
11539INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62589','17','17358');
11540INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62590','13','17360');
11541INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62591','17','17360');
11542INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62592','13','17362');
11543INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62593','17','17362');
11544INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62594','15','22181');
11545INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62595','13','22665');
11546INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62596','17','22665');
11547INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62597','13','22668');
11548INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62598','17','22668');
11549INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62599','13','22671');
11550INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62600','17','22671');
11551INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62601','13','22674');
11552INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62602','17','22674');
11553INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62603','13','22677');
11554INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62604','17','22677');
11555INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62605','13','22680');
11556INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62606','17','22680');
11557INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62607','13','22683');
11558INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62608','17','22683');
11559INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62609','13','28497');
11560INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62610','17','28497');
11561INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62611','13','28499');
11562INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62612','17','28499');
11563INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62613','351','23289');
11564INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62614','351','23290');
11565INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62615','353','23291');
11566INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62616','353','23292');
11567INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62617','348','23293');
11568INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62618','351','23293');
11569INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62619','346','23294');
11570INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62620','352','23294');
11571INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62621','346','23295');
11572INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62622','352','23295');
11573INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62623','346','23296');
11574INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62624','352','23296');
11575INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62625','346','23297');
11576INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62626','352','23297');
11577INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62627','346','23298');
11578INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62628','352','23298');
11579INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62629','346','23299');
11580INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62630','352','23299');
11581INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62631','346','23300');
11582INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62632','352','23300');
11583INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62633','346','23301');
11584INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62634','352','23301');
11585INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62635','346','23302');
11586INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62636','352','23302');
11587INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62637','346','23303');
11588INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62638','352','23303');
11589INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62639','346','23304');
11590INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62640','352','23304');
11591INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62641','346','23305');
11592INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62642','352','23305');
11593INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62643','346','23306');
11594INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62644','352','23306');
11595INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62645','348','23307');
11596INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62646','351','23307');
11597INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62647','348','23308');
11598INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62648','351','23308');
11599INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62649','349','23309');
11600INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62650','349','23310');
11601INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62651','349','23311');
11602INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62652','348','23312');
11603INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62653','351','23312');
11604INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62654','348','23313');
11605INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62655','351','23313');
11606INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62656','351','23314');
11607INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62657','354','23314');
11608INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62658','354','23315');
11609INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62659','349','23316');
11610INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62660','349','23317');
11611INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62661','346','28498');
11612INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62662','352','28498');
11613INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62663','346','28500');
11614INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62664','352','28500');
11615INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62665','7','22446');
11616INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62666','7','22448');
11617INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62667','5','22452');
11618INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62668','5','22454');
11619INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62669','5','22456');
11620INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62670','5','22458');
11621INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62671','5','22686');
11622INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62672','350','23280');
11623INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62673','350','23281');
11624INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62674','347','23282');
11625INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62675','347','23283');
11626INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62676','347','23284');
11627INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62677','347','23285');
11628INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62678','347','23286');
11629INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62679','308','23035');
11630INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62680','308','23036');
11631INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62681','305','23039');
11632INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62682','308','23039');
11633INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62683','303','23041');
11634INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62684','309','23041');
11635INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62685','303','23042');
11636INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62686','309','23042');
11637INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62687','303','23043');
11638INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62688','309','23043');
11639INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62689','305','23053');
11640INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62690','308','23053');
11641INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62691','305','23054');
11642INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62692','308','23054');
11643INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62693','305','23058');
11644INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62694','308','23058');
11645INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62695','305','23059');
11646INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62696','308','23059');
11647INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62697','308','23060');
11648INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62698','311','23060');
11649INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62699','311','23061');
11650INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62700','306','23062');
11651INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62701','306','23063');
11652INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62702','307','23077');
11653INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62703','307','23078');
11654INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62704','304','23068');
11655INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62705','304','23069');
11656INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62706','304','23070');
11657INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62707','304','23071');
11658INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62708','304','23072');
11659INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62709','258','22835');
11660INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62710','258','22836');
11661INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62711','260','22837');
11662INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62712','260','22838');
11663INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62713','255','22839');
11664INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62714','258','22839');
11665INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62715','253','22840');
11666INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62716','259','22840');
11667INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62717','253','22841');
11668INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62718','259','22841');
11669INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62719','253','22842');
11670INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62720','259','22842');
11671INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62721','253','22843');
11672INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62722','259','22843');
11673INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62723','253','22844');
11674INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62724','259','22844');
11675INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62725','253','22845');
11676INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62726','259','22845');
11677INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62727','253','22846');
11678INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62728','259','22846');
11679INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62729','253','22848');
11680INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62730','259','22848');
11681INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62731','253','22851');
11682INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62732','259','22851');
11683INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62733','253','22852');
11684INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62734','259','22852');
11685INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62735','255','22853');
11686INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62736','258','22853');
11687INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62737','255','22854');
11688INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62738','258','22854');
11689INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62739','256','22855');
11690INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62740','256','22856');
11691INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62741','256','22857');
11692INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62742','255','22858');
11693INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62743','258','22858');
11694INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62744','255','22859');
11695INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62745','258','22859');
11696INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62746','258','22860');
11697INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62747','261','22860');
11698INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62748','261','22861');
11699INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62749','256','22862');
11700INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62750','256','22863');
11701INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62751','254','22868');
11702INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62752','254','22869');
11703INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62753','254','22870');
11704INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62754','254','22871');
11705INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62755','254','22872');
11706INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62756','257','23075');
11707INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62757','257','23076');
11708INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62758','298','22996');
11709INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62759','300','22997');
11710INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62760','300','22998');
11711INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62761','295','22999');
11712INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62762','298','22999');
11713INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62763','293','23000');
11714INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62764','299','23000');
11715INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62765','293','23001');
11716INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62766','299','23001');
11717INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62767','293','23002');
11718INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62768','299','23002');
11719INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62769','293','23003');
11720INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62770','299','23003');
11721INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62771','293','23004');
11722INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62772','299','23004');
11723INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62773','293','23005');
11724INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62774','299','23005');
11725INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62775','293','23007');
11726INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62776','299','23007');
11727INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62777','293','23011');
11728INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62778','299','23011');
11729INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62779','293','23012');
11730INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62780','299','23012');
11731INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62781','295','23013');
11732INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62782','298','23013');
11733INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62783','295','23014');
11734INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62784','298','23014');
11735INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62785','296','23015');
11736INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62786','296','23016');
11737INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62787','296','23017');
11738INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62788','295','23018');
11739INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62789','298','23018');
11740INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62790','295','23019');
11741INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62791','298','23019');
11742INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62792','298','23020');
11743INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62793','301','23020');
11744INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62794','301','23021');
11745INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62795','296','23022');
11746INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62796','296','23023');
11747INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62797','297','23025');
11748INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62798','297','23026');
11749INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62799','294','23028');
11750INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62800','294','23029');
11751INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62801','294','23030');
11752INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62802','294','23031');
11753INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62803','294','23032');
11754INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62804','322','23134');
11755INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62805','320','23134');
11756INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62806','322','23135');
11757INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62807','320','23135');
11758INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62808','322','23136');
11759INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62809','320','23136');
11760INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62810','322','23137');
11761INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62811','320','23137');
11762INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62812','323','23138');
11763INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62813','324','23140');
11764INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62814','325','23143');
11765INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62815','320','23143');
11766INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62816','325','23144');
11767INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62817','320','23144');
11768INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62818','325','23145');
11769INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62819','320','23145');
11770INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62820','328','23147');
11771INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62821','328','23148');
11772INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62822','319','23149');
11773INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62823','323','23149');
11774INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62824','319','23150');
11775INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62825','328','23158');
11776INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62826','328','23159');
11777INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62827','328','23668');
11778INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62828','322','23164');
11779INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62829','322','23165');
11780INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62830','322','23167');
11781INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62831','322','23168');
11782INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62832','330','23169');
11783INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62833','330','23170');
11784INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62834','321','23666');
11785INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62835','743','26925');
11786INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62836','743','26926');
11787INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62837','741','26927');
11788INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62838','742','26928');
11789INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62839','743','26929');
11790INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62840','743','26930');
11791INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62841','743','26931');
11792INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62842','743','26932');
11793INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62843','745','26933');
11794INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62844','746','26934');
11795INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62845','744','26935');
11796INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62846','744','26936');
11797INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62847','746','26937');
11798INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62848','746','26938');
11799INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62849','746','26939');
11800INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62850','746','26940');
11801INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62851','746','26941');
11802INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62852','746','26942');
11803INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62853','745','26943');
11804INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62854','780','27065');
11805INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62855','780','27066');
11806INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62856','780','27067');
11807INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62857','797','27138');
11808INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62858','797','27139');
11809INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62859','797','27140');
11810INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62860','799','27149');
11811INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62861','799','27150');
11812INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62862','799','27151');
11813INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62863','805','27192');
11814INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62864','805','27193');
11815INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62865','805','27194');
11816INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62866','813','27225');
11817INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62867','813','27226');
11818INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62868','813','27227');
11819INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62869','822','27261');
11820INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62870','822','27262');
11821INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62871','822','27263');
11822INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62872','825','27282');
11823INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62873','825','27283');
11824INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62874','825','27284');
11825INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62875','842','27333');
11826INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62876','842','27334');
11827INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62877','842','27335');
11828INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62878','847','27365');
11829INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62879','847','27366');
11830INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62880','847','27367');
11831INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62881','876','27462');
11832INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62882','876','27463');
11833INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62883','876','27464');
11834INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62884','885','27496');
11835INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62885','885','27497');
11836INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62886','885','27498');
11837INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62887','894','27532');
11838INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62888','894','27533');
11839INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62889','894','27534');
11840INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62890','903','27568');
11841INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62891','903','27569');
11842INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62892','903','27570');
11843INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62893','912','27608');
11844INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62894','912','27609');
11845INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62895','912','27610');
11846INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62896','915','27631');
11847INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62897','915','27632');
11848INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62898','915','27633');
11849INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62899','918','27654');
11850INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62900','918','27655');
11851INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62901','918','27656');
11852INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62902','936','27734');
11853INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62903','936','27735');
11854INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62904','936','27736');
11855INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62905','944','27766');
11856INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62906','944','27767');
11857INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62907','944','27768');
11858INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62908','951','27800');
11859INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62909','951','27801');
11860INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62910','951','27802');
11861INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62911','971','27882');
11862INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62912','971','27883');
11863INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62913','971','27884');
11864INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62914','979','27919');
11865INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62915','979','27920');
11866INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62916','979','27921');
11867INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62917','988','27956');
11868INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62918','988','27957');
11869INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62919','988','27958');
11870INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62920','994','27986');
11871INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62921','994','27987');
11872INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62922','994','27988');
11873INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62923','1000','28015');
11874INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62924','1000','28016');
11875INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62925','1000','28017');
11876INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62926','1020','28070');
11877INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62927','1020','28071');
11878INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62928','1020','28072');
11879INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62929','1027','28107');
11880INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62930','1027','28108');
11881INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62931','1027','28109');
11882INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62932','1030','28130');
11883INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62933','1030','28131');
11884INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62934','1030','28132');
11885INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62935','1043','28185');
11886INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62936','1043','28186');
11887INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62937','1043','28187');
11888INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62938','1055','28233');
11889INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62939','1055','28234');
11890INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62940','1055','28235');
11891INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62941','1060','28282');
11892INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62942','1060','28283');
11893INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62943','1060','28284');
11894INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62944','1070','28330');
11895INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62945','1070','28331');
11896INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62946','1070','28332');
11897INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62947','1079','28377');
11898INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62948','1079','28378');
11899INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62949','1079','28379');
11900INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62950','1088','28426');
11901INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62951','1088','28427');
11902INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62952','1088','28428');
11903INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62953','1095','28454');
11904INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62954','1095','28455');
11905INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62955','1095','28456');
11906INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62956','1102','28482');
11907INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62957','1102','28483');
11908INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62958','1102','28484');
11909INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62959','1114','28614');
11910INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62960','1114','28615');
11911INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62961','1114','28616');
11912INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62962','770','27030');
11913INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62963','910','27607');
11914INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62964','771','27032');
11915INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62965','803','27191');
11916INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62966','840','27332');
11917INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62967','874','27461');
11918INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62968','892','27531');
11919INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62969','901','27567');
11920INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62970','913','27630');
11921INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62971','916','27653');
11922INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62972','934','27733');
11923INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62973','949','27799');
11924INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62974','986','27955');
11925INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62975','1018','28069');
11926INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62976','1028','28129');
11927INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62977','1058','28281');
11928INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62978','798','27141');
11929INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62979','798','27142');
11930INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62980','797','27143');
11931INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62981','798','27144');
11932INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62982','798','27145');
11933INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62983','798','27146');
11934INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62984','798','27147');
11935INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62985','797','28252');
11936INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62986','911','27611');
11937INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62987','911','27612');
11938INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62988','911','27613');
11939INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62989','911','27614');
11940INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62990','911','27615');
11941INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62991','911','27616');
11942INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62992','912','27618');
11943INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62993','999','28018');
11944INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62994','999','28019');
11945INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62995','999','28020');
11946INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62996','999','28021');
11947INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62997','999','28022');
11948INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62998','999','28023');
11949INSERT INTO items_applications (itemappid,applicationid,itemid) values ('62999','1000','28025');
11950INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63000','912','28253');
11951INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63001','1000','28254');
11952INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63002','1087','28429');
11953INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63003','1087','28430');
11954INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63004','1087','28431');
11955INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63005','1087','28432');
11956INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63006','1087','28433');
11957INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63007','1087','28434');
11958INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63008','1088','28435');
11959INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63009','1088','28436');
11960INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63010','800','27152');
11961INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63011','800','27153');
11962INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63012','799','27154');
11963INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63013','800','27155');
11964INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63014','800','27156');
11965INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63015','800','27157');
11966INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63016','800','27158');
11967INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63017','799','28255');
11968INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63018','804','27195');
11969INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63019','804','27196');
11970INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63020','804','27197');
11971INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63021','804','27198');
11972INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63022','804','27199');
11973INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63023','804','27200');
11974INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63024','805','27202');
11975INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63025','812','27228');
11976INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63026','812','27229');
11977INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63027','812','27230');
11978INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63028','812','27231');
11979INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63029','812','27232');
11980INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63030','812','27233');
11981INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63031','813','27235');
11982INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63032','821','27264');
11983INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63033','821','27265');
11984INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63034','821','27266');
11985INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63035','821','27267');
11986INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63036','821','27268');
11987INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63037','821','27269');
11988INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63038','822','27271');
11989INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63039','824','27285');
11990INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63040','824','27286');
11991INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63041','824','27287');
11992INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63042','824','27288');
11993INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63043','824','27289');
11994INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63044','824','27290');
11995INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63045','825','27292');
11996INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63046','841','27336');
11997INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63047','841','27337');
11998INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63048','841','27338');
11999INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63049','841','27339');
12000INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63050','841','27340');
12001INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63051','841','27341');
12002INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63052','842','27343');
12003INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63053','846','27368');
12004INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63054','846','27369');
12005INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63055','846','27370');
12006INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63056','846','27371');
12007INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63057','846','27372');
12008INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63058','846','27373');
12009INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63059','847','27375');
12010INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63060','875','27465');
12011INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63061','875','27466');
12012INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63062','875','27467');
12013INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63063','875','27468');
12014INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63064','875','27469');
12015INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63065','875','27470');
12016INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63066','876','27472');
12017INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63067','884','27499');
12018INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63068','884','27500');
12019INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63069','884','27501');
12020INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63070','884','27502');
12021INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63071','884','27503');
12022INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63072','884','27504');
12023INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63073','885','27506');
12024INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63074','893','27535');
12025INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63075','893','27536');
12026INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63076','893','27537');
12027INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63077','893','27538');
12028INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63078','893','27539');
12029INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63079','893','27540');
12030INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63080','894','27542');
12031INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63081','902','27571');
12032INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63082','902','27572');
12033INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63083','902','27573');
12034INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63084','902','27574');
12035INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63085','902','27575');
12036INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63086','902','27576');
12037INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63087','903','27578');
12038INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63088','914','27634');
12039INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63089','914','27635');
12040INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63090','914','27636');
12041INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63091','914','27637');
12042INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63092','914','27638');
12043INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63093','914','27639');
12044INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63094','915','27641');
12045INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63095','917','27657');
12046INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63096','917','27658');
12047INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63097','917','27659');
12048INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63098','917','27660');
12049INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63099','917','27661');
12050INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63100','917','27662');
12051INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63101','918','27664');
12052INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63102','935','27737');
12053INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63103','935','27738');
12054INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63104','935','27739');
12055INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63105','935','27740');
12056INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63106','935','27741');
12057INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63107','935','27742');
12058INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63108','936','27744');
12059INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63109','943','27769');
12060INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63110','943','27770');
12061INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63111','943','27771');
12062INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63112','943','27772');
12063INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63113','943','27773');
12064INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63114','943','27774');
12065INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63115','944','27776');
12066INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63116','950','27803');
12067INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63117','950','27804');
12068INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63118','950','27805');
12069INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63119','950','27806');
12070INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63120','950','27807');
12071INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63121','950','27808');
12072INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63122','951','27810');
12073INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63123','970','27885');
12074INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63124','970','27886');
12075INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63125','970','27887');
12076INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63126','970','27888');
12077INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63127','970','27889');
12078INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63128','970','27890');
12079INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63129','971','27892');
12080INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63130','978','27922');
12081INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63131','978','27923');
12082INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63132','978','27924');
12083INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63133','978','27925');
12084INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63134','978','27926');
12085INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63135','978','27927');
12086INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63136','979','27929');
12087INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63137','987','27959');
12088INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63138','987','27960');
12089INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63139','987','27961');
12090INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63140','987','27962');
12091INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63141','987','27963');
12092INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63142','987','27964');
12093INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63143','988','27966');
12094INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63144','993','27989');
12095INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63145','993','27990');
12096INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63146','993','27991');
12097INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63147','993','27992');
12098INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63148','993','27993');
12099INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63149','993','27994');
12100INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63150','994','27996');
12101INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63151','1019','28073');
12102INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63152','1019','28074');
12103INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63153','1019','28075');
12104INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63154','1019','28076');
12105INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63155','1019','28077');
12106INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63156','1019','28078');
12107INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63157','1020','28080');
12108INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63158','1026','28110');
12109INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63159','1026','28111');
12110INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63160','1026','28112');
12111INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63161','1026','28113');
12112INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63162','1026','28114');
12113INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63163','1026','28115');
12114INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63164','1027','28117');
12115INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63165','1029','28133');
12116INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63166','1029','28134');
12117INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63167','1029','28135');
12118INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63168','1029','28136');
12119INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63169','1029','28137');
12120INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63170','1029','28138');
12121INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63171','1030','28140');
12122INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63172','1042','28188');
12123INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63173','1042','28189');
12124INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63174','1042','28190');
12125INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63175','1042','28191');
12126INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63176','1042','28192');
12127INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63177','1042','28193');
12128INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63178','1043','28195');
12129INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63179','1054','28236');
12130INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63180','1054','28237');
12131INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63181','1054','28238');
12132INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63182','1054','28239');
12133INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63183','1054','28240');
12134INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63184','1054','28241');
12135INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63185','1055','28243');
12136INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63186','805','28256');
12137INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63187','813','28257');
12138INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63188','822','28258');
12139INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63189','825','28259');
12140INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63190','842','28260');
12141INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63191','847','28261');
12142INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63192','876','28262');
12143INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63193','885','28263');
12144INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63194','894','28264');
12145INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63195','903','28265');
12146INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63196','915','28266');
12147INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63197','918','28267');
12148INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63198','936','28268');
12149INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63199','944','28269');
12150INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63200','951','28270');
12151INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63201','971','28271');
12152INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63202','979','28272');
12153INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63203','988','28273');
12154INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63204','994','28274');
12155INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63205','1020','28275');
12156INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63206','1027','28276');
12157INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63207','1030','28277');
12158INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63208','1043','28278');
12159INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63209','1055','28279');
12160INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63210','1059','28285');
12161INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63211','1059','28286');
12162INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63212','1059','28287');
12163INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63213','1059','28288');
12164INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63214','1059','28289');
12165INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63215','1059','28290');
12166INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63216','1060','28291');
12167INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63217','1060','28292');
12168INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63218','1069','28333');
12169INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63219','1069','28334');
12170INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63220','1069','28335');
12171INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63221','1069','28336');
12172INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63222','1069','28337');
12173INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63223','1069','28338');
12174INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63224','1070','28339');
12175INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63225','1070','28340');
12176INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63226','1078','28380');
12177INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63227','1078','28381');
12178INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63228','1078','28382');
12179INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63229','1078','28383');
12180INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63230','1078','28384');
12181INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63231','1078','28385');
12182INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63232','1079','28386');
12183INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63233','1079','28387');
12184INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63234','1094','28457');
12185INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63235','1094','28458');
12186INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63236','1094','28459');
12187INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63237','1094','28460');
12188INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63238','1094','28461');
12189INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63239','1094','28462');
12190INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63240','1095','28463');
12191INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63241','1095','28464');
12192INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63242','1101','28485');
12193INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63243','1101','28486');
12194INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63244','1101','28487');
12195INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63245','1101','28488');
12196INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63246','1101','28489');
12197INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63247','1101','28490');
12198INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63248','1102','28491');
12199INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63249','1102','28492');
12200INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63250','1113','28617');
12201INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63251','1113','28618');
12202INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63252','1113','28619');
12203INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63253','1113','28620');
12204INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63254','1113','28621');
12205INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63255','1113','28622');
12206INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63256','1114','28623');
12207INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63257','1114','28624');
12208INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63258','1142','28709');
12209INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63259','1145','28710');
12210INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63260','1141','28718');
12211INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63261','1141','28719');
12212INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63262','1141','28720');
12213INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63263','1144','28724');
12214INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63264','1144','28725');
12215INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63265','1144','28726');
12216INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63266','1124','28655');
12217INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63267','1127','28656');
12218INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63268','1130','28657');
12219INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63269','1133','28658');
12220INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63270','1136','28659');
12221INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63271','1139','28660');
12222INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63272','1123','28676');
12223INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63273','1123','28677');
12224INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63274','1123','28678');
12225INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63275','1126','28682');
12226INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63276','1126','28683');
12227INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63277','1126','28684');
12228INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63278','1129','28688');
12229INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63279','1129','28689');
12230INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63280','1129','28690');
12231INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63281','1132','28694');
12232INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63282','1132','28695');
12233INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63283','1132','28696');
12234INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63284','1135','28700');
12235INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63285','1135','28701');
12236INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63286','1135','28702');
12237INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63287','1138','28706');
12238INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63288','1138','28707');
12239INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63289','1138','28708');
12240INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63290','810','27203');
12241INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63291','810','27204');
12242INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63292','807','27205');
12243INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63293','807','27206');
12244INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63294','807','27207');
12245INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63295','806','27208');
12246INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63296','808','27212');
12247INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63297','809','27213');
12248INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63298','810','27214');
12249INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63299','1068','28323');
12250INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63300','1068','28324');
12251INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63301','1062','28325');
12252INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63302','1062','28326');
12253INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63303','1064','28327');
12254INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63304','1064','28328');
12255INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63305','1066','28329');
12256INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63306','819','27236');
12257INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63307','819','27237');
12258INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63308','813','27238');
12259INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63309','815','27239');
12260INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63310','814','27240');
12261INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63311','816','27246');
12262INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63312','816','27247');
12263INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63313','817','27248');
12264INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63314','818','27249');
12265INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63315','818','27250');
12266INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63316','827','27293');
12267INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63317','826','27294');
12268INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63318','831','27295');
12269INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63319','831','27296');
12270INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63320','835','27297');
12271INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63321','837','27298');
12272INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63322','836','27299');
12273INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63323','839','27300');
12274INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63324','838','27301');
12275INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63325','829','27312');
12276INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63326','830','27313');
12277INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63327','828','27314');
12278INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63328','828','27315');
12279INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63329','833','27316');
12280INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63330','834','27317');
12281INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63331','832','27318');
12282INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63332','835','27319');
12283INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63333','835','27320');
12284INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63334','851','27376');
12285INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63335','852','27378');
12286INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63336','852','27379');
12287INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63337','852','28727');
12288INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63338','869','27380');
12289INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63339','870','27382');
12290INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63340','870','27383');
12291INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63341','858','27385');
12292INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63342','858','27386');
12293INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63343','1048','28209');
12294INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63344','1048','28210');
12295INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63345','858','28728');
12296INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63346','870','28729');
12297INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63347','1048','28730');
12298INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63348','848','27415');
12299INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63349','848','27416');
12300INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63350','849','27417');
12301INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63351','852','27419');
12302INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63352','853','27420');
12303INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63353','853','27421');
12304INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63354','854','27422');
12305INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63355','855','27423');
12306INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63356','1056','28246');
12307INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63357','848','28731');
12308INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63358','856','27425');
12309INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63359','856','27426');
12310INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63360','857','27427');
12311INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63361','858','27428');
12312INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63362','859','27429');
12313INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63363','859','27430');
12314INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63364','860','27431');
12315INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63365','861','27432');
12316INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63366','868','27443');
12317INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63367','868','27444');
12318INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63368','870','27445');
12319INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63369','871','27446');
12320INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63370','871','27447');
12321INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63371','872','27448');
12322INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63372','873','27449');
12323INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63373','1048','28208');
12324INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63374','1049','28215');
12325INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63375','1050','28216');
12326INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63376','1051','28217');
12327INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63377','1051','28218');
12328INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63378','1052','28220');
12329INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63379','1052','28222');
12330INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63380','1057','28247');
12331INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63381','856','28732');
12332INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63382','868','28733');
12333INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63383','1052','28734');
12334INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63384','878','27477');
12335INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63385','877','27478');
12336INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63386','880','27479');
12337INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63387','881','27480');
12338INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63388','882','27481');
12339INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63389','882','27482');
12340INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63390','882','27483');
12341INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63391','882','27484');
12342INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63392','879','27485');
12343INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63393','891','27507');
12344INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63394','891','27508');
12345INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63395','891','27509');
12346INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63396','891','27510');
12347INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63397','886','27511');
12348INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63398','887','27516');
12349INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63399','888','27517');
12350INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63400','890','27518');
12351INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63401','889','27519');
12352INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63402','900','27543');
12353INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63403','900','27544');
12354INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63404','900','27545');
12355INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63405','900','27546');
12356INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63406','895','27547');
12357INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63407','896','27552');
12358INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63408','897','27553');
12359INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63409','899','27554');
12360INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63410','898','27555');
12361INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63411','909','27579');
12362INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63412','909','27580');
12363INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63413','909','27581');
12364INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63414','909','27582');
12365INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63415','909','27583');
12366INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63416','906','27584');
12367INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63417','906','27585');
12368INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63418','904','27586');
12369INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63419','905','27590');
12370INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63420','905','27591');
12371INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63421','905','27592');
12372INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63422','907','27593');
12373INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63423','908','27594');
12374INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63424','908','27595');
12375INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63425','920','27670');
12376INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63426','919','27671');
12377INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63427','921','27672');
12378INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63428','922','27673');
12379INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63429','923','27674');
12380INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63430','924','27675');
12381INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63431','924','27676');
12382INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63432','924','27677');
12383INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63433','924','27678');
12384INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63434','924','27679');
12385INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63435','1036','28141');
12386INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63436','1036','28142');
12387INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63437','1031','28143');
12388INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63438','1033','28150');
12389INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63439','1032','28151');
12390INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63440','1032','28152');
12391INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63441','1032','28153');
12392INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63442','1034','28154');
12393INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63443','1035','28155');
12394INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63444','1033','28156');
12395INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63445','1036','28157');
12396INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63446','1036','28158');
12397INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63447','941','27748');
12398INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63448','941','27749');
12399INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63449','941','27750');
12400INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63450','939','27751');
12401INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63451','938','27752');
12402INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63452','937','27753');
12403INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63453','941','27754');
12404INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63454','940','27755');
12405INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63455','948','27777');
12406INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63456','948','27778');
12407INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63457','945','27783');
12408INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63458','945','27784');
12409INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63459','948','27785');
12410INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63460','946','27786');
12411INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63461','947','27787');
12412INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63462','957','27811');
12413INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63463','957','27812');
12414INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63464','957','27813');
12415INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63465','951','27814');
12416INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63466','953','27819');
12417INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63467','954','27821');
12418INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63468','956','27822');
12419INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63469','955','27823');
12420INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63470','952','28613');
12421INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63471','1044','28200');
12422INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63472','1044','28201');
12423INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63473','1045','28202');
12424INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63474','1045','28203');
12425INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63475','1047','28204');
12426INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63476','1047','28205');
12427INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63477','1046','28206');
12428INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63478','976','27893');
12429INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63479','976','27894');
12430INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63480','976','27895');
12431INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63481','976','27896');
12432INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63482','974','27897');
12433INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63483','973','27898');
12434INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63484','973','27899');
12435INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63485','973','27900');
12436INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63486','972','27904');
12437INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63487','974','27905');
12438INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63488','975','27906');
12439INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63489','975','27907');
12440INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63490','975','27908');
12441INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63491','985','27930');
12442INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63492','985','27931');
12443INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63493','985','27932');
12444INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63494','981','27933');
12445INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63495','981','27934');
12446INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63496','981','27935');
12447INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63497','980','27936');
12448INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63498','982','27940');
12449INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63499','982','27941');
12450INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63500','984','27942');
12451INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63501','983','27943');
12452INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63502','991','27967');
12453INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63503','991','27968');
12454INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63504','991','27969');
12455INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63505','991','27970');
12456INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63506','991','27971');
12457INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63507','990','27972');
12458INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63508','990','27973');
12459INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63509','990','27974');
12460INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63510','989','27975');
12461INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63511','997','27997');
12462INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63512','997','27998');
12463INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63513','997','27999');
12464INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63514','997','28000');
12465INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63515','995','28003');
12466INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63516','996','28004');
12467INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63517','1003','28026');
12468INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63518','1003','28027');
12469INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63519','1002','28028');
12470INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63520','1002','28029');
12471INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63521','1002','28030');
12472INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63522','1001','28031');
12473INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63523','1120','28634');
12474INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63524','1120','28635');
12475INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63525','1120','28636');
12476INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63526','1120','28637');
12477INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63527','1120','28638');
12478INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63528','1119','28639');
12479INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63529','1114','28640');
12480INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63530','1117','28641');
12481INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63531','1117','28642');
12482INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63532','1116','28643');
12483INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63533','1118','28644');
12484INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63534','1118','28645');
12485INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63535','1118','28646');
12486INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63536','1118','28647');
12487INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63537','1121','28648');
12488INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63538','1121','28649');
12489INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63539','1121','28650');
12490INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63540','1115','28651');
12491INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63541','1115','28652');
12492INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63542','1115','28653');
12493INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63543','1070','28341');
12494INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63544','1073','28342');
12495INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63545','1073','28343');
12496INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63546','1073','28344');
12497INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63547','1073','28345');
12498INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63548','1076','28354');
12499INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63549','1076','28355');
12500INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63550','1076','28356');
12501INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63551','1076','28357');
12502INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63552','1075','28358');
12503INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63553','1072','28359');
12504INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63554','1072','28360');
12505INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63555','1074','28361');
12506INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63556','1074','28362');
12507INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63557','1074','28363');
12508INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63558','1074','28364');
12509INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63559','1074','28365');
12510INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63560','1074','28366');
12511INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63561','1074','28367');
12512INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63562','1077','28368');
12513INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63563','1077','28369');
12514INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63564','1077','28370');
12515INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63565','1077','28371');
12516INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63566','1077','28372');
12517INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63567','1077','28373');
12518INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63568','1071','28374');
12519INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63569','1071','28375');
12520INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63570','1071','28376');
12521INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63571','1085','28388');
12522INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63572','1082','28390');
12523INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63573','1082','28391');
12524INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63574','1079','28654');
12525INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63575','1085','28404');
12526INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63576','1085','28405');
12527INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63577','1085','28406');
12528INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63578','1085','28407');
12529INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63579','1085','28408');
12530INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63580','1085','28409');
12531INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63581','1085','28410');
12532INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63582','1084','28411');
12533INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63583','1081','28412');
12534INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63584','1080','28413');
12535INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63585','1080','28414');
12536INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63586','1080','28415');
12537INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63587','1080','28416');
12538INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63588','1083','28417');
12539INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63589','1083','28418');
12540INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63590','1083','28419');
12541INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63591','1083','28420');
12542INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63592','1083','28421');
12543INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63593','1083','28422');
12544INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63594','1086','28423');
12545INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63595','1086','28424');
12546INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63596','1086','28425');
12547INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63597','1088','28437');
12548INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63598','1090','28438');
12549INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63599','1090','28439');
12550INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63600','1093','28446');
12551INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63601','1093','28447');
12552INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63602','1093','28448');
12553INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63603','1092','28449');
12554INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63604','1089','28450');
12555INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63605','1089','28451');
12556INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63606','1091','28452');
12557INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63607','1091','28453');
12558INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63608','1095','28465');
12559INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63609','1097','28466');
12560INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63610','1097','28467');
12561INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63611','1100','28474');
12562INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63612','1100','28475');
12563INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63613','1100','28476');
12564INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63614','1099','28477');
12565INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63615','1096','28478');
12566INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63616','1096','28479');
12567INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63617','1098','28480');
12568INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63618','1098','28481');
12569INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63619','1104','28495');
12570INSERT INTO items_applications (itemappid,applicationid,itemid) values ('63620','1103','28496');
12571INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('1','1','0','Down');
12572INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('2','1','1','Up');
12573INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('3','2','0','not available');
12574INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('4','2','1','available');
12575INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('5','2','2','unknown');
12576INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('13','6','1','Other');
12577INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('14','6','2','OK');
12578INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('15','6','3','Degraded');
12579INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('17','7','1','Other');
12580INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('18','7','2','Unknown');
12581INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('19','7','3','OK');
12582INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('20','7','4','NonCritical');
12583INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('21','7','5','Critical');
12584INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('22','7','6','NonRecoverable');
12585INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('23','5','1','unknown');
12586INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('24','5','2','batteryNormal');
12587INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('25','5','3','batteryLow');
12588INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('26','4','1','unknown');
12589INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('27','4','2','notInstalled');
12590INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('28','4','3','ok');
12591INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('29','4','4','failed');
12592INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('30','4','5','highTemperature');
12593INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('31','4','6','replaceImmediately');
12594INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('32','4','7','lowCapacity');
12595INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('33','3','0','Running');
12596INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('34','3','1','Paused');
12597INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('35','3','3','Pause pending');
12598INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('36','3','4','Continue pending');
12599INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('37','3','5','Stop pending');
12600INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('38','3','6','Stopped');
12601INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('39','3','7','Unknown');
12602INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('40','3','255','No such service');
12603INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('41','3','2','Start pending');
12604INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('49','9','1','unknown');
12605INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('50','9','2','running');
12606INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('51','9','3','warning');
12607INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('52','9','4','testing');
12608INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('53','9','5','down');
12609INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('61','8','1','up');
12610INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('62','8','2','down');
12611INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('63','8','3','testing');
12612INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('64','8','4','unknown');
12613INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('65','8','5','dormant');
12614INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('66','8','6','notPresent');
12615INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('67','8','7','lowerLayerDown');
12616INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('68','10','1','Up');
12617INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('69','11','1','up');
12618INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('70','11','2','down');
12619INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('71','11','3','testing');
12620INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('72','12','0','poweredOff');
12621INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('73','12','1','poweredOn');
12622INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('74','12','2','suspended');
12623INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('75','13','0','gray');
12624INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('76','13','1','green');
12625INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('77','13','2','yellow');
12626INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('78','13','3','red');
12627INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('79','14','0','normal');
12628INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('80','14','1','in maintenance');
12629INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('81','14','2','no data collection');
12630INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('82','15','0','Normal');
12631INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('83','15','1','Low memory');
12632INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('84','16','0','Automatic');
12633INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('85','16','1','Automatic delayed');
12634INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('86','16','2','Manual');
12635INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('87','16','3','Disabled');
12636INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('88','16','4','Unknown');
12637INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('89','17','100','Continue');
12638INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('90','17','101','Switching Protocols');
12639INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('91','17','102','Processing');
12640INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('92','17','200','OK');
12641INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('93','17','201','Created');
12642INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('94','17','202','Accepted');
12643INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('95','17','203','Non-Authoritative Information');
12644INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('96','17','204','No Content');
12645INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('97','17','205','Reset Content');
12646INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('98','17','206','Partial Content');
12647INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('99','17','207','Multi-Status');
12648INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('100','17','208','Already Reported');
12649INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('101','17','226','IM Used');
12650INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('102','17','300','Multiple Choices');
12651INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('103','17','301','Moved Permanently');
12652INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('104','17','302','Found');
12653INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('105','17','303','See Other');
12654INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('106','17','304','Not Modified');
12655INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('107','17','305','Use Proxy');
12656INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('108','17','306','Switch Proxy');
12657INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('109','17','307','Temporary Redirect');
12658INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('110','17','308','Permanent Redirect/Resume Incomplete');
12659INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('111','17','400','Bad Request');
12660INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('112','17','401','Unauthorized');
12661INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('113','17','402','Payment Required');
12662INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('114','17','403','Forbidden');
12663INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('115','17','404','Not Found');
12664INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('116','17','405','Method Not Allowed');
12665INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('117','17','406','Not Acceptable');
12666INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('118','17','407','Proxy Authentication Required');
12667INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('119','17','408','Request Timeout');
12668INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('120','17','409','Conflict');
12669INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('121','17','410','Gone');
12670INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('122','17','411','Length Required');
12671INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('123','17','412','Precondition Failed');
12672INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('124','17','413','Payload Too Large');
12673INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('125','17','414','Request-URI Too Long');
12674INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('126','17','415','Unsupported Media Type');
12675INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('127','17','416','Requested Range Not Satisfiable');
12676INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('128','17','417','Expectation Failed');
12677INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('129','17','418','I''m a Teapot');
12678INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('130','17','419','Authentication Timeout');
12679INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('131','17','420','Method Failure/Enhance Your Calm');
12680INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('132','17','421','Misdirected Request');
12681INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('133','17','422','Unprocessable Entity');
12682INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('134','17','423','Locked');
12683INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('135','17','424','Failed Dependency');
12684INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('136','17','426','Upgrade Required');
12685INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('137','17','428','Precondition Required');
12686INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('138','17','429','Too Many Requests');
12687INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('139','17','431','Request Header Fields Too Large');
12688INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('140','17','440','Login Timeout');
12689INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('141','17','444','No Response');
12690INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('142','17','449','Retry With');
12691INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('143','17','450','Blocked by Windows Parental Controls');
12692INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('144','17','451','Unavailable for Legal Reasons/Redirect');
12693INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('145','17','494','Request Header Too Large');
12694INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('146','17','495','Cert Error');
12695INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('147','17','496','No Cert');
12696INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('148','17','497','HTTP to HTTPS');
12697INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('149','17','498','Token Expired/Invalid');
12698INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('150','17','499','Client Closed Request/Token Required');
12699INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('151','17','500','Internal Server Error');
12700INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('152','17','501','Not Implemented');
12701INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('153','17','502','Bad Gateway');
12702INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('154','17','503','Service Unavailable');
12703INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('155','17','504','Gateway Timeout');
12704INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('156','17','505','HTTP Version Not Supported');
12705INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('157','17','506','Variant Also Negotiates');
12706INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('158','17','507','Insufficient Storage');
12707INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('159','17','508','Loop Detected');
12708INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('160','17','509','Bandwidth Limit Exceeded');
12709INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('161','17','510','Not Extended');
12710INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('162','17','511','Network Authentication Required');
12711INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('163','17','520','Unknown Error');
12712INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('164','17','598','Network Read Timeout Error');
12713INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('165','17','599','Network Connect Timeout Error');
12714INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('166','18','1','ok');
12715INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('167','18','2','unavailable');
12716INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('168','18','3','nonoperational');
12717INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('169','19','1','unknown');
12718INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('170','19','2','halfDuplex');
12719INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('171','19','3','fullDuplex');
12720INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('172','20','1','up');
12721INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('173','20','2','down');
12722INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('174','20','3','testing');
12723INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('175','20','4','unknown');
12724INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('176','20','5','dormant');
12725INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('177','20','6','notPresent');
12726INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('178','20','7','lowerLayerDown');
12727INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('179','21','1','other');
12728INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('180','21','2','regular1822');
12729INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('181','21','3','hdh1822');
12730INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('182','21','4','ddnX25');
12731INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('183','21','5','rfc877x25');
12732INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('184','21','6','ethernetCsmacd');
12733INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('185','21','7','iso88023Csmacd');
12734INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('186','21','8','iso88024TokenBus');
12735INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('187','21','9','iso88025TokenRing');
12736INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('188','21','10','iso88026Man');
12737INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('189','21','11','starLan');
12738INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('190','21','12','proteon10Mbit');
12739INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('191','21','13','proteon80Mbit');
12740INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('192','21','14','hyperchannel');
12741INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('193','21','15','fddi');
12742INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('194','21','16','lapb');
12743INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('195','21','17','sdlc');
12744INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('196','21','18','ds1');
12745INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('197','21','19','e1');
12746INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('198','21','20','basicISDN');
12747INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('199','21','21','primaryISDN');
12748INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('200','21','22','propPointToPointSerial');
12749INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('201','21','23','ppp');
12750INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('202','21','24','softwareLoopback');
12751INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('203','21','25','eon');
12752INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('204','21','26','ethernet3Mbit');
12753INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('205','21','27','nsip');
12754INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('206','21','28','slip');
12755INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('207','21','29','ultra');
12756INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('208','21','30','ds3');
12757INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('209','21','31','sip');
12758INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('210','21','32','frameRelay');
12759INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('211','21','33','rs232');
12760INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('212','21','34','para');
12761INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('213','21','35','arcnet');
12762INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('214','21','36','arcnetPlus');
12763INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('215','21','37','atm');
12764INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('216','21','38','miox25');
12765INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('217','21','39','sonet');
12766INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('218','21','40','x25ple');
12767INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('219','21','41','iso88022llc');
12768INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('220','21','42','localTalk');
12769INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('221','21','43','smdsDxi');
12770INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('222','21','44','frameRelayService');
12771INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('223','21','45','v35');
12772INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('224','21','46','hssi');
12773INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('225','21','47','hippi');
12774INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('226','21','48','modem');
12775INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('227','21','49','aal5');
12776INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('228','21','50','sonetPath');
12777INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('229','21','51','sonetVT');
12778INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('230','21','52','smdsIcip');
12779INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('231','21','53','propVirtual');
12780INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('232','21','54','propMultiplexor');
12781INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('233','21','55','ieee80212');
12782INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('234','21','56','fibreChannel');
12783INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('235','21','57','hippiInterface');
12784INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('236','21','58','frameRelayInterconnect');
12785INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('237','21','59','aflane8023');
12786INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('238','21','60','aflane8025');
12787INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('239','21','61','cctEmul');
12788INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('240','21','62','fastEther');
12789INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('241','21','63','isdn');
12790INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('242','21','64','v11');
12791INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('243','21','65','v36');
12792INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('244','21','66','g703at64k');
12793INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('245','21','67','g703at2mb');
12794INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('246','21','68','qllc');
12795INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('247','21','69','fastEtherFX');
12796INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('248','21','70','channel');
12797INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('249','21','71','ieee80211');
12798INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('250','21','72','ibm370parChan');
12799INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('251','21','73','escon');
12800INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('252','21','74','dlsw');
12801INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('253','21','75','isdns');
12802INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('254','21','76','isdnu');
12803INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('255','21','77','lapd');
12804INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('256','21','78','ipSwitch');
12805INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('257','21','79','rsrb');
12806INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('258','21','80','atmLogical');
12807INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('259','21','81','ds0');
12808INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('260','21','82','ds0Bundle');
12809INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('261','21','83','bsc');
12810INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('262','21','84','async');
12811INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('263','21','85','cnr');
12812INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('264','21','86','iso88025Dtr');
12813INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('265','21','87','eplrs');
12814INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('266','21','88','arap');
12815INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('267','21','89','propCnls');
12816INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('268','21','90','hostPad');
12817INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('269','21','91','termPad');
12818INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('270','21','92','frameRelayMPI');
12819INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('271','21','93','x213');
12820INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('272','21','94','adsl');
12821INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('273','21','95','radsl');
12822INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('274','21','96','sdsl');
12823INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('275','21','97','vdsl');
12824INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('276','21','98','iso88025CRFPInt');
12825INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('277','21','99','myrinet');
12826INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('278','21','100','voiceEM');
12827INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('279','21','101','voiceFXO');
12828INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('280','21','102','voiceFXS');
12829INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('281','21','103','voiceEncap');
12830INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('282','21','104','voiceOverIp');
12831INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('283','21','105','atmDxi');
12832INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('284','21','106','atmFuni');
12833INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('285','21','107','atmIma');
12834INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('286','21','108','pppMultilinkBundle');
12835INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('287','21','109','ipOverCdlc');
12836INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('288','21','110','ipOverClaw');
12837INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('289','21','111','stackToStack');
12838INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('290','21','112','virtualIpAddress');
12839INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('291','21','113','mpc');
12840INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('292','21','114','ipOverAtm');
12841INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('293','21','115','iso88025Fiber');
12842INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('294','21','116','tdlc');
12843INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('295','21','117','gigabitEthernet');
12844INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('296','21','118','hdlc');
12845INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('297','21','119','lapf');
12846INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('298','21','120','v37');
12847INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('299','21','121','x25mlp');
12848INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('300','21','122','x25huntGroup');
12849INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('301','21','123','trasnpHdlc');
12850INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('302','21','124','interleave');
12851INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('303','21','125','fast');
12852INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('304','21','126','ip');
12853INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('305','21','127','docsCableMaclayer');
12854INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('306','21','128','docsCableDownstream');
12855INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('307','21','129','docsCableUpstream');
12856INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('308','21','130','a12MppSwitch');
12857INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('309','21','131','tunnel');
12858INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('310','21','132','coffee');
12859INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('311','21','133','ces');
12860INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('312','21','134','atmSubInterface');
12861INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('313','21','135','l2vlan');
12862INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('314','21','136','l3ipvlan');
12863INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('315','21','137','l3ipxvlan');
12864INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('316','21','138','digitalPowerline');
12865INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('317','21','139','mediaMailOverIp');
12866INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('318','21','140','dtm');
12867INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('319','21','141','dcn');
12868INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('320','21','142','ipForward');
12869INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('321','21','143','msdsl');
12870INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('322','21','144','ieee1394');
12871INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('323','21','145','if-gsn');
12872INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('324','21','146','dvbRccMacLayer');
12873INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('325','21','147','dvbRccDownstream');
12874INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('326','21','148','dvbRccUpstream');
12875INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('327','21','149','atmVirtual');
12876INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('328','21','150','mplsTunnel');
12877INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('329','21','151','srp');
12878INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('330','21','152','voiceOverAtm');
12879INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('331','21','153','voiceOverFrameRelay');
12880INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('332','21','154','idsl');
12881INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('333','21','155','compositeLink');
12882INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('334','21','156','ss7SigLink');
12883INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('335','21','157','propWirelessP2P');
12884INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('336','21','158','frForward');
12885INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('337','21','159','rfc1483');
12886INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('338','21','160','usb');
12887INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('339','21','161','ieee8023adLag');
12888INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('340','21','162','bgppolicyaccounting');
12889INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('341','21','163','frf16MfrBundle');
12890INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('342','21','164','h323Gatekeeper');
12891INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('343','21','165','h323Proxy');
12892INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('344','21','166','mpls');
12893INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('345','21','167','mfSigLink');
12894INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('346','21','168','hdsl2');
12895INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('347','21','169','shdsl');
12896INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('348','21','170','ds1FDL');
12897INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('349','21','171','pos');
12898INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('350','21','172','dvbAsiIn');
12899INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('351','21','173','dvbAsiOut');
12900INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('352','21','174','plc');
12901INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('353','21','175','nfas');
12902INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('354','21','176','tr008');
12903INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('355','21','177','gr303RDT');
12904INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('356','21','178','gr303IDT');
12905INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('357','21','179','isup');
12906INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('358','21','180','propDocsWirelessMaclayer');
12907INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('359','21','181','propDocsWirelessDownstream');
12908INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('360','21','182','propDocsWirelessUpstream');
12909INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('361','21','183','hiperlan2');
12910INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('362','21','184','propBWAp2Mp');
12911INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('363','21','185','sonetOverheadChannel');
12912INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('364','21','186','digitalWrapperOverheadChannel');
12913INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('365','21','187','aal2');
12914INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('366','21','188','radioMAC');
12915INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('367','21','189','atmRadio');
12916INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('368','21','190','imt');
12917INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('369','21','191','mvl');
12918INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('370','21','192','reachDSL');
12919INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('371','21','193','frDlciEndPt');
12920INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('372','21','194','atmVciEndPt');
12921INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('373','21','195','opticalChannel');
12922INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('374','21','196','opticalTransport');
12923INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('375','21','197','propAtm');
12924INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('376','21','198','voiceOverCable');
12925INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('377','21','199','infiniband');
12926INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('378','21','200','teLink');
12927INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('379','21','201','q2931');
12928INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('380','21','202','virtualTg');
12929INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('381','21','203','sipTg');
12930INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('382','21','204','sipSig');
12931INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('383','21','205','docsCableUpstreamChannel');
12932INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('384','21','206','econet');
12933INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('385','21','207','pon155');
12934INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('386','21','208','pon622');
12935INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('387','21','209','bridge');
12936INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('388','21','210','linegroup');
12937INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('389','21','211','voiceEMFGD');
12938INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('390','21','212','voiceFGDEANA');
12939INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('391','21','213','voiceDID');
12940INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('392','21','214','mpegTransport');
12941INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('393','21','215','sixToFour');
12942INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('394','21','216','gtp');
12943INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('395','21','217','pdnEtherLoop1');
12944INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('396','21','218','pdnEtherLoop2');
12945INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('397','21','219','opticalChannelGroup');
12946INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('398','21','220','homepna');
12947INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('399','21','221','gfp');
12948INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('400','21','222','ciscoISLvlan');
12949INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('401','21','223','actelisMetaLOOP');
12950INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('402','21','224','fcipLink');
12951INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('403','21','225','rpr');
12952INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('404','21','226','qam');
12953INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('405','21','227','lmp');
12954INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('406','21','228','cblVectaStar');
12955INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('407','21','229','docsCableMCmtsDownstream');
12956INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('408','21','230','adsl2');
12957INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('409','21','231','macSecControlledIF');
12958INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('410','21','232','macSecUncontrolledIF');
12959INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('411','21','233','aviciOpticalEther');
12960INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('412','21','234','atmbond');
12961INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('413','21','235','voiceFGDOS');
12962INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('414','21','236','mocaVersion1');
12963INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('415','21','237','ieee80216WMAN');
12964INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('416','21','238','adsl2plus');
12965INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('417','21','239','dvbRcsMacLayer');
12966INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('418','21','240','dvbTdm');
12967INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('419','21','241','dvbRcsTdma');
12968INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('420','21','242','x86Laps');
12969INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('421','21','243','wwanPP');
12970INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('422','21','244','wwanPP2');
12971INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('423','21','245','voiceEBS');
12972INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('424','21','246','ifPwType');
12973INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('425','21','247','ilan');
12974INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('426','21','248','pip');
12975INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('427','21','249','aluELP');
12976INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('428','21','250','gpon');
12977INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('429','21','251','vdsl2');
12978INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('430','21','252','capwapDot11Profile');
12979INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('431','21','253','capwapDot11Bss');
12980INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('432','21','254','capwapWtpVirtualRadio');
12981INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('433','21','255','bits');
12982INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('434','21','256','docsCableUpstreamRfPort');
12983INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('435','21','257','cableDownstreamRfPort');
12984INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('436','21','258','vmwareVirtualNic');
12985INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('437','21','259','ieee802154');
12986INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('438','21','260','otnOdu');
12987INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('439','21','261','otnOtu');
12988INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('440','21','262','ifVfiType');
12989INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('441','21','263','g9981');
12990INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('442','21','264','g9982');
12991INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('443','21','265','g9983');
12992INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('444','21','266','aluEpon');
12993INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('445','21','267','aluEponOnu');
12994INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('446','21','268','aluEponPhysicalUni');
12995INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('447','21','269','aluEponLogicalLink');
12996INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('448','21','270','aluGponOnu');
12997INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('449','21','271','aluGponPhysicalUni');
12998INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('450','21','272','vmwareNicTeam');
12999INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('451','21','277','docsOfdmDownstream');
13000INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('452','21','278','docsOfdmaUpstream');
13001INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('453','21','279','gfast');
13002INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('454','21','280','sdci');
13003INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('455','21','281','xboxWireless');
13004INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('456','21','282','fastdsl');
13005INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('457','21','283','docsCableScte55d1FwdOob');
13006INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('458','21','284','docsCableScte55d1RetOob');
13007INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('459','21','285','docsCableScte55d2DsOob');
13008INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('460','21','286','docsCableScte55d2UsOob');
13009INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('461','21','287','docsCableNdf');
13010INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('462','21','288','docsCableNdr');
13011INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('463','21','289','ptm');
13012INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('464','21','290','ghn');
13013INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('465','22','0','not available');
13014INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('466','22','1','available');
13015INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('467','22','2','unknown');
13016INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('468','23','1','deviceStateUnknown');
13017INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('469','23','2','deviceNotEquipped');
13018INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('470','23','3','deviceStateOk');
13019INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('471','23','4','deviceStateFailed');
13020INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('472','23','5','deviceStateOutOfService');
13021INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('473','24','1','unknown');
13022INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('474','24','2','faulty');
13023INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('475','24','3','below-min');
13024INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('476','24','4','nominal');
13025INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('477','24','5','above-max');
13026INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('478','24','6','absent');
13027INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('479','25','1','online');
13028INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('480','25','2','offline');
13029INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('481','25','3','testing');
13030INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('482','25','4','faulty');
13031INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('483','26','1','other');
13032INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('484','26','2','normal');
13033INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('485','26','3','failure');
13034INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('486','27','1','other');
13035INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('487','27','2','normal');
13036INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('488','27','3','failure');
13037INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('489','28','1','normal');
13038INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('490','28','2','warning');
13039INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('491','28','3','critical');
13040INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('492','28','4','shutdown');
13041INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('493','28','5','notPresent');
13042INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('494','28','6','notFunctioning');
13043INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('495','29','1','true - on');
13044INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('496','29','2','false - off');
13045INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('497','30','1','up');
13046INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('498','30','2','down');
13047INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('499','30','3','absent');
13048INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('500','31','1','up');
13049INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('501','31','2','down');
13050INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('502','31','3','absent');
13051INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('503','32','1','noexist');
13052INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('504','32','2','existnopower');
13053INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('505','32','3','existreadypower');
13054INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('506','32','4','normal');
13055INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('507','32','5','powerbutabnormal');
13056INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('508','32','6','unknown');
13057INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('509','33','0','other');
13058INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('510','33','1','working');
13059INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('511','33','2','fail');
13060INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('512','33','3','speed-0');
13061INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('513','33','4','speed-low');
13062INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('514','33','5','speed-middle');
13063INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('515','33','6','speed-high');
13064INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('516','34','0','other');
13065INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('517','34','1','lowVoltage');
13066INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('518','34','2','overCurrent');
13067INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('519','34','3','working');
13068INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('520','34','4','fail');
13069INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('521','34','5','connect');
13070INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('522','34','6','disconnect');
13071INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('523','35','1','true');
13072INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('524','35','2','false');
13073INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('525','36','1','true - on');
13074INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('526','36','2','false - off');
13075INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('527','37','1','alarm');
13076INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('528','37','2','normal');
13077INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('529','38','1','notPresent');
13078INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('530','38','2','presentOK');
13079INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('531','38','3','presentNotOK');
13080INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('532','38','4','presentPowerOff');
13081INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('533','39','1','notSupported');
13082INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('534','39','2','normal');
13083INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('535','39','3','postFailure');
13084INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('536','39','4','entityAbsent');
13085INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('543','39','11','poeError');
13086INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('550','40','1','unknown');
13087INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('551','40','2','bad');
13088INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('552','40','3','warning');
13089INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('553','40','4','good');
13090INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('554','40','5','notPresent');
13091INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('555','41','1','normal');
13092INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('556','41','2','abnormal');
13093INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('557','42','1','online');
13094INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('558','42','2','operational');
13095INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('559','42','3','failed');
13096INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('560','42','4','offline');
13097INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('561','43','1','invalid');
13098INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('562','43','2','bad');
13099INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('563','43','3','warning');
13100INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('564','43','4','good');
13101INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('565','43','5','disabled');
13102INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('566','44','1','unknown');
13103INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('567','44','2','disabled');
13104INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('568','44','3','failed');
13105INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('569','44','4','warning');
13106INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('570','44','5','standby');
13107INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('571','44','6','engaged');
13108INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('572','44','7','redundant');
13109INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('573','44','8','notPresent');
13110INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('574','45','1','normal');
13111INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('575','45','2','high');
13112INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('576','45','3','excessivelyHigh');
13113INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('577','45','4','low');
13114INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('578','45','5','excessivelyLow');
13115INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('579','45','6','noSensor');
13116INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('580','45','7','unknown');
13117INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('581','46','1','other');
13118INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('582','46','2','off');
13119INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('583','46','3','on - RedAlarm');
13120INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('584','47','1','unknown');
13121INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('585','47','2','running');
13122INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('586','47','3','ready');
13123INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('587','47','4','reset');
13124INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('588','47','5','runningAtFullSpeed');
13125INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('589','47','6','down or off');
13126INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('590','47','7','standby');
13127INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('591','48','1','unknown');
13128INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('592','48','2','disabled');
13129INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('593','48','3','enabled');
13130INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('594','48','4','testing');
13131INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('595','49','1','operational');
13132INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('596','49','2','failed');
13133INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('597','49','3','powering');
13134INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('598','49','4','notpowering');
13135INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('599','49','5','notpresent');
13136INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('600','50','1','operational');
13137INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('601','50','2','failed');
13138INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('602','50','3','powering');
13139INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('603','50','4','notpowering');
13140INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('604','50','5','notpresent');
13141INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('605','51','1','normal');
13142INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('606','51','2','warning');
13143INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('607','51','3','critical');
13144INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('608','51','4','shutdown');
13145INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('609','51','5','notpresent');
13146INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('610','51','6','notoperational');
13147INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('611','52','0','normal');
13148INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('612','52','1','abnormal');
13149INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('613','53','0','normal');
13150INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('614','53','1','abnormal');
13151INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('615','53','2','not available');
13152INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('616','54','1','other');
13153INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('617','54','2','ok');
13154INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('618','54','3','degraded');
13155INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('619','54','4','failed');
13156INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('620','55','1','other');
13157INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('621','55','2','unknown');
13158INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('622','55','3','system');
13159INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('623','55','4','systemBoard');
13160INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('624','55','5','ioBoard');
13161INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('625','55','6','cpu');
13162INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('626','55','7','memory');
13163INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('627','55','8','storage');
13164INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('628','55','9','removableMedia');
13165INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('629','55','10','powerSupply');
13166INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('630','55','11','ambient');
13167INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('631','55','12','chassis');
13168INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('632','55','13','bridgeCard');
13169INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('633','56','1','other');
13170INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('634','56','2','ida');
13171INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('635','56','3','idaExpansion');
13172INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('636','56','4','ida-2');
13173INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('637','56','5','smart');
13174INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('638','56','6','smart-2e');
13175INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('639','56','7','smart-2p');
13176INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('640','56','8','smart-2sl');
13177INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('641','56','9','smart-3100es');
13178INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('642','56','10','smart-3200');
13179INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('643','56','11','smart-2dh');
13180INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('644','56','12','smart-221');
13181INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('645','56','13','sa-4250es');
13182INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('646','56','14','sa-4200');
13183INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('647','56','15','sa-integrated');
13184INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('648','56','16','sa-431');
13185INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('649','56','17','sa-5300');
13186INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('650','56','18','raidLc2');
13187INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('651','56','19','sa-5i');
13188INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('652','56','20','sa-532');
13189INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('653','56','21','sa-5312');
13190INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('654','56','22','sa-641');
13191INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('655','56','23','sa-642');
13192INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('656','56','24','sa-6400');
13193INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('657','56','25','sa-6400em');
13194INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('658','56','26','sa-6i');
13195INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('659','56','27','sa-generic');
13196INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('660','56','29','sa-p600');
13197INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('661','56','30','sa-p400');
13198INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('662','56','31','sa-e200');
13199INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('663','56','32','sa-e200i');
13200INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('664','56','33','sa-p400i');
13201INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('665','56','34','sa-p800');
13202INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('666','56','35','sa-e500');
13203INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('667','56','36','sa-p700m');
13204INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('668','56','37','sa-p212');
13205INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('669','56','38','sa-p410');
13206INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('670','56','39','sa-p410i');
13207INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('671','56','40','sa-p411');
13208INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('672','56','41','sa-b110i');
13209INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('673','56','42','sa-p712m');
13210INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('674','56','43','sa-p711m');
13211INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('675','56','44','sa-p812');
13212INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('676','57','1','other');
13213INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('677','57','2','ok');
13214INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('678','57','3','failed');
13215INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('679','57','4','predictiveFailure');
13216INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('680','58','0','nonRecoverable');
13217INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('681','58','2','critical');
13218INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('682','58','4','nonCritical');
13219INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('683','58','255','normal');
13220INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('684','59','1','other');
13221INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('685','59','2','unknown');
13222INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('686','59','3','ok');
13223INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('687','59','4','nonCritical');
13224INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('688','59','5','critical');
13225INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('689','59','6','nonRecoverable');
13226INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('690','60','1','other');
13227INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('691','60','2','unknown');
13228INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('692','60','3','ok');
13229INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('693','60','4','nonCriticalUpper');
13230INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('694','60','5','criticalUpper');
13231INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('695','60','6','nonRecoverableUpper');
13232INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('696','60','7','nonCriticalLower');
13233INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('697','60','8','criticalLower');
13234INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('698','60','9','nonRecoverableLower');
13235INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('699','60','10','failed');
13236INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('700','61','1','other');
13237INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('701','61','2','unknown');
13238INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('702','61','3','ok');
13239INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('703','61','4','nonCritical');
13240INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('704','61','5','critical');
13241INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('705','61','6','nonRecoverable');
13242INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('706','62','0','ok');
13243INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('707','62','1','failed');
13244INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('708','63','1','Unknown');
13245INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('709','63','2','HDD');
13246INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('710','63','3','SSD');
13247INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('711','64','1','Unknown');
13248INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('712','64','2','Ready');
13249INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('713','64','3','Failed');
13250INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('714','64','4','Degraded');
13251INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('715','64','5','Missing');
13252INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('716','64','6','Charging');
13253INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('717','64','7','Below threshold');
13254INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('718','65','1','Other');
13255INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('719','65','2','RAID-0');
13256INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('720','65','3','RAID-1');
13257INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('721','65','4','RAID-5');
13258INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('722','65','5','RAID-6');
13259INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('723','65','6','RAID-10');
13260INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('724','65','7','RAID-50');
13261INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('725','65','8','RAID-60');
13262INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('726','65','9','Concatenated RAID 1');
13263INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('727','65','10','Concatenated RAID 5');
13264INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('728','66','1','Not applicable');
13265INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('729','66','2','Reconstructing');
13266INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('730','66','3','Resynching');
13267INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('731','66','4','Initializing');
13268INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('732','66','5','Background init');
13269INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('733','67','1','Write Through');
13270INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('734','67','2','Write Back');
13271INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('735','67','3','Force Write Back');
13272INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('736','68','1','No Read Ahead');
13273INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('737','68','2','Read Ahead');
13274INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('738','68','3','Adaptive Read Ahead');
13275INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('739','69','1','Unknown');
13276INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('740','69','2','Online');
13277INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('741','69','3','Failed');
13278INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('742','69','4','Degraded');
13279INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('743','70','1','other');
13280INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('744','70','2','ok');
13281INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('745','70','3','replaceDrive');
13282INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('746','70','4','replaceDriveSSDWearOut');
13283INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('747','71','1','other');
13284INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('748','71','2','invalid');
13285INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('749','71','3','enabled');
13286INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('750','71','4','tmpDisabled');
13287INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('751','71','5','permDisabled');
13288INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('752','71','6','cacheModFlashMemNotAttached');
13289INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('753','71','7','cacheModDegradedFailsafeSpeed');
13290INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('754','71','8','cacheModCriticalFailure');
13291INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('755','71','9','cacheReadCacheNotMapped');
13292INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('756','72','1','Other');
13293INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('757','72','2','Ok');
13294INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('758','72','3','Recharging');
13295INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('759','72','4','Failed');
13296INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('760','72','5','Degraded');
13297INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('761','72','6','Not Present');
13298INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('762','72','7','Capacitor failed');
13299INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('763','73','1','Other');
13300INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('764','73','2','rotatingPlatters');
13301INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('765','73','3','solidState');
13302INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('766','74','0','other');
13303INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('767','74','2','none');
13304INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('768','74','3','RAID-1/RAID-10');
13305INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('769','74','4','RAID-4');
13306INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('770','74','5','RAID-5');
13307INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('771','74','7','RAID-6');
13308INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('772','74','8','RAID-50');
13309INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('773','74','9','RAID-60');
13310INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('774','74','10','RAID-1 ADM');
13311INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('775','74','11','RAID-10 ADM');
13312INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('776','75','1','other');
13313INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('777','75','2','ok');
13314INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('778','75','3','failed');
13315INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('779','75','4','unconfigured');
13316INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('780','75','5','recovering');
13317INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('781','75','6','readyForRebuild');
13318INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('782','75','7','rebuilding');
13319INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('783','75','8','wrongDrive');
13320INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('784','75','9','badConnect');
13321INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('785','75','10','overheating');
13322INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('786','75','11','shutdown');
13323INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('787','75','12','expanding');
13324INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('788','75','13','notAvailable');
13325INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('789','75','14','queuedForExpansion');
13326INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('790','75','15','multipathAccessDegraded');
13327INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('791','75','16','erasing');
13328INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('792','75','17','predictiveSpareRebuildReady');
13329INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('793','75','18','rapidParityInitInProgress');
13330INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('794','75','19','rapidParityInitPending');
13331INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('795','75','20','noAccessEncryptedNoCntlrKey');
13332INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('796','75','21','unencryptedToEncryptedInProgress');
13333INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('797','75','22','newLogDrvKeyRekeyInProgress');
13334INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('798','75','23','noAccessEncryptedCntlrEncryptnNotEnbld');
13335INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('799','75','24','unencryptedToEncryptedNotStarted');
13336INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('800','75','25','newLogDrvKeyRekeyRequestReceived');
13337INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('801','56','45','sw-1210m');
13338INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('802','56','46','sa-p220i');
13339INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('803','56','47','sa-p222');
13340INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('804','56','48','sa-p420');
13341INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('805','56','49','sa-p420i');
13342INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('806','56','50','sa-p421');
13343INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('807','56','51','sa-b320i');
13344INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('808','56','52','sa-p822');
13345INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('809','56','53','sa-p721m');
13346INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('810','56','54','sa-b120i');
13347INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('811','56','55','hps-1224');
13348INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('812','56','56','hps-1228');
13349INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('813','56','57','hps-1228m');
13350INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('814','56','58','sa-p822se');
13351INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('815','56','59','hps-1224e');
13352INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('816','56','60','hps-1228e');
13353INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('817','56','61','hps-1228em');
13354INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('818','56','62','sa-p230i');
13355INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('819','56','63','sa-p430i');
13356INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('820','56','64','sa-p430');
13357INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('821','56','65','sa-p431');
13358INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('822','56','66','sa-p731m');
13359INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('823','56','67','sa-p830i');
13360INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('824','56','68','sa-p830');
13361INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('825','56','69','sa-p831');
13362INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('826','56','70','sa-p530');
13363INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('827','56','71','sa-p531');
13364INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('828','56','72','sa-p244br');
13365INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('829','56','73','sa-p246br');
13366INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('830','56','74','sa-p440');
13367INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('831','56','75','sa-p440ar');
13368INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('832','56','76','sa-p441');
13369INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('833','56','77','sa-p741m');
13370INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('834','56','78','sa-p840');
13371INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('835','56','79','sa-p841');
13372INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('836','56','80','sh-h240ar');
13373INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('837','56','81','sh-h244br');
13374INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('838','56','82','sh-h240');
13375INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('839','56','83','sh-h241');
13376INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('840','56','84','sa-b140i');
13377INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('841','56','85','sh-generic');
13378INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('842','56','88','sa-p840ar');
13379INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('843','39','21','stackError');
13380INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('844','39','22','stackPortBlocked');
13381INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('845','39','23','stackPortFailed');
13382INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('846','39','31','sfpRecvError');
13383INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('847','39','32','sfpSendError');
13384INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('848','39','33','sfpBothError');
13385INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('849','39','41','fanError');
13386INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('850','39','51','psuError');
13387INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('851','39','61','rpsError');
13388INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('852','39','71','moduleFaulty');
13389INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('853','39','81','sensorError');
13390INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('854','39','91','hardwareFaulty');
13391INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('855','76','0','unknown');
13392INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('856','76','1','operable');
13393INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('857','76','2','inoperable');
13394INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('858','76','3','degraded');
13395INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('859','76','4','poweredOff');
13396INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('860','76','5','powerProblem');
13397INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('861','76','6','removed');
13398INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('862','76','7','voltageProblem');
13399INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('863','76','8','thermalProblem');
13400INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('864','76','9','performanceProblem');
13401INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('865','76','10','accessibilityProblem');
13402INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('866','76','11','identityUnestablishable');
13403INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('867','76','12','biosPostTimeout');
13404INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('868','76','13','disabled');
13405INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('869','76','14','malformedFru');
13406INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('870','76','15','backplanePortProblem');
13407INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('871','76','16','chassisIntrusion');
13408INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('872','76','51','fabricConnProblem');
13409INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('873','76','52','fabricUnsupportedConn');
13410INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('874','76','81','config');
13411INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('875','76','82','equipmentProblem');
13412INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('876','76','83','decomissioning');
13413INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('877','76','84','chassisLimitExceeded');
13414INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('878','76','100','notSupported');
13415INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('879','76','101','discovery');
13416INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('880','76','102','discoveryFailed');
13417INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('881','76','103','identify');
13418INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('882','76','104','postFailure');
13419INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('883','76','105','upgradeProblem');
13420INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('884','76','106','peerCommProblem');
13421INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('885','76','107','autoUpgrade');
13422INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('886','76','108','linkActivateBlocked');
13423INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('887','77','0','indeterminate');
13424INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('888','77','1','unassociated');
13425INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('889','77','10','ok');
13426INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('890','77','11','discovery');
13427INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('891','77','12','config');
13428INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('892','77','13','unconfig');
13429INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('893','77','14','powerOff');
13430INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('894','77','15','restart');
13431INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('895','77','20','maintenance');
13432INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('896','77','21','test');
13433INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('897','77','29','computeMismatch');
13434INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('898','77','30','computeFailed');
13435INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('899','77','31','degraded');
13436INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('900','77','32','discoveryFailed');
13437INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('901','77','33','configFailure');
13438INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('902','77','34','unconfigFailed');
13439INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('903','77','35','testFailed');
13440INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('904','77','36','maintenanceFailed');
13441INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('905','77','40','removed');
13442INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('906','77','41','disabled');
13443INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('907','77','50','inaccessible');
13444INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('908','77','60','thermalProblem');
13445INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('909','77','61','powerProblem');
13446INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('910','77','62','voltageProblem');
13447INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('911','77','63','inoperable');
13448INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('912','77','101','decomissioning');
13449INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('913','77','201','biosRestore');
13450INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('914','77','202','cmosReset');
13451INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('915','77','203','diagnostics');
13452INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('916','77','204','diagnosticsFailed');
13453INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('917','77','210','pendingReboot');
13454INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('918','77','211','pendingReassociation');
13455INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('919','77','212','svnicNotPresent');
13456INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('920','78','0','unknown');
13457INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('921','78','1','online');
13458INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('922','78','2','unconfiguredGood');
13459INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('923','78','3','globalHotSpare');
13460INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('924','78','4','dedicatedHotSpare');
13461INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('925','78','5','jbod');
13462INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('926','78','6','offline');
13463INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('927','78','7','rebuilding');
13464INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('928','78','8','copyback');
13465INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('929','78','9','failed');
13466INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('930','78','10','unconfiguredBad');
13467INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('931','78','11','predictiveFailure');
13468INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('932','78','12','disabledForRemoval');
13469INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('933','78','13','foreignConfiguration');
13470INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('934','78','14','zeroing');
13471INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('935','78','15','good');
13472INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('936','78','16','bad');
13473INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('937','78','17','lockedForeignConfiguration');
13474INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('938','79','0','unspecified');
13475INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('939','79','1','simple');
13476INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('940','79','2','mirror');
13477INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('941','79','3','stripe');
13478INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('942','79','4','raid');
13479INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('943','79','5','stripeParity');
13480INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('944','79','6','stripeDualParity');
13481INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('945','79','7','mirrorStripe');
13482INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('946','79','8','stripeParityStripe');
13483INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('947','79','9','stripeDualParityStripe');
13484INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('948','80','0','unknown');
13485INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('949','80','1','empty');
13486INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('950','80','10','equipped');
13487INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('951','80','11','missing');
13488INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('952','80','12','mismatch');
13489INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('953','80','13','equippedNotPrimary');
13490INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('954','80','14','equippedSlave');
13491INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('955','80','15','mismatchSlave');
13492INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('956','80','16','missingSlave');
13493INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('957','80','20','equippedIdentityUnestablishable');
13494INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('958','80','21','mismatchIdentityUnestablishable');
13495INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('959','80','22','equippedWithMalformedFru');
13496INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('960','80','30','inaccessible');
13497INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('961','80','40','unauthorized');
13498INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('962','80','100','notSupported');
13499INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('963','80','101','equippedUnsupported');
13500INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('964','80','102','equippedDiscNotStarted');
13501INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('965','80','103','equippedDiscInProgress');
13502INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('966','80','104','equippedDiscError');
13503INSERT INTO mappings (mappingid,valuemapid,value,newvalue) values ('967','80','105','equippedDiscUnknown');
13504INSERT 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');
13505INSERT 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}
13506{HOST.CONN}','0','111','61',NULL,NULL,'0','0','200','200','0','0','');
13507INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1','22446','22444');
13508INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('3','22448','22444');
13509INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('5','22452','22450');
13510INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('7','22454','22450');
13511INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('9','22456','22450');
13512INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('11','22458','22450');
13513INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('65','22686','22450');
13514INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('135','22868','22867');
13515INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('136','22869','22867');
13516INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('137','22870','22867');
13517INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('138','22871','22867');
13518INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('139','22872','22867');
13519INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('142','22908','22907');
13520INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('143','22909','22907');
13521INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('144','22910','22907');
13522INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('145','22911','22907');
13523INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('146','22912','22907');
13524INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('147','22945','22944');
13525INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('148','22946','22944');
13526INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('149','22948','22947');
13527INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('150','22949','22947');
13528INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('151','22950','22947');
13529INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('152','22951','22947');
13530INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('153','22952','22947');
13531INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('154','22985','22984');
13532INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('155','22986','22984');
13533INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('156','22988','22987');
13534INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('157','22989','22987');
13535INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('158','22990','22987');
13536INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('159','22991','22987');
13537INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('160','22992','22987');
13538INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('161','23025','23024');
13539INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('162','23026','23024');
13540INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('163','23028','23027');
13541INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('164','23029','23027');
13542INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('165','23030','23027');
13543INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('166','23031','23027');
13544INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('167','23032','23027');
13545INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('170','23068','23067');
13546INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('171','23069','23067');
13547INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('172','23070','23067');
13548INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('173','23071','23067');
13549INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('174','23072','23067');
13550INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('175','23164','23162');
13551INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('176','23165','23162');
13552INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('178','23167','23162');
13553INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('179','23168','23162');
13554INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('180','23169','23163');
13555INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('181','23170','23163');
13556INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('182','23280','23278');
13557INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('183','23281','23278');
13558INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('184','23282','23279');
13559INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('185','23283','23279');
13560INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('186','23284','23279');
13561INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('187','23285','23279');
13562INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('188','23286','23279');
13563INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('189','23073','23540');
13564INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('190','23074','23540');
13565INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('191','23075','23329');
13566INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('192','23076','23329');
13567INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('220','23666','23665');
13568INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('775','27030','27029');
13569INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('776','27032','27031');
13570INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('803','27069','27068');
13571INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('804','27070','27068');
13572INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('805','27071','27068');
13573INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('806','27072','27068');
13574INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('807','27073','27068');
13575INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('808','27074','27068');
13576INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('809','27075','27068');
13577INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('810','27076','27068');
13578INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('811','27077','27068');
13579INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('812','27079','27078');
13580INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('813','27080','27078');
13581INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('814','27081','27078');
13582INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('815','27082','27078');
13583INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('816','27083','27078');
13584INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('817','27084','27078');
13585INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('818','27085','27078');
13586INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('819','27086','27078');
13587INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('820','27087','27078');
13588INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('821','27089','27088');
13589INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('822','27090','27088');
13590INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('823','27091','27088');
13591INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('824','27092','27088');
13592INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('825','27093','27088');
13593INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('826','27094','27088');
13594INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('827','27095','27088');
13595INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('828','27096','27088');
13596INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('829','27097','27088');
13597INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('830','27099','27098');
13598INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('831','27100','27098');
13599INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('832','27101','27098');
13600INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('833','27102','27098');
13601INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('834','27103','27098');
13602INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('835','27104','27098');
13603INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('836','27105','27098');
13604INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('837','27106','27098');
13605INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('838','27107','27098');
13606INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('848','27119','27118');
13607INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('849','27120','27118');
13608INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('850','27121','27118');
13609INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('851','27122','27118');
13610INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('852','27123','27118');
13611INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('853','27124','27118');
13612INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('854','27125','27118');
13613INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('855','27126','27118');
13614INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('856','27127','27118');
13615INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('875','27181','27180');
13616INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('876','27182','27180');
13617INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('877','27183','27180');
13618INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('878','27184','27180');
13619INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('879','27185','27180');
13620INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('880','27186','27180');
13621INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('881','27187','27180');
13622INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('882','27188','27180');
13623INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('883','27189','27180');
13624INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('884','27191','27190');
13625INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('885','27212','27209');
13626INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('886','27213','27210');
13627INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('887','27214','27211');
13628INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('888','27216','27215');
13629INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('889','27217','27215');
13630INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('890','27218','27215');
13631INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('891','27219','27215');
13632INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('892','27220','27215');
13633INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('893','27221','27215');
13634INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('894','27222','27215');
13635INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('895','27223','27215');
13636INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('896','27224','27215');
13637INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('898','27246','27242');
13638INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('899','27247','27242');
13639INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('900','27248','27243');
13640INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('901','27249','27244');
13641INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('902','27250','27244');
13642INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('903','27252','27251');
13643INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('904','27253','27251');
13644INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('905','27254','27251');
13645INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('906','27255','27251');
13646INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('907','27256','27251');
13647INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('908','27257','27251');
13648INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('909','27258','27251');
13649INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('910','27259','27251');
13650INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('911','27260','27251');
13651INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('912','27273','27272');
13652INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('913','27274','27272');
13653INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('914','27275','27272');
13654INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('915','27276','27272');
13655INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('916','27277','27272');
13656INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('917','27278','27272');
13657INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('918','27279','27272');
13658INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('919','27280','27272');
13659INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('920','27281','27272');
13660INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('921','27312','27302');
13661INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('922','27313','27303');
13662INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('923','27314','27304');
13663INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('924','27315','27306');
13664INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('925','27316','27307');
13665INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('926','27317','27308');
13666INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('927','27318','27309');
13667INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('928','27319','27310');
13668INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('929','27320','27311');
13669INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('930','27322','27321');
13670INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('931','27323','27321');
13671INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('932','27324','27321');
13672INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('933','27325','27321');
13673INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('934','27326','27321');
13674INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('935','27327','27321');
13675INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('936','27328','27321');
13676INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('937','27329','27321');
13677INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('938','27330','27321');
13678INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('939','27332','27331');
13679INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('950','27415','27390');
13680INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('951','27416','27390');
13681INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('952','27417','27391');
13682INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('954','27419','27393');
13683INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('955','27420','27394');
13684INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('956','27421','27394');
13685INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('957','27422','27395');
13686INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('958','27423','27396');
13687INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('960','27425','27397');
13688INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('961','27426','27397');
13689INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('962','27427','27398');
13690INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('963','27428','27399');
13691INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('964','27429','27400');
13692INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('965','27430','27400');
13693INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('966','27431','27401');
13694INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('967','27432','27402');
13695INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('978','27443','27409');
13696INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('979','27444','27409');
13697INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('980','27445','27410');
13698INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('981','27446','27411');
13699INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('982','27447','27411');
13700INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('983','27448','27412');
13701INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('984','27449','27413');
13702INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('985','27451','27450');
13703INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('986','27452','27450');
13704INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('987','27453','27450');
13705INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('988','27454','27450');
13706INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('989','27455','27450');
13707INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('990','27456','27450');
13708INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('991','27457','27450');
13709INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('992','27458','27450');
13710INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('993','27459','27450');
13711INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('994','27461','27460');
13712INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('995','27477','27473');
13713INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('996','27478','27473');
13714INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('997','27479','27474');
13715INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('998','27480','27475');
13716INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('999','27481','27476');
13717INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1000','27482','27476');
13718INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1001','27483','27476');
13719INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1002','27484','27476');
13720INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1003','27485','27476');
13721INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1004','27487','27486');
13722INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1005','27488','27486');
13723INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1006','27489','27486');
13724INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1007','27490','27486');
13725INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1008','27491','27486');
13726INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1009','27492','27486');
13727INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1010','27493','27486');
13728INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1011','27494','27486');
13729INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1012','27495','27486');
13730INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1013','27516','27512');
13731INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1014','27517','27513');
13732INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1015','27518','27514');
13733INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1016','27519','27515');
13734INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1017','27521','27520');
13735INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1018','27522','27520');
13736INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1019','27523','27520');
13737INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1020','27524','27520');
13738INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1021','27525','27520');
13739INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1022','27526','27520');
13740INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1023','27527','27520');
13741INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1024','27528','27520');
13742INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1025','27529','27520');
13743INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1026','27531','27530');
13744INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1027','27552','27548');
13745INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1028','27553','27549');
13746INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1029','27554','27550');
13747INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1030','27555','27551');
13748INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1031','27557','27556');
13749INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1032','27558','27556');
13750INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1033','27559','27556');
13751INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1034','27560','27556');
13752INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1035','27561','27556');
13753INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1036','27562','27556');
13754INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1037','27563','27556');
13755INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1038','27564','27556');
13756INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1039','27565','27556');
13757INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1040','27567','27566');
13758INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1041','27590','27587');
13759INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1042','27591','27587');
13760INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1043','27592','27587');
13761INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1044','27593','27588');
13762INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1045','27594','27589');
13763INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1046','27595','27589');
13764INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1047','27597','27596');
13765INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1048','27598','27596');
13766INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1049','27599','27596');
13767INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1050','27600','27596');
13768INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1051','27601','27596');
13769INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1052','27602','27596');
13770INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1053','27603','27596');
13771INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1054','27604','27596');
13772INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1055','27605','27596');
13773INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1056','27607','27606');
13774INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1057','27620','27619');
13775INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1058','27621','27619');
13776INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1059','27622','27619');
13777INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1060','27623','27619');
13778INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1061','27624','27619');
13779INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1062','27625','27619');
13780INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1063','27626','27619');
13781INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1064','27627','27619');
13782INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1065','27628','27619');
13783INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1066','27630','27629');
13784INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1067','27643','27642');
13785INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1068','27644','27642');
13786INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1069','27645','27642');
13787INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1070','27646','27642');
13788INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1071','27647','27642');
13789INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1072','27648','27642');
13790INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1073','27649','27642');
13791INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1074','27650','27642');
13792INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1075','27651','27642');
13793INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1076','27653','27652');
13794INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1077','27670','27665');
13795INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1078','27671','27665');
13796INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1079','27672','27666');
13797INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1080','27673','27667');
13798INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1081','27674','27668');
13799INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1082','27675','27669');
13800INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1083','27676','27669');
13801INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1084','27677','27669');
13802INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1085','27678','27669');
13803INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1086','27679','27669');
13804INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1107','27723','27722');
13805INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1108','27724','27722');
13806INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1109','27725','27722');
13807INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1110','27726','27722');
13808INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1111','27727','27722');
13809INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1112','27728','27722');
13810INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1113','27729','27722');
13811INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1114','27730','27722');
13812INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1115','27731','27722');
13813INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1116','27733','27732');
13814INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1117','27748','27745');
13815INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1118','27749','27745');
13816INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1119','27750','27745');
13817INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1120','27751','27745');
13818INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1121','27752','27745');
13819INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1122','27753','27745');
13820INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1123','27754','27746');
13821INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1124','27755','27747');
13822INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1125','27757','27756');
13823INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1126','27758','27756');
13824INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1127','27759','27756');
13825INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1128','27760','27756');
13826INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1129','27761','27756');
13827INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1130','27762','27756');
13828INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1131','27763','27756');
13829INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1132','27764','27756');
13830INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1133','27765','27756');
13831INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1134','27783','27779');
13832INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1135','27784','27779');
13833INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1136','27785','27780');
13834INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1137','27786','27781');
13835INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1138','27787','27782');
13836INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1139','27789','27788');
13837INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1140','27790','27788');
13838INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1141','27791','27788');
13839INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1142','27792','27788');
13840INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1143','27793','27788');
13841INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1144','27794','27788');
13842INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1145','27795','27788');
13843INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1146','27796','27788');
13844INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1147','27797','27788');
13845INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1148','27799','27798');
13846INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1149','27819','27815');
13847INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1151','27821','27816');
13848INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1152','27822','27817');
13849INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1153','27823','27818');
13850INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1183','27873','27872');
13851INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1184','27874','27872');
13852INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1185','27875','27872');
13853INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1186','27876','27872');
13854INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1187','27877','27872');
13855INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1188','27878','27872');
13856INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1189','27879','27872');
13857INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1190','27880','27872');
13858INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1191','27881','27872');
13859INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1192','27904','27901');
13860INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1193','27905','27902');
13861INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1194','27906','27903');
13862INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1195','27907','27903');
13863INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1196','27908','27903');
13864INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1197','27910','27909');
13865INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1198','27911','27909');
13866INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1199','27912','27909');
13867INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1200','27913','27909');
13868INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1201','27914','27909');
13869INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1202','27915','27909');
13870INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1203','27916','27909');
13871INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1204','27917','27909');
13872INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1205','27918','27909');
13873INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1206','27940','27937');
13874INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1207','27941','27937');
13875INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1208','27942','27938');
13876INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1209','27943','27939');
13877INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1210','27945','27944');
13878INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1211','27946','27944');
13879INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1212','27947','27944');
13880INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1213','27948','27944');
13881INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1214','27949','27944');
13882INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1215','27950','27944');
13883INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1216','27951','27944');
13884INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1217','27952','27944');
13885INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1218','27953','27944');
13886INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1219','27955','27954');
13887INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1220','27977','27976');
13888INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1221','27978','27976');
13889INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1222','27979','27976');
13890INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1223','27980','27976');
13891INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1224','27981','27976');
13892INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1225','27982','27976');
13893INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1226','27983','27976');
13894INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1227','27984','27976');
13895INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1228','27985','27976');
13896INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1229','28003','28001');
13897INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1230','28004','28002');
13898INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1231','28006','28005');
13899INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1232','28007','28005');
13900INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1233','28008','28005');
13901INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1234','28009','28005');
13902INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1235','28010','28005');
13903INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1236','28011','28005');
13904INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1237','28012','28005');
13905INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1238','28013','28005');
13906INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1239','28014','28005');
13907INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1253','28059','28058');
13908INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1254','28060','28058');
13909INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1255','28061','28058');
13910INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1256','28062','28058');
13911INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1257','28063','28058');
13912INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1258','28064','28058');
13913INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1259','28065','28058');
13914INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1260','28066','28058');
13915INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1261','28067','28058');
13916INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1262','28069','28068');
13917INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1276','28098','28097');
13918INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1277','28099','28097');
13919INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1278','28100','28097');
13920INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1279','28101','28097');
13921INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1280','28102','28097');
13922INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1281','28103','28097');
13923INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1282','28104','28097');
13924INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1283','28105','28097');
13925INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1284','28106','28097');
13926INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1285','28119','28118');
13927INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1286','28120','28118');
13928INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1287','28121','28118');
13929INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1288','28122','28118');
13930INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1289','28123','28118');
13931INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1290','28124','28118');
13932INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1291','28125','28118');
13933INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1292','28126','28118');
13934INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1293','28127','28118');
13935INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1294','28129','28128');
13936INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1295','28150','28144');
13937INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1296','28151','28145');
13938INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1297','28152','28145');
13939INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1298','28153','28145');
13940INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1299','28154','28146');
13941INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1300','28155','28147');
13942INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1301','28156','28148');
13943INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1302','28157','28149');
13944INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1303','28158','28149');
13945INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1317','28176','28175');
13946INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1318','28177','28175');
13947INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1319','28178','28175');
13948INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1320','28179','28175');
13949INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1321','28180','28175');
13950INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1322','28181','28175');
13951INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1323','28182','28175');
13952INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1324','28183','28175');
13953INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1325','28184','28175');
13954INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1326','28200','28196');
13955INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1327','28201','28196');
13956INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1328','28202','28197');
13957INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1329','28203','28197');
13958INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1330','28204','28198');
13959INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1331','28205','28198');
13960INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1332','28206','28199');
13961INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1333','28208','28207');
13962INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1334','28215','28212');
13963INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1335','28216','28213');
13964INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1336','28217','28214');
13965INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1337','28218','28214');
13966INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1338','28220','28219');
13967INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1340','28222','28219');
13968INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1341','28224','28223');
13969INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1342','28225','28223');
13970INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1343','28226','28223');
13971INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1344','28227','28223');
13972INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1345','28228','28223');
13973INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1346','28229','28223');
13974INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1347','28230','28223');
13975INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1348','28231','28223');
13976INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1349','28232','28223');
13977INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1350','28246','28244');
13978INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1351','28247','28245');
13979INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1352','28281','28280');
13980INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1353','28294','28293');
13981INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1354','28295','28293');
13982INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1355','28296','28293');
13983INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1356','28297','28293');
13984INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1357','28298','28293');
13985INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1358','28299','28293');
13986INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1359','28300','28293');
13987INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1360','28301','28293');
13988INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1361','28302','28293');
13989INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1375','28323','28306');
13990INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1376','28324','28306');
13991INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1377','28325','28307');
13992INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1378','28326','28307');
13993INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1379','28327','28308');
13994INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1380','28328','28308');
13995INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1381','28329','28309');
13996INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1382','28354','28346');
13997INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1383','28355','28346');
13998INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1384','28356','28347');
13999INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1385','28357','28347');
14000INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1386','28358','28348');
14001INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1387','28359','28349');
14002INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1388','28360','28349');
14003INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1389','28361','28350');
14004INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1390','28362','28350');
14005INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1391','28363','28350');
14006INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1392','28364','28350');
14007INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1393','28365','28350');
14008INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1394','28366','28350');
14009INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1395','28367','28350');
14010INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1396','28368','28351');
14011INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1397','28369','28351');
14012INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1398','28370','28351');
14013INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1399','28371','28351');
14014INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1400','28372','28351');
14015INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1401','28373','28351');
14016INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1402','28374','28352');
14017INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1403','28375','28352');
14018INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1404','28376','28353');
14019INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1405','28404','28392');
14020INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1406','28405','28392');
14021INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1407','28406','28393');
14022INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1408','28407','28394');
14023INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1409','28408','28395');
14024INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1410','28409','28396');
14025INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1411','28410','28397');
14026INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1412','28411','28398');
14027INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1413','28412','28399');
14028INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1414','28413','28400');
14029INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1415','28414','28400');
14030INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1416','28415','28401');
14031INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1417','28416','28401');
14032INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1418','28417','28402');
14033INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1419','28418','28402');
14034INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1420','28419','28402');
14035INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1421','28420','28402');
14036INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1422','28421','28402');
14037INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1423','28422','28402');
14038INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1424','28423','28403');
14039INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1425','28424','28403');
14040INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1426','28425','28403');
14041INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1427','28446','28440');
14042INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1428','28447','28441');
14043INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1429','28448','28442');
14044INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1430','28449','28443');
14045INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1431','28450','28444');
14046INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1432','28451','28444');
14047INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1433','28452','28445');
14048INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1434','28453','28445');
14049INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1435','28474','28468');
14050INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1436','28475','28469');
14051INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1437','28476','28470');
14052INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1438','28477','28471');
14053INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1439','28478','28472');
14054INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1440','28479','28472');
14055INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1441','28480','28473');
14056INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1442','28481','28473');
14057INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1443','28495','28493');
14058INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1444','28496','28494');
14059INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1449','28613','27815');
14060INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1450','28634','28625');
14061INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1451','28635','28625');
14062INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1452','28636','28625');
14063INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1453','28637','28625');
14064INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1454','28638','28626');
14065INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1455','28639','28627');
14066INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1456','28640','28628');
14067INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1457','28641','28628');
14068INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1458','28642','28628');
14069INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1459','28643','28629');
14070INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1460','28644','28630');
14071INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1461','28645','28630');
14072INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1462','28646','28630');
14073INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1463','28647','28630');
14074INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1464','28648','28631');
14075INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1465','28649','28631');
14076INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1466','28650','28631');
14077INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1467','28651','28632');
14078INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1468','28652','28632');
14079INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1469','28653','28633');
14080INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1470','28673','28661');
14081INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1471','28674','28661');
14082INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1472','28675','28661');
14083INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1473','28676','28662');
14084INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1474','28677','28662');
14085INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1475','28678','28662');
14086INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1476','28679','28663');
14087INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1477','28680','28663');
14088INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1478','28681','28663');
14089INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1479','28682','28664');
14090INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1480','28683','28664');
14091INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1481','28684','28664');
14092INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1482','28685','28665');
14093INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1483','28686','28665');
14094INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1484','28687','28665');
14095INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1485','28688','28666');
14096INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1486','28689','28666');
14097INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1487','28690','28666');
14098INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1488','28691','28667');
14099INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1489','28692','28667');
14100INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1490','28693','28667');
14101INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1491','28694','28668');
14102INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1492','28695','28668');
14103INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1493','28696','28668');
14104INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1494','28697','28669');
14105INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1495','28698','28669');
14106INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1496','28699','28669');
14107INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1497','28700','28670');
14108INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1498','28701','28670');
14109INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1499','28702','28670');
14110INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1500','28703','28671');
14111INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1501','28704','28671');
14112INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1502','28705','28671');
14113INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1503','28706','28672');
14114INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1504','28707','28672');
14115INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1505','28708','28672');
14116INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1506','28715','28711');
14117INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1507','28716','28711');
14118INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1508','28717','28711');
14119INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1509','28718','28712');
14120INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1510','28719','28712');
14121INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1511','28720','28712');
14122INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1512','28721','28713');
14123INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1513','28722','28713');
14124INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1514','28723','28713');
14125INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1515','28724','28714');
14126INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1516','28725','28714');
14127INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1517','28726','28714');
14128INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1518','28731','27390');
14129INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1519','28732','27397');
14130INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1520','28733','27409');
14131INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1521','28734','28219');
14132INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1522','28841','28833');
14133INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1523','28842','28834');
14134INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1524','28843','28834');
14135INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1525','28844','28834');
14136INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1526','28845','28834');
14137INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1527','28846','28837');
14138INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1528','28847','28837');
14139INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1529','28848','28837');
14140INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1530','28849','28837');
14141INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1531','28850','28838');
14142INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1532','28851','28838');
14143INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1533','28852','28838');
14144INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1534','28853','28838');
14145INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1535','28854','28839');
14146INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1536','28855','28839');
14147INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1537','28856','28839');
14148INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1538','28857','28839');
14149INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1539','28858','28840');
14150INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1540','28859','28840');
14151INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1541','28860','28840');
14152INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid) values ('1542','28861','28840');
14153INSERT INTO application_template (application_templateid,applicationid,templateid) values ('1','207','206');
14154INSERT INTO application_template (application_templateid,applicationid,templateid) values ('12','252','206');
14155INSERT INTO application_template (application_templateid,applicationid,templateid) values ('13','262','206');
14156INSERT INTO application_template (application_templateid,applicationid,templateid) values ('14','272','206');
14157INSERT INTO application_template (application_templateid,applicationid,templateid) values ('15','282','206');
14158INSERT INTO application_template (application_templateid,applicationid,templateid) values ('16','292','206');
14159INSERT INTO application_template (application_templateid,applicationid,templateid) values ('17','302','206');
14160INSERT INTO application_template (application_templateid,applicationid,templateid) values ('18','329','206');
14161INSERT INTO application_template (application_templateid,applicationid,templateid) values ('19','345','179');
14162INSERT INTO application_template (application_templateid,applicationid,templateid) values ('20','346','13');
14163INSERT INTO application_template (application_templateid,applicationid,templateid) values ('21','347','5');
14164INSERT INTO application_template (application_templateid,applicationid,templateid) values ('22','348','21');
14165INSERT INTO application_template (application_templateid,applicationid,templateid) values ('23','349','15');
14166INSERT INTO application_template (application_templateid,applicationid,templateid) values ('24','350','7');
14167INSERT INTO application_template (application_templateid,applicationid,templateid) values ('25','351','1');
14168INSERT INTO application_template (application_templateid,applicationid,templateid) values ('26','352','17');
14169INSERT INTO application_template (application_templateid,applicationid,templateid) values ('27','353','9');
14170INSERT INTO application_template (application_templateid,applicationid,templateid) values ('28','354','23');
14171INSERT INTO application_template (application_templateid,applicationid,templateid) values ('29','355','207');
14172INSERT INTO application_template (application_templateid,applicationid,templateid) values ('165','797','780');
14173INSERT INTO application_template (application_templateid,applicationid,templateid) values ('166','799','780');
14174INSERT INTO application_template (application_templateid,applicationid,templateid) values ('167','803','784');
14175INSERT INTO application_template (application_templateid,applicationid,templateid) values ('168','803','771');
14176INSERT INTO application_template (application_templateid,applicationid,templateid) values ('169','804','800');
14177INSERT INTO application_template (application_templateid,applicationid,templateid) values ('170','805','799');
14178INSERT INTO application_template (application_templateid,applicationid,templateid) values ('171','811','784');
14179INSERT INTO application_template (application_templateid,applicationid,templateid) values ('172','812','800');
14180INSERT INTO application_template (application_templateid,applicationid,templateid) values ('173','813','799');
14181INSERT INTO application_template (application_templateid,applicationid,templateid) values ('174','820','784');
14182INSERT INTO application_template (application_templateid,applicationid,templateid) values ('175','821','800');
14183INSERT INTO application_template (application_templateid,applicationid,templateid) values ('176','822','799');
14184INSERT INTO application_template (application_templateid,applicationid,templateid) values ('177','823','784');
14185INSERT INTO application_template (application_templateid,applicationid,templateid) values ('178','824','800');
14186INSERT INTO application_template (application_templateid,applicationid,templateid) values ('179','825','799');
14187INSERT INTO application_template (application_templateid,applicationid,templateid) values ('180','836','826');
14188INSERT INTO application_template (application_templateid,applicationid,templateid) values ('181','837','827');
14189INSERT INTO application_template (application_templateid,applicationid,templateid) values ('182','838','826');
14190INSERT INTO application_template (application_templateid,applicationid,templateid) values ('183','839','827');
14191INSERT INTO application_template (application_templateid,applicationid,templateid) values ('184','840','784');
14192INSERT INTO application_template (application_templateid,applicationid,templateid) values ('185','840','771');
14193INSERT INTO application_template (application_templateid,applicationid,templateid) values ('186','841','800');
14194INSERT INTO application_template (application_templateid,applicationid,templateid) values ('187','842','799');
14195INSERT INTO application_template (application_templateid,applicationid,templateid) values ('191','846','800');
14196INSERT INTO application_template (application_templateid,applicationid,templateid) values ('192','847','799');
14197INSERT INTO application_template (application_templateid,applicationid,templateid) values ('193','856','848');
14198INSERT INTO application_template (application_templateid,applicationid,templateid) values ('194','857','849');
14199INSERT INTO application_template (application_templateid,applicationid,templateid) values ('195','858','852');
14200INSERT INTO application_template (application_templateid,applicationid,templateid) values ('196','859','853');
14201INSERT INTO application_template (application_templateid,applicationid,templateid) values ('197','860','854');
14202INSERT INTO application_template (application_templateid,applicationid,templateid) values ('198','861','855');
14203INSERT INTO application_template (application_templateid,applicationid,templateid) values ('205','868','848');
14204INSERT INTO application_template (application_templateid,applicationid,templateid) values ('206','869','851');
14205INSERT INTO application_template (application_templateid,applicationid,templateid) values ('207','870','852');
14206INSERT INTO application_template (application_templateid,applicationid,templateid) values ('208','871','853');
14207INSERT INTO application_template (application_templateid,applicationid,templateid) values ('209','872','854');
14208INSERT INTO application_template (application_templateid,applicationid,templateid) values ('210','873','855');
14209INSERT INTO application_template (application_templateid,applicationid,templateid) values ('211','874','784');
14210INSERT INTO application_template (application_templateid,applicationid,templateid) values ('212','874','771');
14211INSERT INTO application_template (application_templateid,applicationid,templateid) values ('213','875','800');
14212INSERT INTO application_template (application_templateid,applicationid,templateid) values ('214','876','799');
14213INSERT INTO application_template (application_templateid,applicationid,templateid) values ('215','883','784');
14214INSERT INTO application_template (application_templateid,applicationid,templateid) values ('216','884','800');
14215INSERT INTO application_template (application_templateid,applicationid,templateid) values ('217','885','799');
14216INSERT INTO application_template (application_templateid,applicationid,templateid) values ('218','892','784');
14217INSERT INTO application_template (application_templateid,applicationid,templateid) values ('219','892','771');
14218INSERT INTO application_template (application_templateid,applicationid,templateid) values ('220','893','800');
14219INSERT INTO application_template (application_templateid,applicationid,templateid) values ('221','894','799');
14220INSERT INTO application_template (application_templateid,applicationid,templateid) values ('222','901','784');
14221INSERT INTO application_template (application_templateid,applicationid,templateid) values ('223','901','771');
14222INSERT INTO application_template (application_templateid,applicationid,templateid) values ('224','902','800');
14223INSERT INTO application_template (application_templateid,applicationid,templateid) values ('225','903','799');
14224INSERT INTO application_template (application_templateid,applicationid,templateid) values ('226','910','781');
14225INSERT INTO application_template (application_templateid,applicationid,templateid) values ('227','910','770');
14226INSERT INTO application_template (application_templateid,applicationid,templateid) values ('228','911','798');
14227INSERT INTO application_template (application_templateid,applicationid,templateid) values ('229','912','797');
14228INSERT INTO application_template (application_templateid,applicationid,templateid) values ('230','913','782');
14229INSERT INTO application_template (application_templateid,applicationid,templateid) values ('231','913','771');
14230INSERT INTO application_template (application_templateid,applicationid,templateid) values ('232','914','800');
14231INSERT INTO application_template (application_templateid,applicationid,templateid) values ('233','915','799');
14232INSERT INTO application_template (application_templateid,applicationid,templateid) values ('234','916','784');
14233INSERT INTO application_template (application_templateid,applicationid,templateid) values ('235','916','771');
14234INSERT INTO application_template (application_templateid,applicationid,templateid) values ('236','917','800');
14235INSERT INTO application_template (application_templateid,applicationid,templateid) values ('237','918','799');
14236INSERT INTO application_template (application_templateid,applicationid,templateid) values ('243','934','784');
14237INSERT INTO application_template (application_templateid,applicationid,templateid) values ('244','934','771');
14238INSERT INTO application_template (application_templateid,applicationid,templateid) values ('245','935','800');
14239INSERT INTO application_template (application_templateid,applicationid,templateid) values ('246','936','799');
14240INSERT INTO application_template (application_templateid,applicationid,templateid) values ('247','942','784');
14241INSERT INTO application_template (application_templateid,applicationid,templateid) values ('248','943','800');
14242INSERT INTO application_template (application_templateid,applicationid,templateid) values ('249','944','799');
14243INSERT INTO application_template (application_templateid,applicationid,templateid) values ('250','949','784');
14244INSERT INTO application_template (application_templateid,applicationid,templateid) values ('251','949','771');
14245INSERT INTO application_template (application_templateid,applicationid,templateid) values ('252','950','800');
14246INSERT INTO application_template (application_templateid,applicationid,templateid) values ('253','951','799');
14247INSERT INTO application_template (application_templateid,applicationid,templateid) values ('263','969','784');
14248INSERT INTO application_template (application_templateid,applicationid,templateid) values ('264','970','800');
14249INSERT INTO application_template (application_templateid,applicationid,templateid) values ('265','971','799');
14250INSERT INTO application_template (application_templateid,applicationid,templateid) values ('266','977','784');
14251INSERT INTO application_template (application_templateid,applicationid,templateid) values ('267','978','800');
14252INSERT INTO application_template (application_templateid,applicationid,templateid) values ('268','979','799');
14253INSERT INTO application_template (application_templateid,applicationid,templateid) values ('269','986','784');
14254INSERT INTO application_template (application_templateid,applicationid,templateid) values ('270','986','771');
14255INSERT INTO application_template (application_templateid,applicationid,templateid) values ('271','987','800');
14256INSERT INTO application_template (application_templateid,applicationid,templateid) values ('272','988','799');
14257INSERT INTO application_template (application_templateid,applicationid,templateid) values ('273','992','782');
14258INSERT INTO application_template (application_templateid,applicationid,templateid) values ('274','993','800');
14259INSERT INTO application_template (application_templateid,applicationid,templateid) values ('275','994','799');
14260INSERT INTO application_template (application_templateid,applicationid,templateid) values ('276','998','781');
14261INSERT INTO application_template (application_templateid,applicationid,templateid) values ('277','999','798');
14262INSERT INTO application_template (application_templateid,applicationid,templateid) values ('278','1000','797');
14263INSERT INTO application_template (application_templateid,applicationid,templateid) values ('283','1018','784');
14264INSERT INTO application_template (application_templateid,applicationid,templateid) values ('284','1018','771');
14265INSERT INTO application_template (application_templateid,applicationid,templateid) values ('285','1019','800');
14266INSERT INTO application_template (application_templateid,applicationid,templateid) values ('286','1020','799');
14267INSERT INTO application_template (application_templateid,applicationid,templateid) values ('291','1025','786');
14268INSERT INTO application_template (application_templateid,applicationid,templateid) values ('292','1026','800');
14269INSERT INTO application_template (application_templateid,applicationid,templateid) values ('293','1027','799');
14270INSERT INTO application_template (application_templateid,applicationid,templateid) values ('294','1028','784');
14271INSERT INTO application_template (application_templateid,applicationid,templateid) values ('295','1028','771');
14272INSERT INTO application_template (application_templateid,applicationid,templateid) values ('296','1029','800');
14273INSERT INTO application_template (application_templateid,applicationid,templateid) values ('297','1030','799');
14274INSERT INTO application_template (application_templateid,applicationid,templateid) values ('302','1041','784');
14275INSERT INTO application_template (application_templateid,applicationid,templateid) values ('303','1042','800');
14276INSERT INTO application_template (application_templateid,applicationid,templateid) values ('304','1043','799');
14277INSERT INTO application_template (application_templateid,applicationid,templateid) values ('305','1048','852');
14278INSERT INTO application_template (application_templateid,applicationid,templateid) values ('306','1049','855');
14279INSERT INTO application_template (application_templateid,applicationid,templateid) values ('307','1050','854');
14280INSERT INTO application_template (application_templateid,applicationid,templateid) values ('308','1051','853');
14281INSERT INTO application_template (application_templateid,applicationid,templateid) values ('309','1052','848');
14282INSERT INTO application_template (application_templateid,applicationid,templateid) values ('310','1053','784');
14283INSERT INTO application_template (application_templateid,applicationid,templateid) values ('311','1054','800');
14284INSERT INTO application_template (application_templateid,applicationid,templateid) values ('312','1055','799');
14285INSERT INTO application_template (application_templateid,applicationid,templateid) values ('313','1057','1056');
14286INSERT INTO application_template (application_templateid,applicationid,templateid) values ('314','1058','771');
14287INSERT INTO application_template (application_templateid,applicationid,templateid) values ('315','1059','800');
14288INSERT INTO application_template (application_templateid,applicationid,templateid) values ('316','1060','799');
14289INSERT INTO application_template (application_templateid,applicationid,templateid) values ('317','1058','784');
14290INSERT INTO application_template (application_templateid,applicationid,templateid) values ('318','1069','800');
14291INSERT INTO application_template (application_templateid,applicationid,templateid) values ('319','1070','799');
14292INSERT INTO application_template (application_templateid,applicationid,templateid) values ('320','1078','800');
14293INSERT INTO application_template (application_templateid,applicationid,templateid) values ('321','1079','799');
14294INSERT INTO application_template (application_templateid,applicationid,templateid) values ('322','1087','798');
14295INSERT INTO application_template (application_templateid,applicationid,templateid) values ('323','1088','797');
14296INSERT INTO application_template (application_templateid,applicationid,templateid) values ('324','1094','800');
14297INSERT INTO application_template (application_templateid,applicationid,templateid) values ('325','1095','799');
14298INSERT INTO application_template (application_templateid,applicationid,templateid) values ('326','1101','800');
14299INSERT INTO application_template (application_templateid,applicationid,templateid) values ('327','1102','799');
14300INSERT INTO application_template (application_templateid,applicationid,templateid) values ('328','1113','800');
14301INSERT INTO application_template (application_templateid,applicationid,templateid) values ('329','1114','799');
14302INSERT INTO application_template (application_templateid,applicationid,templateid) values ('334','1125','1122');
14303INSERT INTO application_template (application_templateid,applicationid,templateid) values ('335','1126','1123');
14304INSERT INTO application_template (application_templateid,applicationid,templateid) values ('336','1127','1124');
14305INSERT INTO application_template (application_templateid,applicationid,templateid) values ('337','1128','1125');
14306INSERT INTO application_template (application_templateid,applicationid,templateid) values ('338','1129','1126');
14307INSERT INTO application_template (application_templateid,applicationid,templateid) values ('339','1130','1127');
14308INSERT INTO application_template (application_templateid,applicationid,templateid) values ('340','1131','1125');
14309INSERT INTO application_template (application_templateid,applicationid,templateid) values ('341','1132','1126');
14310INSERT INTO application_template (application_templateid,applicationid,templateid) values ('342','1133','1127');
14311INSERT INTO application_template (application_templateid,applicationid,templateid) values ('343','1134','1125');
14312INSERT INTO application_template (application_templateid,applicationid,templateid) values ('344','1135','1126');
14313INSERT INTO application_template (application_templateid,applicationid,templateid) values ('345','1136','1127');
14314INSERT INTO application_template (application_templateid,applicationid,templateid) values ('346','1137','1125');
14315INSERT INTO application_template (application_templateid,applicationid,templateid) values ('347','1138','1126');
14316INSERT INTO application_template (application_templateid,applicationid,templateid) values ('348','1139','1127');
14317INSERT INTO application_template (application_templateid,applicationid,templateid) values ('349','1143','1140');
14318INSERT INTO application_template (application_templateid,applicationid,templateid) values ('350','1144','1141');
14319INSERT INTO application_template (application_templateid,applicationid,templateid) values ('351','1145','1142');
14320INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('1','22444','8','{#IFNAME}','@Network interfaces for discovery');
14321INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('2','22450','8','{#FSTYPE}','@File systems for discovery');
14322INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('4','22867','8','{#FSTYPE}','@File systems for discovery');
14323INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('5','22907','8','{#FSTYPE}','@File systems for discovery');
14324INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('6','22944','8','{#IFNAME}','@Network interfaces for discovery');
14325INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('7','22947','8','{#FSTYPE}','@File systems for discovery');
14326INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('8','22984','8','{#IFNAME}','@Network interfaces for discovery');
14327INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('9','22987','8','{#FSTYPE}','@File systems for discovery');
14328INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('10','23024','8','{#IFNAME}','@Network interfaces for discovery');
14329INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('11','23027','8','{#FSTYPE}','@File systems for discovery');
14330INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('12','23067','8','{#FSTYPE}','@File systems for discovery');
14331INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('13','23162','8','{#FSTYPE}','@File systems for discovery');
14332INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('14','23163','8','{#IFNAME}','@Network interfaces for discovery');
14333INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('15','23329','8','{#IFNAME}','@Network interfaces for discovery');
14334INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('16','23540','8','{#IFNAME}','@Network interfaces for discovery');
14335INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('19','23278','8','{#IFNAME}','@Network interfaces for discovery');
14336INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('20','23279','8','{#FSTYPE}','@File systems for discovery');
14337INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('21','23665','8','{#SERVICE.NAME}','@Windows service names for discovery');
14338INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('22','23665','8','{#SERVICE.STARTUPNAME}','@Windows service startup states for discovery');
14339INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('215','27029','8','{#IFOPERSTATUS}','1');
14340INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('216','27029','8','{#SNMPVALUE}','(2|3)');
14341INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('217','27031','8','{#IFOPERSTATUS}','1');
14342INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('218','27031','8','{#SNMPVALUE}','(2|3)');
14343INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('227','27068','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14344INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('228','27068','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14345INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('229','27078','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14346INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('230','27078','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14347INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('231','27088','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14348INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('232','27088','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14349INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('233','27098','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14350INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('234','27098','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14351INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('237','27118','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14352INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('238','27118','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14353INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('243','27180','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14354INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('244','27180','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14355INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('245','27190','8','{#IFOPERSTATUS}','1');
14356INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('246','27190','8','{#SNMPVALUE}','(2|3)');
14357INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('247','27209','8','{#TEMP_SENSOR}','1');
14358INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('248','27210','8','{#SNMPVALUE}','[^1]');
14359INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('249','27211','8','{#ENT_SN}','.+');
14360INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('250','27215','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14361INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('251','27215','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14362INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('253','27242','8','{#SENSOR_TYPE}','1');
14363INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('254','27243','8','{#SENSOR_TYPE}','3');
14364INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('255','27244','8','{#SENSOR_TYPE}','2');
14365INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('256','27251','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14366INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('257','27251','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14367INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('258','27272','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14368INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('259','27272','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14369INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('260','27321','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14370INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('261','27321','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14371INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('262','27331','8','{#IFOPERSTATUS}','1');
14372INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('263','27331','8','{#SNMPVALUE}','(2|3)');
14373INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('266','27393','8','{#ENT_SN}','.+');
14374INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('267','27393','8','{#ENT_CLASS}','[^3]');
14375INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('268','27399','8','{#ENT_SN}','.+');
14376INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('269','27399','8','{#ENT_CLASS}','[^3]');
14377INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('272','27410','8','{#ENT_SN}','.+');
14378INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('273','27410','8','{#ENT_CLASS}','[^3]');
14379INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('274','27450','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14380INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('275','27450','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14381INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('276','27460','8','{#IFOPERSTATUS}','1');
14382INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('277','27460','8','{#SNMPVALUE}','(2|3)');
14383INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('278','27486','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14384INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('279','27486','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14385INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('280','27520','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14386INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('281','27520','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14387INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('282','27530','8','{#IFOPERSTATUS}','1');
14388INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('283','27530','8','{#SNMPVALUE}','(2|3)');
14389INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('284','27550','8','{#STATUS}','[^0]');
14390INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('285','27551','8','{#STATUS}','[^0]');
14391INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('286','27556','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14392INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('287','27556','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14393INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('288','27566','8','{#IFOPERSTATUS}','1');
14394INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('289','27566','8','{#SNMPVALUE}','(2|3)');
14395INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('290','27596','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14396INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('291','27596','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14397INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('292','27606','8','{#IFOPERSTATUS}','1');
14398INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('293','27606','8','{#SNMPVALUE}','(2|3)');
14399INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('294','27619','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14400INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('295','27619','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14401INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('296','27629','8','{#IFOPERSTATUS}','1');
14402INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('297','27629','8','{#SNMPVALUE}','(2|3)');
14403INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('298','27642','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14404INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('299','27642','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14405INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('300','27652','8','{#IFOPERSTATUS}','1');
14406INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('301','27652','8','{#SNMPVALUE}','(2|3)');
14407INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('302','27665','8','{#SNMPVALUE}','^(MODULE|Module) (LEVEL|level)1$');
14408INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('303','27665','8','{#SNMPVALUE}','(Fabric|FABRIC) (.+) (Module|MODULE)');
14409INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('304','27666','8','{#SNMPVALUE}','^(MODULE|Module) (LEVEL|level)1$');
14410INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('305','27666','8','{#SNMPVALUE}','(Fabric|FABRIC) (.+) (Module|MODULE)');
14411INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('306','27666','8','{#SNMPVALUE}','(T|t)emperature.*(s|S)ensor');
14412INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('307','27667','8','{#ENT_CLASS}','7');
14413INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('308','27668','8','{#ENT_CLASS}','6');
14414INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('309','27669','8','{#ENT_CLASS}','3');
14415INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('323','27722','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14416INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('324','27722','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14417INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('325','27732','8','{#IFOPERSTATUS}','1');
14418INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('326','27732','8','{#SNMPVALUE}','(2|3)');
14419INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('327','27745','8','{#ENT_NAME}','MPU.*');
14420INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('328','27746','8','{#ENT_CLASS}','3');
14421INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('329','27756','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14422INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('330','27756','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14423INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('331','27779','8','{#SENSOR_TYPE}','2');
14424INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('332','27780','8','{#ENT_CLASS}','2');
14425INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('333','27788','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14426INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('334','27788','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14427INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('335','27798','8','{#IFOPERSTATUS}','1');
14428INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('336','27798','8','{#SNMPVALUE}','(2|3)');
14429INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('337','27815','8','{#SNMPVALUE}','Routing Engine.*');
14430INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('338','27816','8','{#SNMPVALUE}','[^0]+');
14431INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('350','27872','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14432INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('351','27872','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14433INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('352','27903','8','{#STORAGE_TYPE}','.+4$');
14434INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('353','27903','8','{#STORAGE_TYPE}','.+hrStorageFixedDisk');
14435INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('354','27909','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14436INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('355','27909','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14437INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('356','27944','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14438INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('357','27944','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14439INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('358','27954','8','{#IFOPERSTATUS}','1');
14440INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('359','27954','8','{#SNMPVALUE}','(2|3)');
14441INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('360','27976','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14442INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('361','27976','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14443INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('362','28005','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14444INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('363','28005','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14445INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('368','28058','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14446INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('369','28058','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14447INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('370','28068','8','{#IFOPERSTATUS}','1');
14448INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('371','28068','8','{#SNMPVALUE}','(2|3)');
14449INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('376','28097','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14450INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('377','28097','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14451INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('378','28118','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14452INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('379','28118','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14453INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('380','28128','8','{#IFOPERSTATUS}','1');
14454INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('381','28128','8','{#SNMPVALUE}','(2|3)');
14455INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('382','28144','8','{#SENSOR_TYPE}','8');
14456INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('383','28144','8','{#SENSOR_PRECISION}','0');
14457INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('384','28146','8','{#ENT_CLASS}','.+8.3.2$');
14458INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('385','28146','8','{#ENT_STATUS}','(1|2|3|4)');
14459INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('386','28147','8','{#ENT_CLASS}','.+8.3.1$');
14460INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('387','28147','8','{#ENT_STATUS}','(1|2|3|4)');
14461INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('388','28148','8','{#ENT_CLASS}','.+8.3.3$');
14462INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('389','28148','8','{#ENT_STATUS}','(1|2|3|4)');
14463INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('390','28149','8','{#ENT_CLASS}','3');
14464INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('395','28175','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14465INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('396','28175','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14466INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('397','28196','8','{#SENSOR_TYPE}','8');
14467INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('398','28196','8','{#SENSOR_PRECISION}','1');
14468INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('399','28197','8','{#SNMPVALUE}','10');
14469INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('400','28198','8','{#ENT_CLASS}','3');
14470INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('401','28199','8','{#ENT_CLASS}','6');
14471INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('402','28207','8','{#ENT_SN}','.+');
14472INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('403','28207','8','{#ENT_CLASS}','[^3]');
14473INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('404','28223','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14474INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('405','28223','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14475INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('406','27088','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14476INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('407','27098','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14477INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('408','27180','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14478INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('409','27215','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14479INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('410','27251','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14480INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('411','27272','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14481INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('412','27321','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14482INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('413','27450','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14483INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('414','27486','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14484INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('415','27520','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14485INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('416','27556','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14486INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('417','27642','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14487INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('418','27722','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14488INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('419','27756','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14489INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('420','27788','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14490INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('421','27872','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14491INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('422','27909','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14492INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('423','27944','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14493INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('424','28058','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14494INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('425','28118','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14495INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('426','28175','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14496INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('427','28223','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14497INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('428','27068','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14498INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('429','27596','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14499INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('430','28005','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14500INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('431','27078','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14501INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('432','27619','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14502INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('433','27976','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14503INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('434','27118','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14504INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('435','28097','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14505INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('436','28280','8','{#IFOPERSTATUS}','1');
14506INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('437','28280','8','{#SNMPVALUE}','(2|3)');
14507INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('438','28293','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}');
14508INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('439','28293','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}');
14509INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('440','28293','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}');
14510INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('448','28306','8','{#SENSOR_TYPE}','8');
14511INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('449','28306','8','{#SENSOR_PRECISION}','1');
14512INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('450','28307','8','{#SNMPVALUE}','10');
14513INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('451','28308','8','{#ENT_CLASS}','3');
14514INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('452','28309','8','{#ENT_CLASS}','6');
14515INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('453','28346','8','{#SENSOR_LOCALE}','.*CPU.*');
14516INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('454','28347','8','{#SENSOR_LOCALE}','.*Inlet Temp.*');
14517INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('455','28349','8','{#TYPE}','3');
14518INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('456','28392','8','{#SENSOR_LOCALE}','(4|8|9|12|13)');
14519INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('457','28393','8','{#SNMPINDEX}',E'0\\.1');
14520INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('458','28393','8','{#SENSOR_LOCALE}','11');
14521INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('459','28394','8','{#SENSOR_LOCALE}','6');
14522INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('460','28395','8','{#SENSOR_LOCALE}','7');
14523INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('461','28396','8','{#SENSOR_LOCALE}','10');
14524INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('462','28397','8','{#SENSOR_LOCALE}','3');
14525INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('463','28440','8','{#SNMPVALUE}','(DIMM|PSU|PCH|RAID|RR|PCI).*');
14526INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('464','28441','8','{#SNMPVALUE}','Ambient.*');
14527INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('465','28442','8','{#SNMPVALUE}','CPU [0-9]* Temp');
14528INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('466','28468','8','{#SNMPVALUE}','(DIMM|PSU|PCH|RAID|RR|PCI).*');
14529INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('467','28469','8','{#SNMPVALUE}','Ambient.*');
14530INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('468','28470','8','{#SNMPVALUE}','CPU [0-9]* Temp');
14531INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('469','28493','8','{#SNMPVALUE}','[1-9]+');
14532INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('470','28493','8','{#SENSOR_DESCR}','.*Temp.*');
14533INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('471','28494','8','{#SNMPVALUE}','[1-9]+');
14534INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('472','28494','8','{#SENSOR_DESCR}','FAN.*');
14535INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('473','28661','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
14536INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('474','28661','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
14537INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('475','28661','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
14538INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('476','28661','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
14539INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('477','28662','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
14540INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('478','28662','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
14541INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('479','28662','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
14542INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('480','28662','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
14543INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('481','28663','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
14544INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('482','28663','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
14545INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('483','28663','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
14546INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('484','28663','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
14547INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('485','28664','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
14548INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('486','28664','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
14549INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('487','28664','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
14550INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('488','28664','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
14551INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('489','28665','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
14552INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('490','28665','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
14553INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('491','28665','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
14554INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('492','28665','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
14555INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('493','28666','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
14556INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('494','28666','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
14557INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('495','28666','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
14558INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('496','28666','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
14559INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('497','28667','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
14560INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('498','28667','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
14561INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('499','28667','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
14562INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('500','28667','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
14563INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('501','28668','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
14564INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('502','28668','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
14565INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('503','28668','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
14566INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('504','28668','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
14567INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('505','28669','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
14568INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('506','28669','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
14569INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('507','28669','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
14570INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('508','28669','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
14571INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('509','28670','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
14572INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('510','28670','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
14573INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('511','28670','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
14574INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('512','28670','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
14575INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('513','28671','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
14576INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('514','28671','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
14577INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('515','28671','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
14578INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('516','28671','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
14579INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('517','28672','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
14580INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('518','28672','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
14581INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('519','28672','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
14582INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('520','28672','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
14583INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('521','27118','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14584INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('522','27118','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14585INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('523','27118','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14586INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('524','27118','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14587INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('525','27118','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14588INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('526','27118','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14589INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('527','27118','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14590INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('528','27118','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14591INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('529','27118','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14592INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('530','28097','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14593INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('531','28097','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14594INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('532','28097','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14595INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('533','28097','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14596INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('534','28097','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14597INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('535','28097','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14598INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('536','28097','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14599INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('537','28097','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14600INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('538','28097','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14601INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('539','28711','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
14602INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('540','28711','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
14603INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('541','28711','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
14604INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('542','28711','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
14605INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('543','28712','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
14606INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('544','28712','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
14607INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('545','28712','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
14608INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('546','28712','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
14609INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('547','28713','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}');
14610INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('548','28713','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}');
14611INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('549','28713','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}');
14612INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('550','28713','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}');
14613INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('551','28714','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}');
14614INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('552','28714','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}');
14615INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('553','28714','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}');
14616INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('554','28714','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}');
14617INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('555','27088','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14618INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('556','27088','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14619INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('557','27088','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14620INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('558','27088','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14621INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('559','27088','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14622INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('560','27088','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14623INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('561','27088','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14624INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('562','27088','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14625INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('563','27088','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14626INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('564','27098','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14627INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('565','27098','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14628INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('566','27098','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14629INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('567','27098','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14630INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('568','27098','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14631INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('569','27098','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14632INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('570','27098','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14633INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('571','27098','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14634INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('572','27098','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14635INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('573','27180','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14636INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('574','27180','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14637INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('575','27180','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14638INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('576','27180','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14639INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('577','27180','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14640INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('578','27180','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14641INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('579','27180','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14642INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('580','27180','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14643INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('581','27180','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14644INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('582','27215','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14645INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('583','27215','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14646INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('584','27215','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14647INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('585','27215','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14648INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('586','27215','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14649INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('587','27215','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14650INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('588','27215','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14651INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('589','27215','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14652INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('590','27215','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14653INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('591','27251','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14654INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('592','27251','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14655INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('593','27251','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14656INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('594','27251','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14657INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('595','27251','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14658INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('596','27251','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14659INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('597','27251','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14660INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('598','27251','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14661INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('599','27251','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14662INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('600','27272','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14663INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('601','27272','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14664INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('602','27272','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14665INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('603','27272','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14666INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('604','27272','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14667INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('605','27272','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14668INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('606','27272','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14669INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('607','27272','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14670INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('608','27272','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14671INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('609','27321','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14672INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('610','27321','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14673INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('611','27321','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14674INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('612','27321','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14675INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('613','27321','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14676INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('614','27321','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14677INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('615','27321','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14678INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('616','27321','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14679INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('617','27321','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14680INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('618','27450','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14681INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('619','27450','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14682INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('620','27450','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14683INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('621','27450','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14684INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('622','27450','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14685INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('623','27450','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14686INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('624','27450','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14687INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('625','27450','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14688INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('626','27450','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14689INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('627','27486','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14690INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('628','27486','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14691INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('629','27486','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14692INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('630','27486','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14693INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('631','27486','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14694INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('632','27486','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14695INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('633','27486','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14696INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('634','27486','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14697INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('635','27486','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14698INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('636','27520','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14699INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('637','27520','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14700INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('638','27520','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14701INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('639','27520','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14702INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('640','27520','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14703INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('641','27520','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14704INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('642','27520','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14705INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('643','27520','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14706INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('644','27520','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14707INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('645','27556','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14708INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('646','27556','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14709INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('647','27556','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14710INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('648','27556','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14711INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('649','27556','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14712INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('650','27556','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14713INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('651','27556','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14714INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('652','27556','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14715INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('653','27556','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14716INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('654','27642','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14717INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('655','27642','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14718INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('656','27642','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14719INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('657','27642','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14720INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('658','27642','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14721INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('659','27642','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14722INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('660','27642','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14723INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('661','27642','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14724INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('662','27642','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14725INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('663','27722','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14726INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('664','27722','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14727INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('665','27722','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14728INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('666','27722','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14729INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('667','27722','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14730INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('668','27722','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14731INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('669','27722','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14732INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('670','27722','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14733INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('671','27722','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14734INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('672','27756','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14735INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('673','27756','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14736INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('674','27756','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14737INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('675','27756','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14738INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('676','27756','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14739INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('677','27756','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14740INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('678','27756','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14741INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('679','27756','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14742INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('680','27756','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14743INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('681','27788','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14744INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('682','27788','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14745INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('683','27788','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14746INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('684','27788','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14747INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('685','27788','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14748INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('686','27788','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14749INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('687','27788','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14750INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('688','27788','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14751INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('689','27788','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14752INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('690','27872','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14753INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('691','27872','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14754INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('692','27872','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14755INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('693','27872','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14756INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('694','27872','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14757INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('695','27872','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14758INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('696','27872','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14759INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('697','27872','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14760INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('698','27872','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14761INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('699','27909','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14762INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('700','27909','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14763INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('701','27909','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14764INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('702','27909','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14765INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('703','27909','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14766INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('704','27909','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14767INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('705','27909','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14768INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('706','27909','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14769INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('707','27909','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14770INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('708','27944','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14771INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('709','27944','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14772INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('710','27944','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14773INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('711','27944','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14774INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('712','27944','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14775INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('713','27944','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14776INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('714','27944','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14777INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('715','27944','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14778INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('716','27944','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14779INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('717','28058','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14780INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('718','28058','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14781INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('719','28058','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14782INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('720','28058','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14783INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('721','28058','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14784INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('722','28058','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14785INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('723','28058','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14786INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('724','28058','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14787INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('725','28058','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14788INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('726','28118','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14789INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('727','28118','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14790INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('728','28118','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14791INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('729','28118','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14792INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('730','28118','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14793INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('731','28118','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14794INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('732','28118','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14795INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('733','28118','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14796INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('734','28118','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14797INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('735','28175','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14798INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('736','28175','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14799INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('737','28175','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14800INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('738','28175','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14801INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('739','28175','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14802INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('740','28175','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14803INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('741','28175','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14804INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('742','28175','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14805INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('743','28175','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14806INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('744','28223','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14807INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('745','28223','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14808INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('746','28223','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14809INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('747','28223','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14810INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('748','28223','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14811INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('749','28223','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14812INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('750','28223','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14813INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('751','28223','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14814INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('752','28223','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14815INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('753','28293','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14816INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('754','28293','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14817INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('755','28293','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14818INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('756','28293','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14819INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('757','28293','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14820INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('758','28293','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}');
14821INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('759','28293','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}');
14822INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('760','28293','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14823INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('761','28293','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14824INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('762','27068','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14825INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('763','27068','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14826INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('764','27068','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14827INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('765','27068','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14828INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('766','27068','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14829INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('767','27068','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14830INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('768','27068','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14831INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('769','27596','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14832INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('770','27596','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14833INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('771','27596','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14834INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('772','27596','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14835INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('773','27596','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14836INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('774','27596','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14837INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('775','27596','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14838INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('776','28005','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14839INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('777','28005','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14840INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('778','28005','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14841INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('779','28005','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14842INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('780','28005','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14843INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('781','28005','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14844INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('782','28005','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14845INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('783','27078','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14846INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('784','27078','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14847INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('785','27078','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14848INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('786','27078','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14849INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('787','27078','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14850INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('788','27078','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14851INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('789','27078','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14852INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('790','27619','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14853INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('791','27619','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14854INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('792','27619','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14855INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('793','27619','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14856INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('794','27619','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14857INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('795','27619','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14858INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('796','27619','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14859INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('797','27976','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}');
14860INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('798','27976','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}');
14861INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('799','27976','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}');
14862INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('800','27976','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}');
14863INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('801','27976','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}');
14864INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('802','27976','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}');
14865INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value) values ('803','27976','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}');
14866INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('1','23665',NULL,'Startup {#SERVICE.STARTUPNAME} services');
14867INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('2','28661',NULL,'Filesystem {#FSNAME}');
14868INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('8','27118',NULL,'Interface {#IFNAME}({#IFALIAS})');
14869INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('10','28711',NULL,'Filesystem {#FSNAME}');
14870INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('12','27088',NULL,'Interface {#IFNAME}({#IFALIAS})');
14871INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('13','27098',NULL,'Interface {#IFNAME}({#IFALIAS})');
14872INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('35','27068',NULL,'Interface {#IFDESCR}');
14873INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('38','27078',NULL,'Interface {#IFDESCR}');
14874INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('3','28663','2','Filesystem {#FSNAME}');
14875INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('9','28097','8','Interface {#IFNAME}({#IFALIAS})');
14876INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('11','28713','10','Filesystem {#FSNAME}');
14877INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('14','27180','13','Interface {#IFNAME}({#IFALIAS})');
14878INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('15','27215','13','Interface {#IFNAME}({#IFALIAS})');
14879INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('16','27251','13','Interface {#IFNAME}({#IFALIAS})');
14880INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('17','27272','13','Interface {#IFNAME}({#IFALIAS})');
14881INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('18','27321','13','Interface {#IFNAME}({#IFALIAS})');
14882INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('19','27450','13','Interface {#IFNAME}({#IFALIAS})');
14883INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('20','27486','13','Interface {#IFNAME}({#IFALIAS})');
14884INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('21','27520','13','Interface {#IFNAME}({#IFALIAS})');
14885INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('22','27556','13','Interface {#IFNAME}({#IFALIAS})');
14886INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('23','27642','13','Interface {#IFNAME}({#IFALIAS})');
14887INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('24','27722','13','Interface {#IFNAME}({#IFALIAS})');
14888INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('25','27756','13','Interface {#IFNAME}({#IFALIAS})');
14889INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('26','27788','13','Interface {#IFNAME}({#IFALIAS})');
14890INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('27','27872','13','Interface {#IFNAME}({#IFALIAS})');
14891INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('28','27909','13','Interface {#IFNAME}({#IFALIAS})');
14892INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('29','27944','13','Interface {#IFNAME}({#IFALIAS})');
14893INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('30','28058','13','Interface {#IFNAME}({#IFALIAS})');
14894INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('31','28118','13','Interface {#IFNAME}({#IFALIAS})');
14895INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('32','28175','13','Interface {#IFNAME}({#IFALIAS})');
14896INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('33','28223','13','Interface {#IFNAME}({#IFALIAS})');
14897INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('34','28293','13','Interface {#IFNAME}({#IFALIAS})');
14898INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('36','27596','35','Interface {#IFDESCR}');
14899INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('37','28005','35','Interface {#IFDESCR}');
14900INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('39','27619','38','Interface {#IFDESCR}');
14901INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('40','27976','38','Interface {#IFDESCR}');
14902INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('4','28665','3','Filesystem {#FSNAME}');
14903INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('5','28667','3','Filesystem {#FSNAME}');
14904INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('6','28669','3','Filesystem {#FSNAME}');
14905INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name) values ('7','28671','3','Filesystem {#FSNAME}');
14906INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('1','1','23666');
14907INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('2','2','28673');
14908INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('3','2','28674');
14909INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('4','2','28675');
14910INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('5','3','28679');
14911INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('6','3','28680');
14912INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('7','3','28681');
14913INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('8','4','28685');
14914INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('9','4','28686');
14915INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('10','4','28687');
14916INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('11','5','28691');
14917INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('12','5','28692');
14918INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('13','5','28693');
14919INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('14','6','28697');
14920INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('15','6','28698');
14921INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('16','6','28699');
14922INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('17','7','28703');
14923INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('18','7','28704');
14924INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('19','7','28705');
14925INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('20','8','27119');
14926INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('21','8','27120');
14927INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('22','8','27121');
14928INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('23','8','27122');
14929INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('24','8','27123');
14930INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('25','8','27124');
14931INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('26','8','27125');
14932INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('27','8','27126');
14933INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('28','8','27127');
14934INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('29','9','28098');
14935INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('30','9','28099');
14936INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('31','9','28100');
14937INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('32','9','28101');
14938INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('33','9','28102');
14939INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('34','9','28103');
14940INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('35','9','28104');
14941INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('36','9','28105');
14942INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('37','9','28106');
14943INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('38','10','28715');
14944INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('39','10','28716');
14945INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('40','10','28717');
14946INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('41','11','28721');
14947INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('42','11','28722');
14948INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('43','11','28723');
14949INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('44','12','27089');
14950INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('45','12','27090');
14951INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('46','12','27091');
14952INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('47','12','27092');
14953INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('48','12','27093');
14954INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('49','12','27094');
14955INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('50','12','27095');
14956INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('51','12','27096');
14957INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('52','12','27097');
14958INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('53','13','27099');
14959INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('54','13','27100');
14960INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('55','13','27101');
14961INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('56','13','27102');
14962INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('57','13','27103');
14963INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('58','13','27104');
14964INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('59','13','27105');
14965INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('60','13','27106');
14966INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('61','13','27107');
14967INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('62','14','27181');
14968INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('63','14','27182');
14969INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('64','14','27183');
14970INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('65','14','27184');
14971INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('66','14','27185');
14972INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('67','14','27186');
14973INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('68','14','27187');
14974INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('69','14','27188');
14975INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('70','14','27189');
14976INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('71','15','27216');
14977INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('72','15','27217');
14978INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('73','15','27218');
14979INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('74','15','27219');
14980INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('75','15','27220');
14981INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('76','15','27221');
14982INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('77','15','27222');
14983INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('78','15','27223');
14984INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('79','15','27224');
14985INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('80','16','27252');
14986INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('81','16','27253');
14987INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('82','16','27254');
14988INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('83','16','27255');
14989INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('84','16','27256');
14990INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('85','16','27257');
14991INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('86','16','27258');
14992INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('87','16','27259');
14993INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('88','16','27260');
14994INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('89','17','27273');
14995INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('90','17','27274');
14996INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('91','17','27275');
14997INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('92','17','27276');
14998INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('93','17','27277');
14999INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('94','17','27278');
15000INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('95','17','27279');
15001INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('96','17','27280');
15002INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('97','17','27281');
15003INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('98','18','27322');
15004INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('99','18','27323');
15005INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('100','18','27324');
15006INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('101','18','27325');
15007INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('102','18','27326');
15008INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('103','18','27327');
15009INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('104','18','27328');
15010INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('105','18','27329');
15011INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('106','18','27330');
15012INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('107','19','27451');
15013INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('108','19','27452');
15014INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('109','19','27453');
15015INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('110','19','27454');
15016INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('111','19','27455');
15017INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('112','19','27456');
15018INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('113','19','27457');
15019INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('114','19','27458');
15020INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('115','19','27459');
15021INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('116','20','27487');
15022INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('117','20','27488');
15023INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('118','20','27489');
15024INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('119','20','27490');
15025INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('120','20','27491');
15026INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('121','20','27492');
15027INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('122','20','27493');
15028INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('123','20','27494');
15029INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('124','20','27495');
15030INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('125','21','27521');
15031INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('126','21','27522');
15032INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('127','21','27523');
15033INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('128','21','27524');
15034INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('129','21','27525');
15035INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('130','21','27526');
15036INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('131','21','27527');
15037INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('132','21','27528');
15038INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('133','21','27529');
15039INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('134','22','27557');
15040INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('135','22','27558');
15041INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('136','22','27559');
15042INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('137','22','27560');
15043INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('138','22','27561');
15044INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('139','22','27562');
15045INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('140','22','27563');
15046INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('141','22','27564');
15047INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('142','22','27565');
15048INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('143','23','27643');
15049INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('144','23','27644');
15050INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('145','23','27645');
15051INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('146','23','27646');
15052INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('147','23','27647');
15053INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('148','23','27648');
15054INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('149','23','27649');
15055INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('150','23','27650');
15056INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('151','23','27651');
15057INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('152','24','27723');
15058INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('153','24','27724');
15059INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('154','24','27725');
15060INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('155','24','27726');
15061INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('156','24','27727');
15062INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('157','24','27728');
15063INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('158','24','27729');
15064INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('159','24','27730');
15065INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('160','24','27731');
15066INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('161','25','27757');
15067INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('162','25','27758');
15068INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('163','25','27759');
15069INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('164','25','27760');
15070INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('165','25','27761');
15071INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('166','25','27762');
15072INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('167','25','27763');
15073INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('168','25','27764');
15074INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('169','25','27765');
15075INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('170','26','27789');
15076INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('171','26','27790');
15077INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('172','26','27791');
15078INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('173','26','27792');
15079INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('174','26','27793');
15080INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('175','26','27794');
15081INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('176','26','27795');
15082INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('177','26','27796');
15083INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('178','26','27797');
15084INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('179','27','27873');
15085INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('180','27','27874');
15086INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('181','27','27875');
15087INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('182','27','27876');
15088INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('183','27','27877');
15089INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('184','27','27878');
15090INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('185','27','27879');
15091INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('186','27','27880');
15092INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('187','27','27881');
15093INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('188','28','27910');
15094INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('189','28','27911');
15095INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('190','28','27912');
15096INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('191','28','27913');
15097INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('192','28','27914');
15098INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('193','28','27915');
15099INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('194','28','27916');
15100INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('195','28','27917');
15101INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('196','28','27918');
15102INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('197','29','27945');
15103INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('198','29','27946');
15104INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('199','29','27947');
15105INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('200','29','27948');
15106INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('201','29','27949');
15107INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('202','29','27950');
15108INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('203','29','27951');
15109INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('204','29','27952');
15110INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('205','29','27953');
15111INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('206','30','28059');
15112INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('207','30','28060');
15113INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('208','30','28061');
15114INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('209','30','28062');
15115INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('210','30','28063');
15116INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('211','30','28064');
15117INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('212','30','28065');
15118INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('213','30','28066');
15119INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('214','30','28067');
15120INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('215','31','28119');
15121INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('216','31','28120');
15122INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('217','31','28121');
15123INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('218','31','28122');
15124INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('219','31','28123');
15125INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('220','31','28124');
15126INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('221','31','28125');
15127INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('222','31','28126');
15128INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('223','31','28127');
15129INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('224','32','28176');
15130INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('225','32','28177');
15131INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('226','32','28178');
15132INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('227','32','28179');
15133INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('228','32','28180');
15134INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('229','32','28181');
15135INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('230','32','28182');
15136INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('231','32','28183');
15137INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('232','32','28184');
15138INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('233','33','28224');
15139INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('234','33','28225');
15140INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('235','33','28226');
15141INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('236','33','28227');
15142INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('237','33','28228');
15143INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('238','33','28229');
15144INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('239','33','28230');
15145INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('240','33','28231');
15146INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('241','33','28232');
15147INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('242','34','28294');
15148INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('243','34','28295');
15149INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('244','34','28296');
15150INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('245','34','28297');
15151INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('246','34','28298');
15152INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('247','34','28299');
15153INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('248','34','28300');
15154INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('249','34','28301');
15155INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('250','34','28302');
15156INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('251','35','27069');
15157INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('252','35','27070');
15158INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('253','35','27071');
15159INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('254','35','27072');
15160INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('255','35','27073');
15161INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('256','35','27074');
15162INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('257','35','27075');
15163INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('258','35','27076');
15164INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('259','35','27077');
15165INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('260','36','27597');
15166INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('261','36','27598');
15167INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('262','36','27599');
15168INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('263','36','27600');
15169INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('264','36','27601');
15170INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('265','36','27602');
15171INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('266','36','27603');
15172INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('267','36','27604');
15173INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('268','36','27605');
15174INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('269','37','28006');
15175INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('270','37','28007');
15176INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('271','37','28008');
15177INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('272','37','28009');
15178INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('273','37','28010');
15179INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('274','37','28011');
15180INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('275','37','28012');
15181INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('276','37','28013');
15182INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('277','37','28014');
15183INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('278','38','27079');
15184INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('279','38','27080');
15185INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('280','38','27081');
15186INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('281','38','27082');
15187INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('282','38','27083');
15188INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('283','38','27084');
15189INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('284','38','27085');
15190INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('285','38','27086');
15191INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('286','38','27087');
15192INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('287','39','27620');
15193INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('288','39','27621');
15194INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('289','39','27622');
15195INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('290','39','27623');
15196INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('291','39','27624');
15197INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('292','39','27625');
15198INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('293','39','27626');
15199INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('294','39','27627');
15200INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('295','39','27628');
15201INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('296','40','27977');
15202INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('297','40','27978');
15203INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('298','40','27979');
15204INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('299','40','27980');
15205INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('300','40','27981');
15206INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('301','40','27982');
15207INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('302','40','27983');
15208INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('303','40','27984');
15209INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid) values ('304','40','27985');
15210INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17316','28754','1','1','100');
15211INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17317','28755','1','1','0.001');
15212INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17318','28764','1','10','');
15213INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17319','28767','1','1','0.001');
15214INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17320','28768','1','10','');
15215INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17321','28769','1','1','0.001');
15216INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17322','28770','1','10','');
15217INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17323','28771','1','1','0.001');
15218INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17324','28772','1','10','');
15219INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17325','28773','1','1','0.001');
15220INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17326','28774','1','10','');
15221INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17327','28775','1','1','0.001');
15222INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17328','28776','1','1','0.001');
15223INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17329','28778','1','10','');
15224INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17330','28779','1','1','0.001');
15225INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17331','28501','1','10','');
15226INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17332','28514','1','10','');
15227INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17333','28517','1','10','');
15228INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17334','28519','1','10','');
15229INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17335','28520','1','1','0.001');
15230INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17336','28521','1','10','');
15231INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17337','28522','1','10','');
15232INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17338','28523','1','10','');
15233INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17339','28524','1','10','');
15234INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17340','28525','1','1','0.001');
15235INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17341','28526','1','10','');
15236INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17342','28527','1','10','');
15237INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17343','28528','1','10','');
15238INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17344','28529','1','10','');
15239INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17345','28530','1','1','0.001');
15240INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17346','28531','1','10','');
15241INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17347','28577','1','12','$.queue');
15242INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17348','28578','1','12','$.queue');
15243INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17349','28579','1','12','$.data.process[''vmware collector''].busy.avg');
15244INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17350','28580','1','12','$.data.wcache.values.uint');
15245INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17351','28580','2','10','');
15246INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17352','28581','1','12','$.data.wcache.values.text');
15247INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17353','28581','2','10','');
15248INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17354','28582','1','12','$.data.wcache.values.str');
15249INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17355','28582','2','10','');
15250INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17356','28583','1','12','$.data.wcache.values[''not supported'']');
15251INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17357','28583','2','10','');
15252INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17358','28584','1','12','$.data.wcache.values.log');
15253INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17359','28584','2','10','');
15254INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17360','28585','1','12','$.data.wcache.values.float');
15255INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17361','28585','2','10','');
15256INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17362','28586','1','12','$.data.wcache.values.all');
15257INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17363','28586','2','10','');
15258INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17364','28587','1','12','$.data.wcache.index.pused');
15259INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17365','28588','1','12','$.data.wcache.history.pused');
15260INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17366','28589','1','12','$.data.vmware.pused');
15261INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17367','28590','1','12','$.data.rcache.pused');
15262INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17368','28591','1','12','$.data.process[''configuration syncer''].busy.avg');
15263INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17369','28592','1','12','$.data.process[''data sender''].busy.avg');
15264INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17370','28593','1','12','$.data.process.trapper.busy.avg');
15265INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17371','28594','1','12','$.data.process[''task manager''].busy.avg');
15266INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17372','28595','1','12','$.data.process[''snmp trapper''].busy.avg');
15267INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17373','28596','1','12','$.data.process[''self-monitoring''].busy.avg');
15268INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17374','28597','1','12','$.data.process.poller.busy.avg');
15269INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17375','28598','1','12','$.data.process[''java poller''].busy.avg');
15270INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17376','28599','1','12','$.data.process[''ipmi poller''].busy.avg');
15271INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17377','28600','1','12','$.data.process[''ipmi manager''].busy.avg');
15272INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17378','28601','1','12','$.data.process[''icmp pinger''].busy.avg');
15273INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17379','28602','1','12','$.data.process[''http poller''].busy.avg');
15274INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17380','28603','1','12','$.data.process.housekeeper.busy.avg');
15275INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17381','28604','1','12','$.data.process[''history syncer''].busy.avg');
15276INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17382','28605','1','12','$.data.process[''heartbeat sender''].busy.avg');
15277INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17383','28606','1','12','$.data.process.discoverer.busy.avg');
15278INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17384','28607','1','12','$.data.process[''unreachable poller''].busy.avg');
15279INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17385','28534','1','12','$.queue');
15280INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17386','28535','1','12','$.queue');
15281INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17387','28536','1','12','$.data.wcache.index.pused');
15282INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17388','28537','1','12','$.data.rcache.pused');
15283INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17389','28538','1','12','$.data.vcache.buffer.pused');
15284INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17390','28539','1','12','$.data.vcache.cache.hits');
15285INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17391','28539','2','10','');
15286INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17392','28540','1','12','$.data.vcache.cache.misses');
15287INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17393','28540','2','10','');
15288INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17394','28541','1','12','$.data.vcache.cache.mode');
15289INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17395','28542','1','12','$.data.vmware.pused');
15290INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17396','28543','1','12','$.data.wcache.history.pused');
15291INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17397','28544','1','12','$.data.wcache.values.all');
15292INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17398','28544','2','10','');
15293INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17399','28545','1','12','$.data.wcache.trend.pused');
15294INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17400','28546','1','12','$.data.process[''unreachable poller''].busy.avg');
15295INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17401','28547','1','12','$.data.wcache.values.float');
15296INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17402','28547','2','10','');
15297INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17403','28548','1','12','$.data.wcache.values.log');
15298INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17404','28548','2','10','');
15299INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17405','28549','1','12','$.data.wcache.values[''not supported'']');
15300INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17406','28549','2','10','');
15301INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17407','28550','1','12','$.data.wcache.values.str');
15302INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17408','28550','2','10','');
15303INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17409','28551','1','12','$.data.wcache.values.text');
15304INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17410','28551','2','10','');
15305INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17411','28552','1','12','$.data.wcache.values.uint');
15306INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17412','28552','2','10','');
15307INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17413','28553','1','12','$.data.process[''vmware collector''].busy.avg');
15308INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17414','28554','1','12','$.data.preprocessing_queue');
15309INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17415','28555','1','12','$.data.process.alerter.busy.avg');
15310INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17416','28556','1','12','$.data.process[''ipmi manager''].busy.avg');
15311INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17417','28557','1','12','$.data.process[''alert manager''].busy.avg');
15312INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17418','28558','1','12','$.data.process[''configuration syncer''].busy.avg');
15313INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17419','28559','1','12','$.data.process.discoverer.busy.avg');
15314INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17420','28560','1','12','$.data.process.escalator.busy.avg');
15315INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17421','28561','1','12','$.data.process[''history syncer''].busy.avg');
15316INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17422','28562','1','12','$.data.process.housekeeper.busy.avg');
15317INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17423','28563','1','12','$.data.process[''http poller''].busy.avg');
15318INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17424','28564','1','12','$.data.process[''icmp pinger''].busy.avg');
15319INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17425','28565','1','12','$.data.process[''ipmi poller''].busy.avg');
15320INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17426','28566','1','12','$.data.process.timer.busy.avg');
15321INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17427','28567','1','12','$.data.process[''java poller''].busy.avg');
15322INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17428','28568','1','12','$.data.process.poller.busy.avg');
15323INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17429','28569','1','12','$.data.process[''preprocessing manager''].busy.avg');
15324INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17430','28570','1','12','$.data.process[''preprocessing worker''].busy.avg');
15325INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17431','28571','1','12','$.data.process[''proxy poller''].busy.avg');
15326INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17432','28572','1','12','$.data.process[''self-monitoring''].busy.avg');
15327INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17433','28573','1','12','$.data.process[''snmp trapper''].busy.avg');
15328INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17434','28574','1','12','$.data.process[''task manager''].busy.avg');
15329INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17435','28575','1','12','$.data.process.trapper.busy.avg');
15330INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17436','10067','1','10','');
15331INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17437','10068','1','10','');
15332INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17438','10069','1','10','');
15333INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17439','10070','1','10','');
15334INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17440','10071','1','10','');
15335INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17441','10072','1','10','');
15336INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17442','23340','1','10','');
15337INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17443','10061','1','10','');
15338INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17444','10062','1','10','');
15339INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17445','10063','1','10','');
15340INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17446','10064','1','10','');
15341INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17447','10065','1','10','');
15342INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17448','10066','1','10','');
15343INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17449','22187','1','10','');
15344INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17450','22196','1','10','');
15345INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17451','22199','1','10','');
15346INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17452','10073','1','10','');
15347INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17453','10074','1','10','');
15348INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17454','10075','1','10','');
15349INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17455','10076','1','10','');
15350INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17456','10077','1','10','');
15351INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17457','10078','1','10','');
15352INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17458','23277','1','10','');
15353INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17459','23625','1','10','');
15354INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17460','23628','1','10','');
15355INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17461','26911','1','10','');
15356INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17462','26912','1','10','');
15357INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17463','26913','1','10','');
15358INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17464','26917','1','10','');
15359INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17465','26918','1','10','');
15360INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17466','26919','1','10','');
15361INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17467','26920','1','10','');
15362INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17468','26921','1','10','');
15363INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17469','26922','1','10','');
15364INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17470','26923','1','10','');
15365INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17471','22920','1','10','');
15366INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17472','22924','1','10','');
15367INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17473','22945','1','10','');
15368INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17474','22945','2','1','8');
15369INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17475','22946','1','10','');
15370INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17476','22946','2','1','8');
15371INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17477','22880','1','10','');
15372INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17478','22884','1','10','');
15373INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17479','23073','1','10','');
15374INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17480','23073','2','1','8');
15375INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17481','23074','1','10','');
15376INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17482','23074','2','1','8');
15377INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17483','22985','1','10','');
15378INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17484','22985','2','1','8');
15379INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17485','22986','1','10','');
15380INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17486','22986','2','1','8');
15381INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17487','22680','1','10','');
15382INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17488','22683','1','10','');
15383INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17489','23294','1','10','');
15384INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17490','23298','1','10','');
15385INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17491','22446','1','10','');
15386INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17492','22446','2','1','8');
15387INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17493','22448','1','10','');
15388INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17494','22448','2','1','8');
15389INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17495','23280','1','10','');
15390INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17496','23280','2','1','8');
15391INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17497','23281','1','10','');
15392INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17498','23281','2','1','8');
15393INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17499','23077','1','10','');
15394INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17500','23077','2','1','8');
15395INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17501','23078','1','10','');
15396INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17502','23078','2','1','8');
15397INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17503','22840','1','10','');
15398INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17504','22844','1','10','');
15399INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17505','23075','1','10','');
15400INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17506','23075','2','1','8');
15401INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17507','23076','1','10','');
15402INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17508','23076','2','1','8');
15403INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17509','23000','1','10','');
15404INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17510','23004','1','10','');
15405INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17511','23025','1','10','');
15406INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17512','23025','2','1','8');
15407INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17513','23026','1','10','');
15408INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17514','23026','2','1','8');
15409INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17515','23169','1','10','');
15410INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17516','23169','2','1','8');
15411INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17517','23170','1','10','');
15412INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17518','23170','2','1','8');
15413INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17519','28252','1','1','0.01');
15414INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17520','28253','1','1','0.01');
15415INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17521','28254','1','1','0.01');
15416INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17522','28435','1','1','0.01');
15417INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17523','28255','1','1','0.01');
15418INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17524','28256','1','1','0.01');
15419INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17525','28257','1','1','0.01');
15420INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17526','28258','1','1','0.01');
15421INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17527','28259','1','1','0.01');
15422INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17528','28260','1','1','0.01');
15423INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17529','28261','1','1','0.01');
15424INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17530','28262','1','1','0.01');
15425INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17531','28263','1','1','0.01');
15426INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17532','28264','1','1','0.01');
15427INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17533','28265','1','1','0.01');
15428INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17534','28266','1','1','0.01');
15429INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17535','28267','1','1','0.01');
15430INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17536','28268','1','1','0.01');
15431INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17537','28269','1','1','0.01');
15432INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17538','28270','1','1','0.01');
15433INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17539','28271','1','1','0.01');
15434INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17540','28272','1','1','0.01');
15435INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17541','28273','1','1','0.01');
15436INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17542','28274','1','1','0.01');
15437INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17543','28275','1','1','0.01');
15438INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17544','28276','1','1','0.01');
15439INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17545','28277','1','1','0.01');
15440INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17546','28278','1','1','0.01');
15441INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17547','28279','1','1','0.01');
15442INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17548','28291','1','1','0.01');
15443INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17549','28339','1','1','0.01');
15444INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17550','28386','1','1','0.01');
15445INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17551','28463','1','1','0.01');
15446INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17552','28491','1','1','0.01');
15447INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17553','28623','1','1','0.01');
15448INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17554','28709','1','12','$..[''{#CPU.UTIL}''].avg()');
15449INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17555','28710','1','12','$..[''{#CPU.UTIL}''].avg()');
15450INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17556','28715','1','1','{#ALLOC_UNITS}');
15451INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17557','28716','1','1','{#ALLOC_UNITS}');
15452INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17558','28718','1','1','{#ALLOC_UNITS}');
15453INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17559','28719','1','1','{#ALLOC_UNITS}');
15454INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17560','28721','1','1','{#ALLOC_UNITS}');
15455INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17561','28722','1','1','{#ALLOC_UNITS}');
15456INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17562','28724','1','1','{#ALLOC_UNITS}');
15457INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17563','28725','1','1','{#ALLOC_UNITS}');
15458INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17564','28655','1','12','$..[''{#CPU.UTIL}''].avg()');
15459INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17565','28656','1','12','$..[''{#CPU.UTIL}''].avg()');
15460INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17566','28657','1','12','$..[''{#CPU.UTIL}''].avg()');
15461INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17567','28658','1','12','$..[''{#CPU.UTIL}''].avg()');
15462INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17568','28659','1','12','$..[''{#CPU.UTIL}''].avg()');
15463INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17569','28660','1','12','$..[''{#CPU.UTIL}''].avg()');
15464INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17570','28673','1','1','{#ALLOC_UNITS}');
15465INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17571','28674','1','1','{#ALLOC_UNITS}');
15466INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17572','28676','1','1','{#ALLOC_UNITS}');
15467INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17573','28677','1','1','{#ALLOC_UNITS}');
15468INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17574','28679','1','1','{#ALLOC_UNITS}');
15469INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17575','28680','1','1','{#ALLOC_UNITS}');
15470INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17576','28682','1','1','{#ALLOC_UNITS}');
15471INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17577','28683','1','1','{#ALLOC_UNITS}');
15472INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17578','28685','1','1','{#ALLOC_UNITS}');
15473INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17579','28686','1','1','{#ALLOC_UNITS}');
15474INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17580','28688','1','1','{#ALLOC_UNITS}');
15475INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17581','28689','1','1','{#ALLOC_UNITS}');
15476INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17582','28691','1','1','{#ALLOC_UNITS}');
15477INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17583','28692','1','1','{#ALLOC_UNITS}');
15478INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17584','28694','1','1','{#ALLOC_UNITS}');
15479INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17585','28695','1','1','{#ALLOC_UNITS}');
15480INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17586','28697','1','1','{#ALLOC_UNITS}');
15481INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17587','28698','1','1','{#ALLOC_UNITS}');
15482INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17588','28700','1','1','{#ALLOC_UNITS}');
15483INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17589','28701','1','1','{#ALLOC_UNITS}');
15484INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17590','28703','1','1','{#ALLOC_UNITS}');
15485INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17591','28704','1','1','{#ALLOC_UNITS}');
15486INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17592','28706','1','1','{#ALLOC_UNITS}');
15487INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17593','28707','1','1','{#ALLOC_UNITS}');
15488INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17594','27089','1','10','');
15489INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17595','27091','1','1','1000000');
15490INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17596','27092','1','10','');
15491INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17597','27093','1','10','');
15492INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17598','27094','1','10','');
15493INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17599','27094','2','1','8');
15494INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17600','27095','1','10','');
15495INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17601','27095','2','1','8');
15496INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17602','27096','1','10','');
15497INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17603','27099','1','10','');
15498INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17604','27101','1','1','1000000');
15499INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17605','27102','1','10','');
15500INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17606','27103','1','10','');
15501INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17607','27104','1','10','');
15502INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17608','27104','2','1','8');
15503INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17609','27105','1','10','');
15504INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17610','27105','2','1','8');
15505INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17611','27106','1','10','');
15506INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17612','27181','1','10','');
15507INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17613','27182','1','10','');
15508INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17614','27183','1','10','');
15509INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17615','27183','2','1','8');
15510INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17616','27184','1','10','');
15511INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17617','27185','1','10','');
15512INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17618','27186','1','10','');
15513INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17619','27186','2','1','8');
15514INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17620','27187','1','1','1000000');
15515INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17621','27216','1','10','');
15516INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17622','27217','1','10','');
15517INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17623','27218','1','10','');
15518INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17624','27218','2','1','8');
15519INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17625','27219','1','10','');
15520INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17626','27220','1','10','');
15521INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17627','27221','1','10','');
15522INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17628','27221','2','1','8');
15523INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17629','27222','1','1','1000000');
15524INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17630','27252','1','10','');
15525INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17631','27253','1','10','');
15526INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17632','27254','1','10','');
15527INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17633','27254','2','1','8');
15528INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17634','27255','1','10','');
15529INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17635','27256','1','10','');
15530INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17636','27257','1','10','');
15531INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17637','27257','2','1','8');
15532INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17638','27258','1','1','1000000');
15533INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17639','27273','1','10','');
15534INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17640','27274','1','10','');
15535INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17641','27275','1','10','');
15536INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17642','27275','2','1','8');
15537INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17643','27276','1','10','');
15538INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17644','27277','1','10','');
15539INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17645','27278','1','10','');
15540INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17646','27278','2','1','8');
15541INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17647','27279','1','1','1000000');
15542INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17648','27322','1','10','');
15543INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17649','27323','1','10','');
15544INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17650','27324','1','10','');
15545INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17651','27324','2','1','8');
15546INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17652','27325','1','10','');
15547INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17653','27326','1','10','');
15548INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17654','27327','1','10','');
15549INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17655','27327','2','1','8');
15550INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17656','27328','1','1','1000000');
15551INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17657','27451','1','10','');
15552INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17658','27452','1','10','');
15553INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17659','27453','1','10','');
15554INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17660','27453','2','1','8');
15555INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17661','27454','1','10','');
15556INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17662','27455','1','10','');
15557INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17663','27456','1','10','');
15558INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17664','27456','2','1','8');
15559INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17665','27457','1','1','1000000');
15560INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17666','27487','1','10','');
15561INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17667','27488','1','10','');
15562INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17668','27489','1','10','');
15563INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17669','27489','2','1','8');
15564INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17670','27490','1','10','');
15565INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17671','27491','1','10','');
15566INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17672','27492','1','10','');
15567INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17673','27492','2','1','8');
15568INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17674','27493','1','1','1000000');
15569INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17675','27521','1','10','');
15570INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17676','27522','1','10','');
15571INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17677','27523','1','10','');
15572INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17678','27523','2','1','8');
15573INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17679','27524','1','10','');
15574INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17680','27525','1','10','');
15575INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17681','27526','1','10','');
15576INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17682','27526','2','1','8');
15577INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17683','27527','1','1','1000000');
15578INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17684','27557','1','10','');
15579INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17685','27558','1','10','');
15580INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17686','27559','1','10','');
15581INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17687','27559','2','1','8');
15582INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17688','27560','1','10','');
15583INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17689','27561','1','10','');
15584INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17690','27562','1','10','');
15585INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17691','27562','2','1','8');
15586INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17692','27563','1','1','1000000');
15587INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17693','27643','1','10','');
15588INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17694','27644','1','10','');
15589INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17695','27645','1','10','');
15590INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17696','27645','2','1','8');
15591INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17697','27646','1','10','');
15592INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17698','27647','1','10','');
15593INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17699','27648','1','10','');
15594INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17700','27648','2','1','8');
15595INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17701','27649','1','1','1000000');
15596INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17702','27723','1','10','');
15597INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17703','27724','1','10','');
15598INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17704','27725','1','10','');
15599INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17705','27725','2','1','8');
15600INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17706','27726','1','10','');
15601INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17707','27727','1','10','');
15602INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17708','27728','1','10','');
15603INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17709','27728','2','1','8');
15604INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17710','27729','1','1','1000000');
15605INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17711','27757','1','10','');
15606INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17712','27758','1','10','');
15607INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17713','27759','1','10','');
15608INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17714','27759','2','1','8');
15609INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17715','27760','1','10','');
15610INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17716','27761','1','10','');
15611INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17717','27762','1','10','');
15612INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17718','27762','2','1','8');
15613INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17719','27763','1','1','1000000');
15614INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17720','27789','1','10','');
15615INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17721','27790','1','10','');
15616INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17722','27791','1','10','');
15617INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17723','27791','2','1','8');
15618INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17724','27792','1','10','');
15619INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17725','27793','1','10','');
15620INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17726','27794','1','10','');
15621INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17727','27794','2','1','8');
15622INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17728','27795','1','1','1000000');
15623INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17729','27873','1','10','');
15624INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17730','27874','1','10','');
15625INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17731','27875','1','10','');
15626INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17732','27875','2','1','8');
15627INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17733','27876','1','10','');
15628INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17734','27877','1','10','');
15629INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17735','27878','1','10','');
15630INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17736','27878','2','1','8');
15631INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17737','27879','1','1','1000000');
15632INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17738','27910','1','10','');
15633INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17739','27911','1','10','');
15634INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17740','27912','1','10','');
15635INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17741','27912','2','1','8');
15636INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17742','27913','1','10','');
15637INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17743','27914','1','10','');
15638INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17744','27915','1','10','');
15639INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17745','27915','2','1','8');
15640INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17746','27916','1','1','1000000');
15641INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17747','27945','1','10','');
15642INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17748','27946','1','10','');
15643INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17749','27947','1','10','');
15644INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17750','27947','2','1','8');
15645INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17751','27948','1','10','');
15646INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17752','27949','1','10','');
15647INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17753','27950','1','10','');
15648INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17754','27950','2','1','8');
15649INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17755','27951','1','1','1000000');
15650INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17756','28059','1','10','');
15651INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17757','28060','1','10','');
15652INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17758','28061','1','10','');
15653INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17759','28061','2','1','8');
15654INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17760','28062','1','10','');
15655INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17761','28063','1','10','');
15656INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17762','28064','1','10','');
15657INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17763','28064','2','1','8');
15658INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17764','28065','1','1','1000000');
15659INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17765','28119','1','10','');
15660INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17766','28120','1','10','');
15661INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17767','28121','1','10','');
15662INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17768','28121','2','1','8');
15663INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17769','28122','1','10','');
15664INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17770','28123','1','10','');
15665INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17771','28124','1','10','');
15666INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17772','28124','2','1','8');
15667INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17773','28125','1','1','1000000');
15668INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17774','28176','1','10','');
15669INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17775','28177','1','10','');
15670INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17776','28178','1','10','');
15671INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17777','28178','2','1','8');
15672INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17778','28179','1','10','');
15673INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17779','28180','1','10','');
15674INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17780','28181','1','10','');
15675INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17781','28181','2','1','8');
15676INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17782','28182','1','1','1000000');
15677INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17783','28224','1','10','');
15678INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17784','28225','1','10','');
15679INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17785','28226','1','10','');
15680INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17786','28226','2','1','8');
15681INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17787','28227','1','10','');
15682INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17788','28228','1','10','');
15683INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17789','28229','1','10','');
15684INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17790','28229','2','1','8');
15685INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17791','28230','1','1','1000000');
15686INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17792','28294','1','10','');
15687INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17793','28295','1','10','');
15688INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17794','28296','1','10','');
15689INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17795','28296','2','1','8');
15690INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17796','28297','1','10','');
15691INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17797','28298','1','10','');
15692INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17798','28299','1','10','');
15693INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17799','28299','2','1','8');
15694INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17800','28300','1','1','1000000');
15695INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17801','27069','1','10','');
15696INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17802','27072','1','10','');
15697INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17803','27073','1','10','');
15698INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17804','27074','1','10','');
15699INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17805','27074','2','1','8');
15700INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17806','27075','1','10','');
15701INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17807','27075','2','1','8');
15702INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17808','27076','1','10','');
15703INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17809','27597','1','10','');
15704INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17810','27598','1','10','');
15705INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17811','27599','1','10','');
15706INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17812','27599','2','1','8');
15707INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17813','27600','1','10','');
15708INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17814','27601','1','10','');
15709INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17815','27602','1','10','');
15710INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17816','27602','2','1','8');
15711INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17817','28006','1','10','');
15712INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17818','28007','1','10','');
15713INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17819','28008','1','10','');
15714INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17820','28008','2','1','8');
15715INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17821','28009','1','10','');
15716INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17822','28010','1','10','');
15717INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17823','28011','1','10','');
15718INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17824','28011','2','1','8');
15719INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17825','27079','1','10','');
15720INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17826','27082','1','10','');
15721INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17827','27083','1','10','');
15722INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17828','27084','1','10','');
15723INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17829','27084','2','1','8');
15724INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17830','27085','1','10','');
15725INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17831','27085','2','1','8');
15726INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17832','27086','1','10','');
15727INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17833','27620','1','10','');
15728INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17834','27621','1','10','');
15729INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17835','27622','1','10','');
15730INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17836','27622','2','1','8');
15731INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17837','27623','1','10','');
15732INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17838','27624','1','10','');
15733INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17839','27625','1','10','');
15734INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17840','27625','2','1','8');
15735INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17841','27977','1','10','');
15736INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17842','27978','1','10','');
15737INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17843','27979','1','10','');
15738INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17844','27979','2','1','8');
15739INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17845','27980','1','10','');
15740INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17846','27981','1','10','');
15741INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17847','27982','1','10','');
15742INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17848','27982','2','1','8');
15743INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17849','27119','1','10','');
15744INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17850','27121','1','1','1000000');
15745INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17851','27122','1','10','');
15746INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17852','27123','1','10','');
15747INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17853','27124','1','10','');
15748INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17854','27124','2','1','8');
15749INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17855','27125','1','10','');
15750INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17856','27125','2','1','8');
15751INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17857','27126','1','10','');
15752INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17858','28098','1','10','');
15753INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17859','28099','1','10','');
15754INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17860','28100','1','10','');
15755INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17861','28100','2','1','8');
15756INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17862','28101','1','10','');
15757INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17863','28102','1','10','');
15758INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17864','28103','1','10','');
15759INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17865','28103','2','1','8');
15760INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17866','28104','1','1','1000000');
15761INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17867','27203','1','5',E'^(\\w|-|\\.|/)+ (\\w|-|\\.|/)+ (.+) Copyright
15762\\3');
15763INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17868','27204','1','5',E'^((\\w|-|\\.|/)+)
15764\\1');
15765INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17869','27206','1','1','1024');
15766INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17870','27207','1','1','1024');
15767INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17871','28323','1','1','0.1');
15768INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17872','27314','1','1','0.5');
15769INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17873','27315','1','1','0.5');
15770INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17874','27318','1','1','0.5');
15771INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17875','28727','1','5',E'Version (.+), RELEASE
15772\\1');
15773INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17876','28728','1','5',E'Version (.+), RELEASE
15774\\1');
15775INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17877','28729','1','5',E'Version (.+), RELEASE
15776\\1');
15777INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17878','28730','1','5',E'Version (.+), RELEASE
15778\\1');
15779INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17879','27591','1','1','1024');
15780INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17880','27592','1','1','1024');
15781INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17881','27777','1','5',E'Firmware Version: ([0-9.]+),
15782\\1');
15783INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17882','27778','1','5',E'(.+) - Firmware
15784\\1');
15785INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17883','27811','1','5',E'kernel (JUNOS [0-9a-zA-Z\\.\\-]+)
15786\\1');
15787INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17884','28201','1','1','0.1');
15788INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17885','27897','1','1','0.1');
15789INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17886','27898','1','1','1024');
15790INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17887','27900','1','1','1024');
15791INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17888','27905','1','1','0.1');
15792INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17889','27907','1','1','1024');
15793INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17890','27908','1','1','1024');
15794INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17891','27936','1','5',E'60 Secs \\( ([0-9\\.]+)%\\).+300 Secs
15795\\1');
15796INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17892','28029','1','1','1024');
15797INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17893','28030','1','1','1024');
15798INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17894','28647','1','1','1048576');
15799INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17895','28650','1','1','1048576');
15800INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17896','28354','1','1','0.1');
15801INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17897','28356','1','1','0.1');
15802INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17898','28367','1','1','1048576');
15803INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17899','28372','1','1','1048576');
15804INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17900','28422','1','1','1048576');
15805INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17901','28425','1','1','1048576');
15806INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17902','28451','1','5',E'(\\d{1,3}) *%( of maximum)?
15807\\1');
15808INSERT INTO item_preproc (item_preprocid,itemid,step,type,params) values ('17903','28479','1','5',E'(\\d{1,3}) *%( of maximum)?
15809\\1');
15810INSERT 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');
15811INSERT INTO dashboard (dashboardid,name,userid,private) values ('1','Global view','1','0');
15812INSERT INTO dashboard (dashboardid,name,userid,private) values ('2','Zabbix server health','1','1');
15813INSERT INTO dashboard_usrgrp (dashboard_usrgrpid,dashboardid,usrgrpid,permission) values ('1','2','7','3');
15814INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('1','1','systeminfo','','0','0','4','4');
15815INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('2','1','problemsbysv','','4','0','6','4');
15816INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('3','1','clock','','10','0','2','4');
15817INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('4','1','problems','','0','4','10','10');
15818INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('5','1','favmaps','','10','4','2','5');
15819INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('6','1','favgraphs','','10','9','2','5');
15820INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('7','2','problems','Zabbix server problems','0','0','10','4');
15821INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('8','2','clock','Local time','10','0','2','4');
15822INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('9','2','svggraph','Values processed per second','0','4','4','5');
15823INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('10','2','svggraph','Utilization of data collectors','4','4','4','5');
15824INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('11','2','svggraph','Utilization of internal processes','8','4','4','5');
15825INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('12','2','svggraph','Cache usage','0','9','4','5');
15826INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('13','2','svggraph','Value cache effectiveness','4','9','4','5');
15827INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height) values ('14','2','svggraph','Queue size','8','9','4','5');
15828INSERT 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);
15829INSERT 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);
15830INSERT 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);
15831INSERT 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);
15832INSERT 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);
15833INSERT 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);
15834INSERT 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);
15835INSERT 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);
15836INSERT 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);
15837INSERT 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);
15838INSERT 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);
15839INSERT 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);
15840INSERT 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);
15841INSERT 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);
15842INSERT 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);
15843INSERT 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);
15844INSERT 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);
15845INSERT 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);
15846INSERT 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);
15847INSERT 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);
15848INSERT 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);
15849INSERT 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);
15850INSERT 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);
15851INSERT 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);
15852INSERT 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);
15853INSERT 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);
15854INSERT 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);
15855INSERT 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);
15856INSERT 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);
15857INSERT 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);
15858INSERT 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);
15859INSERT 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);
15860INSERT 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);
15861INSERT 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);
15862INSERT 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);
15863INSERT 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);
15864INSERT 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);
15865INSERT 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);
15866INSERT 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);
15867INSERT 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);
15868INSERT 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);
15869INSERT 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);
15870INSERT 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);
15871INSERT 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);
15872INSERT 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);
15873INSERT 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);
15874INSERT 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);
15875INSERT 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);
15876INSERT 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);
15877INSERT 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);
15878INSERT 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);
15879INSERT 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);
15880INSERT 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);
15881INSERT 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);
15882INSERT 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);
15883INSERT 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);
15884INSERT 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);
15885INSERT 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);
15886INSERT 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);
15887INSERT 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);
15888INSERT 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);
15889INSERT 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);
15890INSERT 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);
15891INSERT 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);
15892INSERT 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);
15893INSERT 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);
15894INSERT 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);
15895INSERT 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);
15896INSERT 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);
15897INSERT 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);
15898INSERT 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);
15899INSERT 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);
15900INSERT 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);
15901INSERT 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);
15902INSERT 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);
15903INSERT 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);
15904INSERT 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);
15905INSERT 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);
15906INSERT 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);
15907INSERT 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);
15908INSERT 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);
15909INSERT 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);
15910INSERT 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);
15911INSERT 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);
15912INSERT 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);
15913INSERT 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);
15914INSERT 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);
15915INSERT 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);
15916INSERT 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);
15917INSERT 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);
15918INSERT 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);
15919INSERT 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);
15920INSERT 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);
15921INSERT 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);
15922INSERT 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);
15923INSERT 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);
15924INSERT 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);
15925INSERT 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);
15926INSERT 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);
15927INSERT 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);
15928INSERT 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);
15929INSERT 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);
15930INSERT 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);
15931INSERT 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);
15932INSERT 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);
15933INSERT 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);
15934INSERT 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);
15935INSERT 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);
15936INSERT 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);
15937INSERT 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);
15938INSERT 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);
15939INSERT 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);
15940INSERT 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);
15941INSERT 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);
15942INSERT 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);
15943INSERT 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);
15944INSERT 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);
15945INSERT 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);
15946INSERT 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);
15947INSERT 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);
15948INSERT 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);
15949INSERT 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);
15950INSERT 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);
15951INSERT 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);
15952INSERT 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);
15953INSERT 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);
15954INSERT 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);
15955INSERT 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);
15956INSERT 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);
15957INSERT 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);
15958INSERT 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);
15959INSERT 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);
15960INSERT 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);
15961COMMIT;
15962