1SET DEFINE OFF
2INSERT INTO users (userid,alias,name,surname,passwd,url,autologin,autologout,lang,refresh,type,theme,rows_per_page)
3values ('1','Admin','Zabbix','Administrator','5fce1b3e34b520afeffb37ce08c7cd66','','1','0','en_GB','30s','3','default','50')
4/
5
6INSERT INTO users (userid,alias,name,surname,passwd,url,autologin,autologout,lang,refresh,type,theme,rows_per_page)
7values ('2','guest','','','d41d8cd98f00b204e9800998ecf8427e','','0','15m','en_GB','30s','1','default','50')
8/
9
10INSERT INTO hstgrp (groupid,name,internal,flags)
11values ('1','Templates','0','0')
12/
13
14INSERT INTO hstgrp (groupid,name,internal,flags)
15values ('2','Linux servers','0','0')
16/
17
18INSERT INTO hstgrp (groupid,name,internal,flags)
19values ('4','Zabbix servers','0','0')
20/
21
22INSERT INTO hstgrp (groupid,name,internal,flags)
23values ('5','Discovered hosts','1','0')
24/
25
26INSERT INTO hstgrp (groupid,name,internal,flags)
27values ('6','Virtual machines','0','0')
28/
29
30INSERT INTO hstgrp (groupid,name,internal,flags)
31values ('7','Hypervisors','0','0')
32/
33
34INSERT INTO hstgrp (groupid,name,internal,flags)
35values ('8','Templates/Modules','0','0')
36/
37
38INSERT INTO hstgrp (groupid,name,internal,flags)
39values ('9','Templates/Network devices','0','0')
40/
41
42INSERT INTO hstgrp (groupid,name,internal,flags)
43values ('10','Templates/Operating systems','0','0')
44/
45
46INSERT INTO hstgrp (groupid,name,internal,flags)
47values ('11','Templates/Server hardware','0','0')
48/
49
50INSERT INTO hstgrp (groupid,name,internal,flags)
51values ('12','Templates/Applications','0','0')
52/
53
54INSERT INTO hstgrp (groupid,name,internal,flags)
55values ('13','Templates/Databases','0','0')
56/
57
58INSERT INTO hstgrp (groupid,name,internal,flags)
59values ('14','Templates/Virtualization','0','0')
60/
61
62INSERT INTO drules (druleid,proxy_hostid,name,iprange,delay,status)
63values ('2',NULL,'Local network','192.168.0.1-254','1h','1')
64/
65
66INSERT INTO dchecks (dcheckid,druleid,type,key_,snmp_community,ports,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,uniq,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname)
67values ('2','2','9','system.uname','','10050','','0','','','0','0','0','')
68/
69
70INSERT 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)
71values ('1','0','Email','mail.example.com','example.com','zabbix@example.com','','','','','0','25','0','0','0','0','','1','3','10s')
72/
73
74INSERT 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)
75values ('2','3','Jabber','','','','','','jabber@example.com','zabbix','0','25','0','0','0','0','','1','3','10s')
76/
77
78INSERT 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)
79values ('3','2','SMS','','','','','/dev/ttyS0','','','0','25','0','0','0','0','','1','3','10s')
80/
81
82INSERT INTO usrgrp (usrgrpid,name,gui_access,users_status,debug_mode)
83values ('7','Zabbix administrators','0','0','0')
84/
85
86INSERT INTO usrgrp (usrgrpid,name,gui_access,users_status,debug_mode)
87values ('8','Guests','1','0','0')
88/
89
90INSERT INTO usrgrp (usrgrpid,name,gui_access,users_status,debug_mode)
91values ('9','Disabled','0','1','0')
92/
93
94INSERT INTO usrgrp (usrgrpid,name,gui_access,users_status,debug_mode)
95values ('11','Enabled debug mode','0','0','1')
96/
97
98INSERT INTO usrgrp (usrgrpid,name,gui_access,users_status,debug_mode)
99values ('12','No access to the frontend','3','0','0')
100/
101
102INSERT INTO users_groups (id,usrgrpid,userid)
103values ('2','8','2')
104/
105
106INSERT INTO users_groups (id,usrgrpid,userid)
107values ('3','9','2')
108/
109
110INSERT INTO users_groups (id,usrgrpid,userid)
111values ('4','7','1')
112/
113
114INSERT INTO scripts (scriptid,name,command,host_access,usrgrpid,groupid,description,confirmation,type,execute_on)
115values ('1','Ping','ping -c 3 {HOST.CONN}; case $? in [01]) true;; *) false;; esac','2',NULL,NULL,'','','0','2')
116/
117
118INSERT INTO scripts (scriptid,name,command,host_access,usrgrpid,groupid,description,confirmation,type,execute_on)
119values ('2','Traceroute','/usr/sbin/traceroute {HOST.CONN}','2',NULL,NULL,'','','0','2')
120/
121
122INSERT INTO scripts (scriptid,name,command,host_access,usrgrpid,groupid,description,confirmation,type,execute_on)
123values ('3','Detect operating system','sudo /usr/local/bin/nmap -O {HOST.CONN}','2','7',NULL,'','','0','2')
124/
125
126INSERT INTO actions (actionid,name,eventsource,evaltype,status,esc_period,def_shortdata,def_longdata,r_shortdata,r_longdata,formula,pause_suppressed,ack_shortdata,ack_longdata)
127values ('2','Auto discovery. Linux servers.','1','0','1','0','','','','','','1','','')
128/
129
130INSERT INTO actions (actionid,name,eventsource,evaltype,status,esc_period,def_shortdata,def_longdata,r_shortdata,r_longdata,formula,pause_suppressed,ack_shortdata,ack_longdata)
131values ('3','Report problems to Zabbix administrators','0','0','1','1h','Problem: {EVENT.NAME}','Problem started at {EVENT.TIME} on {EVENT.DATE}' || chr(13) || chr(10) || 'Problem name: {EVENT.NAME}' || chr(13) || chr(10) || 'Host: {HOST.NAME}' || chr(13) || chr(10) || 'Severity: {EVENT.SEVERITY}' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Original problem ID: {EVENT.ID}' || chr(13) || chr(10) || '{TRIGGER.URL}','Resolved: {EVENT.NAME}','Problem has been resolved at {EVENT.RECOVERY.TIME} on {EVENT.RECOVERY.DATE}' || chr(13) || chr(10) || 'Problem name: {EVENT.NAME}' || chr(13) || chr(10) || 'Host: {HOST.NAME}' || chr(13) || chr(10) || 'Severity: {EVENT.SEVERITY}' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Original problem ID: {EVENT.ID}' || chr(13) || chr(10) || '{TRIGGER.URL}','','1','Updated problem: {EVENT.NAME}','{USER.FULLNAME} {EVENT.UPDATE.ACTION} problem at {EVENT.UPDATE.DATE} {EVENT.UPDATE.TIME}.' || chr(13) || chr(10) || '{EVENT.UPDATE.MESSAGE}' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Current problem status is {EVENT.STATUS}, acknowledged: {EVENT.ACK.STATUS}.')
132/
133
134INSERT INTO actions (actionid,name,eventsource,evaltype,status,esc_period,def_shortdata,def_longdata,r_shortdata,r_longdata,formula,pause_suppressed,ack_shortdata,ack_longdata)
135values ('4','Report not supported items','3','0','1','1h','{ITEM.STATE}: {HOST.NAME}:{ITEM.NAME}','Host: {HOST.NAME}' || chr(13) || chr(10) || 'Item: {ITEM.NAME}' || chr(13) || chr(10) || 'Key: {ITEM.KEY}' || chr(13) || chr(10) || 'State: {ITEM.STATE}','{ITEM.STATE}: {HOST.NAME}:{ITEM.NAME}','Host: {HOST.NAME}' || chr(13) || chr(10) || 'Item: {ITEM.NAME}' || chr(13) || chr(10) || 'Key: {ITEM.KEY}' || chr(13) || chr(10) || 'State: {ITEM.STATE}','','1','','')
136/
137
138INSERT INTO actions (actionid,name,eventsource,evaltype,status,esc_period,def_shortdata,def_longdata,r_shortdata,r_longdata,formula,pause_suppressed,ack_shortdata,ack_longdata)
139values ('5','Report not supported low level discovery rules','3','0','1','1h','{LLDRULE.STATE}: {HOST.NAME}:{LLDRULE.NAME}','Host: {HOST.NAME}' || chr(13) || chr(10) || 'Low level discovery rule: {LLDRULE.NAME}' || chr(13) || chr(10) || 'Key: {LLDRULE.KEY}' || chr(13) || chr(10) || 'State: {LLDRULE.STATE}','{LLDRULE.STATE}: {HOST.NAME}:{LLDRULE.NAME}','Host: {HOST.NAME}' || chr(13) || chr(10) || 'Low level discovery rule: {LLDRULE.NAME}' || chr(13) || chr(10) || 'Key: {LLDRULE.KEY}' || chr(13) || chr(10) || 'State: {LLDRULE.STATE}','','1','','')
140/
141
142INSERT INTO actions (actionid,name,eventsource,evaltype,status,esc_period,def_shortdata,def_longdata,r_shortdata,r_longdata,formula,pause_suppressed,ack_shortdata,ack_longdata)
143values ('6','Report unknown triggers','3','0','1','1h','{TRIGGER.STATE}: {TRIGGER.NAME}','Trigger name: {TRIGGER.NAME}' || chr(13) || chr(10) || 'Expression: {TRIGGER.EXPRESSION}' || chr(13) || chr(10) || 'State: {TRIGGER.STATE}','{TRIGGER.STATE}: {TRIGGER.NAME}','Trigger name: {TRIGGER.NAME}' || chr(13) || chr(10) || 'Expression: {TRIGGER.EXPRESSION}' || chr(13) || chr(10) || 'State: {TRIGGER.STATE}','','1','','')
144/
145
146INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
147values ('1','2','6','0','1','1','0','0')
148/
149
150INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
151values ('2','2','4','0','1','1','0','0')
152/
153
154INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
155values ('3','3','0','0','1','1','0','0')
156/
157
158INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
159values ('4','4','0','0','1','1','0','0')
160/
161
162INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
163values ('5','5','0','0','1','1','0','0')
164/
165
166INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
167values ('6','6','0','0','1','1','0','0')
168/
169
170INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
171values ('7','3','11','0','1','1','0','1')
172/
173
174INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
175values ('8','4','11','0','1','1','0','1')
176/
177
178INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
179values ('9','5','11','0','1','1','0','1')
180/
181
182INSERT INTO operations (operationid,actionid,operationtype,esc_period,esc_step_from,esc_step_to,evaltype,recovery)
183values ('10','6','11','0','1','1','0','1')
184/
185
186INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid)
187values ('3','1','Problem: {EVENT.NAME}','Problem started at {EVENT.TIME} on {EVENT.DATE}' || chr(13) || chr(10) || 'Problem name: {EVENT.NAME}' || chr(13) || chr(10) || 'Host: {HOST.NAME}' || chr(13) || chr(10) || 'Severity: {EVENT.SEVERITY}' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Original problem ID: {EVENT.ID}' || chr(13) || chr(10) || '{TRIGGER.URL}',NULL)
188/
189
190INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid)
191values ('4','1','','',NULL)
192/
193
194INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid)
195values ('5','1','','',NULL)
196/
197
198INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid)
199values ('6','1','','',NULL)
200/
201
202INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid)
203values ('7','1','Resolved: {EVENT.NAME}','Problem has been resolved at {EVENT.RECOVERY.TIME} on {EVENT.RECOVERY.DATE}' || chr(13) || chr(10) || 'Problem name: {EVENT.NAME}' || chr(13) || chr(10) || 'Host: {HOST.NAME}' || chr(13) || chr(10) || 'Severity: {EVENT.SEVERITY}' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Original problem ID: {EVENT.ID}' || chr(13) || chr(10) || '{TRIGGER.URL}',NULL)
204/
205
206INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid)
207values ('8','1','{ITEM.STATE}: {HOST.NAME}:{ITEM.NAME}','Host: {HOST.NAME}' || chr(13) || chr(10) || 'Item: {ITEM.NAME}' || chr(13) || chr(10) || 'Key: {ITEM.KEY}' || chr(13) || chr(10) || 'State: {ITEM.STATE}',NULL)
208/
209
210INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid)
211values ('9','1','{LLDRULE.STATE}: {HOST.NAME}:{LLDRULE.NAME}','Host: {HOST.NAME}' || chr(13) || chr(10) || 'Low level discovery rule: {LLDRULE.NAME}' || chr(13) || chr(10) || 'Key: {LLDRULE.KEY}' || chr(13) || chr(10) || 'State: {LLDRULE.STATE}',NULL)
212/
213
214INSERT INTO opmessage (operationid,default_msg,subject,message,mediatypeid)
215values ('10','1','{TRIGGER.STATE}: {TRIGGER.NAME}','Trigger name: {TRIGGER.NAME}' || chr(13) || chr(10) || 'Expression: {TRIGGER.EXPRESSION}' || chr(13) || chr(10) || 'State: {TRIGGER.STATE}',NULL)
216/
217
218INSERT INTO opmessage_grp (opmessage_grpid,operationid,usrgrpid)
219values ('1','3','7')
220/
221
222INSERT INTO opmessage_grp (opmessage_grpid,operationid,usrgrpid)
223values ('2','4','7')
224/
225
226INSERT INTO opmessage_grp (opmessage_grpid,operationid,usrgrpid)
227values ('3','5','7')
228/
229
230INSERT INTO opmessage_grp (opmessage_grpid,operationid,usrgrpid)
231values ('4','6','7')
232/
233
234INSERT INTO opgroup (opgroupid,operationid,groupid)
235values ('1','2','2')
236/
237
238INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2)
239values ('2','2','10','0','0','')
240/
241
242INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2)
243values ('3','2','8','0','9','')
244/
245
246INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2)
247values ('4','2','12','2','Linux','')
248/
249
250INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2)
251values ('6','4','23','0','0','')
252/
253
254INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2)
255values ('7','5','23','0','2','')
256/
257
258INSERT INTO conditions (conditionid,actionid,conditiontype,operator,value,value2)
259values ('8','6','23','0','4','')
260/
261
262INSERT INTO config (configid,refresh_unsupported,work_period,alert_usrgrpid,discovery_groupid)
263values ('1','10m','1-5,09:00-18:00','7','5')
264/
265
266INSERT INTO graph_theme (graphthemeid,theme,backgroundcolor,graphcolor,gridcolor,maingridcolor,gridbordercolor,textcolor,highlightcolor,leftpercentilecolor,rightpercentilecolor,nonworktimecolor,colorpalette)
267values ('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')
268/
269
270INSERT INTO graph_theme (graphthemeid,theme,backgroundcolor,graphcolor,gridcolor,maingridcolor,gridbordercolor,textcolor,highlightcolor,leftpercentilecolor,rightpercentilecolor,nonworktimecolor,colorpalette)
271values ('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')
272/
273
274INSERT INTO graph_theme (graphthemeid,theme,backgroundcolor,graphcolor,gridcolor,maingridcolor,gridbordercolor,textcolor,highlightcolor,leftpercentilecolor,rightpercentilecolor,nonworktimecolor,colorpalette)
275values ('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')
276/
277
278INSERT INTO graph_theme (graphthemeid,theme,backgroundcolor,graphcolor,gridcolor,maingridcolor,gridbordercolor,textcolor,highlightcolor,leftpercentilecolor,rightpercentilecolor,nonworktimecolor,colorpalette)
279values ('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')
280/
281
282INSERT INTO globalmacro (globalmacroid,macro,value)
283values ('2','{$SNMP_COMMUNITY}','public')
284/
285
286INSERT INTO regexps (regexpid,name,test_string)
287values ('1','File systems for discovery','ext3')
288/
289
290INSERT INTO regexps (regexpid,name,test_string)
291values ('2','Network interfaces for discovery','eth0')
292/
293
294INSERT INTO regexps (regexpid,name,test_string)
295values ('3','Storage devices for SNMP discovery','/boot')
296/
297
298INSERT INTO regexps (regexpid,name,test_string)
299values ('4','Windows service names for discovery','SysmonLog')
300/
301
302INSERT INTO regexps (regexpid,name,test_string)
303values ('5','Windows service startup states for discovery','automatic')
304/
305
306INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
307values ('1','1','^(btrfs|ext2|ext3|ext4|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|apfs|refs|ntfs|fat32|zfs)$','3',',','0')
308/
309
310INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
311values ('3','3','^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space)$','4',',','1')
312/
313
314INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
315values ('5','4','^(MMCSS|gupdate|SysmonLog|clr_optimization_v2.0.50727_32|clr_optimization_v4.0.30319_32)$','4',',','1')
316/
317
318INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
319values ('6','5','^(automatic|automatic delayed)$','3',',','1')
320/
321
322INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
323values ('7','2','^Software Loopback Interface','4',',','1')
324/
325
326INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
327values ('8','2','^(In)?[Ll]oop[Bb]ack[0-9._]*$','4',',','1')
328/
329
330INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
331values ('9','2','^NULL[0-9.]*$','4',',','1')
332/
333
334INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
335values ('10','2','^[Ll]o[0-9.]*$','4',',','1')
336/
337
338INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
339values ('11','2','^[Ss]ystem$','4',',','1')
340/
341
342INSERT INTO expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive)
343values ('12','2','^Nu[0-9.]*$','4',',','1')
344/
345
346INSERT 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)
347values ('10001',NULL,'Template OS Linux','3','-1','2','','','Template OS Linux','0',NULL,'','1','1','','','','','','1')
348/
349
350INSERT 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)
351values ('10047',NULL,'Template App Zabbix Server','3','-1','2','','','Template App Zabbix Server','0',NULL,'','1','1','','','','','','1')
352/
353
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)
355values ('10048',NULL,'Template App Zabbix Proxy','3','-1','2','','','Template App Zabbix Proxy','0',NULL,'','1','1','','','','','','1')
356/
357
358INSERT 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)
359values ('10050',NULL,'Template App Zabbix Agent','3','-1','2','','','Template App Zabbix Agent','0',NULL,'','1','1','','','','','','1')
360/
361
362INSERT 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)
363values ('10074',NULL,'Template OS OpenBSD','3','-1','2','','','Template OS OpenBSD','0',NULL,'','1','1','','','','','','1')
364/
365
366INSERT 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)
367values ('10075',NULL,'Template OS FreeBSD','3','-1','2','','','Template OS FreeBSD','0',NULL,'','1','1','','','','','','1')
368/
369
370INSERT 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)
371values ('10076',NULL,'Template OS AIX','3','-1','2','','','Template OS AIX','0',NULL,'','1','1','','','','','','1')
372/
373
374INSERT 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)
375values ('10077',NULL,'Template OS HP-UX','3','-1','2','','','Template OS HP-UX','0',NULL,'','1','1','','','','','','1')
376/
377
378INSERT 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)
379values ('10078',NULL,'Template OS Solaris','3','-1','2','','','Template OS Solaris','0',NULL,'','1','1','','','','','','1')
380/
381
382INSERT 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)
383values ('10079',NULL,'Template OS Mac OS X','3','-1','2','','','Template OS Mac OS X','0',NULL,'','1','1','','','','','','1')
384/
385
386INSERT 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)
387values ('10081',NULL,'Template OS Windows','3','-1','2','','','Template OS Windows','0',NULL,'','1','1','','','','','','1')
388/
389
390INSERT 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)
391values ('10084',NULL,'Zabbix server','0','-1','2','','','Zabbix server','0',NULL,'','1','1','','','','','','1')
392/
393
394INSERT 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)
395values ('10093',NULL,'Template App FTP Service','3','-1','2','','','Template App FTP Service','0',NULL,'','1','1','','','','','','1')
396/
397
398INSERT 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)
399values ('10094',NULL,'Template App HTTP Service','3','-1','2','','','Template App HTTP Service','0',NULL,'','1','1','','','','','','1')
400/
401
402INSERT 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)
403values ('10095',NULL,'Template App HTTPS Service','3','-1','2','','','Template App HTTPS Service','0',NULL,'','1','1','','','','','','1')
404/
405
406INSERT 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)
407values ('10096',NULL,'Template App IMAP Service','3','-1','2','','','Template App IMAP Service','0',NULL,'','1','1','','','','','','1')
408/
409
410INSERT 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)
411values ('10097',NULL,'Template App LDAP Service','3','-1','2','','','Template App LDAP Service','0',NULL,'','1','1','','','','','','1')
412/
413
414INSERT 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)
415values ('10098',NULL,'Template App NNTP Service','3','-1','2','','','Template App NNTP Service','0',NULL,'','1','1','','','','','','1')
416/
417
418INSERT 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)
419values ('10099',NULL,'Template App NTP Service','3','-1','2','','','Template App NTP Service','0',NULL,'','1','1','','','','','','1')
420/
421
422INSERT 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)
423values ('10100',NULL,'Template App POP Service','3','-1','2','','','Template App POP Service','0',NULL,'','1','1','','','','','','1')
424/
425
426INSERT 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)
427values ('10101',NULL,'Template App SMTP Service','3','-1','2','','','Template App SMTP Service','0',NULL,'','1','1','','','','','','1')
428/
429
430INSERT 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)
431values ('10102',NULL,'Template App SSH Service','3','-1','2','','','Template App SSH Service','0',NULL,'','1','1','','','','','','1')
432/
433
434INSERT 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)
435values ('10103',NULL,'Template App Telnet Service','3','-1','2','','','Template App Telnet Service','0',NULL,'','1','1','','','','','','1')
436/
437
438INSERT 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)
439values ('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')
440/
441
442INSERT 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)
443values ('10170',NULL,'Template DB MySQL','3','-1','2','','','Template DB MySQL','0',NULL,'','1','1','','','','','','1')
444/
445
446INSERT 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)
447values ('10171',NULL,'Template Server Intel SR1530 IPMI','3','-1','2','','','Template Server Intel SR1530 IPMI','0',NULL,'','1','1','','','','','','1')
448/
449
450INSERT 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)
451values ('10172',NULL,'Template Server Intel SR1630 IPMI','3','-1','2','','','Template Server Intel SR1630 IPMI','0',NULL,'','1','1','','','','','','1')
452/
453
454INSERT 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)
455values ('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/' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.38','1','1','','','','','','1')
456/
457
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)
459values ('10174',NULL,'Template VM VMware Guest','3','-1','2','','','Template VM VMware Guest','0',NULL,'Template tooling version used: 0.38','1','1','','','','','','1')
460/
461
462INSERT 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)
463values ('10175',NULL,'Template VM VMware Hypervisor','3','-1','2','','','Template VM VMware Hypervisor','0',NULL,'Template tooling version used: 0.38','1','1','','','','','','1')
464/
465
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)
467values ('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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'EtherLike-MIB','1','1','','','','','','1')
468/
469
470INSERT 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)
471values ('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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'EtherLike-MIB','1','1','','','','','','1')
472/
473
474INSERT 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)
475values ('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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
476/
477
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)
479values ('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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
480/
481
482INSERT 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)
483values ('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')
484/
485
486INSERT 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)
487values ('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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'IF-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '  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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.36','1','1','','','','','','1')
488/
489
490INSERT 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)
491values ('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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'IF-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '  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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.36','1','1','','','','','','1')
492/
493
494INSERT 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)
495values ('10189',NULL,'Template Module Interfaces SNMPv1','3','-1','2','','','Template Module Interfaces SNMPv1','0',NULL,'Template Module Interfaces' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'IF-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.36','1','1','','','','','','1')
496/
497
498INSERT 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)
499values ('10190',NULL,'Template Module Interfaces SNMPv2','3','-1','2','','','Template Module Interfaces SNMPv2','0',NULL,'Template Module Interfaces' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'IF-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.36','1','1','','','','','','1')
500/
501
502INSERT 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)
503values ('10192',NULL,'Template Module Interfaces Windows SNMPv2','3','-1','2','','','Template Module Interfaces Windows SNMPv2','0',NULL,'Template Interfaces Windows' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'IF-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '  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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.36','1','1','','','','','','1')
504/
505
506INSERT 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)
507values ('10203',NULL,'Template Module Generic SNMPv1','3','-1','2','','','Template Module Generic SNMPv1','0',NULL,'Template Module Generic version: 0.15' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'SNMPv2-MIB','1','1','','','','','','1')
508/
509
510INSERT 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)
511values ('10204',NULL,'Template Module Generic SNMPv2','3','-1','2','','','Template Module Generic SNMPv2','0',NULL,'Template Module Generic version: 0.15' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'SNMPv2-MIB','1','1','','','','','','1')
512/
513
514INSERT 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)
515values ('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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'TIMETRA-CHASSIS-MIB' || chr(13) || chr(10) || 'TIMETRA-SYSTEM-MIB' || chr(13) || chr(10) || 'SNMPv2-MIB','1','1','','','','','','1')
516/
517
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)
519values ('10208',NULL,'Template Net Brocade FC SNMPv2','3','-1','2','','','Template Net Brocade FC SNMPv2','0',NULL,'Template Net Brocade FC version: 0.15' || chr(13) || chr(10) || 'Overview: https://community.brocade.com/dtscp75322/attachments/dtscp75322/fibre/25235/1/FOS_MIB_Reference_v740.pdf' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'SW-MIB' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || 'description : no IF-MIB::ifAlias is available' || chr(13) || chr(10) || 'version : v6.3.1c, v7.0.0c,  v7.4.1c' || chr(13) || chr(10) || 'device : all','1','1','','','','','','1')
520/
521
522INSERT 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)
523values ('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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'FOUNDRY-SN-AGENT-MIB','1','1','','','','','','1')
524/
525
526INSERT 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)
527values ('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' || chr(13) || chr(10) || 'Overview: For devices(old Foundry devices, MLXe and so on) that doesn''t support Stackable SNMP Tables: snChasFan2Table, snChasPwrSupply2Table,snAgentTemp2Table -' || chr(13) || chr(10) || 'FOUNDRY-SN-AGENT-MIB::snChasFanTable, snChasPwrSupplyTable,snAgentTempTable are used instead.' || chr(13) || chr(10) || 'For example:' || chr(13) || chr(10) || 'The objects in table snChasPwrSupply2Table is not supported on the NetIron and the FastIron SX devices.' || chr(13) || chr(10) || 'snChasFan2Table is not supported on  on the NetIron devices.' || chr(13) || chr(10) || 'snAgentTemp2Table is not supported on old versions of MLXe' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'FOUNDRY-SN-AGENT-MIB','1','1','','','','','','1')
528/
529
530INSERT 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)
531values ('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' || chr(13) || chr(10) || 'Overview: 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.' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'FOUNDRY-SN-AGENT-MIB' || chr(13) || chr(10) || 'FOUNDRY-SN-STACKING-MIB' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || 'description : Correct fan(returns fan status as ''other(1)'' and temperature (returns 0) for the non-master Switches are not available in SNMP' || chr(13) || chr(10) || 'version : Version 08.0.40b and above' || chr(13) || chr(10) || 'device : ICX 7750 in stack','1','1','','','','','','1')
532/
533
534INSERT 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)
535values ('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' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'CISCO-MEMORY-POOL-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.35','1','1','','','','','','1')
536/
537
538INSERT 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)
539values ('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' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'CISCO-PROCESS-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.35','1','1','','','','','','1')
540/
541
542INSERT 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)
543values ('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' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'OLD-CISCO-CPU-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.35','1','1','','','','','','1')
544/
545
546INSERT 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)
547values ('10216',NULL,'Template Module Cisco Inventory SNMPv2','3','-1','2','','','Template Module Cisco Inventory SNMPv2','0',NULL,'Template Cisco Inventory' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'ENTITY-MIB' || chr(13) || chr(10) || 'SNMPv2-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.35','1','1','','','','','','1')
548/
549
550INSERT 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)
551values ('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' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'CISCO-ENVMON-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.35','1','1','','','','','','1')
552/
553
554INSERT 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)
555values ('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' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '  Description: no if(in|out)(Errors|Discards) are available for vlan ifType' || chr(13) || chr(10) || '  Version: IOS for example: 12.1(22)EA11, 15.4(3)M2' || chr(13) || chr(10) || '  Device: C2911, C7600' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.35','1','1','','','','','','1')
556/
557
558INSERT 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)
559values ('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' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.35','1','1','','','','','','1')
560/
561
562INSERT 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)
563values ('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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'F10-S-SERIES-CHASSIS-MIB','1','1','','','','','','1')
564/
565
566INSERT 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)
567values ('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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'MY-PROCESS-MIB' || chr(13) || chr(10) || 'SNMPv2-MIB' || chr(13) || chr(10) || 'MY-MEMORY-MIB' || chr(13) || chr(10) || 'ENTITY-MIB' || chr(13) || chr(10) || 'MY-SYSTEM-MIB','1','1','','','','','','1')
568/
569
570INSERT 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)
571values ('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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'DLINK-AGENT-MIB' || chr(13) || chr(10) || 'SNMPv2-MIB' || chr(13) || chr(10) || 'ENTITY-MIB' || chr(13) || chr(10) || 'EQUIPMENT-MIB' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || 'description : D-Link reports missing PSU as fail(4)' || chr(13) || chr(10) || 'version : Firmware: 1.73R008,hardware revision: B1' || chr(13) || chr(10) || 'device : DGS-3420-26SC Gigabit Ethernet Switch','1','1','','','','','','1')
572/
573
574INSERT 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)
575values ('10224',NULL,'Template Net Extreme EXOS SNMPv2','3','-1','2','','','Template Net Extreme EXOS SNMPv2','0',NULL,'Template Extreme EXOS version: 0.15' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'EXTREME-SOFTWARE-MONITOR-MIB' || chr(13) || chr(10) || 'EXTREME-SYSTEM-MIB' || chr(13) || chr(10) || 'ENTITY-MIB','1','1','','','','','','1')
576/
577
578INSERT 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)
579values ('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' || chr(13) || chr(10) || 'Overview: Use this template if you can''t find the template for specific vendor or device family.','1','1','','','','','','1')
580/
581
582INSERT 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)
583values ('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' || chr(13) || chr(10) || 'Overview: Use this template if you can''t find the template for specific vendor or device family.','1','1','','','','','','1')
584/
585
586INSERT 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)
587values ('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' || chr(13) || chr(10) || 'Overview: http://certifiedgeek.weebly.com/blog/hp-comware-snmp-mib-for-cpu-memory-and-temperature' || chr(13) || chr(10) || 'http://www.h3c.com.hk/products___solutions/technology/system_management/configuration_example/200912/656451_57_0.htm' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'ENTITY-MIB' || chr(13) || chr(10) || 'HH3C-ENTITY-EXT-MIB' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || 'description : No temperature sensors. All entities of them return 0 for HH3C-ENTITY-EXT-MIB::hh3cEntityExtTemperature' || chr(13) || chr(10) || 'version : 1910-48 Switch Software Version 5.20.99, Release 1116 Copyright(c)2010-2016 Hewlett Packard Enterprise Development LP' || chr(13) || chr(10) || 'device : HP 1910-48','1','1','','','','','','1')
588/
589
590INSERT 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)
591values ('10229',NULL,'Template Net Huawei VRP SNMPv2','3','-1','2','','','Template Net Huawei VRP SNMPv2','0',NULL,'Template Net Huawei VRP version: 0.15' || chr(13) || chr(10) || 'Overview: Reference: https://www.slideshare.net/Huanetwork/huawei-s5700-naming-conventions-and-port-numbering-conventions' || chr(13) || chr(10) || 'Reference: http://support.huawei.com/enterprise/KnowledgebaseReadAction.action?contentId=KB1000090234' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'HUAWEI-ENTITY-EXTENT-MIB' || chr(13) || chr(10) || 'ENTITY-MIB','1','1','','','','','','1')
592/
593
594INSERT 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)
595values ('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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'ICS-CHASSIS-MIB','1','1','','','','','','1')
596/
597
598INSERT 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)
599values ('10231',NULL,'Template Net Juniper SNMPv2','3','-1','2','','','Template Net Juniper SNMPv2','0',NULL,'Template Net Juniper' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'JUNIPER-ALARM-MIB' || chr(13) || chr(10) || 'JUNIPER-MIB' || chr(13) || chr(10) || 'SNMPv2-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.23','1','1','','','','','','1')
600/
601
602INSERT 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)
603values ('10233',NULL,'Template Net Mikrotik SNMPv2','3','-1','2','','','Template Net Mikrotik SNMPv2','0',NULL,'Template Net Mikrotik version: 0.15' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'HOST-RESOURCES-MIB' || chr(13) || chr(10) || 'MIKROTIK-MIB' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || 'description : Doesn''t have ifHighSpeed filled. fixed in more recent versions' || chr(13) || chr(10) || 'version : RotuerOS 6.28 or lower' || chr(13) || chr(10) || 'device : ' || chr(13) || chr(10) || 'description : Doesn''t have any temperature sensors' || chr(13) || chr(10) || 'version : RotuerOS 6.38.5' || chr(13) || chr(10) || 'device : Mikrotik 941-2nD, Mikrotik 951G-2HnD','1','1','','','','','','1')
604/
605
606INSERT 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)
607values ('10234',NULL,'Template Net Netgear Fastpath SNMPv2','3','-1','2','','','Template Net Netgear Fastpath SNMPv2','0',NULL,'Template Net Netgear Fastpath version: 0.15' || chr(13) || chr(10) || 'Overview: https://kb.netgear.com/24352/MIBs-for-Smart-switches' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'FASTPATH-SWITCHING-MIB' || chr(13) || chr(10) || 'FASTPATH-BOXSERVICES-PRIVATE-MIB','1','1','','','','','','1')
608/
609
610INSERT 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)
611values ('10235',NULL,'Template Net QTech QSW SNMPv2','3','-1','2','','','Template Net QTech QSW SNMPv2','0',NULL,'Template Net QTech QSW version: 0.15' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'QTECH-MIB' || chr(13) || chr(10) || 'ENTITY-MIB','1','1','','','','','','1')
612/
613
614INSERT 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)
615values ('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' || chr(13) || chr(10) || 'Overview: Link to MIBs: http://www.tp-linkru.com/download/T2600G-28TS.html#MIBs_Files' || chr(13) || chr(10) || 'Sample device overview page: http://www.tp-linkru.com/products/details/cat-39_T2600G-28TS.html#overview' || chr(13) || chr(10) || 'emulation page(web): http://www.tp-linkru.com/resources/simulator/T2600G-28TS(UN)_1.0/Index.htm' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'TPLINK-SYSINFO-MIB' || chr(13) || chr(10) || 'TPLINK-SYSMONITOR-MIB' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || 'description : 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' || chr(13) || chr(10) || 'version : 2.0.0 Build 20170628 Rel.55184(Beta)' || chr(13) || chr(10) || 'device : T2600G-28TS 2.0' || chr(13) || chr(10) || 'description : The Serial number of the product(tpSysInfoSerialNum) is missing in HW versions prior to V2_170323' || chr(13) || chr(10) || 'version : prior to version V2_170323' || chr(13) || chr(10) || 'device : T2600G-28TS 2.0','1','1','','','','','','1')
616/
617
618INSERT 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)
619values ('10237',NULL,'Template Net Ubiquiti AirOS SNMPv1','3','-1','2','','','Template Net Ubiquiti AirOS SNMPv1','0',NULL,'Template Net Ubiquiti AirOS version: 0.15' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'IEEE802dot11-MIB' || chr(13) || chr(10) || 'FROGFOOT-RESOURCES-MIB' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || 'description : UBNT unifi reports speed: like IF-MIB::ifSpeed.1 = Gauge32: 4294967295 for all interfaces' || chr(13) || chr(10) || 'version : Firmware: BZ.ar7240.v3.7.51.6230.170322.1513' || chr(13) || chr(10) || 'device : UBNT UAP-LR' || chr(13) || chr(10) || 'description : UBNT AirMax(NanoStation, NanoBridge etc) reports ifSpeed: as 0 for VLAN and wireless(ath0) interfaces' || chr(13) || chr(10) || 'version : Firmware: XW.ar934x.v5.6-beta4.22359.140521.1836' || chr(13) || chr(10) || 'device : NanoStation M5' || chr(13) || chr(10) || 'description : UBNT AirMax(NanoStation, NanoBridge etc) reports always return ifType: as ethernet(6) even for wifi,vlans and other types' || chr(13) || chr(10) || 'version : Firmware: XW.ar934x.v5.6-beta4.22359.140521.1836' || chr(13) || chr(10) || 'device : NanoStation M5' || chr(13) || chr(10) || 'description : ifXTable is not provided in IF-MIB. So Interfaces Simple Template is used instead' || chr(13) || chr(10) || 'version : all above' || chr(13) || chr(10) || 'device : NanoStation, UAP-LR','1','1','','','','','','1')
620/
621
622INSERT 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)
623values ('10248',NULL,'Template OS Linux SNMPv2','3','-1','2','','','Template OS Linux SNMPv2','0',NULL,'Template OS Linux version: 0.15','1','1','','','','','','1')
624/
625
626INSERT 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)
627values ('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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '  Description: Doesn''t support In/Out 64 bit counters even though IfxTable is present:' || chr(13) || chr(10) || 'Currently, 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.' || chr(13) || chr(10) || 'https://social.technet.microsoft.com/Forums/windowsserver/en-US/07b62ff0-94f6-40ca-a99d-d129c1b33d70/windows-2008-r2-snmp-64bit-counters-support?forum=winservergen' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '  Version: Win2008, Win2012R2.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '  Description: Doesn''t support ifXTable at all' || chr(13) || chr(10) || '  Version: WindowsXP' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '  Description: EtherLike MIB is not supported' || chr(13) || chr(10) || '  Version: *' || chr(13) || chr(10) || '  Device: *' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
628/
629
630INSERT 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)
631values ('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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'SEMI-MIB' || chr(13) || chr(10) || 'NETSWITCH-MIB' || chr(13) || chr(10) || 'HP-ICF-CHASSIS' || chr(13) || chr(10) || 'ENTITY-SENSORS-MIB' || chr(13) || chr(10) || 'ENTITY-MIB' || chr(13) || chr(10) || 'STATISTICS-MIB','1','1','','','','','','1')
632/
633
634INSERT 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)
635values ('10251',NULL,'Template Net Mellanox SNMPv2','3','-1','2','','','Template Net Mellanox SNMPv2','0',NULL,'Template Net Mellanox version: 0.15' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'ENTITY-SENSORS-MIB' || chr(13) || chr(10) || 'ENTITY-STATE-MIB' || chr(13) || chr(10) || 'ENTITY-MIB','1','1','','','','','','1')
636/
637
638INSERT 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)
639values ('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' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'CISCO-PROCESS-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.35','1','1','','','','','','1')
640/
641
642INSERT 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)
643values ('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)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.35','1','1','','','','','','1')
644/
645
646INSERT 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)
647values ('10254',NULL,'Template Net Arista SNMPv2','3','-1','2','','','Template Net Arista SNMPv2','0',NULL,'Template Net Arista' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'ENTITY-SENSORS-MIB' || chr(13) || chr(10) || 'ENTITY-STATE-MIB' || chr(13) || chr(10) || 'ENTITY-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
648/
649
650INSERT 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)
651values ('10255',NULL,'Template Server Dell iDRAC SNMPv2','3','-1','2','','','Template Server Dell iDRAC SNMPv2','0',NULL,'Template Server iDRAC version: 0.15' || chr(13) || chr(10) || 'Overview: for Dell servers with iDRAC controllers' || chr(13) || chr(10) || 'http://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' || chr(13) || chr(10) || 'Supported 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' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'IDRAC-MIB-SMIv2','1','1','','','','','','1')
652/
653
654INSERT 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)
655values ('10256',NULL,'Template Server HP iLO SNMPv2','3','-1','2','','','Template Server HP iLO SNMPv2','0',NULL,'Template Server HP iLO version: 0.15' || chr(13) || chr(10) || 'Overview: for HP iLO adapters that support SNMP get. Or via operating system, using SNMP HP subagent' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'CPQSINFO-MIB' || chr(13) || chr(10) || 'CPQHLTH-MIB' || chr(13) || chr(10) || 'CPQIDA-MIB','1','1','','','','','','1')
656/
657
658INSERT 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)
659values ('10257',NULL,'Template Server IBM IMM SNMPv1','3','-1','2','','','Template Server IBM IMM SNMPv1','0',NULL,'Template Server IBM IMM version: 0.15' || chr(13) || chr(10) || 'Overview: for IMM2 and IMM1 IBM serverX hardware' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'IMM-MIB' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || 'description : Some IMMs (IMM1) do not return disks' || chr(13) || chr(10) || 'version : IMM1' || chr(13) || chr(10) || 'device : IBM x3250M3' || chr(13) || chr(10) || 'description : Some IMMs (IMM1) do not return fan status: fanHealthStatus' || chr(13) || chr(10) || 'version : IMM1' || chr(13) || chr(10) || 'device : IBM x3250M3' || chr(13) || chr(10) || 'description : IMM1 servers (M2, M3 generations) sysObjectID is NET-SNMP-MIB::netSnmpAgentOIDs.10' || chr(13) || chr(10) || 'version : IMM1' || chr(13) || chr(10) || 'device : IMM1 servers (M2,M3 generations)' || chr(13) || chr(10) || 'description : IMM1 servers (M2, M3 generations) only Ambient temperature sensor available' || chr(13) || chr(10) || 'version : IMM1' || chr(13) || chr(10) || 'device : IMM1 servers (M2,M3 generations)','1','1','','','','','','1')
660/
661
662INSERT 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)
663values ('10258',NULL,'Template Server IBM IMM SNMPv2','3','-1','2','','','Template Server IBM IMM SNMPv2','0',NULL,'Template Server IBM IMM version: 0.15' || chr(13) || chr(10) || 'Overview: for IMM2 and IMM1 IBM serverX hardware' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'IMM-MIB' || chr(13) || chr(10) || 'Known Issues:' || chr(13) || chr(10) || 'description : Some IMMs (IMM1) do not return disks' || chr(13) || chr(10) || 'version : IMM1' || chr(13) || chr(10) || 'device : IBM x3250M3' || chr(13) || chr(10) || 'description : Some IMMs (IMM1) do not return fan status: fanHealthStatus' || chr(13) || chr(10) || 'version : IMM1' || chr(13) || chr(10) || 'device : IBM x3250M3' || chr(13) || chr(10) || 'description : IMM1 servers (M2, M3 generations) sysObjectID is NET-SNMP-MIB::netSnmpAgentOIDs.10' || chr(13) || chr(10) || 'version : IMM1' || chr(13) || chr(10) || 'device : IMM1 servers (M2,M3 generations)' || chr(13) || chr(10) || 'description : IMM1 servers (M2, M3 generations) only Ambient temperature sensor available' || chr(13) || chr(10) || 'version : IMM1' || chr(13) || chr(10) || 'device : IMM1 servers (M2,M3 generations)','1','1','','','','','','1')
664/
665
666INSERT 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)
667values ('10259',NULL,'Template Server Supermicro Aten SNMPv2','3','-1','2','','','Template Server Supermicro Aten SNMPv2','0',NULL,'Template Server Supermicro Aten version: 0.15' || chr(13) || chr(10) || 'Overview: for BMC ATEN IPMI controllers of Supermicro servers' || chr(13) || chr(10) || 'https://www.supermicro.com/solutions/IPMI.cfm' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'ATEN-IPMI-MIB','1','1','','','','','','1')
668/
669
670INSERT 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)
671values ('10260',NULL,'Template App Apache Tomcat JMX','3','-1','2','','','Template App Apache Tomcat JMX','0',NULL,'','1','1','','','','','','1')
672/
673
674INSERT 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)
675values ('10261',NULL,'Template App Remote Zabbix server','3','-1','2','','','Template App Remote Zabbix server','0',NULL,'','1','1','','','','','','1')
676/
677
678INSERT 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)
679values ('10262',NULL,'Template App Remote Zabbix proxy','3','-1','2','','','Template App Remote Zabbix proxy','0',NULL,'','1','1','','','','','','1')
680/
681
682INSERT 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)
683values ('10263',NULL,'Template Server Cisco UCS SNMPv2','3','-1','2','','','Template Server Cisco UCS SNMPv2','0',NULL,'Template Server Cisco UCS version: 0.15' || chr(13) || chr(10) || 'Overview: for Cisco UCS via Integrated Management Controller' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'CISCO-UNIFIED-COMPUTING-COMPUTE-MIB' || chr(13) || chr(10) || 'CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB' || chr(13) || chr(10) || 'CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB' || chr(13) || chr(10) || 'CISCO-UNIFIED-COMPUTING-STORAGE-MIB','1','1','','','','','','1')
684/
685
686INSERT 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)
687values ('10264',NULL,'Template Module HOST-RESOURCES-MIB storage SNMPv2','3','-1','2','','','Template Module HOST-RESOURCES-MIB storage SNMPv2','0',NULL,'MIBs used:' || chr(13) || chr(10) || 'HOST-RESOURCES-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
688/
689
690INSERT 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)
691values ('10265',NULL,'Template Module HOST-RESOURCES-MIB memory SNMPv2','3','-1','2','','','Template Module HOST-RESOURCES-MIB memory SNMPv2','0',NULL,'MIBs used:' || chr(13) || chr(10) || 'HOST-RESOURCES-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
692/
693
694INSERT 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)
695values ('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).' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'HOST-RESOURCES-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
696/
697
698INSERT 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)
699values ('10267',NULL,'Template Module HOST-RESOURCES-MIB storage SNMPv1','3','-1','2','','','Template Module HOST-RESOURCES-MIB storage SNMPv1','0',NULL,'MIBs used:' || chr(13) || chr(10) || 'HOST-RESOURCES-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
700/
701
702INSERT 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)
703values ('10268',NULL,'Template Module HOST-RESOURCES-MIB memory SNMPv1','3','-1','2','','','Template Module HOST-RESOURCES-MIB memory SNMPv1','0',NULL,'MIBs used:' || chr(13) || chr(10) || 'HOST-RESOURCES-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
704/
705
706INSERT 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)
707values ('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).' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'MIBs used:' || chr(13) || chr(10) || 'HOST-RESOURCES-MIB' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Template tooling version used: 0.33','1','1','','','','','','1')
708/
709
710INSERT 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)
711values ('10270',NULL,'Template VM VMware macros','3','-1','2','','','Template VM VMware macros','0',NULL,'Template tooling version used: 0.38','1','1','','','','','','1')
712/
713
714INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
715values ('3','System performance','2','3','10001',NULL,'0')
716/
717
718INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
719values ('4','Zabbix server health','2','3','10047',NULL,'0')
720/
721
722INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
723values ('5','System performance','2','2','10076',NULL,'0')
724/
725
726INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
727values ('6','System performance','2','2','10077',NULL,'0')
728/
729
730INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
731values ('7','System performance','2','2','10075',NULL,'0')
732/
733
734INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
735values ('9','System performance','2','3','10074',NULL,'0')
736/
737
738INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
739values ('10','System performance','2','3','10078',NULL,'0')
740/
741
742INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
743values ('16','Zabbix server','2','2',NULL,'1','0')
744/
745
746INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
747values ('17','Zabbix proxy health','2','2','10048',NULL,'0')
748/
749
750INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
751values ('18','System performance','1','2','10079',NULL,'0')
752/
753
754INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
755values ('19','System performance','2','2','10081',NULL,'0')
756/
757
758INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
759values ('20','MySQL performance','2','1','10170',NULL,'1')
760/
761
762INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
763values ('21','Zabbix server health','2','3','10261',NULL,'1')
764/
765
766INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
767values ('22','Zabbix proxy health','2','2','10262',NULL,'1')
768/
769
770INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
771values ('23','System performance','2','3','10185',NULL,'1')
772/
773
774INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
775values ('24','Network interfaces','1','1','10192',NULL,'1')
776/
777
778INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
779values ('25','System performance','2','3','10184',NULL,'1')
780/
781
782INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
783values ('26','Network interfaces','1','1','10189',NULL,'1')
784/
785
786INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
787values ('27','Network interfaces','1','1','10190',NULL,'1')
788/
789
790INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
791values ('28','Network interfaces','1','1','10187',NULL,'1')
792/
793
794INSERT INTO screens (screenid,name,hsize,vsize,templateid,userid,private)
795values ('29','Network interfaces','1','1','10188',NULL,'1')
796/
797
798INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
799values ('44','16','2','1','500','100','0','0','2','1','0','0','0','0','','0','0','','3')
800/
801
802INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
803values ('45','16','0','524','400','156','0','1','1','1','0','0','0','0','','0','0','','3')
804/
805
806INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
807values ('46','16','0','525','400','100','1','1','1','1','0','0','0','0','','0','0','','3')
808/
809
810INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
811values ('1657','22','0','806','500','212','0','0','1','1','0','1','0','0','','0','0','','3')
812/
813
814INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
815values ('1658','22','0','804','500','100','1','0','1','1','0','1','0','0','','0','0','','3')
816/
817
818INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
819values ('1659','22','0','805','500','100','0','1','1','1','0','1','0','0','','0','0','','3')
820/
821
822INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
823values ('1660','22','0','803','500','128','1','1','1','1','0','1','0','0','','0','0','','3')
824/
825
826INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
827values ('1661','21','0','802','500','212','0','0','1','1','0','1','0','0','','0','0','','3')
828/
829
830INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
831values ('1662','21','0','799','500','100','1','0','1','1','0','0','0','0','','0','0','','3')
832/
833
834INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
835values ('1663','21','0','800','555','114','0','1','1','1','0','1','0','0','','0','0','','3')
836/
837
838INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
839values ('1664','21','0','798','500','128','1','1','1','1','0','1','0','0','','0','0','','3')
840/
841
842INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
843values ('1665','21','0','797','500','160','0','2','1','1','0','0','0','0','','0','0','','3')
844/
845
846INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
847values ('1666','21','0','801','500','160','1','2','1','1','0','0','0','0','','0','0','','3')
848/
849
850INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
851values ('1667','17','0','532','500','212','0','0','1','1','0','1','0','0','','0','0','','3')
852/
853
854INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
855values ('1668','17','0','530','500','100','1','0','1','1','0','1','0','0','','0','0','','3')
856/
857
858INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
859values ('1669','17','0','531','500','100','0','1','1','1','0','1','0','0','','0','0','','3')
860/
861
862INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
863values ('1670','17','0','529','500','128','1','1','1','1','0','1','0','0','','0','0','','3')
864/
865
866INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
867values ('1671','4','0','392','500','212','0','0','1','1','0','1','0','0','','0','0','','3')
868/
869
870INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
871values ('1672','4','0','404','500','100','1','0','1','1','0','1','0','0','','0','0','','3')
872/
873
874INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
875values ('1673','4','0','406','555','114','0','1','1','1','0','1','0','0','','0','0','','3')
876/
877
878INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
879values ('1674','4','0','410','500','128','1','1','1','1','0','1','0','0','','0','0','','3')
880/
881
882INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
883values ('1675','4','0','527','500','160','0','2','1','1','0','0','0','0','','0','0','','3')
884/
885
886INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
887values ('1676','4','0','788','500','160','1','2','1','1','0','0','0','0','','0','0','','3')
888/
889
890INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
891values ('1677','20','0','650','500','200','0','0','1','1','0','1','0','0','','0','0','','3')
892/
893
894INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
895values ('1678','20','0','649','500','270','1','0','1','1','0','1','0','0','','0','0','','3')
896/
897
898INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
899values ('1679','5','0','469','500','148','0','0','1','1','0','1','0','0','','0','0','','3')
900/
901
902INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
903values ('1680','5','0','471','500','100','1','0','1','1','0','0','0','0','','0','0','','3')
904/
905
906INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
907values ('1681','5','0','498','500','100','0','1','1','1','0','0','0','0','','0','0','','3')
908/
909
910INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
911values ('1682','5','0','540','500','100','1','1','1','1','0','0','0','0','','0','0','','3')
912/
913
914INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
915values ('1683','7','0','463','500','120','0','0','1','1','0','1','0','0','','0','0','','3')
916/
917
918INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
919values ('1684','7','0','462','500','106','1','0','1','1','0','1','0','0','','0','0','','3')
920/
921
922INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
923values ('1685','7','0','541','500','100','0','1','1','1','0','0','0','0','','0','0','','3')
924/
925
926INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
927values ('1686','7','0','464','500','300','1','1','1','1','0','0','0','0','','0','0','','3')
928/
929
930INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
931values ('1687','6','0','475','500','114','0','0','1','1','0','1','0','0','','0','0','','3')
932/
933
934INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
935values ('1688','6','0','474','500','100','1','0','1','1','0','1','0','0','','0','0','','3')
936/
937
938INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
939values ('1689','6','0','542','500','100','0','1','1','1','0','0','0','0','','0','0','','3')
940/
941
942INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
943values ('1690','3','0','433','500','120','0','0','1','1','0','1','0','0','','0','0','','3')
944/
945
946INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
947values ('1691','3','0','387','500','148','1','0','1','1','0','1','0','0','','0','0','','3')
948/
949
950INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
951values ('1692','3','0','533','500','100','0','1','1','1','0','0','0','0','','0','0','','3')
952/
953
954INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
955values ('1693','3','0','436','500','300','1','1','1','1','0','0','0','0','','0','0','','3')
956/
957
958INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
959values ('1694','3','1','10009','500','100','0','2','1','1','0','0','0','0','','0','0','','3')
960/
961
962INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
963values ('1695','3','1','10013','500','100','1','2','1','1','0','0','0','0','','0','0','','3')
964/
965
966INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
967values ('1696','18','0','487','500','100','0','0','1','1','0','0','0','0','','0','0','','3')
968/
969
970INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
971values ('1697','18','0','543','500','100','0','1','1','1','0','0','0','0','','0','0','','3')
972/
973
974INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
975values ('1698','9','0','457','500','120','0','0','1','1','0','1','0','0','','0','0','','3')
976/
977
978INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
979values ('1699','9','0','456','500','106','1','0','1','1','0','1','0','0','','0','0','','3')
980/
981
982INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
983values ('1700','9','0','544','500','100','0','1','1','1','0','0','0','0','','0','0','','3')
984/
985
986INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
987values ('1701','9','0','458','500','300','1','1','1','1','0','0','0','0','','0','0','','3')
988/
989
990INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
991values ('1702','9','1','22838','500','100','0','2','1','1','0','0','0','0','','0','0','','3')
992/
993
994INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
995values ('1703','9','1','22837','500','100','1','2','1','1','0','0','0','0','','0','0','','3')
996/
997
998INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
999values ('1704','10','0','481','500','114','0','0','1','1','0','1','0','0','','0','0','','3')
1000/
1001
1002INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1003values ('1705','10','0','480','500','100','1','0','1','1','0','1','0','0','','0','0','','3')
1004/
1005
1006INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1007values ('1706','10','0','545','500','100','0','1','1','1','0','0','0','0','','0','0','','3')
1008/
1009
1010INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1011values ('1707','10','0','482','500','300','1','1','1','1','0','0','0','0','','0','0','','3')
1012/
1013
1014INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1015values ('1708','10','1','22998','500','100','0','2','1','1','0','0','0','0','','0','0','','3')
1016/
1017
1018INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1019values ('1709','10','1','22997','500','100','1','2','1','1','0','0','0','0','','0','0','','3')
1020/
1021
1022INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1023values ('1710','19','0','495','500','100','0','0','1','1','0','0','0','0','','0','0','','3')
1024/
1025
1026INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1027values ('1711','19','0','546','500','100','1','0','1','1','0','0','0','0','','0','0','','3')
1028/
1029
1030INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1031values ('1712','19','1','23140','500','100','0','1','1','1','0','0','0','0','','0','0','','3')
1032/
1033
1034INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1035values ('1713','19','1','23138','500','100','1','1','1','1','0','0','0','0','','0','0','','3')
1036/
1037
1038INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1039values ('1714','25','0','832','750','100','0','0','1','1','25','0','0','0','','0','0','','3')
1040/
1041
1042INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1043values ('1715','25','20','830','750','100','0','1','1','1','25','0','0','0','','0','0','','3')
1044/
1045
1046INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1047values ('1716','25','20','828','750','100','0','2','1','1','25','0','0','0','','0','0','','3')
1048/
1049
1050INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1051values ('1717','23','0','822','750','100','0','0','1','1','25','0','0','0','','0','0','','3')
1052/
1053
1054INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1055values ('1718','23','20','816','750','100','0','1','1','1','25','0','0','0','','0','0','','3')
1056/
1057
1058INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1059values ('1719','23','20','810','750','100','0','2','1','1','25','0','0','0','','0','0','','3')
1060/
1061
1062INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1063values ('1720','26','20','744','750','100','0','0','1','1','25','0','0','0','','0','0','','3')
1064/
1065
1066INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1067values ('1721','27','20','745','750','100','0','0','1','1','25','0','0','0','','0','0','','3')
1068/
1069
1070INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1071values ('1722','28','20','738','750','100','0','0','1','1','25','0','0','0','','0','0','','3')
1072/
1073
1074INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1075values ('1723','29','20','741','750','100','0','0','1','1','25','0','0','0','','0','0','','3')
1076/
1077
1078INSERT INTO screens_items (screenitemid,screenid,resourcetype,resourceid,width,height,x,y,colspan,rowspan,elements,valign,halign,style,url,dynamic,sort_triggers,application,max_columns)
1079values ('1724','24','20','766','750','100','0','0','1','1','25','0','0','0','','0','0','','3')
1080/
1081
1082INSERT INTO applications (applicationid,hostid,name,flags)
1083values ('1','10001','OS','0')
1084/
1085
1086INSERT INTO applications (applicationid,hostid,name,flags)
1087values ('5','10001','Filesystems','0')
1088/
1089
1090INSERT INTO applications (applicationid,hostid,name,flags)
1091values ('7','10001','Network interfaces','0')
1092/
1093
1094INSERT INTO applications (applicationid,hostid,name,flags)
1095values ('9','10001','Processes','0')
1096/
1097
1098INSERT INTO applications (applicationid,hostid,name,flags)
1099values ('13','10001','CPU','0')
1100/
1101
1102INSERT INTO applications (applicationid,hostid,name,flags)
1103values ('15','10001','Memory','0')
1104/
1105
1106INSERT INTO applications (applicationid,hostid,name,flags)
1107values ('17','10001','Performance','0')
1108/
1109
1110INSERT INTO applications (applicationid,hostid,name,flags)
1111values ('21','10001','General','0')
1112/
1113
1114INSERT INTO applications (applicationid,hostid,name,flags)
1115values ('23','10001','Security','0')
1116/
1117
1118INSERT INTO applications (applicationid,hostid,name,flags)
1119values ('179','10047','Zabbix server','0')
1120/
1121
1122INSERT INTO applications (applicationid,hostid,name,flags)
1123values ('206','10050','Zabbix agent','0')
1124/
1125
1126INSERT INTO applications (applicationid,hostid,name,flags)
1127values ('207','10001','Zabbix agent','0')
1128/
1129
1130INSERT INTO applications (applicationid,hostid,name,flags)
1131values ('252','10074','Zabbix agent','0')
1132/
1133
1134INSERT INTO applications (applicationid,hostid,name,flags)
1135values ('253','10074','CPU','0')
1136/
1137
1138INSERT INTO applications (applicationid,hostid,name,flags)
1139values ('254','10074','Filesystems','0')
1140/
1141
1142INSERT INTO applications (applicationid,hostid,name,flags)
1143values ('255','10074','General','0')
1144/
1145
1146INSERT INTO applications (applicationid,hostid,name,flags)
1147values ('256','10074','Memory','0')
1148/
1149
1150INSERT INTO applications (applicationid,hostid,name,flags)
1151values ('257','10074','Network interfaces','0')
1152/
1153
1154INSERT INTO applications (applicationid,hostid,name,flags)
1155values ('258','10074','OS','0')
1156/
1157
1158INSERT INTO applications (applicationid,hostid,name,flags)
1159values ('259','10074','Performance','0')
1160/
1161
1162INSERT INTO applications (applicationid,hostid,name,flags)
1163values ('260','10074','Processes','0')
1164/
1165
1166INSERT INTO applications (applicationid,hostid,name,flags)
1167values ('261','10074','Security','0')
1168/
1169
1170INSERT INTO applications (applicationid,hostid,name,flags)
1171values ('262','10075','Zabbix agent','0')
1172/
1173
1174INSERT INTO applications (applicationid,hostid,name,flags)
1175values ('263','10075','CPU','0')
1176/
1177
1178INSERT INTO applications (applicationid,hostid,name,flags)
1179values ('264','10075','Filesystems','0')
1180/
1181
1182INSERT INTO applications (applicationid,hostid,name,flags)
1183values ('265','10075','General','0')
1184/
1185
1186INSERT INTO applications (applicationid,hostid,name,flags)
1187values ('266','10075','Memory','0')
1188/
1189
1190INSERT INTO applications (applicationid,hostid,name,flags)
1191values ('267','10075','Network interfaces','0')
1192/
1193
1194INSERT INTO applications (applicationid,hostid,name,flags)
1195values ('268','10075','OS','0')
1196/
1197
1198INSERT INTO applications (applicationid,hostid,name,flags)
1199values ('269','10075','Performance','0')
1200/
1201
1202INSERT INTO applications (applicationid,hostid,name,flags)
1203values ('270','10075','Processes','0')
1204/
1205
1206INSERT INTO applications (applicationid,hostid,name,flags)
1207values ('271','10075','Security','0')
1208/
1209
1210INSERT INTO applications (applicationid,hostid,name,flags)
1211values ('272','10076','Zabbix agent','0')
1212/
1213
1214INSERT INTO applications (applicationid,hostid,name,flags)
1215values ('273','10076','CPU','0')
1216/
1217
1218INSERT INTO applications (applicationid,hostid,name,flags)
1219values ('274','10076','Filesystems','0')
1220/
1221
1222INSERT INTO applications (applicationid,hostid,name,flags)
1223values ('275','10076','General','0')
1224/
1225
1226INSERT INTO applications (applicationid,hostid,name,flags)
1227values ('276','10076','Memory','0')
1228/
1229
1230INSERT INTO applications (applicationid,hostid,name,flags)
1231values ('277','10076','Network interfaces','0')
1232/
1233
1234INSERT INTO applications (applicationid,hostid,name,flags)
1235values ('278','10076','OS','0')
1236/
1237
1238INSERT INTO applications (applicationid,hostid,name,flags)
1239values ('279','10076','Performance','0')
1240/
1241
1242INSERT INTO applications (applicationid,hostid,name,flags)
1243values ('280','10076','Processes','0')
1244/
1245
1246INSERT INTO applications (applicationid,hostid,name,flags)
1247values ('281','10076','Security','0')
1248/
1249
1250INSERT INTO applications (applicationid,hostid,name,flags)
1251values ('282','10077','Zabbix agent','0')
1252/
1253
1254INSERT INTO applications (applicationid,hostid,name,flags)
1255values ('283','10077','CPU','0')
1256/
1257
1258INSERT INTO applications (applicationid,hostid,name,flags)
1259values ('284','10077','Filesystems','0')
1260/
1261
1262INSERT INTO applications (applicationid,hostid,name,flags)
1263values ('285','10077','General','0')
1264/
1265
1266INSERT INTO applications (applicationid,hostid,name,flags)
1267values ('286','10077','Memory','0')
1268/
1269
1270INSERT INTO applications (applicationid,hostid,name,flags)
1271values ('287','10077','Network interfaces','0')
1272/
1273
1274INSERT INTO applications (applicationid,hostid,name,flags)
1275values ('288','10077','OS','0')
1276/
1277
1278INSERT INTO applications (applicationid,hostid,name,flags)
1279values ('289','10077','Performance','0')
1280/
1281
1282INSERT INTO applications (applicationid,hostid,name,flags)
1283values ('290','10077','Processes','0')
1284/
1285
1286INSERT INTO applications (applicationid,hostid,name,flags)
1287values ('291','10077','Security','0')
1288/
1289
1290INSERT INTO applications (applicationid,hostid,name,flags)
1291values ('292','10078','Zabbix agent','0')
1292/
1293
1294INSERT INTO applications (applicationid,hostid,name,flags)
1295values ('293','10078','CPU','0')
1296/
1297
1298INSERT INTO applications (applicationid,hostid,name,flags)
1299values ('294','10078','Filesystems','0')
1300/
1301
1302INSERT INTO applications (applicationid,hostid,name,flags)
1303values ('295','10078','General','0')
1304/
1305
1306INSERT INTO applications (applicationid,hostid,name,flags)
1307values ('296','10078','Memory','0')
1308/
1309
1310INSERT INTO applications (applicationid,hostid,name,flags)
1311values ('297','10078','Network interfaces','0')
1312/
1313
1314INSERT INTO applications (applicationid,hostid,name,flags)
1315values ('298','10078','OS','0')
1316/
1317
1318INSERT INTO applications (applicationid,hostid,name,flags)
1319values ('299','10078','Performance','0')
1320/
1321
1322INSERT INTO applications (applicationid,hostid,name,flags)
1323values ('300','10078','Processes','0')
1324/
1325
1326INSERT INTO applications (applicationid,hostid,name,flags)
1327values ('301','10078','Security','0')
1328/
1329
1330INSERT INTO applications (applicationid,hostid,name,flags)
1331values ('302','10079','Zabbix agent','0')
1332/
1333
1334INSERT INTO applications (applicationid,hostid,name,flags)
1335values ('303','10079','CPU','0')
1336/
1337
1338INSERT INTO applications (applicationid,hostid,name,flags)
1339values ('304','10079','Filesystems','0')
1340/
1341
1342INSERT INTO applications (applicationid,hostid,name,flags)
1343values ('305','10079','General','0')
1344/
1345
1346INSERT INTO applications (applicationid,hostid,name,flags)
1347values ('306','10079','Memory','0')
1348/
1349
1350INSERT INTO applications (applicationid,hostid,name,flags)
1351values ('307','10079','Network interfaces','0')
1352/
1353
1354INSERT INTO applications (applicationid,hostid,name,flags)
1355values ('308','10079','OS','0')
1356/
1357
1358INSERT INTO applications (applicationid,hostid,name,flags)
1359values ('309','10079','Performance','0')
1360/
1361
1362INSERT INTO applications (applicationid,hostid,name,flags)
1363values ('310','10079','Processes','0')
1364/
1365
1366INSERT INTO applications (applicationid,hostid,name,flags)
1367values ('311','10079','Security','0')
1368/
1369
1370INSERT INTO applications (applicationid,hostid,name,flags)
1371values ('319','10081','General','0')
1372/
1373
1374INSERT INTO applications (applicationid,hostid,name,flags)
1375values ('320','10081','Performance','0')
1376/
1377
1378INSERT INTO applications (applicationid,hostid,name,flags)
1379values ('321','10081','Services','0')
1380/
1381
1382INSERT INTO applications (applicationid,hostid,name,flags)
1383values ('322','10081','Filesystems','0')
1384/
1385
1386INSERT INTO applications (applicationid,hostid,name,flags)
1387values ('323','10081','OS','0')
1388/
1389
1390INSERT INTO applications (applicationid,hostid,name,flags)
1391values ('324','10081','Processes','0')
1392/
1393
1394INSERT INTO applications (applicationid,hostid,name,flags)
1395values ('325','10081','CPU','0')
1396/
1397
1398INSERT INTO applications (applicationid,hostid,name,flags)
1399values ('328','10081','Memory','0')
1400/
1401
1402INSERT INTO applications (applicationid,hostid,name,flags)
1403values ('329','10081','Zabbix agent','0')
1404/
1405
1406INSERT INTO applications (applicationid,hostid,name,flags)
1407values ('330','10081','Network interfaces','0')
1408/
1409
1410INSERT INTO applications (applicationid,hostid,name,flags)
1411values ('331','10076','Logical partitions','0')
1412/
1413
1414INSERT INTO applications (applicationid,hostid,name,flags)
1415values ('345','10084','Zabbix server','0')
1416/
1417
1418INSERT INTO applications (applicationid,hostid,name,flags)
1419values ('346','10084','CPU','0')
1420/
1421
1422INSERT INTO applications (applicationid,hostid,name,flags)
1423values ('347','10084','Filesystems','0')
1424/
1425
1426INSERT INTO applications (applicationid,hostid,name,flags)
1427values ('348','10084','General','0')
1428/
1429
1430INSERT INTO applications (applicationid,hostid,name,flags)
1431values ('349','10084','Memory','0')
1432/
1433
1434INSERT INTO applications (applicationid,hostid,name,flags)
1435values ('350','10084','Network interfaces','0')
1436/
1437
1438INSERT INTO applications (applicationid,hostid,name,flags)
1439values ('351','10084','OS','0')
1440/
1441
1442INSERT INTO applications (applicationid,hostid,name,flags)
1443values ('352','10084','Performance','0')
1444/
1445
1446INSERT INTO applications (applicationid,hostid,name,flags)
1447values ('353','10084','Processes','0')
1448/
1449
1450INSERT INTO applications (applicationid,hostid,name,flags)
1451values ('354','10084','Security','0')
1452/
1453
1454INSERT INTO applications (applicationid,hostid,name,flags)
1455values ('355','10084','Zabbix agent','0')
1456/
1457
1458INSERT INTO applications (applicationid,hostid,name,flags)
1459values ('356','10048','Zabbix proxy','0')
1460/
1461
1462INSERT INTO applications (applicationid,hostid,name,flags)
1463values ('446','10093','FTP service','0')
1464/
1465
1466INSERT INTO applications (applicationid,hostid,name,flags)
1467values ('447','10094','HTTP service','0')
1468/
1469
1470INSERT INTO applications (applicationid,hostid,name,flags)
1471values ('448','10095','HTTPS service','0')
1472/
1473
1474INSERT INTO applications (applicationid,hostid,name,flags)
1475values ('449','10096','IMAP service','0')
1476/
1477
1478INSERT INTO applications (applicationid,hostid,name,flags)
1479values ('450','10097','LDAP service','0')
1480/
1481
1482INSERT INTO applications (applicationid,hostid,name,flags)
1483values ('451','10098','NNTP service','0')
1484/
1485
1486INSERT INTO applications (applicationid,hostid,name,flags)
1487values ('452','10099','NTP service','0')
1488/
1489
1490INSERT INTO applications (applicationid,hostid,name,flags)
1491values ('453','10100','POP service','0')
1492/
1493
1494INSERT INTO applications (applicationid,hostid,name,flags)
1495values ('454','10101','SMTP service','0')
1496/
1497
1498INSERT INTO applications (applicationid,hostid,name,flags)
1499values ('455','10102','SSH service','0')
1500/
1501
1502INSERT INTO applications (applicationid,hostid,name,flags)
1503values ('456','10103','Telnet service','0')
1504/
1505
1506INSERT INTO applications (applicationid,hostid,name,flags)
1507values ('740','10170','MySQL','0')
1508/
1509
1510INSERT INTO applications (applicationid,hostid,name,flags)
1511values ('741','10171','Fans','0')
1512/
1513
1514INSERT INTO applications (applicationid,hostid,name,flags)
1515values ('742','10171','Temperature','0')
1516/
1517
1518INSERT INTO applications (applicationid,hostid,name,flags)
1519values ('743','10171','Voltage','0')
1520/
1521
1522INSERT INTO applications (applicationid,hostid,name,flags)
1523values ('744','10172','Fans','0')
1524/
1525
1526INSERT INTO applications (applicationid,hostid,name,flags)
1527values ('745','10172','Temperature','0')
1528/
1529
1530INSERT INTO applications (applicationid,hostid,name,flags)
1531values ('746','10172','Voltage','0')
1532/
1533
1534INSERT INTO applications (applicationid,hostid,name,flags)
1535values ('770','10182','Network interfaces','0')
1536/
1537
1538INSERT INTO applications (applicationid,hostid,name,flags)
1539values ('771','10183','Network interfaces','0')
1540/
1541
1542INSERT INTO applications (applicationid,hostid,name,flags)
1543values ('780','10186','Status','0')
1544/
1545
1546INSERT INTO applications (applicationid,hostid,name,flags)
1547values ('781','10187','Network interfaces','0')
1548/
1549
1550INSERT INTO applications (applicationid,hostid,name,flags)
1551values ('782','10188','Network interfaces','0')
1552/
1553
1554INSERT INTO applications (applicationid,hostid,name,flags)
1555values ('783','10189','Network interfaces','0')
1556/
1557
1558INSERT INTO applications (applicationid,hostid,name,flags)
1559values ('784','10190','Network interfaces','0')
1560/
1561
1562INSERT INTO applications (applicationid,hostid,name,flags)
1563values ('786','10192','Network interfaces','0')
1564/
1565
1566INSERT INTO applications (applicationid,hostid,name,flags)
1567values ('797','10203','Status','0')
1568/
1569
1570INSERT INTO applications (applicationid,hostid,name,flags)
1571values ('798','10203','General','0')
1572/
1573
1574INSERT INTO applications (applicationid,hostid,name,flags)
1575values ('799','10204','Status','0')
1576/
1577
1578INSERT INTO applications (applicationid,hostid,name,flags)
1579values ('800','10204','General','0')
1580/
1581
1582INSERT INTO applications (applicationid,hostid,name,flags)
1583values ('803','10207','Network interfaces','0')
1584/
1585
1586INSERT INTO applications (applicationid,hostid,name,flags)
1587values ('804','10207','General','0')
1588/
1589
1590INSERT INTO applications (applicationid,hostid,name,flags)
1591values ('805','10207','Status','0')
1592/
1593
1594INSERT INTO applications (applicationid,hostid,name,flags)
1595values ('806','10207','CPU','0')
1596/
1597
1598INSERT INTO applications (applicationid,hostid,name,flags)
1599values ('807','10207','Memory','0')
1600/
1601
1602INSERT INTO applications (applicationid,hostid,name,flags)
1603values ('808','10207','Temperature','0')
1604/
1605
1606INSERT INTO applications (applicationid,hostid,name,flags)
1607values ('809','10207','Fans','0')
1608/
1609
1610INSERT INTO applications (applicationid,hostid,name,flags)
1611values ('810','10207','Inventory','0')
1612/
1613
1614INSERT INTO applications (applicationid,hostid,name,flags)
1615values ('811','10208','Network interfaces','0')
1616/
1617
1618INSERT INTO applications (applicationid,hostid,name,flags)
1619values ('812','10208','General','0')
1620/
1621
1622INSERT INTO applications (applicationid,hostid,name,flags)
1623values ('813','10208','Status','0')
1624/
1625
1626INSERT INTO applications (applicationid,hostid,name,flags)
1627values ('814','10208','CPU','0')
1628/
1629
1630INSERT INTO applications (applicationid,hostid,name,flags)
1631values ('815','10208','Memory','0')
1632/
1633
1634INSERT INTO applications (applicationid,hostid,name,flags)
1635values ('816','10208','Temperature','0')
1636/
1637
1638INSERT INTO applications (applicationid,hostid,name,flags)
1639values ('817','10208','Power supply','0')
1640/
1641
1642INSERT INTO applications (applicationid,hostid,name,flags)
1643values ('818','10208','Fans','0')
1644/
1645
1646INSERT INTO applications (applicationid,hostid,name,flags)
1647values ('819','10208','Inventory','0')
1648/
1649
1650INSERT INTO applications (applicationid,hostid,name,flags)
1651values ('820','10210','Network interfaces','0')
1652/
1653
1654INSERT INTO applications (applicationid,hostid,name,flags)
1655values ('821','10210','General','0')
1656/
1657
1658INSERT INTO applications (applicationid,hostid,name,flags)
1659values ('822','10210','Status','0')
1660/
1661
1662INSERT INTO applications (applicationid,hostid,name,flags)
1663values ('823','10211','Network interfaces','0')
1664/
1665
1666INSERT INTO applications (applicationid,hostid,name,flags)
1667values ('824','10211','General','0')
1668/
1669
1670INSERT INTO applications (applicationid,hostid,name,flags)
1671values ('825','10211','Status','0')
1672/
1673
1674INSERT INTO applications (applicationid,hostid,name,flags)
1675values ('826','10209','CPU','0')
1676/
1677
1678INSERT INTO applications (applicationid,hostid,name,flags)
1679values ('827','10209','Memory','0')
1680/
1681
1682INSERT INTO applications (applicationid,hostid,name,flags)
1683values ('828','10210','Temperature','0')
1684/
1685
1686INSERT INTO applications (applicationid,hostid,name,flags)
1687values ('829','10210','Power supply','0')
1688/
1689
1690INSERT INTO applications (applicationid,hostid,name,flags)
1691values ('830','10210','Fans','0')
1692/
1693
1694INSERT INTO applications (applicationid,hostid,name,flags)
1695values ('831','10210','Inventory','0')
1696/
1697
1698INSERT INTO applications (applicationid,hostid,name,flags)
1699values ('832','10211','Temperature','0')
1700/
1701
1702INSERT INTO applications (applicationid,hostid,name,flags)
1703values ('833','10211','Power supply','0')
1704/
1705
1706INSERT INTO applications (applicationid,hostid,name,flags)
1707values ('834','10211','Fans','0')
1708/
1709
1710INSERT INTO applications (applicationid,hostid,name,flags)
1711values ('835','10211','Inventory','0')
1712/
1713
1714INSERT INTO applications (applicationid,hostid,name,flags)
1715values ('836','10210','CPU','0')
1716/
1717
1718INSERT INTO applications (applicationid,hostid,name,flags)
1719values ('837','10210','Memory','0')
1720/
1721
1722INSERT INTO applications (applicationid,hostid,name,flags)
1723values ('838','10211','CPU','0')
1724/
1725
1726INSERT INTO applications (applicationid,hostid,name,flags)
1727values ('839','10211','Memory','0')
1728/
1729
1730INSERT INTO applications (applicationid,hostid,name,flags)
1731values ('840','10218','Network interfaces','0')
1732/
1733
1734INSERT INTO applications (applicationid,hostid,name,flags)
1735values ('841','10218','General','0')
1736/
1737
1738INSERT INTO applications (applicationid,hostid,name,flags)
1739values ('842','10218','Status','0')
1740/
1741
1742INSERT INTO applications (applicationid,hostid,name,flags)
1743values ('846','10220','General','0')
1744/
1745
1746INSERT INTO applications (applicationid,hostid,name,flags)
1747values ('847','10220','Status','0')
1748/
1749
1750INSERT INTO applications (applicationid,hostid,name,flags)
1751values ('848','10212','Memory','0')
1752/
1753
1754INSERT INTO applications (applicationid,hostid,name,flags)
1755values ('849','10213','CPU','0')
1756/
1757
1758INSERT INTO applications (applicationid,hostid,name,flags)
1759values ('851','10215','CPU','0')
1760/
1761
1762INSERT INTO applications (applicationid,hostid,name,flags)
1763values ('852','10216','Inventory','0')
1764/
1765
1766INSERT INTO applications (applicationid,hostid,name,flags)
1767values ('853','10217','Temperature','0')
1768/
1769
1770INSERT INTO applications (applicationid,hostid,name,flags)
1771values ('854','10217','Power supply','0')
1772/
1773
1774INSERT INTO applications (applicationid,hostid,name,flags)
1775values ('855','10217','Fans','0')
1776/
1777
1778INSERT INTO applications (applicationid,hostid,name,flags)
1779values ('856','10218','Memory','0')
1780/
1781
1782INSERT INTO applications (applicationid,hostid,name,flags)
1783values ('857','10218','CPU','0')
1784/
1785
1786INSERT INTO applications (applicationid,hostid,name,flags)
1787values ('858','10218','Inventory','0')
1788/
1789
1790INSERT INTO applications (applicationid,hostid,name,flags)
1791values ('859','10218','Temperature','0')
1792/
1793
1794INSERT INTO applications (applicationid,hostid,name,flags)
1795values ('860','10218','Power supply','0')
1796/
1797
1798INSERT INTO applications (applicationid,hostid,name,flags)
1799values ('861','10218','Fans','0')
1800/
1801
1802INSERT INTO applications (applicationid,hostid,name,flags)
1803values ('868','10220','Memory','0')
1804/
1805
1806INSERT INTO applications (applicationid,hostid,name,flags)
1807values ('869','10220','CPU','0')
1808/
1809
1810INSERT INTO applications (applicationid,hostid,name,flags)
1811values ('870','10220','Inventory','0')
1812/
1813
1814INSERT INTO applications (applicationid,hostid,name,flags)
1815values ('871','10220','Temperature','0')
1816/
1817
1818INSERT INTO applications (applicationid,hostid,name,flags)
1819values ('872','10220','Power supply','0')
1820/
1821
1822INSERT INTO applications (applicationid,hostid,name,flags)
1823values ('873','10220','Fans','0')
1824/
1825
1826INSERT INTO applications (applicationid,hostid,name,flags)
1827values ('874','10221','Network interfaces','0')
1828/
1829
1830INSERT INTO applications (applicationid,hostid,name,flags)
1831values ('875','10221','General','0')
1832/
1833
1834INSERT INTO applications (applicationid,hostid,name,flags)
1835values ('876','10221','Status','0')
1836/
1837
1838INSERT INTO applications (applicationid,hostid,name,flags)
1839values ('877','10221','CPU','0')
1840/
1841
1842INSERT INTO applications (applicationid,hostid,name,flags)
1843values ('878','10221','Memory','0')
1844/
1845
1846INSERT INTO applications (applicationid,hostid,name,flags)
1847values ('879','10221','Temperature','0')
1848/
1849
1850INSERT INTO applications (applicationid,hostid,name,flags)
1851values ('880','10221','Power supply','0')
1852/
1853
1854INSERT INTO applications (applicationid,hostid,name,flags)
1855values ('881','10221','Fans','0')
1856/
1857
1858INSERT INTO applications (applicationid,hostid,name,flags)
1859values ('882','10221','Inventory','0')
1860/
1861
1862INSERT INTO applications (applicationid,hostid,name,flags)
1863values ('883','10222','Network interfaces','0')
1864/
1865
1866INSERT INTO applications (applicationid,hostid,name,flags)
1867values ('884','10222','General','0')
1868/
1869
1870INSERT INTO applications (applicationid,hostid,name,flags)
1871values ('885','10222','Status','0')
1872/
1873
1874INSERT INTO applications (applicationid,hostid,name,flags)
1875values ('886','10222','CPU','0')
1876/
1877
1878INSERT INTO applications (applicationid,hostid,name,flags)
1879values ('887','10222','Memory','0')
1880/
1881
1882INSERT INTO applications (applicationid,hostid,name,flags)
1883values ('888','10222','Temperature','0')
1884/
1885
1886INSERT INTO applications (applicationid,hostid,name,flags)
1887values ('889','10222','Fans','0')
1888/
1889
1890INSERT INTO applications (applicationid,hostid,name,flags)
1891values ('890','10222','Power supply','0')
1892/
1893
1894INSERT INTO applications (applicationid,hostid,name,flags)
1895values ('891','10222','Inventory','0')
1896/
1897
1898INSERT INTO applications (applicationid,hostid,name,flags)
1899values ('892','10223','Network interfaces','0')
1900/
1901
1902INSERT INTO applications (applicationid,hostid,name,flags)
1903values ('893','10223','General','0')
1904/
1905
1906INSERT INTO applications (applicationid,hostid,name,flags)
1907values ('894','10223','Status','0')
1908/
1909
1910INSERT INTO applications (applicationid,hostid,name,flags)
1911values ('895','10223','CPU','0')
1912/
1913
1914INSERT INTO applications (applicationid,hostid,name,flags)
1915values ('896','10223','Memory','0')
1916/
1917
1918INSERT INTO applications (applicationid,hostid,name,flags)
1919values ('897','10223','Temperature','0')
1920/
1921
1922INSERT INTO applications (applicationid,hostid,name,flags)
1923values ('898','10223','Fans','0')
1924/
1925
1926INSERT INTO applications (applicationid,hostid,name,flags)
1927values ('899','10223','Power supply','0')
1928/
1929
1930INSERT INTO applications (applicationid,hostid,name,flags)
1931values ('900','10223','Inventory','0')
1932/
1933
1934INSERT INTO applications (applicationid,hostid,name,flags)
1935values ('901','10224','Network interfaces','0')
1936/
1937
1938INSERT INTO applications (applicationid,hostid,name,flags)
1939values ('902','10224','General','0')
1940/
1941
1942INSERT INTO applications (applicationid,hostid,name,flags)
1943values ('903','10224','Status','0')
1944/
1945
1946INSERT INTO applications (applicationid,hostid,name,flags)
1947values ('904','10224','CPU','0')
1948/
1949
1950INSERT INTO applications (applicationid,hostid,name,flags)
1951values ('905','10224','Memory','0')
1952/
1953
1954INSERT INTO applications (applicationid,hostid,name,flags)
1955values ('906','10224','Temperature','0')
1956/
1957
1958INSERT INTO applications (applicationid,hostid,name,flags)
1959values ('907','10224','Power supply','0')
1960/
1961
1962INSERT INTO applications (applicationid,hostid,name,flags)
1963values ('908','10224','Fans','0')
1964/
1965
1966INSERT INTO applications (applicationid,hostid,name,flags)
1967values ('909','10224','Inventory','0')
1968/
1969
1970INSERT INTO applications (applicationid,hostid,name,flags)
1971values ('910','10225','Network interfaces','0')
1972/
1973
1974INSERT INTO applications (applicationid,hostid,name,flags)
1975values ('911','10225','General','0')
1976/
1977
1978INSERT INTO applications (applicationid,hostid,name,flags)
1979values ('912','10225','Status','0')
1980/
1981
1982INSERT INTO applications (applicationid,hostid,name,flags)
1983values ('913','10226','Network interfaces','0')
1984/
1985
1986INSERT INTO applications (applicationid,hostid,name,flags)
1987values ('914','10226','General','0')
1988/
1989
1990INSERT INTO applications (applicationid,hostid,name,flags)
1991values ('915','10226','Status','0')
1992/
1993
1994INSERT INTO applications (applicationid,hostid,name,flags)
1995values ('916','10227','Network interfaces','0')
1996/
1997
1998INSERT INTO applications (applicationid,hostid,name,flags)
1999values ('917','10227','General','0')
2000/
2001
2002INSERT INTO applications (applicationid,hostid,name,flags)
2003values ('918','10227','Status','0')
2004/
2005
2006INSERT INTO applications (applicationid,hostid,name,flags)
2007values ('919','10227','CPU','0')
2008/
2009
2010INSERT INTO applications (applicationid,hostid,name,flags)
2011values ('920','10227','Memory','0')
2012/
2013
2014INSERT INTO applications (applicationid,hostid,name,flags)
2015values ('921','10227','Temperature','0')
2016/
2017
2018INSERT INTO applications (applicationid,hostid,name,flags)
2019values ('922','10227','Fans','0')
2020/
2021
2022INSERT INTO applications (applicationid,hostid,name,flags)
2023values ('923','10227','Power supply','0')
2024/
2025
2026INSERT INTO applications (applicationid,hostid,name,flags)
2027values ('924','10227','Inventory','0')
2028/
2029
2030INSERT INTO applications (applicationid,hostid,name,flags)
2031values ('934','10229','Network interfaces','0')
2032/
2033
2034INSERT INTO applications (applicationid,hostid,name,flags)
2035values ('935','10229','General','0')
2036/
2037
2038INSERT INTO applications (applicationid,hostid,name,flags)
2039values ('936','10229','Status','0')
2040/
2041
2042INSERT INTO applications (applicationid,hostid,name,flags)
2043values ('937','10229','CPU','0')
2044/
2045
2046INSERT INTO applications (applicationid,hostid,name,flags)
2047values ('938','10229','Memory','0')
2048/
2049
2050INSERT INTO applications (applicationid,hostid,name,flags)
2051values ('939','10229','Temperature','0')
2052/
2053
2054INSERT INTO applications (applicationid,hostid,name,flags)
2055values ('940','10229','Fans','0')
2056/
2057
2058INSERT INTO applications (applicationid,hostid,name,flags)
2059values ('941','10229','Inventory','0')
2060/
2061
2062INSERT INTO applications (applicationid,hostid,name,flags)
2063values ('942','10230','Network interfaces','0')
2064/
2065
2066INSERT INTO applications (applicationid,hostid,name,flags)
2067values ('943','10230','General','0')
2068/
2069
2070INSERT INTO applications (applicationid,hostid,name,flags)
2071values ('944','10230','Status','0')
2072/
2073
2074INSERT INTO applications (applicationid,hostid,name,flags)
2075values ('945','10230','Temperature','0')
2076/
2077
2078INSERT INTO applications (applicationid,hostid,name,flags)
2079values ('946','10230','Power supply','0')
2080/
2081
2082INSERT INTO applications (applicationid,hostid,name,flags)
2083values ('947','10230','Fans','0')
2084/
2085
2086INSERT INTO applications (applicationid,hostid,name,flags)
2087values ('948','10230','Inventory','0')
2088/
2089
2090INSERT INTO applications (applicationid,hostid,name,flags)
2091values ('949','10231','Network interfaces','0')
2092/
2093
2094INSERT INTO applications (applicationid,hostid,name,flags)
2095values ('950','10231','General','0')
2096/
2097
2098INSERT INTO applications (applicationid,hostid,name,flags)
2099values ('951','10231','Status','0')
2100/
2101
2102INSERT INTO applications (applicationid,hostid,name,flags)
2103values ('952','10231','CPU','0')
2104/
2105
2106INSERT INTO applications (applicationid,hostid,name,flags)
2107values ('953','10231','Memory','0')
2108/
2109
2110INSERT INTO applications (applicationid,hostid,name,flags)
2111values ('954','10231','Temperature','0')
2112/
2113
2114INSERT INTO applications (applicationid,hostid,name,flags)
2115values ('955','10231','Power supply','0')
2116/
2117
2118INSERT INTO applications (applicationid,hostid,name,flags)
2119values ('956','10231','Fans','0')
2120/
2121
2122INSERT INTO applications (applicationid,hostid,name,flags)
2123values ('957','10231','Inventory','0')
2124/
2125
2126INSERT INTO applications (applicationid,hostid,name,flags)
2127values ('969','10233','Network interfaces','0')
2128/
2129
2130INSERT INTO applications (applicationid,hostid,name,flags)
2131values ('970','10233','General','0')
2132/
2133
2134INSERT INTO applications (applicationid,hostid,name,flags)
2135values ('971','10233','Status','0')
2136/
2137
2138INSERT INTO applications (applicationid,hostid,name,flags)
2139values ('972','10233','CPU','0')
2140/
2141
2142INSERT INTO applications (applicationid,hostid,name,flags)
2143values ('973','10233','Memory','0')
2144/
2145
2146INSERT INTO applications (applicationid,hostid,name,flags)
2147values ('974','10233','Temperature','0')
2148/
2149
2150INSERT INTO applications (applicationid,hostid,name,flags)
2151values ('975','10233','Storage','0')
2152/
2153
2154INSERT INTO applications (applicationid,hostid,name,flags)
2155values ('976','10233','Inventory','0')
2156/
2157
2158INSERT INTO applications (applicationid,hostid,name,flags)
2159values ('977','10234','Network interfaces','0')
2160/
2161
2162INSERT INTO applications (applicationid,hostid,name,flags)
2163values ('978','10234','General','0')
2164/
2165
2166INSERT INTO applications (applicationid,hostid,name,flags)
2167values ('979','10234','Status','0')
2168/
2169
2170INSERT INTO applications (applicationid,hostid,name,flags)
2171values ('980','10234','CPU','0')
2172/
2173
2174INSERT INTO applications (applicationid,hostid,name,flags)
2175values ('981','10234','Memory','0')
2176/
2177
2178INSERT INTO applications (applicationid,hostid,name,flags)
2179values ('982','10234','Temperature','0')
2180/
2181
2182INSERT INTO applications (applicationid,hostid,name,flags)
2183values ('983','10234','Power supply','0')
2184/
2185
2186INSERT INTO applications (applicationid,hostid,name,flags)
2187values ('984','10234','Fans','0')
2188/
2189
2190INSERT INTO applications (applicationid,hostid,name,flags)
2191values ('985','10234','Inventory','0')
2192/
2193
2194INSERT INTO applications (applicationid,hostid,name,flags)
2195values ('986','10235','Network interfaces','0')
2196/
2197
2198INSERT INTO applications (applicationid,hostid,name,flags)
2199values ('987','10235','General','0')
2200/
2201
2202INSERT INTO applications (applicationid,hostid,name,flags)
2203values ('988','10235','Status','0')
2204/
2205
2206INSERT INTO applications (applicationid,hostid,name,flags)
2207values ('989','10235','CPU','0')
2208/
2209
2210INSERT INTO applications (applicationid,hostid,name,flags)
2211values ('990','10235','Memory','0')
2212/
2213
2214INSERT INTO applications (applicationid,hostid,name,flags)
2215values ('991','10235','Inventory','0')
2216/
2217
2218INSERT INTO applications (applicationid,hostid,name,flags)
2219values ('992','10236','Network interfaces','0')
2220/
2221
2222INSERT INTO applications (applicationid,hostid,name,flags)
2223values ('993','10236','General','0')
2224/
2225
2226INSERT INTO applications (applicationid,hostid,name,flags)
2227values ('994','10236','Status','0')
2228/
2229
2230INSERT INTO applications (applicationid,hostid,name,flags)
2231values ('995','10236','CPU','0')
2232/
2233
2234INSERT INTO applications (applicationid,hostid,name,flags)
2235values ('996','10236','Memory','0')
2236/
2237
2238INSERT INTO applications (applicationid,hostid,name,flags)
2239values ('997','10236','Inventory','0')
2240/
2241
2242INSERT INTO applications (applicationid,hostid,name,flags)
2243values ('998','10237','Network interfaces','0')
2244/
2245
2246INSERT INTO applications (applicationid,hostid,name,flags)
2247values ('999','10237','General','0')
2248/
2249
2250INSERT INTO applications (applicationid,hostid,name,flags)
2251values ('1000','10237','Status','0')
2252/
2253
2254INSERT INTO applications (applicationid,hostid,name,flags)
2255values ('1001','10237','CPU','0')
2256/
2257
2258INSERT INTO applications (applicationid,hostid,name,flags)
2259values ('1002','10237','Memory','0')
2260/
2261
2262INSERT INTO applications (applicationid,hostid,name,flags)
2263values ('1003','10237','Inventory','0')
2264/
2265
2266INSERT INTO applications (applicationid,hostid,name,flags)
2267values ('1018','10248','Network interfaces','0')
2268/
2269
2270INSERT INTO applications (applicationid,hostid,name,flags)
2271values ('1019','10248','General','0')
2272/
2273
2274INSERT INTO applications (applicationid,hostid,name,flags)
2275values ('1020','10248','Status','0')
2276/
2277
2278INSERT INTO applications (applicationid,hostid,name,flags)
2279values ('1025','10249','Network interfaces','0')
2280/
2281
2282INSERT INTO applications (applicationid,hostid,name,flags)
2283values ('1026','10249','General','0')
2284/
2285
2286INSERT INTO applications (applicationid,hostid,name,flags)
2287values ('1027','10249','Status','0')
2288/
2289
2290INSERT INTO applications (applicationid,hostid,name,flags)
2291values ('1028','10250','Network interfaces','0')
2292/
2293
2294INSERT INTO applications (applicationid,hostid,name,flags)
2295values ('1029','10250','General','0')
2296/
2297
2298INSERT INTO applications (applicationid,hostid,name,flags)
2299values ('1030','10250','Status','0')
2300/
2301
2302INSERT INTO applications (applicationid,hostid,name,flags)
2303values ('1031','10250','CPU','0')
2304/
2305
2306INSERT INTO applications (applicationid,hostid,name,flags)
2307values ('1032','10250','Memory','0')
2308/
2309
2310INSERT INTO applications (applicationid,hostid,name,flags)
2311values ('1033','10250','Temperature','0')
2312/
2313
2314INSERT INTO applications (applicationid,hostid,name,flags)
2315values ('1034','10250','Fans','0')
2316/
2317
2318INSERT INTO applications (applicationid,hostid,name,flags)
2319values ('1035','10250','Power supply','0')
2320/
2321
2322INSERT INTO applications (applicationid,hostid,name,flags)
2323values ('1036','10250','Inventory','0')
2324/
2325
2326INSERT INTO applications (applicationid,hostid,name,flags)
2327values ('1041','10251','Network interfaces','0')
2328/
2329
2330INSERT INTO applications (applicationid,hostid,name,flags)
2331values ('1042','10251','General','0')
2332/
2333
2334INSERT INTO applications (applicationid,hostid,name,flags)
2335values ('1043','10251','Status','0')
2336/
2337
2338INSERT INTO applications (applicationid,hostid,name,flags)
2339values ('1044','10251','Temperature','0')
2340/
2341
2342INSERT INTO applications (applicationid,hostid,name,flags)
2343values ('1045','10251','Fans','0')
2344/
2345
2346INSERT INTO applications (applicationid,hostid,name,flags)
2347values ('1046','10251','Power supply','0')
2348/
2349
2350INSERT INTO applications (applicationid,hostid,name,flags)
2351values ('1047','10251','Inventory','0')
2352/
2353
2354INSERT INTO applications (applicationid,hostid,name,flags)
2355values ('1048','10253','Inventory','0')
2356/
2357
2358INSERT INTO applications (applicationid,hostid,name,flags)
2359values ('1049','10253','Fans','0')
2360/
2361
2362INSERT INTO applications (applicationid,hostid,name,flags)
2363values ('1050','10253','Power supply','0')
2364/
2365
2366INSERT INTO applications (applicationid,hostid,name,flags)
2367values ('1051','10253','Temperature','0')
2368/
2369
2370INSERT INTO applications (applicationid,hostid,name,flags)
2371values ('1052','10253','Memory','0')
2372/
2373
2374INSERT INTO applications (applicationid,hostid,name,flags)
2375values ('1053','10253','Network interfaces','0')
2376/
2377
2378INSERT INTO applications (applicationid,hostid,name,flags)
2379values ('1054','10253','General','0')
2380/
2381
2382INSERT INTO applications (applicationid,hostid,name,flags)
2383values ('1055','10253','Status','0')
2384/
2385
2386INSERT INTO applications (applicationid,hostid,name,flags)
2387values ('1056','10252','CPU','0')
2388/
2389
2390INSERT INTO applications (applicationid,hostid,name,flags)
2391values ('1057','10253','CPU','0')
2392/
2393
2394INSERT INTO applications (applicationid,hostid,name,flags)
2395values ('1058','10254','Network interfaces','0')
2396/
2397
2398INSERT INTO applications (applicationid,hostid,name,flags)
2399values ('1059','10254','General','0')
2400/
2401
2402INSERT INTO applications (applicationid,hostid,name,flags)
2403values ('1060','10254','Status','0')
2404/
2405
2406INSERT INTO applications (applicationid,hostid,name,flags)
2407values ('1062','10254','Fans','0')
2408/
2409
2410INSERT INTO applications (applicationid,hostid,name,flags)
2411values ('1064','10254','Inventory','0')
2412/
2413
2414INSERT INTO applications (applicationid,hostid,name,flags)
2415values ('1066','10254','Power supply','0')
2416/
2417
2418INSERT INTO applications (applicationid,hostid,name,flags)
2419values ('1068','10254','Temperature','0')
2420/
2421
2422INSERT INTO applications (applicationid,hostid,name,flags)
2423values ('1069','10255','General','0')
2424/
2425
2426INSERT INTO applications (applicationid,hostid,name,flags)
2427values ('1070','10255','Status','0')
2428/
2429
2430INSERT INTO applications (applicationid,hostid,name,flags)
2431values ('1071','10255','Disk arrays','0')
2432/
2433
2434INSERT INTO applications (applicationid,hostid,name,flags)
2435values ('1072','10255','Fans','0')
2436/
2437
2438INSERT INTO applications (applicationid,hostid,name,flags)
2439values ('1073','10255','Inventory','0')
2440/
2441
2442INSERT INTO applications (applicationid,hostid,name,flags)
2443values ('1074','10255','Physical disks','0')
2444/
2445
2446INSERT INTO applications (applicationid,hostid,name,flags)
2447values ('1075','10255','Power supply','0')
2448/
2449
2450INSERT INTO applications (applicationid,hostid,name,flags)
2451values ('1076','10255','Temperature','0')
2452/
2453
2454INSERT INTO applications (applicationid,hostid,name,flags)
2455values ('1077','10255','Virtual disks','0')
2456/
2457
2458INSERT INTO applications (applicationid,hostid,name,flags)
2459values ('1078','10256','General','0')
2460/
2461
2462INSERT INTO applications (applicationid,hostid,name,flags)
2463values ('1079','10256','Status','0')
2464/
2465
2466INSERT INTO applications (applicationid,hostid,name,flags)
2467values ('1080','10256','Disk arrays','0')
2468/
2469
2470INSERT INTO applications (applicationid,hostid,name,flags)
2471values ('1081','10256','Fans','0')
2472/
2473
2474INSERT INTO applications (applicationid,hostid,name,flags)
2475values ('1082','10256','Inventory','0')
2476/
2477
2478INSERT INTO applications (applicationid,hostid,name,flags)
2479values ('1083','10256','Physical disks','0')
2480/
2481
2482INSERT INTO applications (applicationid,hostid,name,flags)
2483values ('1084','10256','Power supply','0')
2484/
2485
2486INSERT INTO applications (applicationid,hostid,name,flags)
2487values ('1085','10256','Temperature','0')
2488/
2489
2490INSERT INTO applications (applicationid,hostid,name,flags)
2491values ('1086','10256','Virtual disks','0')
2492/
2493
2494INSERT INTO applications (applicationid,hostid,name,flags)
2495values ('1087','10257','General','0')
2496/
2497
2498INSERT INTO applications (applicationid,hostid,name,flags)
2499values ('1088','10257','Status','0')
2500/
2501
2502INSERT INTO applications (applicationid,hostid,name,flags)
2503values ('1089','10257','Fans','0')
2504/
2505
2506INSERT INTO applications (applicationid,hostid,name,flags)
2507values ('1090','10257','Inventory','0')
2508/
2509
2510INSERT INTO applications (applicationid,hostid,name,flags)
2511values ('1091','10257','Physical disks','0')
2512/
2513
2514INSERT INTO applications (applicationid,hostid,name,flags)
2515values ('1092','10257','Power supply','0')
2516/
2517
2518INSERT INTO applications (applicationid,hostid,name,flags)
2519values ('1093','10257','Temperature','0')
2520/
2521
2522INSERT INTO applications (applicationid,hostid,name,flags)
2523values ('1094','10258','General','0')
2524/
2525
2526INSERT INTO applications (applicationid,hostid,name,flags)
2527values ('1095','10258','Status','0')
2528/
2529
2530INSERT INTO applications (applicationid,hostid,name,flags)
2531values ('1096','10258','Fans','0')
2532/
2533
2534INSERT INTO applications (applicationid,hostid,name,flags)
2535values ('1097','10258','Inventory','0')
2536/
2537
2538INSERT INTO applications (applicationid,hostid,name,flags)
2539values ('1098','10258','Physical disks','0')
2540/
2541
2542INSERT INTO applications (applicationid,hostid,name,flags)
2543values ('1099','10258','Power supply','0')
2544/
2545
2546INSERT INTO applications (applicationid,hostid,name,flags)
2547values ('1100','10258','Temperature','0')
2548/
2549
2550INSERT INTO applications (applicationid,hostid,name,flags)
2551values ('1101','10259','General','0')
2552/
2553
2554INSERT INTO applications (applicationid,hostid,name,flags)
2555values ('1102','10259','Status','0')
2556/
2557
2558INSERT INTO applications (applicationid,hostid,name,flags)
2559values ('1103','10259','Fans','0')
2560/
2561
2562INSERT INTO applications (applicationid,hostid,name,flags)
2563values ('1104','10259','Temperature','0')
2564/
2565
2566INSERT INTO applications (applicationid,hostid,name,flags)
2567values ('1105','10260','http-8080','0')
2568/
2569
2570INSERT INTO applications (applicationid,hostid,name,flags)
2571values ('1106','10260','http-8443','0')
2572/
2573
2574INSERT INTO applications (applicationid,hostid,name,flags)
2575values ('1107','10260','jk-8009','0')
2576/
2577
2578INSERT INTO applications (applicationid,hostid,name,flags)
2579values ('1108','10260','Sessions','0')
2580/
2581
2582INSERT INTO applications (applicationid,hostid,name,flags)
2583values ('1109','10260','Tomcat','0')
2584/
2585
2586INSERT INTO applications (applicationid,hostid,name,flags)
2587values ('1110','10261','Zabbix server','0')
2588/
2589
2590INSERT INTO applications (applicationid,hostid,name,flags)
2591values ('1111','10262','Zabbix proxy','0')
2592/
2593
2594INSERT INTO applications (applicationid,hostid,name,flags)
2595values ('1113','10263','General','0')
2596/
2597
2598INSERT INTO applications (applicationid,hostid,name,flags)
2599values ('1114','10263','Status','0')
2600/
2601
2602INSERT INTO applications (applicationid,hostid,name,flags)
2603values ('1115','10263','Disk arrays','0')
2604/
2605
2606INSERT INTO applications (applicationid,hostid,name,flags)
2607values ('1116','10263','Fans','0')
2608/
2609
2610INSERT INTO applications (applicationid,hostid,name,flags)
2611values ('1117','10263','Inventory','0')
2612/
2613
2614INSERT INTO applications (applicationid,hostid,name,flags)
2615values ('1118','10263','Physical disks','0')
2616/
2617
2618INSERT INTO applications (applicationid,hostid,name,flags)
2619values ('1119','10263','Power supply','0')
2620/
2621
2622INSERT INTO applications (applicationid,hostid,name,flags)
2623values ('1120','10263','Temperature','0')
2624/
2625
2626INSERT INTO applications (applicationid,hostid,name,flags)
2627values ('1121','10263','Virtual disks','0')
2628/
2629
2630INSERT INTO applications (applicationid,hostid,name,flags)
2631values ('1122','10264','Storage','0')
2632/
2633
2634INSERT INTO applications (applicationid,hostid,name,flags)
2635values ('1123','10265','Memory','0')
2636/
2637
2638INSERT INTO applications (applicationid,hostid,name,flags)
2639values ('1124','10266','CPU','0')
2640/
2641
2642INSERT INTO applications (applicationid,hostid,name,flags)
2643values ('1125','10185','Storage','0')
2644/
2645
2646INSERT INTO applications (applicationid,hostid,name,flags)
2647values ('1126','10185','Memory','0')
2648/
2649
2650INSERT INTO applications (applicationid,hostid,name,flags)
2651values ('1127','10185','CPU','0')
2652/
2653
2654INSERT INTO applications (applicationid,hostid,name,flags)
2655values ('1128','10248','Storage','0')
2656/
2657
2658INSERT INTO applications (applicationid,hostid,name,flags)
2659values ('1129','10248','Memory','0')
2660/
2661
2662INSERT INTO applications (applicationid,hostid,name,flags)
2663values ('1130','10248','CPU','0')
2664/
2665
2666INSERT INTO applications (applicationid,hostid,name,flags)
2667values ('1131','10249','Storage','0')
2668/
2669
2670INSERT INTO applications (applicationid,hostid,name,flags)
2671values ('1132','10249','Memory','0')
2672/
2673
2674INSERT INTO applications (applicationid,hostid,name,flags)
2675values ('1133','10249','CPU','0')
2676/
2677
2678INSERT INTO applications (applicationid,hostid,name,flags)
2679values ('1134','10251','Storage','0')
2680/
2681
2682INSERT INTO applications (applicationid,hostid,name,flags)
2683values ('1135','10251','Memory','0')
2684/
2685
2686INSERT INTO applications (applicationid,hostid,name,flags)
2687values ('1136','10251','CPU','0')
2688/
2689
2690INSERT INTO applications (applicationid,hostid,name,flags)
2691values ('1137','10254','Storage','0')
2692/
2693
2694INSERT INTO applications (applicationid,hostid,name,flags)
2695values ('1138','10254','Memory','0')
2696/
2697
2698INSERT INTO applications (applicationid,hostid,name,flags)
2699values ('1139','10254','CPU','0')
2700/
2701
2702INSERT INTO applications (applicationid,hostid,name,flags)
2703values ('1140','10267','Storage','0')
2704/
2705
2706INSERT INTO applications (applicationid,hostid,name,flags)
2707values ('1141','10268','Memory','0')
2708/
2709
2710INSERT INTO applications (applicationid,hostid,name,flags)
2711values ('1142','10269','CPU','0')
2712/
2713
2714INSERT INTO applications (applicationid,hostid,name,flags)
2715values ('1143','10184','Storage','0')
2716/
2717
2718INSERT INTO applications (applicationid,hostid,name,flags)
2719values ('1144','10184','Memory','0')
2720/
2721
2722INSERT INTO applications (applicationid,hostid,name,flags)
2723values ('1145','10184','CPU','0')
2724/
2725
2726INSERT INTO applications (applicationid,hostid,name,flags)
2727values ('1146','10169','JMX','0')
2728/
2729
2730INSERT INTO applications (applicationid,hostid,name,flags)
2731values ('1147','10173','VMware','0')
2732/
2733
2734INSERT INTO applications (applicationid,hostid,name,flags)
2735values ('1148','10174','VMware','0')
2736/
2737
2738INSERT INTO applications (applicationid,hostid,name,flags)
2739values ('1149','10175','VMware','0')
2740/
2741
2742INSERT INTO interface (interfaceid,hostid,main,type,useip,ip,dns,port,bulk)
2743values ('1','10084','1','1','1','127.0.0.1','','10050','1')
2744/
2745
2746INSERT INTO valuemaps (valuemapid,name)
2747values ('1','Service state')
2748/
2749
2750INSERT INTO valuemaps (valuemapid,name)
2751values ('2','Host availability')
2752/
2753
2754INSERT INTO valuemaps (valuemapid,name)
2755values ('3','Windows service state')
2756/
2757
2758INSERT INTO valuemaps (valuemapid,name)
2759values ('4','APC Battery Replacement Status')
2760/
2761
2762INSERT INTO valuemaps (valuemapid,name)
2763values ('5','APC Battery Status')
2764/
2765
2766INSERT INTO valuemaps (valuemapid,name)
2767values ('6','HP Insight System Status')
2768/
2769
2770INSERT INTO valuemaps (valuemapid,name)
2771values ('7','Dell Open Manage System Status')
2772/
2773
2774INSERT INTO valuemaps (valuemapid,name)
2775values ('8','SNMP interface status (ifOperStatus)')
2776/
2777
2778INSERT INTO valuemaps (valuemapid,name)
2779values ('9','SNMP device status (hrDeviceStatus)')
2780/
2781
2782INSERT INTO valuemaps (valuemapid,name)
2783values ('10','Zabbix agent ping status')
2784/
2785
2786INSERT INTO valuemaps (valuemapid,name)
2787values ('11','SNMP interface status (ifAdminStatus)')
2788/
2789
2790INSERT INTO valuemaps (valuemapid,name)
2791values ('12','VMware VirtualMachinePowerState')
2792/
2793
2794INSERT INTO valuemaps (valuemapid,name)
2795values ('13','VMware status')
2796/
2797
2798INSERT INTO valuemaps (valuemapid,name)
2799values ('14','Maintenance status')
2800/
2801
2802INSERT INTO valuemaps (valuemapid,name)
2803values ('15','Value cache operating mode')
2804/
2805
2806INSERT INTO valuemaps (valuemapid,name)
2807values ('16','Windows service startup type')
2808/
2809
2810INSERT INTO valuemaps (valuemapid,name)
2811values ('17','HTTP response status code')
2812/
2813
2814INSERT INTO valuemaps (valuemapid,name)
2815values ('18','ENTITY-SENSORS-MIB::EntitySensorStatus')
2816/
2817
2818INSERT INTO valuemaps (valuemapid,name)
2819values ('19','EtherLike-MIB::dot3StatsDuplexStatus')
2820/
2821
2822INSERT INTO valuemaps (valuemapid,name)
2823values ('20','IF-MIB::ifOperStatus')
2824/
2825
2826INSERT INTO valuemaps (valuemapid,name)
2827values ('21','IF-MIB::ifType')
2828/
2829
2830INSERT INTO valuemaps (valuemapid,name)
2831values ('22','zabbix.host.available')
2832/
2833
2834INSERT INTO valuemaps (valuemapid,name)
2835values ('23','TIMETRA-CHASSIS-MIB::TmnxDeviceState')
2836/
2837
2838INSERT INTO valuemaps (valuemapid,name)
2839values ('24','SW-MIB::swSensorStatus')
2840/
2841
2842INSERT INTO valuemaps (valuemapid,name)
2843values ('25','SW-MIB::swOperStatus')
2844/
2845
2846INSERT INTO valuemaps (valuemapid,name)
2847values ('26','FOUNDRY-SN-AGENT-MIB::snChasPwrSupplyOperStatus')
2848/
2849
2850INSERT INTO valuemaps (valuemapid,name)
2851values ('27','FOUNDRY-SN-AGENT-MIB::snChasFanOperStatus')
2852/
2853
2854INSERT INTO valuemaps (valuemapid,name)
2855values ('28','CISCO-ENVMON-MIB::CiscoEnvMonState')
2856/
2857
2858INSERT INTO valuemaps (valuemapid,name)
2859values ('29','F10-S-SERIES-CHASSIS-MIB::extremeFanOperational')
2860/
2861
2862INSERT INTO valuemaps (valuemapid,name)
2863values ('30','F10-S-SERIES-CHASSIS-MIB::chSysFanTrayOperStatus')
2864/
2865
2866INSERT INTO valuemaps (valuemapid,name)
2867values ('31','F10-S-SERIES-CHASSIS-MIB::chSysPowerSupplyOperStatus')
2868/
2869
2870INSERT INTO valuemaps (valuemapid,name)
2871values ('32','MY-SYSTEM-MIB::mySystemFanIsNormal')
2872/
2873
2874INSERT INTO valuemaps (valuemapid,name)
2875values ('33','EQUIPMENT-MIB::swFanStatus')
2876/
2877
2878INSERT INTO valuemaps (valuemapid,name)
2879values ('34','EQUIPMENT-MIB::swPowerStatus')
2880/
2881
2882INSERT INTO valuemaps (valuemapid,name)
2883values ('35','TruthValue')
2884/
2885
2886INSERT INTO valuemaps (valuemapid,name)
2887values ('36','EXTREME-SYSTEM-MIB::extremeFanOperational')
2888/
2889
2890INSERT INTO valuemaps (valuemapid,name)
2891values ('37','EXTREME-SYSTEM-MIB::extremeOverTemperatureAlarm')
2892/
2893
2894INSERT INTO valuemaps (valuemapid,name)
2895values ('38','EXTREME-SYSTEM-MIB::extremePowerSupplyStatus')
2896/
2897
2898INSERT INTO valuemaps (valuemapid,name)
2899values ('39','HH3C-ENTITY-EXT-MIB::hh3cEntityExtErrorStatus')
2900/
2901
2902INSERT INTO valuemaps (valuemapid,name)
2903values ('40','HP-ICF-CHASSIS::hpicfSensorStatus')
2904/
2905
2906INSERT INTO valuemaps (valuemapid,name)
2907values ('41','HUAWEI-ENTITY-EXTENT-MIB::hwEntityFanState')
2908/
2909
2910INSERT INTO valuemaps (valuemapid,name)
2911values ('42','ICS-CHASSIS-MIB::icsChassisFanOperStatus')
2912/
2913
2914INSERT INTO valuemaps (valuemapid,name)
2915values ('43','ICS-CHASSIS-MIB::icsChassisSensorSlotOperStatus')
2916/
2917
2918INSERT INTO valuemaps (valuemapid,name)
2919values ('44','ICS-CHASSIS-MIB::icsChassisPowerSupplyOperStatus')
2920/
2921
2922INSERT INTO valuemaps (valuemapid,name)
2923values ('45','ICS-CHASSIS-MIB::icsChassisTemperatureStatus')
2924/
2925
2926INSERT INTO valuemaps (valuemapid,name)
2927values ('46','JUNIPER-ALARM-MIB::jnxRedAlarmState')
2928/
2929
2930INSERT INTO valuemaps (valuemapid,name)
2931values ('47','JUNIPER-ALARM-MIB::jnxOperatingState')
2932/
2933
2934INSERT INTO valuemaps (valuemapid,name)
2935values ('48','ENTITY-STATE-MIB::EntityOperState')
2936/
2937
2938INSERT INTO valuemaps (valuemapid,name)
2939values ('49','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesPowSupplyItemState')
2940/
2941
2942INSERT INTO valuemaps (valuemapid,name)
2943values ('50','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesFanItemState')
2944/
2945
2946INSERT INTO valuemaps (valuemapid,name)
2947values ('51','FASTPATH-BOXSERVICES-PRIVATE-MIB::boxServicesTempSensorState')
2948/
2949
2950INSERT INTO valuemaps (valuemapid,name)
2951values ('52','QTECH-MIB::sysFanStatus')
2952/
2953
2954INSERT INTO valuemaps (valuemapid,name)
2955values ('53','QTECH-MIB::sysPowerStatus')
2956/
2957
2958INSERT INTO valuemaps (valuemapid,name)
2959values ('54','CPQSINFO-MIB::status')
2960/
2961
2962INSERT INTO valuemaps (valuemapid,name)
2963values ('55','CPQHLTH-MIB::cpqHeTemperatureLocale')
2964/
2965
2966INSERT INTO valuemaps (valuemapid,name)
2967values ('56','CPQIDA-MIB::cpqDaCntlrModel')
2968/
2969
2970INSERT INTO valuemaps (valuemapid,name)
2971values ('57','CPQIDA-MIB::cpqDaPhyDrvStatus')
2972/
2973
2974INSERT INTO valuemaps (valuemapid,name)
2975values ('58','IMM-MIB::systemHealthStat')
2976/
2977
2978INSERT INTO valuemaps (valuemapid,name)
2979values ('59','IDRAC-MIB-SMIv2::ObjectStatusEnum')
2980/
2981
2982INSERT INTO valuemaps (valuemapid,name)
2983values ('60','IDRAC-MIB-SMIv2::StatusProbeEnum')
2984/
2985
2986INSERT INTO valuemaps (valuemapid,name)
2987values ('61','IDRAC-MIB-SMIv2::physicalDiskComponentStatus')
2988/
2989
2990INSERT INTO valuemaps (valuemapid,name)
2991values ('62','IDRAC-MIB-SMIv2::BooleanType')
2992/
2993
2994INSERT INTO valuemaps (valuemapid,name)
2995values ('63','IDRAC-MIB-SMIv2::physicalDiskMediaType')
2996/
2997
2998INSERT INTO valuemaps (valuemapid,name)
2999values ('64','IDRAC-MIB-SMIv2::batteryState')
3000/
3001
3002INSERT INTO valuemaps (valuemapid,name)
3003values ('65','IDRAC-MIB-SMIv2::virtualDiskLayout')
3004/
3005
3006INSERT INTO valuemaps (valuemapid,name)
3007values ('66','IDRAC-MIB-SMIv2::virtualDiskOperationalState')
3008/
3009
3010INSERT INTO valuemaps (valuemapid,name)
3011values ('67','IDRAC-MIB-SMIv2::virtualDiskWritePolicy')
3012/
3013
3014INSERT INTO valuemaps (valuemapid,name)
3015values ('68','IDRAC-MIB-SMIv2::virtualDiskReadPolicy')
3016/
3017
3018INSERT INTO valuemaps (valuemapid,name)
3019values ('69','IDRAC-MIB-SMIv2::virtualDiskState')
3020/
3021
3022INSERT INTO valuemaps (valuemapid,name)
3023values ('70','CPQIDA-MIB::cpqDaPhyDrvSmartStatus')
3024/
3025
3026INSERT INTO valuemaps (valuemapid,name)
3027values ('71','CPQIDA-MIB::cpqDaAccelStatus')
3028/
3029
3030INSERT INTO valuemaps (valuemapid,name)
3031values ('72','CPQIDA-MIB::cpqDaAccelBattery')
3032/
3033
3034INSERT INTO valuemaps (valuemapid,name)
3035values ('73','CPQIDA-MIB::cpqDaPhyDrvMediaType')
3036/
3037
3038INSERT INTO valuemaps (valuemapid,name)
3039values ('74','CPQIDA-MIB::cpqDaLogDrvFaultTol')
3040/
3041
3042INSERT INTO valuemaps (valuemapid,name)
3043values ('75','CPQIDA-MIB::cpqDaLogDrvStatus')
3044/
3045
3046INSERT INTO valuemaps (valuemapid,name)
3047values ('76','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsEquipmentOperability')
3048/
3049
3050INSERT INTO valuemaps (valuemapid,name)
3051values ('77','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsLsOperState')
3052/
3053
3054INSERT INTO valuemaps (valuemapid,name)
3055values ('78','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsStoragePDriveStatus')
3056/
3057
3058INSERT INTO valuemaps (valuemapid,name)
3059values ('79','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsStorageLunType')
3060/
3061
3062INSERT INTO valuemaps (valuemapid,name)
3063values ('80','CISCO-UNIFIED-COMPUTING-TC-MIB::CucsEquipmentPresence')
3064/
3065
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)
3067values ('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')
3068/
3069
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)
3071values ('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')
3072/
3073
3074INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3075values ('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')
3076/
3077
3078INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3079values ('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')
3080/
3081
3082INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3083values ('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')
3084/
3085
3086INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3087values ('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')
3088/
3089
3090INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3091values ('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')
3092/
3093
3094INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3095values ('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')
3096/
3097
3098INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3099values ('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')
3100/
3101
3102INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3103values ('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')
3104/
3105
3106INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3107values ('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')
3108/
3109
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)
3111values ('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')
3112/
3113
3114INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3115values ('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')
3116/
3117
3118INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3119values ('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')
3120/
3121
3122INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3123values ('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')
3124/
3125
3126INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3127values ('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')
3128/
3129
3130INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3131values ('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')
3132/
3133
3134INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3135values ('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')
3136/
3137
3138INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3139values ('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')
3140/
3141
3142INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3143values ('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')
3144/
3145
3146INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3147values ('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')
3148/
3149
3150INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3151values ('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')
3152/
3153
3154INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3155values ('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')
3156/
3157
3158INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3159values ('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')
3160/
3161
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)
3163values ('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')
3164/
3165
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)
3167values ('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')
3168/
3169
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)
3171values ('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')
3172/
3173
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)
3175values ('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')
3176/
3177
3178INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3179values ('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')
3180/
3181
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)
3183values ('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')
3184/
3185
3186INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3187values ('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')
3188/
3189
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)
3191values ('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')
3192/
3193
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)
3195values ('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')
3196/
3197
3198INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3199values ('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')
3200/
3201
3202INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3203values ('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')
3204/
3205
3206INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3207values ('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')
3208/
3209
3210INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3211values ('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')
3212/
3213
3214INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3215values ('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')
3216/
3217
3218INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3219values ('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')
3220/
3221
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)
3223values ('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')
3224/
3225
3226INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3227values ('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')
3228/
3229
3230INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3231values ('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')
3232/
3233
3234INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3235values ('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')
3236/
3237
3238INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3239values ('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')
3240/
3241
3242INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3243values ('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')
3244/
3245
3246INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3247values ('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')
3248/
3249
3250INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3251values ('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')
3252/
3253
3254INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3255values ('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')
3256/
3257
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)
3259values ('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')
3260/
3261
3262INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3263values ('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')
3264/
3265
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)
3267values ('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')
3268/
3269
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)
3271values ('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')
3272/
3273
3274INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3275values ('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')
3276/
3277
3278INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3279values ('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')
3280/
3281
3282INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3283values ('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')
3284/
3285
3286INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3287values ('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')
3288/
3289
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)
3291values ('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')
3292/
3293
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)
3295values ('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')
3296/
3297
3298INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3299values ('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')
3300/
3301
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)
3303values ('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')
3304/
3305
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)
3307values ('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')
3308/
3309
3310INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3311values ('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')
3312/
3313
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)
3315values ('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')
3316/
3317
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)
3319values ('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')
3320/
3321
3322INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3323values ('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')
3324/
3325
3326INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3327values ('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')
3328/
3329
3330INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3331values ('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')
3332/
3333
3334INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3335values ('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')
3336/
3337
3338INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3339values ('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')
3340/
3341
3342INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3343values ('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')
3344/
3345
3346INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3347values ('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')
3348/
3349
3350INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3351values ('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')
3352/
3353
3354INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3355values ('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')
3356/
3357
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)
3359values ('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')
3360/
3361
3362INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3363values ('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')
3364/
3365
3366INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3367values ('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')
3368/
3369
3370INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3371values ('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')
3372/
3373
3374INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3375values ('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')
3376/
3377
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)
3379values ('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')
3380/
3381
3382INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3383values ('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')
3384/
3385
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)
3387values ('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')
3388/
3389
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)
3391values ('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')
3392/
3393
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)
3395values ('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')
3396/
3397
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)
3399values ('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')
3400/
3401
3402INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3403values ('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')
3404/
3405
3406INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3407values ('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')
3408/
3409
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)
3411values ('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')
3412/
3413
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)
3415values ('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')
3416/
3417
3418INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3419values ('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')
3420/
3421
3422INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3423values ('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')
3424/
3425
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)
3427values ('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')
3428/
3429
3430INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3431values ('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')
3432/
3433
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)
3435values ('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')
3436/
3437
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)
3439values ('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')
3440/
3441
3442INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3443values ('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')
3444/
3445
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)
3447values ('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')
3448/
3449
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)
3451values ('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')
3452/
3453
3454INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3455values ('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')
3456/
3457
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)
3459values ('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')
3460/
3461
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)
3463values ('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')
3464/
3465
3466INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3467values ('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')
3468/
3469
3470INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3471values ('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')
3472/
3473
3474INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3475values ('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')
3476/
3477
3478INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3479values ('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')
3480/
3481
3482INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3483values ('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')
3484/
3485
3486INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3487values ('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')
3488/
3489
3490INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3491values ('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')
3492/
3493
3494INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3495values ('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')
3496/
3497
3498INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3499values ('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')
3500/
3501
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)
3503values ('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')
3504/
3505
3506INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3507values ('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')
3508/
3509
3510INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3511values ('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')
3512/
3513
3514INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3515values ('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')
3516/
3517
3518INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3519values ('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')
3520/
3521
3522INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3523values ('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')
3524/
3525
3526INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3527values ('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')
3528/
3529
3530INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3531values ('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')
3532/
3533
3534INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3535values ('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')
3536/
3537
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)
3539values ('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')
3540/
3541
3542INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3543values ('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')
3544/
3545
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)
3547values ('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')
3548/
3549
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)
3551values ('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')
3552/
3553
3554INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3555values ('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')
3556/
3557
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)
3559values ('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')
3560/
3561
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)
3563values ('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')
3564/
3565
3566INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3567values ('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')
3568/
3569
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)
3571values ('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')
3572/
3573
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)
3575values ('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')
3576/
3577
3578INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3579values ('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')
3580/
3581
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)
3583values ('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')
3584/
3585
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)
3587values ('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')
3588/
3589
3590INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3591values ('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')
3592/
3593
3594INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3595values ('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')
3596/
3597
3598INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3599values ('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')
3600/
3601
3602INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3603values ('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')
3604/
3605
3606INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3607values ('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')
3608/
3609
3610INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3611values ('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')
3612/
3613
3614INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3615values ('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')
3616/
3617
3618INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3619values ('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')
3620/
3621
3622INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3623values ('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')
3624/
3625
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)
3627values ('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')
3628/
3629
3630INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3631values ('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')
3632/
3633
3634INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3635values ('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')
3636/
3637
3638INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3639values ('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')
3640/
3641
3642INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3643values ('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')
3644/
3645
3646INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3647values ('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')
3648/
3649
3650INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3651values ('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')
3652/
3653
3654INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3655values ('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')
3656/
3657
3658INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3659values ('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')
3660/
3661
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)
3663values ('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')
3664/
3665
3666INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3667values ('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')
3668/
3669
3670INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3671values ('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')
3672/
3673
3674INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3675values ('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')
3676/
3677
3678INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3679values ('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')
3680/
3681
3682INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3683values ('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')
3684/
3685
3686INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3687values ('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')
3688/
3689
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)
3691values ('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')
3692/
3693
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)
3695values ('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')
3696/
3697
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)
3699values ('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')
3700/
3701
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)
3703values ('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')
3704/
3705
3706INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3707values ('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')
3708/
3709
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)
3711values ('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')
3712/
3713
3714INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3715values ('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')
3716/
3717
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)
3719values ('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')
3720/
3721
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)
3723values ('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')
3724/
3725
3726INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3727values ('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')
3728/
3729
3730INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3731values ('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')
3732/
3733
3734INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3735values ('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')
3736/
3737
3738INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3739values ('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')
3740/
3741
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)
3743values ('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')
3744/
3745
3746INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3747values ('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')
3748/
3749
3750INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3751values ('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')
3752/
3753
3754INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3755values ('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')
3756/
3757
3758INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3759values ('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')
3760/
3761
3762INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3763values ('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')
3764/
3765
3766INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3767values ('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')
3768/
3769
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)
3771values ('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')
3772/
3773
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)
3775values ('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')
3776/
3777
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)
3779values ('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')
3780/
3781
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)
3783values ('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')
3784/
3785
3786INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3787values ('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')
3788/
3789
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)
3791values ('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')
3792/
3793
3794INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3795values ('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')
3796/
3797
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)
3799values ('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')
3800/
3801
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)
3803values ('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')
3804/
3805
3806INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3807values ('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')
3808/
3809
3810INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3811values ('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')
3812/
3813
3814INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3815values ('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')
3816/
3817
3818INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3819values ('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')
3820/
3821
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)
3823values ('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')
3824/
3825
3826INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3827values ('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')
3828/
3829
3830INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3831values ('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')
3832/
3833
3834INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3835values ('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')
3836/
3837
3838INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3839values ('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')
3840/
3841
3842INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3843values ('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')
3844/
3845
3846INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3847values ('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')
3848/
3849
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)
3851values ('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')
3852/
3853
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)
3855values ('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')
3856/
3857
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)
3859values ('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')
3860/
3861
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)
3863values ('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')
3864/
3865
3866INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3867values ('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')
3868/
3869
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)
3871values ('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')
3872/
3873
3874INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3875values ('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')
3876/
3877
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)
3879values ('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')
3880/
3881
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)
3883values ('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')
3884/
3885
3886INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3887values ('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')
3888/
3889
3890INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3891values ('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')
3892/
3893
3894INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3895values ('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')
3896/
3897
3898INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3899values ('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')
3900/
3901
3902INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3903values ('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')
3904/
3905
3906INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3907values ('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')
3908/
3909
3910INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3911values ('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')
3912/
3913
3914INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3915values ('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')
3916/
3917
3918INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3919values ('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')
3920/
3921
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)
3923values ('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')
3924/
3925
3926INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3927values ('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')
3928/
3929
3930INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3931values ('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')
3932/
3933
3934INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3935values ('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')
3936/
3937
3938INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3939values ('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')
3940/
3941
3942INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3943values ('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')
3944/
3945
3946INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3947values ('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')
3948/
3949
3950INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3951values ('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')
3952/
3953
3954INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3955values ('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')
3956/
3957
3958INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3959values ('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')
3960/
3961
3962INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3963values ('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')
3964/
3965
3966INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3967values ('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')
3968/
3969
3970INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3971values ('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')
3972/
3973
3974INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3975values ('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')
3976/
3977
3978INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3979values ('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')
3980/
3981
3982INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3983values ('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')
3984/
3985
3986INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3987values ('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')
3988/
3989
3990INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3991values ('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')
3992/
3993
3994INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
3995values ('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')
3996/
3997
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)
3999values ('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')
4000/
4001
4002INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4003values ('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')
4004/
4005
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)
4007values ('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')
4008/
4009
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)
4011values ('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')
4012/
4013
4014INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4015values ('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')
4016/
4017
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)
4019values ('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')
4020/
4021
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)
4023values ('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')
4024/
4025
4026INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4027values ('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')
4028/
4029
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)
4031values ('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')
4032/
4033
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)
4035values ('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')
4036/
4037
4038INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4039values ('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')
4040/
4041
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)
4043values ('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')
4044/
4045
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)
4047values ('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')
4048/
4049
4050INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4051values ('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')
4052/
4053
4054INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4055values ('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')
4056/
4057
4058INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4059values ('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')
4060/
4061
4062INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4063values ('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')
4064/
4065
4066INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4067values ('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')
4068/
4069
4070INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4071values ('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')
4072/
4073
4074INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4075values ('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')
4076/
4077
4078INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4079values ('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')
4080/
4081
4082INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4083values ('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')
4084/
4085
4086INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4087values ('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')
4088/
4089
4090INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4091values ('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')
4092/
4093
4094INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4095values ('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')
4096/
4097
4098INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4099values ('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')
4100/
4101
4102INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4103values ('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')
4104/
4105
4106INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4107values ('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')
4108/
4109
4110INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4111values ('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')
4112/
4113
4114INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4115values ('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')
4116/
4117
4118INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4119values ('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')
4120/
4121
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)
4123values ('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')
4124/
4125
4126INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4127values ('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')
4128/
4129
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)
4131values ('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')
4132/
4133
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)
4135values ('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')
4136/
4137
4138INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4139values ('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')
4140/
4141
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)
4143values ('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')
4144/
4145
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)
4147values ('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')
4148/
4149
4150INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4151values ('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')
4152/
4153
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)
4155values ('23134','0','','','10081','Average disk read queue length','perf_counter[\234(_Total)\1402]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \PhysicalDisk(_Total)\Avg. Disk Read Queue Length','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4156/
4157
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)
4159values ('23135','0','','','10081','Average disk write queue length','perf_counter[\234(_Total)\1404]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \PhysicalDisk(_Total)\Avg. Disk Write Queue Length','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4160/
4161
4162INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4163values ('23136','0','','','10081','File read bytes per second','perf_counter[\2\16]','1m','1w','365d','0','0','','Bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \System\File Read Bytes/sec','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4164/
4165
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)
4167values ('23137','0','','','10081','File write bytes per second','perf_counter[\2\18]','1m','1w','365d','0','0','','Bps','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \System\File Write Bytes/sec','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4168/
4169
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)
4171values ('23138','0','','','10081','Number of threads','perf_counter[\2\250]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','Full counter name: \System\Threads','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4172/
4173
4174INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4175values ('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')
4176/
4177
4178INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4179values ('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')
4180/
4181
4182INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4183values ('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')
4184/
4185
4186INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4187values ('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')
4188/
4189
4190INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4191values ('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')
4192/
4193
4194INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4195values ('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')
4196/
4197
4198INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4199values ('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')
4200/
4201
4202INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4203values ('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')
4204/
4205
4206INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4207values ('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')
4208/
4209
4210INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4211values ('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')
4212/
4213
4214INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4215values ('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')
4216/
4217
4218INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4219values ('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')
4220/
4221
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)
4223values ('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')
4224/
4225
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)
4227values ('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')
4228/
4229
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)
4231values ('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')
4232/
4233
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)
4235values ('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')
4236/
4237
4238INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4239values ('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')
4240/
4241
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)
4243values ('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')
4244/
4245
4246INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4247values ('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')
4248/
4249
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)
4251values ('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')
4252/
4253
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)
4255values ('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')
4256/
4257
4258INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4259values ('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')
4260/
4261
4262INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4263values ('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')
4264/
4265
4266INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4267values ('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')
4268/
4269
4270INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4271values ('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')
4272/
4273
4274INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4275values ('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')
4276/
4277
4278INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4279values ('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')
4280/
4281
4282INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4283values ('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')
4284/
4285
4286INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4287values ('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')
4288/
4289
4290INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4291values ('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')
4292/
4293
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)
4295values ('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')
4296/
4297
4298INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4299values ('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')
4300/
4301
4302INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4303values ('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')
4304/
4305
4306INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4307values ('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')
4308/
4309
4310INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4311values ('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')
4312/
4313
4314INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4315values ('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')
4316/
4317
4318INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4319values ('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')
4320/
4321
4322INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4323values ('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')
4324/
4325
4326INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4327values ('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')
4328/
4329
4330INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4331values ('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')
4332/
4333
4334INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4335values ('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')
4336/
4337
4338INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4339values ('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')
4340/
4341
4342INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4343values ('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')
4344/
4345
4346INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4347values ('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')
4348/
4349
4350INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4351values ('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')
4352/
4353
4354INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4355values ('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')
4356/
4357
4358INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4359values ('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')
4360/
4361
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)
4363values ('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')
4364/
4365
4366INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4367values ('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')
4368/
4369
4370INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4371values ('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')
4372/
4373
4374INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4375values ('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')
4376/
4377
4378INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4379values ('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')
4380/
4381
4382INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4383values ('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')
4384/
4385
4386INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4387values ('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')
4388/
4389
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)
4391values ('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')
4392/
4393
4394INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4395values ('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')
4396/
4397
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)
4399values ('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')
4400/
4401
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)
4403values ('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')
4404/
4405
4406INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4407values ('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')
4408/
4409
4410INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4411values ('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')
4412/
4413
4414INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4415values ('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')
4416/
4417
4418INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4419values ('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')
4420/
4421
4422INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4423values ('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')
4424/
4425
4426INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4427values ('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')
4428/
4429
4430INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4431values ('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')
4432/
4433
4434INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4435values ('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')
4436/
4437
4438INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4439values ('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')
4440/
4441
4442INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4443values ('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')
4444/
4445
4446INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4447values ('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')
4448/
4449
4450INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4451values ('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')
4452/
4453
4454INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4455values ('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')
4456/
4457
4458INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4459values ('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')
4460/
4461
4462INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4463values ('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')
4464/
4465
4466INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4467values ('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')
4468/
4469
4470INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4471values ('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')
4472/
4473
4474INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4475values ('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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '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')
4476/
4477
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)
4479values ('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. ' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'It requires user parameter mysql.status[*], which is defined in ' || chr(13) || chr(10) || 'userparameter_mysql.conf.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4480/
4481
4482INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4483values ('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')
4484/
4485
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)
4487values ('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')
4488/
4489
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)
4491values ('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')
4492/
4493
4494INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4495values ('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.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || '0 - MySQL server is down' || chr(13) || chr(10) || '1 - MySQL server is up','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4496/
4497
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)
4499values ('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')
4500/
4501
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)
4503values ('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')
4504/
4505
4506INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4507values ('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')
4508/
4509
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)
4511values ('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')
4512/
4513
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)
4515values ('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')
4516/
4517
4518INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4519values ('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')
4520/
4521
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)
4523values ('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')
4524/
4525
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)
4527values ('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')
4528/
4529
4530INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4531values ('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')
4532/
4533
4534INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4535values ('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')
4536/
4537
4538INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4539values ('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')
4540/
4541
4542INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4543values ('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')
4544/
4545
4546INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4547values ('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')
4548/
4549
4550INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4551values ('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')
4552/
4553
4554INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4555values ('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')
4556/
4557
4558INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4559values ('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')
4560/
4561
4562INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4563values ('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')
4564/
4565
4566INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4567values ('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')
4568/
4569
4570INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4571values ('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')
4572/
4573
4574INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4575values ('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')
4576/
4577
4578INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4579values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
4580/
4581
4582INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4583values ('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')
4584/
4585
4586INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4587values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
4588/
4589
4590INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4591values ('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')
4592/
4593
4594INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4595values ('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')
4596/
4597
4598INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4599values ('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')
4600/
4601
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)
4603values ('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')
4604/
4605
4606INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4607values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4608/
4609
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)
4611values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4612/
4613
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)
4615values ('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' || chr(13) || chr(10) || 'An estimate of the interface''s current bandwidth in bits per second.' || chr(13) || chr(10) || 'For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,' || chr(13) || chr(10) || 'this object should contain the nominal bandwidth.' || chr(13) || chr(10) || 'If the bandwidth of the interface is greater than the maximum value reportable by this object then' || chr(13) || chr(10) || 'this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.' || chr(13) || chr(10) || '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')
4616/
4617
4618INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4619values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4620/
4621
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)
4623values ('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' || chr(13) || chr(10) || 'For 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')
4624/
4625
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)
4627values ('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' || chr(13) || chr(10) || 'The 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')
4628/
4629
4630INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4631values ('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' || chr(13) || chr(10) || 'The 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')
4632/
4633
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)
4635values ('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' || chr(13) || chr(10) || 'For 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')
4636/
4637
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)
4639values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
4640/
4641
4642INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4643values ('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')
4644/
4645
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)
4647values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4648/
4649
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)
4651values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4652/
4653
4654INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4655values ('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' || chr(13) || chr(10) || 'An estimate of the interface''s current bandwidth in bits per second.' || chr(13) || chr(10) || 'For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,' || chr(13) || chr(10) || 'this object should contain the nominal bandwidth.' || chr(13) || chr(10) || 'If the bandwidth of the interface is greater than the maximum value reportable by this object then' || chr(13) || chr(10) || 'this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.' || chr(13) || chr(10) || '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')
4656/
4657
4658INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4659values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4660/
4661
4662INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4663values ('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' || chr(13) || chr(10) || 'For 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')
4664/
4665
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)
4667values ('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' || chr(13) || chr(10) || 'The 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')
4668/
4669
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)
4671values ('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' || chr(13) || chr(10) || 'The 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')
4672/
4673
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)
4675values ('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' || chr(13) || chr(10) || 'For 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')
4676/
4677
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)
4679values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
4680/
4681
4682INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4683values ('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')
4684/
4685
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)
4687values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4688/
4689
4690INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4691values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4692/
4693
4694INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4695values ('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' || chr(13) || chr(10) || 'An 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')
4696/
4697
4698INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4699values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4700/
4701
4702INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4703values ('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' || chr(13) || chr(10) || 'For 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')
4704/
4705
4706INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4707values ('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' || chr(13) || chr(10) || 'The 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')
4708/
4709
4710INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4711values ('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' || chr(13) || chr(10) || 'The 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')
4712/
4713
4714INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4715values ('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' || chr(13) || chr(10) || 'For 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')
4716/
4717
4718INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4719values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
4720/
4721
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)
4723values ('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')
4724/
4725
4726INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4727values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4728/
4729
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)
4731values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4732/
4733
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)
4735values ('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' || chr(13) || chr(10) || 'An 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')
4736/
4737
4738INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4739values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4740/
4741
4742INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4743values ('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' || chr(13) || chr(10) || 'For 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')
4744/
4745
4746INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4747values ('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' || chr(13) || chr(10) || 'The 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')
4748/
4749
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)
4751values ('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' || chr(13) || chr(10) || 'The 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')
4752/
4753
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)
4755values ('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' || chr(13) || chr(10) || 'For 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')
4756/
4757
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)
4759values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
4760/
4761
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)
4763values ('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')
4764/
4765
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)
4767values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4768/
4769
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)
4771values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4772/
4773
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)
4775values ('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' || chr(13) || chr(10) || 'An 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')
4776/
4777
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)
4779values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
4780/
4781
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)
4783values ('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' || chr(13) || chr(10) || 'For 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')
4784/
4785
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)
4787values ('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' || chr(13) || chr(10) || 'The 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')
4788/
4789
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)
4791values ('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' || chr(13) || chr(10) || 'The 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')
4792/
4793
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)
4795values ('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' || chr(13) || chr(10) || 'For 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')
4796/
4797
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)
4799values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
4800/
4801
4802INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4803values ('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' || chr(13) || chr(10) || 'An 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')
4804/
4805
4806INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4807values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4808/
4809
4810INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4811values ('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')
4812/
4813
4814INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4815values ('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' || chr(13) || chr(10) || 'The 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')
4816/
4817
4818INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4819values ('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' || chr(13) || chr(10) || 'The 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')
4820/
4821
4822INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4823values ('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')
4824/
4825
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)
4827values ('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' || chr(13) || chr(10) || 'The 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')
4828/
4829
4830INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4831values ('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' || chr(13) || chr(10) || 'An 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')
4832/
4833
4834INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4835values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4836/
4837
4838INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4839values ('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')
4840/
4841
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)
4843values ('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' || chr(13) || chr(10) || 'The 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')
4844/
4845
4846INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4847values ('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' || chr(13) || chr(10) || 'The 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')
4848/
4849
4850INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4851values ('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')
4852/
4853
4854INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4855values ('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' || chr(13) || chr(10) || 'The 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')
4856/
4857
4858INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4859values ('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')
4860/
4861
4862INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4863values ('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')
4864/
4865
4866INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4867values ('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')
4868/
4869
4870INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4871values ('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' || chr(13) || chr(10) || 'The 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')
4872/
4873
4874INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4875values ('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' || chr(13) || chr(10) || 'The 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')
4876/
4877
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)
4879values ('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' || chr(13) || chr(10) || 'The 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')
4880/
4881
4882INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4883values ('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')
4884/
4885
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)
4887values ('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')
4888/
4889
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)
4891values ('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')
4892/
4893
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)
4895values ('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' || chr(13) || chr(10) || 'The 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')
4896/
4897
4898INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4899values ('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' || chr(13) || chr(10) || 'Current status of the Fan tray.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4900/
4901
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)
4903values ('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')
4904/
4905
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)
4907values ('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')
4908/
4909
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)
4911values ('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')
4912/
4913
4914INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4915values ('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' || chr(13) || chr(10) || 'The current operational status of the switch.The states are as follow:' || chr(13) || chr(10) || 'online(1) means the switch is accessible by an external Fibre Channel port' || chr(13) || chr(10) || 'offline(2) means the switch is not accessible' || chr(13) || chr(10) || 'testing(3) means the switch is in a built-in test mode and is not accessible by an external Fibre Channel port' || chr(13) || chr(10) || 'faulty(4) means the switch is not operational.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4916/
4917
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)
4919values ('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' || chr(13) || chr(10) || 'Memory utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4920/
4921
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)
4923values ('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' || chr(13) || chr(10) || 'System''s CPU usage.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4924/
4925
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)
4927values ('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')
4928/
4929
4930INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4931values ('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')
4932/
4933
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)
4935values ('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')
4936/
4937
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)
4939values ('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' || chr(13) || chr(10) || 'Temperature status of testpoint: {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4940/
4941
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)
4943values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4944/
4945
4946INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4947values ('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')
4948/
4949
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)
4951values ('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' || chr(13) || chr(10) || 'The current value (reading) of the sensor.' || chr(13) || chr(10) || 'The value, -2147483648, represents an unknown quantity.' || chr(13) || chr(10) || 'The 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')
4952/
4953
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)
4955values ('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')
4956/
4957
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)
4959values ('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' || chr(13) || chr(10) || 'The system dynamic memory utilization, in unit of percentage.' || chr(13) || chr(10) || 'Deprecated: Refer to snAgSystemDRAMUtil.' || chr(13) || chr(10) || 'For NI platforms, refer to snAgentBrdMemoryUtil100thPercent','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4960/
4961
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)
4963values ('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' || chr(13) || chr(10) || 'The statistics collection of 1 minute CPU utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
4964/
4965
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)
4967values ('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' || chr(13) || chr(10) || 'The 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')
4968/
4969
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)
4971values ('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')
4972/
4973
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)
4975values ('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' || chr(13) || chr(10) || 'The 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')
4976/
4977
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)
4979values ('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')
4980/
4981
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)
4983values ('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')
4984/
4985
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)
4987values ('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')
4988/
4989
4990INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
4991values ('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')
4992/
4993
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)
4995values ('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')
4996/
4997
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)
4999values ('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')
5000/
5001
5002INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5003values ('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')
5004/
5005
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)
5007values ('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')
5008/
5009
5010INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5011values ('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')
5012/
5013
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)
5015values ('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')
5016/
5017
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)
5019values ('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')
5020/
5021
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)
5023values ('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' || chr(13) || chr(10) || 'Temperature 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')
5024/
5025
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)
5027values ('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' || chr(13) || chr(10) || 'Temperature of the chassis. Each unit is 0.5 degrees Celcius.' || chr(13) || chr(10) || 'Only management module built with temperature sensor hardware is applicable.' || chr(13) || chr(10) || 'For 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')
5028/
5029
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)
5031values ('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')
5032/
5033
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)
5035values ('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')
5036/
5037
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)
5039values ('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' || chr(13) || chr(10) || 'Temperature 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')
5040/
5041
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)
5043values ('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' || chr(13) || chr(10) || 'A 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')
5044/
5045
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)
5047values ('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' || chr(13) || chr(10) || 'The 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')
5048/
5049
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)
5051values ('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' || chr(13) || chr(10) || '5 minute exponentially-decayed moving average of the CPU busy percentage.' || chr(13) || chr(10) || 'Reference: 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')
5052/
5053
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)
5055values ('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')
5056/
5057
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)
5059values ('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')
5060/
5061
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)
5063values ('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.' || chr(13) || chr(10) || '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')
5064/
5065
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)
5067values ('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 ,' || chr(13) || chr(10) || 'indexed with cpmCPUTotalIndex .' || chr(13) || chr(10) || 'This table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,' || chr(13) || chr(10) || 'like different CPU chips, group of CPUs, or CPUs in different modules/cards.' || chr(13) || chr(10) || 'In 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')
5068/
5069
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)
5071values ('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')
5072/
5073
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)
5075values ('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' || chr(13) || chr(10) || 'maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5076/
5077
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)
5079values ('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')
5080/
5081
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)
5083values ('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')
5084/
5085
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)
5087values ('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' || chr(13) || chr(10) || 'Indicates 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' || chr(13) || chr(10) || 'Reference: 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')
5088/
5089
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)
5091values ('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' || chr(13) || chr(10) || 'Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.' || chr(13) || chr(10) || 'Reference: 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')
5092/
5093
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)
5095values ('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' || chr(13) || chr(10) || 'The 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.' || chr(13) || chr(10) || 'Reference: 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')
5096/
5097
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)
5099values ('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')
5100/
5101
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)
5103values ('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' || chr(13) || chr(10) || 'The current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5104/
5105
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)
5107values ('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' || chr(13) || chr(10) || 'The current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5108/
5109
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)
5111values ('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')
5112/
5113
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)
5115values ('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')
5116/
5117
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)
5119values ('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')
5120/
5121
5122INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5123values ('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')
5124/
5125
5126INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5127values ('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')
5128/
5129
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)
5131values ('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')
5132/
5133
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)
5135values ('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' || chr(13) || chr(10) || 'Total memory usage in percentage.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5136/
5137
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)
5139values ('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' || chr(13) || chr(10) || 'CPU utilization in percentage for last 1 minute.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5140/
5141
5142INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5143values ('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' || chr(13) || chr(10) || 'The status of the power supply {#SNMPVALUE}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5144/
5145
5146INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5147values ('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' || chr(13) || chr(10) || 'The status of the fan tray {#SNMPVALUE}.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5148/
5149
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)
5151values ('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' || chr(13) || chr(10) || 'Current code version of this unit.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5152/
5153
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)
5155values ('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' || chr(13) || chr(10) || 'The unit manufacturer''s product revision','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5156/
5157
5158INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5159values ('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' || chr(13) || chr(10) || 'The unit''s serial number.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5160/
5161
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)
5163values ('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' || chr(13) || chr(10) || 'The plugged-in model ID for this unit.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5164/
5165
5166INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5167values ('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' || chr(13) || chr(10) || 'The temperature of the unit.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5168/
5169
5170INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5171values ('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')
5172/
5173
5174INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5175values ('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')
5176/
5177
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)
5179values ('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')
5180/
5181
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)
5183values ('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' || chr(13) || chr(10) || 'A textual description of the entity. This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5184/
5185
5186INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5187values ('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' || chr(13) || chr(10) || 'CPU utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5188/
5189
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)
5191values ('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')
5192/
5193
5194INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5195values ('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')
5196/
5197
5198INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5199values ('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')
5200/
5201
5202INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5203values ('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')
5204/
5205
5206INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5207values ('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' || chr(13) || chr(10) || 'This is the memory pool utilization currently.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5208/
5209
5210INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5211values ('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' || chr(13) || chr(10) || 'Return 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')
5212/
5213
5214INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5215values ('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')
5216/
5217
5218INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5219values ('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')
5220/
5221
5222INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5223values ('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')
5224/
5225
5226INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5227values ('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')
5228/
5229
5230INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5231values ('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' || chr(13) || chr(10) || 'A 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')
5232/
5233
5234INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5235values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5236/
5237
5238INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5239values ('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' || chr(13) || chr(10) || 'The 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')
5240/
5241
5242INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5243values ('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')
5244/
5245
5246INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5247values ('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')
5248/
5249
5250INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5251values ('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')
5252/
5253
5254INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5255values ('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')
5256/
5257
5258INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5259values ('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' || chr(13) || chr(10) || 'The 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')
5260/
5261
5262INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5263values ('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' || chr(13) || chr(10) || 'The shelf current temperature.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5264/
5265
5266INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5267values ('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' || chr(13) || chr(10) || 'Indicates the current power status.' || chr(13) || chr(10) || 'lowVoltage : The voltage of the power unit is too low.' || chr(13) || chr(10) || 'overCurrent: The current of the power unit is too high.' || chr(13) || chr(10) || 'working    : The power unit is working normally.' || chr(13) || chr(10) || 'fail       : The power unit has failed.' || chr(13) || chr(10) || 'connect    : The power unit is connected but not powered on.' || chr(13) || chr(10) || 'disconnect : The power unit is not connected.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5268/
5269
5270INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5271values ('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' || chr(13) || chr(10) || 'Indicates the current fan status.' || chr(13) || chr(10) || 'speed-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.' || chr(13) || chr(10) || 'speed-low   : Fan spin using the lowest speed.' || chr(13) || chr(10) || 'speed-middle: Fan spin using the middle speed.' || chr(13) || chr(10) || 'speed-high  : Fan spin using the highest speed.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5272/
5273
5274INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5275values ('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')
5276/
5277
5278INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5279values ('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')
5280/
5281
5282INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5283values ('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' || chr(13) || chr(10) || 'The software revision of the primary image stored in this device.' || chr(13) || chr(10) || 'This string will have a zero length if the revision is unknown, invalid or not present.' || chr(13) || chr(10) || 'This 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')
5284/
5285
5286INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5287values ('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')
5288/
5289
5290INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5291values ('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')
5292/
5293
5294INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5295values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: Device' || chr(13) || chr(10) || 'Reference: 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')
5296/
5297
5298INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5299values ('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' || chr(13) || chr(10) || 'Temperature status of testpoint: Device','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5300/
5301
5302INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5303values ('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' || chr(13) || chr(10) || 'Total CPU utlization (percentage) as of last sampling.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5304/
5305
5306INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5307values ('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')
5308/
5309
5310INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5311values ('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')
5312/
5313
5314INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5315values ('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')
5316/
5317
5318INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5319values ('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')
5320/
5321
5322INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5323values ('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' || chr(13) || chr(10) || 'Total amount of DRAM in Kbytes in the system.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5324/
5325
5326INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5327values ('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' || chr(13) || chr(10) || 'Total 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')
5328/
5329
5330INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5331values ('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' || chr(13) || chr(10) || 'Status of the power supply {#SNMPVALUE}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5332/
5333
5334INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5335values ('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' || chr(13) || chr(10) || 'The 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')
5336/
5337
5338INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5339values ('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' || chr(13) || chr(10) || 'Operational status of a cooling fan.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5340/
5341
5342INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5343values ('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')
5344/
5345
5346INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5347values ('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')
5348/
5349
5350INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5351values ('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')
5352/
5353
5354INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5355values ('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')
5356/
5357
5358INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5359values ('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')
5360/
5361
5362INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5363values ('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' || chr(13) || chr(10) || 'The memory usage for the entity. This object indicates what' || chr(13) || chr(10) || 'percent of memory are used.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5364/
5365
5366INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5367values ('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' || chr(13) || chr(10) || 'The CPU usage for this entity. Generally, the CPU usage' || chr(13) || chr(10) || 'will calculate the overall CPU usage on the entity, and it' || chr(13) || chr(10) || 'is 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')
5368/
5369
5370INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5371values ('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' || chr(13) || chr(10) || 'The temperature for the {#SNMPVALUE}.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5372/
5373
5374INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5375values ('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' || chr(13) || chr(10) || 'Indicate the error state of this entity object.' || chr(13) || chr(10) || 'fanError(41) means that the fan stops working.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5376/
5377
5378INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5379values ('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' || chr(13) || chr(10) || 'Indicate the error state of this entity object.' || chr(13) || chr(10) || 'psuError(51) means that the power supply unit is in the state of fault.' || chr(13) || chr(10) || 'rpsError(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')
5380/
5381
5382INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5383values ('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')
5384/
5385
5386INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5387values ('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')
5388/
5389
5390INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5391values ('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')
5392/
5393
5394INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5395values ('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')
5396/
5397
5398INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5399values ('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')
5400/
5401
5402INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5403values ('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')
5404/
5405
5406INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5407values ('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')
5408/
5409
5410INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5411values ('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')
5412/
5413
5414INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5415values ('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')
5416/
5417
5418INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5419values ('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')
5420/
5421
5422INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5423values ('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')
5424/
5425
5426INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5427values ('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' || chr(13) || chr(10) || 'The temperature for the {#SNMPVALUE}.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5428/
5429
5430INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5431values ('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' || chr(13) || chr(10) || 'The memory usage for the entity. This object indicates what percent of memory are used.' || chr(13) || chr(10) || 'Reference: 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')
5432/
5433
5434INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5435values ('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' || chr(13) || chr(10) || 'The 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.' || chr(13) || chr(10) || 'Reference: 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')
5436/
5437
5438INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5439values ('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')
5440/
5441
5442INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5443values ('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')
5444/
5445
5446INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5447values ('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')
5448/
5449
5450INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5451values ('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')
5452/
5453
5454INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5455values ('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')
5456/
5457
5458INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5459values ('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')
5460/
5461
5462INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5463values ('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')
5464/
5465
5466INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5467values ('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')
5468/
5469
5470INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5471values ('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' || chr(13) || chr(10) || 'The operational status of the sensor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5472/
5473
5474INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5475values ('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' || chr(13) || chr(10) || 'The current value read from the sensor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5476/
5477
5478INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5479values ('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' || chr(13) || chr(10) || 'The 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')
5480/
5481
5482INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5483values ('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' || chr(13) || chr(10) || 'Actual status of the power supply:' || chr(13) || chr(10) || '(1) unknown: status not known.' || chr(13) || chr(10) || '(2) disabled: power supply is disabled.' || chr(13) || chr(10) || '(3) failed - power supply is unable to supply power due to failure.' || chr(13) || chr(10) || '(4) warning - power supply is supplying power, but an output or sensor is bad or warning.' || chr(13) || chr(10) || '(5) standby - power supply believed usable,but not supplying power.' || chr(13) || chr(10) || '(6) engaged - power supply is supplying power.' || chr(13) || chr(10) || '(7) redundant - power supply is supplying power, but not needed.' || chr(13) || chr(10) || '(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')
5484/
5485
5486INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5487values ('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' || chr(13) || chr(10) || 'The operational status of the fan unit.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5488/
5489
5490INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5491values ('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')
5492/
5493
5494INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5495values ('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' || chr(13) || chr(10) || 'The 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')
5496/
5497
5498INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5499values ('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' || chr(13) || chr(10) || 'The 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')
5500/
5501
5502INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5503values ('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' || chr(13) || chr(10) || 'The red alarm indication on the craft interface panel.' || chr(13) || chr(10) || 'The red alarm is on when there is some system' || chr(13) || chr(10) || 'failure or power supply failure or the system' || chr(13) || chr(10) || 'is experiencing a hardware malfunction or some' || chr(13) || chr(10) || 'threshold is being exceeded.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'This red alarm state could be turned off by the' || chr(13) || chr(10) || 'ACO/LT (Alarm Cut Off / Lamp Test) button on the' || chr(13) || chr(10) || 'front panel module.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5504/
5505
5506INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5507values ('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' || chr(13) || chr(10) || 'http://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')
5508/
5509
5510INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5511values ('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' || chr(13) || chr(10) || 'http://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')
5512/
5513
5514INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5515values ('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')
5516/
5517
5518INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5519values ('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')
5520/
5521
5522INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5523values ('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' || chr(13) || chr(10) || 'The buffer pool utilization in percentage of this subject.  Zero if unavailable or inapplicable.' || chr(13) || chr(10) || 'Reference: 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')
5524/
5525
5526INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5527values ('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' || chr(13) || chr(10) || 'The temperature in Celsius (degrees C) of {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5528/
5529
5530INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5531values ('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')
5532/
5533
5534INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5535values ('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' || chr(13) || chr(10) || 'If 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.' || chr(13) || chr(10) || 'This 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')
5536/
5537
5538INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5539values ('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')
5540/
5541
5542INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5543values ('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' || chr(13) || chr(10) || 'RouterBOARD serial number','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5544/
5545
5546INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5547values ('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' || chr(13) || chr(10) || 'Current firmware version','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5548/
5549
5550INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5551values ('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' || chr(13) || chr(10) || 'Software version','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5552/
5553
5554INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5555values ('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' || chr(13) || chr(10) || '(mtxrHlTemperature) Device temperature in Celsius (degrees C). Might be missing in entry models (RB750, RB450G..)' || chr(13) || chr(10) || 'Reference: http://wiki.mikrotik.com/wiki/Manual:SNMP','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5556/
5557
5558INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5559values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in' || chr(13) || chr(10) || 'units of hrStorageAllocationUnits. This object is' || chr(13) || chr(10) || 'writable to allow remote configuration of the size of' || chr(13) || chr(10) || 'the storage area in those cases where such an' || chr(13) || chr(10) || 'operation makes sense and is possible on the' || chr(13) || chr(10) || 'underlying system. For example, the amount of main' || chr(13) || chr(10) || 'memory allocated to a buffer pool might be modified or' || chr(13) || chr(10) || 'the amount of disk space allocated to virtual memory' || chr(13) || chr(10) || 'might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5560/
5561
5562INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5563values ('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')
5564/
5565
5566INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5567values ('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' || chr(13) || chr(10) || 'The 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')
5568/
5569
5570INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5571values ('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')
5572/
5573
5574INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5575values ('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' || chr(13) || chr(10) || 'Since 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')
5576/
5577
5578INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5579values ('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')
5580/
5581
5582INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5583values ('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' || chr(13) || chr(10) || 'The 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')
5584/
5585
5586INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5587values ('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' || chr(13) || chr(10) || '(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')
5588/
5589
5590INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5591values ('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')
5592/
5593
5594INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5595values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in' || chr(13) || chr(10) || 'units of hrStorageAllocationUnits. This object is' || chr(13) || chr(10) || 'writable to allow remote configuration of the size of' || chr(13) || chr(10) || 'the storage area in those cases where such an' || chr(13) || chr(10) || 'operation makes sense and is possible on the' || chr(13) || chr(10) || 'underlying system. For example, the amount of main' || chr(13) || chr(10) || 'memory allocated to a buffer pool might be modified or' || chr(13) || chr(10) || 'the amount of disk space allocated to virtual memory' || chr(13) || chr(10) || 'might be modified.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5596/
5597
5598INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5599values ('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' || chr(13) || chr(10) || 'The 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')
5600/
5601
5602INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5603values ('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')
5604/
5605
5606INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5607values ('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' || chr(13) || chr(10) || 'Serial number of the switch','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5608/
5609
5610INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5611values ('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' || chr(13) || chr(10) || 'Operating System running on this unit','5','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5612/
5613
5614INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5615values ('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')
5616/
5617
5618INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5619values ('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' || chr(13) || chr(10) || 'The total memory freed for utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5620/
5621
5622INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5623values ('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' || chr(13) || chr(10) || 'The total Memory allocated for the tasks','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5624/
5625
5626INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5627values ('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' || chr(13) || chr(10) || 'CPU utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5628/
5629
5630INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5631values ('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')
5632/
5633
5634INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5635values ('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')
5636/
5637
5638INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5639values ('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')
5640/
5641
5642INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5643values ('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' || chr(13) || chr(10) || 'The state of temperature sensor','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5644/
5645
5646INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5647values ('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' || chr(13) || chr(10) || 'The temperature value reported by sensor','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5648/
5649
5650INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5651values ('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' || chr(13) || chr(10) || 'The status of fan','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5652/
5653
5654INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5655values ('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' || chr(13) || chr(10) || 'The status of power supply','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5656/
5657
5658INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5659values ('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')
5660/
5661
5662INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5663values ('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')
5664/
5665
5666INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5667values ('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')
5668/
5669
5670INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5671values ('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')
5672/
5673
5674INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5675values ('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')
5676/
5677
5678INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5679values ('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' || chr(13) || chr(10) || 'Used memory in Bytes','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5680/
5681
5682INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5683values ('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' || chr(13) || chr(10) || 'Total memory in Bytes','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5684/
5685
5686INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5687values ('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')
5688/
5689
5690INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5691values ('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' || chr(13) || chr(10) || 'CPU utilization in %','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5692/
5693
5694INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5695values ('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' || chr(13) || chr(10) || 'The hardware version of the product.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5696/
5697
5698INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5699values ('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' || chr(13) || chr(10) || 'The software version of the product.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5700/
5701
5702INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5703values ('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' || chr(13) || chr(10) || 'The Serial number of the product.','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5704/
5705
5706INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5707values ('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' || chr(13) || chr(10) || 'The hardware version of the product.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5708/
5709
5710INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5711values ('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')
5712/
5713
5714INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5715values ('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')
5716/
5717
5718INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5719values ('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' || chr(13) || chr(10) || 'Displays the CPU utilization in 1 minute.' || chr(13) || chr(10) || 'Reference: http://www.tp-link.com/faq-1330.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5720/
5721
5722INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5723values ('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' || chr(13) || chr(10) || 'Displays the memory utilization.' || chr(13) || chr(10) || 'Reference: http://www.tp-link.com/faq-1330.html','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5724/
5725
5726INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5727values ('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' || chr(13) || chr(10) || 'A 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')
5728/
5729
5730INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5731values ('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' || chr(13) || chr(10) || 'Printable 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')
5732/
5733
5734INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5735values ('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')
5736/
5737
5738INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5739values ('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' || chr(13) || chr(10) || 'Total memory in Bytes','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5740/
5741
5742INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5743values ('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')
5744/
5745
5746INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5747values ('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' || chr(13) || chr(10) || '5 minute load average of processor load.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5748/
5749
5750INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5751values ('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' || chr(13) || chr(10) || 'Contains the operating code version number (also known as software or firmware).' || chr(13) || chr(10) || 'For example, a software version such as A.08.01 is described as follows:' || chr(13) || chr(10) || 'A    the function set available in your router' || chr(13) || chr(10) || '08   the common release number' || chr(13) || chr(10) || '01   updates to the current common release','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5752/
5753
5754INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5755values ('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')
5756/
5757
5758INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5759values ('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' || chr(13) || chr(10) || 'The CPU utilization in percent(%).' || chr(13) || chr(10) || 'Reference: 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')
5760/
5761
5762INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5763values ('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')
5764/
5765
5766INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5767values ('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')
5768/
5769
5770INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5771values ('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')
5772/
5773
5774INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5775values ('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')
5776/
5777
5778INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5779values ('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')
5780/
5781
5782INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5783values ('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')
5784/
5785
5786INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5787values ('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' || chr(13) || chr(10) || 'The most recent measurement obtained by the agent for this sensor.' || chr(13) || chr(10) || 'To correctly interpret the value of this object, the associated entPhySensorType,' || chr(13) || chr(10) || 'entPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5788/
5789
5790INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5791values ('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')
5792/
5793
5794INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5795values ('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' || chr(13) || chr(10) || 'The number of available (unallocated) bytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5796/
5797
5798INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5799values ('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' || chr(13) || chr(10) || 'The number of currently allocated bytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5800/
5801
5802INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5803values ('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' || chr(13) || chr(10) || 'Actual status indicated by the sensor: {#ENT_DESCR}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5804/
5805
5806INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5807values ('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' || chr(13) || chr(10) || 'Actual status indicated by the sensor: {#ENT_DESCR}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5808/
5809
5810INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5811values ('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' || chr(13) || chr(10) || 'Actual status indicated by the sensor: {#ENT_DESCR}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5812/
5813
5814INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5815values ('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')
5816/
5817
5818INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5819values ('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')
5820/
5821
5822INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5823values ('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')
5824/
5825
5826INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5827values ('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')
5828/
5829
5830INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5831values ('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')
5832/
5833
5834INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5835values ('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')
5836/
5837
5838INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5839values ('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' || chr(13) || chr(10) || 'The operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5840/
5841
5842INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5843values ('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' || chr(13) || chr(10) || 'The most recent measurement obtained by the agent for this sensor.' || chr(13) || chr(10) || 'To correctly interpret the value of this object, the associated entPhySensorType,' || chr(13) || chr(10) || 'entPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5844/
5845
5846INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5847values ('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' || chr(13) || chr(10) || 'The operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5848/
5849
5850INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5851values ('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' || chr(13) || chr(10) || 'The most recent measurement obtained by the agent for this sensor.' || chr(13) || chr(10) || 'To correctly interpret the value of this object, the associated entPhySensorType,' || chr(13) || chr(10) || 'entPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5852/
5853
5854INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5855values ('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')
5856/
5857
5858INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5859values ('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')
5860/
5861
5862INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5863values ('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')
5864/
5865
5866INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5867values ('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 ,' || chr(13) || chr(10) || 'indexed with cpmCPUTotalIndex .' || chr(13) || chr(10) || 'This table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,' || chr(13) || chr(10) || 'like different CPU chips, group of CPUs, or CPUs in different modules/cards.' || chr(13) || chr(10) || 'In 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')
5868/
5869
5870INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5871values ('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' || chr(13) || chr(10) || 'The overall CPU busy percentage in the last 5 minute' || chr(13) || chr(10) || 'period. This object deprecates the avgBusy5 object from' || chr(13) || chr(10) || 'the OLD-CISCO-SYSTEM-MIB. This object is deprecated' || chr(13) || chr(10) || 'by cpmCPUTotal5minRev which has the changed range' || chr(13) || chr(10) || 'of value (0..100)' || chr(13) || chr(10) || 'Reference: 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')
5872/
5873
5874INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5875values ('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')
5876/
5877
5878INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5879values ('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')
5880/
5881
5882INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5883values ('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')
5884/
5885
5886INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5887values ('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' || chr(13) || chr(10) || 'The 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')
5888/
5889
5890INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5891values ('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' || chr(13) || chr(10) || 'The 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')
5892/
5893
5894INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5895values ('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')
5896/
5897
5898INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5899values ('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')
5900/
5901
5902INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5903values ('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')
5904/
5905
5906INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5907values ('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')
5908/
5909
5910INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5911values ('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' || chr(13) || chr(10) || 'The most recent measurement obtained by the agent for this sensor.' || chr(13) || chr(10) || 'To correctly interpret the value of this object, the associated entPhySensorType,' || chr(13) || chr(10) || 'entPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5912/
5913
5914INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5915values ('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' || chr(13) || chr(10) || 'The operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5916/
5917
5918INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5919values ('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' || chr(13) || chr(10) || 'The most recent measurement obtained by the agent for this sensor.' || chr(13) || chr(10) || 'To correctly interpret the value of this object, the associated entPhySensorType,' || chr(13) || chr(10) || 'entPhySensorScale, and entPhySensorPrecision objects must also be examined.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5920/
5921
5922INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5923values ('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' || chr(13) || chr(10) || 'The operational status of the sensor {#SENSOR_INFO}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5924/
5925
5926INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5927values ('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')
5928/
5929
5930INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5931values ('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')
5932/
5933
5934INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5935values ('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')
5936/
5937
5938INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5939values ('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' || chr(13) || chr(10) || 'This 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')
5940/
5941
5942INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5943values ('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' || chr(13) || chr(10) || 'This attribute defines the model name of the system.','29','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5944/
5945
5946INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5947values ('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' || chr(13) || chr(10) || 'This 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')
5948/
5949
5950INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5951values ('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' || chr(13) || chr(10) || 'This attribute defines the service tag of the system.','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
5952/
5953
5954INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5955values ('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' || chr(13) || chr(10) || 'This 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')
5956/
5957
5958INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5959values ('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')
5960/
5961
5962INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5963values ('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')
5964/
5965
5966INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5967values ('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')
5968/
5969
5970INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5971values ('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')
5972/
5973
5974INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5975values ('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')
5976/
5977
5978INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5979values ('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')
5980/
5981
5982INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5983values ('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')
5984/
5985
5986INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5987values ('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')
5988/
5989
5990INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5991values ('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' || chr(13) || chr(10) || '0700.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')
5992/
5993
5994INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5995values ('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' || chr(13) || chr(10) || '0700.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')
5996/
5997
5998INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
5999values ('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' || chr(13) || chr(10) || '0700.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')
6000/
6001
6002INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6003values ('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' || chr(13) || chr(10) || '0700.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')
6004/
6005
6006INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6007values ('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' || chr(13) || chr(10) || '0600.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')
6008/
6009
6010INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6011values ('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' || chr(13) || chr(10) || '0700.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')
6012/
6013
6014INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6015values ('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' || chr(13) || chr(10) || '0700.0012.0001.0006 This attribute defines the reading for a cooling device' || chr(13) || chr(10) || 'of subtype other than coolingDeviceSubTypeIsDiscrete.  When the value' || chr(13) || chr(10) || 'for coolingDeviceSubType is other than coolingDeviceSubTypeIsDiscrete, the' || chr(13) || chr(10) || 'value returned for this attribute is the speed in RPM or the OFF/ON value' || chr(13) || chr(10) || 'of the cooling device.  When the value for coolingDeviceSubType is' || chr(13) || chr(10) || 'coolingDeviceSubTypeIsDiscrete, a value is not returned for this attribute.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6016/
6017
6018INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6019values ('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' || chr(13) || chr(10) || 'The status of the physical disk itself without the propagation of any contained component status.' || chr(13) || chr(10) || 'Possible values:' || chr(13) || chr(10) || '1: Other' || chr(13) || chr(10) || '2: Unknown' || chr(13) || chr(10) || '3: OK' || chr(13) || chr(10) || '4: Non-critical' || chr(13) || chr(10) || '5: Critical' || chr(13) || chr(10) || '6: Non-recoverable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6020/
6021
6022INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6023values ('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' || chr(13) || chr(10) || 'The 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')
6024/
6025
6026INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6027values ('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' || chr(13) || chr(10) || 'Indicates 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')
6028/
6029
6030INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6031values ('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' || chr(13) || chr(10) || 'The model number of the physical disk.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6032/
6033
6034INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6035values ('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' || chr(13) || chr(10) || 'The part number of the disk.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6036/
6037
6038INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6039values ('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' || chr(13) || chr(10) || 'The media type of the physical disk. Possible Values:' || chr(13) || chr(10) || '1: The media type could not be determined.' || chr(13) || chr(10) || '2: Hard Disk Drive (HDD).' || chr(13) || chr(10) || '3: Solid State Drive (SSD).','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6040/
6041
6042INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6043values ('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' || chr(13) || chr(10) || 'The size of the physical disk in megabytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6044/
6045
6046INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6047values ('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' || chr(13) || chr(10) || 'The virtual disk''s RAID type.' || chr(13) || chr(10) || 'Possible values:' || chr(13) || chr(10) || '1: Not one of the following' || chr(13) || chr(10) || '2: RAID-0' || chr(13) || chr(10) || '3: RAID-1' || chr(13) || chr(10) || '4: RAID-5' || chr(13) || chr(10) || '5: RAID-6' || chr(13) || chr(10) || '6: RAID-10' || chr(13) || chr(10) || '7: RAID-50' || chr(13) || chr(10) || '8: RAID-60' || chr(13) || chr(10) || '9: Concatenated RAID 1' || chr(13) || chr(10) || '10: Concatenated RAID 5','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6048/
6049
6050INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6051values ('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' || chr(13) || chr(10) || 'The state of the virtual disk when there are progressive operations ongoing.' || chr(13) || chr(10) || 'Possible values:' || chr(13) || chr(10) || '1: There is no active operation running.' || chr(13) || chr(10) || '2: The virtual disk configuration has changed. The physical disks included in the virtual disk are being modified to support the new configuration.' || chr(13) || chr(10) || '3: A Consistency Check (CC) is being performed on the virtual disk.' || chr(13) || chr(10) || '4: The virtual disk is being initialized.' || chr(13) || chr(10) || '5: 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')
6052/
6053
6054INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6055values ('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' || chr(13) || chr(10) || 'The read policy used by the controller for read operations on this virtual disk.' || chr(13) || chr(10) || 'Possible values:' || chr(13) || chr(10) || '1: No Read Ahead.' || chr(13) || chr(10) || '2: Read Ahead.' || chr(13) || chr(10) || '3: Adaptive Read Ahead.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6056/
6057
6058INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6059values ('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' || chr(13) || chr(10) || 'The write policy used by the controller for write operations on this virtual disk.' || chr(13) || chr(10) || 'Possible values:' || chr(13) || chr(10) || '1: Write Through.' || chr(13) || chr(10) || '2: Write Back.' || chr(13) || chr(10) || '3: Force Write Back.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6060/
6061
6062INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6063values ('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' || chr(13) || chr(10) || 'The size of the virtual disk in megabytes.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6064/
6065
6066INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6067values ('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' || chr(13) || chr(10) || 'The current state of this virtual disk (which includes any member physical disks.)' || chr(13) || chr(10) || 'Possible states:' || chr(13) || chr(10) || '1: The current state could not be determined.' || chr(13) || chr(10) || '2: The virtual disk is operating normally or optimally.' || chr(13) || chr(10) || '3: The virtual disk has encountered a failure. The data on disk is lost or is about to be lost.' || chr(13) || chr(10) || '4: The virtual disk encounterd a failure with one or all of the constituent redundant physical disks.' || chr(13) || chr(10) || 'The 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')
6068/
6069
6070INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6071values ('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' || chr(13) || chr(10) || 'The status of the controller itself without the propagation of any contained component status.' || chr(13) || chr(10) || 'Possible values:' || chr(13) || chr(10) || '1: Other' || chr(13) || chr(10) || '2: Unknown' || chr(13) || chr(10) || '3: OK' || chr(13) || chr(10) || '4: Non-critical' || chr(13) || chr(10) || '5: Critical' || chr(13) || chr(10) || '6: Non-recoverable','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6072/
6073
6074INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6075values ('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' || chr(13) || chr(10) || 'The controller''s name as represented in Storage Management.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6076/
6077
6078INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6079values ('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' || chr(13) || chr(10) || 'Current state of battery.' || chr(13) || chr(10) || 'Possible values:' || chr(13) || chr(10) || '1: The current state could not be determined.' || chr(13) || chr(10) || '2: The battery is operating normally.' || chr(13) || chr(10) || '3: The battery has failed and needs to be replaced.' || chr(13) || chr(10) || '4: The battery temperature is high or charge level is depleting.' || chr(13) || chr(10) || '5: The battery is missing or not detected.' || chr(13) || chr(10) || '6: The battery is undergoing the re-charge phase.' || chr(13) || chr(10) || '7: 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')
6080/
6081
6082INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6083values ('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' || chr(13) || chr(10) || 'This value specifies the overall condition of the system''s thermal environment.' || chr(13) || chr(10) || 'This value will be one of the following:' || chr(13) || chr(10) || 'other(1)  Temperature could not be determined.' || chr(13) || chr(10) || 'ok(2)  The temperature sensor is within normal operating range.' || chr(13) || chr(10) || 'degraded(3)  The temperature sensor is outside of normal operating range.' || chr(13) || chr(10) || 'failed(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')
6084/
6085
6086INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6087values ('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' || chr(13) || chr(10) || 'The 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')
6088/
6089
6090INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6091values ('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' || chr(13) || chr(10) || 'The 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')
6092/
6093
6094INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6095values ('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')
6096/
6097
6098INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6099values ('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')
6100/
6101
6102INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6103values ('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')
6104/
6105
6106INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6107values ('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')
6108/
6109
6110INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6111values ('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')
6112/
6113
6114INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6115values ('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')
6116/
6117
6118INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6119values ('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')
6120/
6121
6122INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6123values ('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')
6124/
6125
6126INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6127values ('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')
6128/
6129
6130INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6131values ('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')
6132/
6133
6134INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6135values ('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')
6136/
6137
6138INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6139values ('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')
6140/
6141
6142INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6143values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: {#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6144/
6145
6146INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6147values ('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' || chr(13) || chr(10) || 'This 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')
6148/
6149
6150INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6151values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: Ambient','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6152/
6153
6154INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6155values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: CPU-{#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6156/
6157
6158INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6159values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: Memory-{#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6160/
6161
6162INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6163values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: PSU-{#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6164/
6165
6166INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6167values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: System-{#SNMPINDEX}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6168/
6169
6170INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6171values ('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' || chr(13) || chr(10) || 'The condition of the power supply. This value will be one of the following:' || chr(13) || chr(10) || 'other(1)  The status could not be determined or not present.' || chr(13) || chr(10) || 'ok(2)  The power supply is operating normally.' || chr(13) || chr(10) || 'degraded(3)  A temperature sensor, fan or other power supply component is  outside of normal operating range.' || chr(13) || chr(10) || 'failed(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')
6172/
6173
6174INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6175values ('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' || chr(13) || chr(10) || 'The condition of the fan.' || chr(13) || chr(10) || 'This value will be one of the following:' || chr(13) || chr(10) || 'other(1)  Fan status detection is not supported by this system or driver.' || chr(13) || chr(10) || 'ok(2)  The fan is operating properly.' || chr(13) || chr(10) || 'degraded(2)  A redundant fan is not operating properly.' || chr(13) || chr(10) || 'failed(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')
6176/
6177
6178INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6179values ('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' || chr(13) || chr(10) || 'This value represents the overall condition of this controller,' || chr(13) || chr(10) || 'and 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')
6180/
6181
6182INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6183values ('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' || chr(13) || chr(10) || 'Array Controller Model. The type of controller card.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6184/
6185
6186INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6187values ('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' || chr(13) || chr(10) || 'Cache Module/Operations Status. This describes the status of the cache module and/or cache operations.' || chr(13) || chr(10) || 'Note 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')
6188/
6189
6190INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6191values ('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' || chr(13) || chr(10) || 'Cache Module Board Backup Power Status. This monitors the status of each backup power source on the board.' || chr(13) || chr(10) || 'The backup power source can only recharge when the system has power applied. The type of backup power source used is indicated by cpqDaAccelBackupPowerSource.' || chr(13) || chr(10) || 'The following values are valid:' || chr(13) || chr(10) || 'Other (1)  Indicates that the instrument agent does not recognize  backup power status.  You may need to update your software.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Ok (2)  The backup power source is fully charged.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Recharging (3)  The array controller has one or more cache module backup power  sources that are recharging.' || chr(13) || chr(10) || 'Cache module operations such as Battery/Flash Backed Write Cache, Expansion, Extension and Migration are temporarily suspended until the backup power source is fully charged.' || chr(13) || chr(10) || 'Cache module operations will automatically resume  when charging is complete.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Failed (4)  The battery pack is below the sufficient voltage level and  has not recharged in 36 hours.' || chr(13) || chr(10) || 'Your Cache Module board  needs to be serviced.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Degraded (5)  The battery is still operating, however, one of the batteries  in the pack has failed to recharge properly.' || chr(13) || chr(10) || 'Your Cache  Module board should be serviced as soon as possible.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'NotPresent (6)  A backup power source is not present on the cache module board. Some controllers do not have backup power sources.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Capacitor 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')
6192/
6193
6194INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6195values ('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' || chr(13) || chr(10) || 'Physical Drive Status. This shows the status of the physical drive. The following values are valid for the physical drive status:' || chr(13) || chr(10) || 'other (1)  Indicates that the instrument agent does not recognize  the drive.' || chr(13) || chr(10) || 'You may need to upgrade your instrument agent  and/or driver software.' || chr(13) || chr(10) || 'ok (2)  Indicates the drive is functioning properly.' || chr(13) || chr(10) || 'failed (3)  Indicates that the drive is no longer operating and  should be replaced.' || chr(13) || chr(10) || 'predictiveFailure(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')
6196/
6197
6198INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6199values ('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' || chr(13) || chr(10) || 'Physical Drive S.M.A.R.T Status.The following values are defined:' || chr(13) || chr(10) || 'other(1)  The agent is unable to determine if the status of S.M.A.R.T  predictive failure monitoring for this drive.' || chr(13) || chr(10) || 'ok(2)  Indicates the drive is functioning properly.' || chr(13) || chr(10) || 'replaceDrive(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')
6200/
6201
6202INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6203values ('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' || chr(13) || chr(10) || 'Physical Drive Serial Number.' || chr(13) || chr(10) || 'This is the serial number assigned to the physical drive.' || chr(13) || chr(10) || 'This value is based upon the serial number as returned by the SCSI inquiry command' || chr(13) || chr(10) || 'but 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')
6204/
6205
6206INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6207values ('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' || chr(13) || chr(10) || 'Physical Drive Model.This is a text description of the physical drive.' || chr(13) || chr(10) || 'The text that appears depends upon who manufactured the drive and the drive type.' || chr(13) || chr(10) || 'If a drive fails, note the model to identify the type of drive necessary for replacement.' || chr(13) || chr(10) || 'If 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')
6208/
6209
6210INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6211values ('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' || chr(13) || chr(10) || 'Drive Array Physical Drive Media Type.The following values are defined:' || chr(13) || chr(10) || 'other(1)  The instrument agent is unable to determine the physical drive’s media type.' || chr(13) || chr(10) || 'rotatingPlatters(2)  The physical drive media is composed of rotating platters.' || chr(13) || chr(10) || 'solidState(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')
6212/
6213
6214INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6215values ('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' || chr(13) || chr(10) || 'Physical Drive Size in MB.' || chr(13) || chr(10) || 'This is the size of the physical drive in megabytes.' || chr(13) || chr(10) || 'This value is calculated using the value 1,048,576 (2^20) as a megabyte.' || chr(13) || chr(10) || 'Drive manufacturers sometimes use the number 1,000,000 as a megabyte when giving drive capacities so this value may differ' || chr(13) || chr(10) || 'from the advertised size of a drive. This field is only applicable for controllers which support SCSI drives,' || chr(13) || chr(10) || 'and therefore is not supported by the IDA or IDA-2 controllers. The field will contain 0xFFFFFFFF if the drive capacity cannot be calculated' || chr(13) || chr(10) || 'or if the controller does not support SCSI drives.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6216/
6217
6218INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6219values ('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')
6220/
6221
6222INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6223values ('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.' || chr(13) || chr(10) || 'This 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')
6224/
6225
6226INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6227values ('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.' || chr(13) || chr(10) || 'This is the size of the logical drive in megabytes.  This value' || chr(13) || chr(10) || 'is calculated using the value 1,048,576 (2^20) as a megabyte.' || chr(13) || chr(10) || 'Drive manufacturers sometimes use the number 1,000,000 as a' || chr(13) || chr(10) || 'megabyte when giving drive capacities so this value may' || chr(13) || chr(10) || 'differ from the advertised size of a drive.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6228/
6229
6230INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6231values ('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' || chr(13) || chr(10) || 'Indicates 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')
6232/
6233
6234INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6235values ('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')
6236/
6237
6238INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6239values ('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' || chr(13) || chr(10) || 'Machine serial number VPD information','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6240/
6241
6242INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6243values ('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')
6244/
6245
6246INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6247values ('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')
6248/
6249
6250INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6251values ('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')
6252/
6253
6254INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6255values ('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')
6256/
6257
6258INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6259values ('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')
6260/
6261
6262INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6263values ('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')
6264/
6265
6266INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6267values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: {#SNMPVALUE}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6268/
6269
6270INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6271values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: Ambient','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6272/
6273
6274INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6275values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: CPU','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6276/
6277
6278INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6279values ('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' || chr(13) || chr(10) || 'A description of the power module status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6280/
6281
6282INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6283values ('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' || chr(13) || chr(10) || 'A description of the fan component status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6284/
6285
6286INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6287values ('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' || chr(13) || chr(10) || 'Fan speed expressed in percent(%) of maximum RPM.' || chr(13) || chr(10) || 'An octet string expressed as ''ddd% of maximum'' where:d is a decimal digit or blank space for a leading zero.' || chr(13) || chr(10) || 'If 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')
6288/
6289
6290INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6291values ('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')
6292/
6293
6294INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6295values ('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' || chr(13) || chr(10) || 'disk module FRU name.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6296/
6297
6298INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6299values ('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' || chr(13) || chr(10) || 'Indicates 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')
6300/
6301
6302INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6303values ('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')
6304/
6305
6306INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6307values ('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' || chr(13) || chr(10) || 'Machine serial number VPD information','8','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6308/
6309
6310INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6311values ('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')
6312/
6313
6314INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6315values ('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')
6316/
6317
6318INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6319values ('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')
6320/
6321
6322INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6323values ('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')
6324/
6325
6326INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6327values ('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')
6328/
6329
6330INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6331values ('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')
6332/
6333
6334INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6335values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: {#SNMPVALUE}','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6336/
6337
6338INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6339values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: Ambient','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6340/
6341
6342INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6343values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: CPU','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6344/
6345
6346INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6347values ('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' || chr(13) || chr(10) || 'A description of the power module status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6348/
6349
6350INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6351values ('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' || chr(13) || chr(10) || 'A description of the fan component status.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6352/
6353
6354INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6355values ('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' || chr(13) || chr(10) || 'Fan speed expressed in percent(%) of maximum RPM.' || chr(13) || chr(10) || 'An octet string expressed as ''ddd% of maximum'' where:d is a decimal digit or blank space for a leading zero.' || chr(13) || chr(10) || 'If 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')
6356/
6357
6358INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6359values ('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')
6360/
6361
6362INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6363values ('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' || chr(13) || chr(10) || 'disk module FRU name.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6364/
6365
6366INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6367values ('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')
6368/
6369
6370INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6371values ('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')
6372/
6373
6374INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6375values ('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' || chr(13) || chr(10) || 'A textual string containing information about the interface.' || chr(13) || chr(10) || 'This 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')
6376/
6377
6378INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6379values ('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' || chr(13) || chr(10) || 'A textual string containing information about the interface.' || chr(13) || chr(10) || 'This 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')
6380/
6381
6382INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6383values ('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')
6384/
6385
6386INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6387values ('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')
6388/
6389
6390INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6391values ('28501','16','','','10260','jk-8009 bytes received per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_AJP}\"", bytesReceived]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6392/
6393
6394INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6395values ('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')
6396/
6397
6398INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6399values ('28503','16','','','10260','http-8080 threads busy','jmx["Catalina:type=ThreadPool,name=\"{$PROTOCOL_HANDLER_HTTP}\"",currentThreadsBusy]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6400/
6401
6402INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6403values ('28504','16','','','10260','http-8080 threads allocated','jmx["Catalina:type=ThreadPool,name=\"{$PROTOCOL_HANDLER_HTTP}\"",currentThreadCount]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6404/
6405
6406INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6407values ('28505','16','','','10260','http-8443 threads max','jmx["Catalina:type=ThreadPool,name=\"{$PROTOCOL_HANDLER_HTTPS}\"",maxThreads]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6408/
6409
6410INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6411values ('28506','16','','','10260','http-8443 threads busy','jmx["Catalina:type=ThreadPool,name=\"{$PROTOCOL_HANDLER_HTTPS}\"",currentThreadsBusy]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6412/
6413
6414INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6415values ('28507','16','','','10260','http-8443 threads allocated','jmx["Catalina:type=ThreadPool,name=\"{$PROTOCOL_HANDLER_HTTPS}\"",currentThreadCount]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6416/
6417
6418INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6419values ('28508','16','','','10260','jk-8009 threads max','jmx["Catalina:type=ThreadPool,name=\"{$PROTOCOL_HANDLER_AJP}\"",maxThreads]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6420/
6421
6422INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6423values ('28509','16','','','10260','jk-8009 threads busy','jmx["Catalina:type=ThreadPool,name=\"{$PROTOCOL_HANDLER_AJP}\"",currentThreadsBusy]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6424/
6425
6426INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6427values ('28510','16','','','10260','jk-8009 threads allocated','jmx["Catalina:type=ThreadPool,name=\"{$PROTOCOL_HANDLER_AJP}\"",currentThreadCount]','1m','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6428/
6429
6430INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6431values ('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')
6432/
6433
6434INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6435values ('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')
6436/
6437
6438INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6439values ('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')
6440/
6441
6442INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6443values ('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')
6444/
6445
6446INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6447values ('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')
6448/
6449
6450INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6451values ('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')
6452/
6453
6454INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6455values ('28517','16','','','10260','jk-8009 bytes sent per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_AJP}\"",bytesSent]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6456/
6457
6458INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6459values ('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')
6460/
6461
6462INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6463values ('28519','16','','','10260','http-8080 requests per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTP}\"",requestCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6464/
6465
6466INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6467values ('28520','16','','','10260','http-8080 request processing time','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTP}\"",processingTime]','1m','1w','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6468/
6469
6470INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6471values ('28521','16','','','10260','http-8080 errors per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTP}\"",errorCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6472/
6473
6474INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6475values ('28522','16','','','10260','http-8080 bytes sent per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTP}\"",bytesSent]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6476/
6477
6478INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6479values ('28523','16','','','10260','http-8080 bytes received per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTP}\"",bytesReceived]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6480/
6481
6482INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6483values ('28524','16','','','10260','http-8443 requests per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTPS}\"",requestCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6484/
6485
6486INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6487values ('28525','16','','','10260','http-8443 request processing time','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTPS}\"",processingTime]','1m','1w','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6488/
6489
6490INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6491values ('28526','16','','','10260','http-8443 errors per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTPS}\"",errorCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6492/
6493
6494INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6495values ('28527','16','','','10260','http-8443 bytes sent per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTPS}\"", bytesSent]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6496/
6497
6498INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6499values ('28528','16','','','10260','http-8443 bytes received per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_HTTPS}\"",bytesReceived]','1m','1w','365d','0','0','','B','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6500/
6501
6502INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6503values ('28529','16','','','10260','jk-8009 requests per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_AJP}\"",requestCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6504/
6505
6506INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6507values ('28530','16','','','10260','jk-8009 request processing time','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_AJP}\"",processingTime]','1m','1w','365d','0','0','','s','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6508/
6509
6510INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6511values ('28531','16','','','10260','jk-8009 errors per second','jmx["Catalina:type=GlobalRequestProcessor,name=\"{$PROTOCOL_HANDLER_AJP}\"",errorCount]','1m','1w','365d','0','0','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6512/
6513
6514INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6515values ('28532','16','','','10260','http-8080 threads max','jmx["Catalina:type=ThreadPool,name=\"{$PROTOCOL_HANDLER_HTTP}\"",maxThreads]','1h','1w','365d','0','3','','','','0','','','','',NULL,NULL,'','','0','','','','','0',NULL,'','','0','30d','0','0','','0','service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6516/
6517
6518INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6519values ('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')
6520/
6521
6522INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6523values ('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')
6524/
6525
6526INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6527values ('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')
6528/
6529
6530INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6531values ('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')
6532/
6533
6534INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6535values ('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')
6536/
6537
6538INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6539values ('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')
6540/
6541
6542INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6543values ('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' || chr(13) || chr(10) || 'The CPU utilization in percentage of this subject. Zero if unavailable or inapplicable.' || chr(13) || chr(10) || 'Reference: 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')
6544/
6545
6546INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6547values ('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')
6548/
6549
6550INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6551values ('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')
6552/
6553
6554INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6555values ('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')
6556/
6557
6558INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6559values ('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')
6560/
6561
6562INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6563values ('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')
6564/
6565
6566INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6567values ('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')
6568/
6569
6570INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6571values ('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')
6572/
6573
6574INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6575values ('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')
6576/
6577
6578INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6579values ('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')
6580/
6581
6582INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6583values ('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' || chr(13) || chr(10) || 'Temperature readings of testpoint: {#SENSOR_LOCATION}.Ambient','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6584/
6585
6586INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6587values ('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' || chr(13) || chr(10) || 'Cisco UCS compute:RackUnitMbTempStats:frontTemp managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6588/
6589
6590INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6591values ('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' || chr(13) || chr(10) || 'Cisco UCS compute:RackUnitMbTempStats:rearTemp managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6592/
6593
6594INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6595values ('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' || chr(13) || chr(10) || 'Cisco UCS compute:RackUnitMbTempStats:ioh1Temp managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6596/
6597
6598INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6599values ('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' || chr(13) || chr(10) || 'Cisco UCS processor:EnvStats:temperature managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6600/
6601
6602INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6603values ('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' || chr(13) || chr(10) || 'Cisco UCS equipment:Psu:operState managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6604/
6605
6606INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6607values ('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' || chr(13) || chr(10) || 'Cisco UCS compute:RackUnit:operState managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6608/
6609
6610INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6611values ('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' || chr(13) || chr(10) || 'Cisco UCS compute:RackUnit:model managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6612/
6613
6614INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6615values ('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' || chr(13) || chr(10) || 'Cisco UCS compute:RackUnit:serial managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6616/
6617
6618INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6619values ('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' || chr(13) || chr(10) || 'Cisco UCS equipment:Fan:operState managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6620/
6621
6622INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6623values ('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' || chr(13) || chr(10) || 'Cisco UCS storage:LocalDisk:diskState managed object property.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6624/
6625
6626INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6627values ('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' || chr(13) || chr(10) || 'Cisco 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')
6628/
6629
6630INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6631values ('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' || chr(13) || chr(10) || 'Cisco 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')
6632/
6633
6634INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6635values ('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' || chr(13) || chr(10) || 'Cisco 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')
6636/
6637
6638INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6639values ('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' || chr(13) || chr(10) || 'Cisco UCS storage:LocalLun:presence managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6640/
6641
6642INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6643values ('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' || chr(13) || chr(10) || 'Cisco UCS storage:LocalLun:type managed object property','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
6644/
6645
6646INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6647values ('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' || chr(13) || chr(10) || 'Cisco 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')
6648/
6649
6650INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6651values ('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')
6652/
6653
6654INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6655values ('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')
6656/
6657
6658INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6659values ('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')
6660/
6661
6662INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6663values ('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' || chr(13) || chr(10) || 'The 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')
6664/
6665
6666INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6667values ('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' || chr(13) || chr(10) || 'The average, over the last minute, of the percentage of time that processors was not idle.' || chr(13) || chr(10) || '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')
6668/
6669
6670INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6671values ('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')
6672/
6673
6674INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6675values ('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')
6676/
6677
6678INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6679values ('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' || chr(13) || chr(10) || 'The 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')
6680/
6681
6682INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6683values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
6684/
6685
6686INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6687values ('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')
6688/
6689
6690INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6691values ('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' || chr(13) || chr(10) || 'The 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')
6692/
6693
6694INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6695values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
6696/
6697
6698INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6699values ('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')
6700/
6701
6702INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6703values ('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' || chr(13) || chr(10) || 'The average, over the last minute, of the percentage of time that processors was not idle.' || chr(13) || chr(10) || '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')
6704/
6705
6706INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6707values ('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')
6708/
6709
6710INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6711values ('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')
6712/
6713
6714INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6715values ('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' || chr(13) || chr(10) || 'The 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')
6716/
6717
6718INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6719values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
6720/
6721
6722INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6723values ('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')
6724/
6725
6726INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6727values ('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' || chr(13) || chr(10) || 'The 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')
6728/
6729
6730INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6731values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
6732/
6733
6734INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6735values ('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')
6736/
6737
6738INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6739values ('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')
6740/
6741
6742INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6743values ('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')
6744/
6745
6746INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6747values ('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')
6748/
6749
6750INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6751values ('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')
6752/
6753
6754INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6755values ('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')
6756/
6757
6758INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6759values ('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')
6760/
6761
6762INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6763values ('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')
6764/
6765
6766INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6767values ('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')
6768/
6769
6770INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6771values ('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')
6772/
6773
6774INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6775values ('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')
6776/
6777
6778INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6779values ('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')
6780/
6781
6782INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6783values ('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')
6784/
6785
6786INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6787values ('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')
6788/
6789
6790INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6791values ('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')
6792/
6793
6794INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6795values ('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')
6796/
6797
6798INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6799values ('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')
6800/
6801
6802INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6803values ('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')
6804/
6805
6806INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6807values ('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')
6808/
6809
6810INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6811values ('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')
6812/
6813
6814INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6815values ('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')
6816/
6817
6818INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6819values ('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')
6820/
6821
6822INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6823values ('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')
6824/
6825
6826INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6827values ('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')
6828/
6829
6830INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6831values ('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')
6832/
6833
6834INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6835values ('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')
6836/
6837
6838INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6839values ('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')
6840/
6841
6842INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6843values ('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')
6844/
6845
6846INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6847values ('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')
6848/
6849
6850INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6851values ('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')
6852/
6853
6854INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6855values ('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')
6856/
6857
6858INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6859values ('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')
6860/
6861
6862INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6863values ('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')
6864/
6865
6866INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6867values ('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')
6868/
6869
6870INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6871values ('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')
6872/
6873
6874INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6875values ('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')
6876/
6877
6878INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6879values ('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')
6880/
6881
6882INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6883values ('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')
6884/
6885
6886INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6887values ('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')
6888/
6889
6890INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6891values ('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')
6892/
6893
6894INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6895values ('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')
6896/
6897
6898INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6899values ('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')
6900/
6901
6902INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6903values ('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')
6904/
6905
6906INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6907values ('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')
6908/
6909
6910INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6911values ('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')
6912/
6913
6914INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6915values ('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')
6916/
6917
6918INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6919values ('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')
6920/
6921
6922INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6923values ('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')
6924/
6925
6926INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6927values ('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')
6928/
6929
6930INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6931values ('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')
6932/
6933
6934INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6935values ('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')
6936/
6937
6938INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6939values ('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')
6940/
6941
6942INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6943values ('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')
6944/
6945
6946INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6947values ('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')
6948/
6949
6950INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6951values ('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')
6952/
6953
6954INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6955values ('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')
6956/
6957
6958INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6959values ('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')
6960/
6961
6962INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6963values ('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')
6964/
6965
6966INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6967values ('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')
6968/
6969
6970INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6971values ('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')
6972/
6973
6974INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6975values ('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')
6976/
6977
6978INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6979values ('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')
6980/
6981
6982INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6983values ('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')
6984/
6985
6986INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6987values ('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')
6988/
6989
6990INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6991values ('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')
6992/
6993
6994INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6995values ('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')
6996/
6997
6998INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
6999values ('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')
7000/
7001
7002INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7003values ('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')
7004/
7005
7006INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7007values ('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')
7008/
7009
7010INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7011values ('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')
7012/
7013
7014INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7015values ('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')
7016/
7017
7018INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7019values ('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')
7020/
7021
7022INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7023values ('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')
7024/
7025
7026INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7027values ('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')
7028/
7029
7030INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7031values ('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')
7032/
7033
7034INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7035values ('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')
7036/
7037
7038INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7039values ('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')
7040/
7041
7042INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7043values ('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')
7044/
7045
7046INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7047values ('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')
7048/
7049
7050INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7051values ('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')
7052/
7053
7054INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7055values ('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')
7056/
7057
7058INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7059values ('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')
7060/
7061
7062INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7063values ('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')
7064/
7065
7066INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7067values ('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')
7068/
7069
7070INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7071values ('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')
7072/
7073
7074INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7075values ('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')
7076/
7077
7078INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7079values ('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')
7080/
7081
7082INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7083values ('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')
7084/
7085
7086INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7087values ('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')
7088/
7089
7090INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7091values ('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')
7092/
7093
7094INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7095values ('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')
7096/
7097
7098INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7099values ('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')
7100/
7101
7102INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7103values ('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')
7104/
7105
7106INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7107values ('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')
7108/
7109
7110INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7111values ('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')
7112/
7113
7114INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7115values ('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')
7116/
7117
7118INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7119values ('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')
7120/
7121
7122INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7123values ('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')
7124/
7125
7126INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7127values ('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')
7128/
7129
7130INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7131values ('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')
7132/
7133
7134INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7135values ('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')
7136/
7137
7138INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7139values ('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')
7140/
7141
7142INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7143values ('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')
7144/
7145
7146INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7147values ('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')
7148/
7149
7150INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7151values ('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')
7152/
7153
7154INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7155values ('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')
7156/
7157
7158INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7159values ('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')
7160/
7161
7162INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7163values ('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')
7164/
7165
7166INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7167values ('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')
7168/
7169
7170INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7171values ('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')
7172/
7173
7174INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7175values ('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')
7176/
7177
7178INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7179values ('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')
7180/
7181
7182INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7183values ('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')
7184/
7185
7186INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7187values ('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')
7188/
7189
7190INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7191values ('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')
7192/
7193
7194INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7195values ('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')
7196/
7197
7198INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7199values ('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')
7200/
7201
7202INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7203values ('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')
7204/
7205
7206INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7207values ('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')
7208/
7209
7210INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7211values ('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')
7212/
7213
7214INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7215values ('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')
7216/
7217
7218INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7219values ('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')
7220/
7221
7222INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7223values ('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')
7224/
7225
7226INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7227values ('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')
7228/
7229
7230INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7231values ('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')
7232/
7233
7234INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7235values ('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')
7236/
7237
7238INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7239values ('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')
7240/
7241
7242INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7243values ('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')
7244/
7245
7246INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7247values ('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')
7248/
7249
7250INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7251values ('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')
7252/
7253
7254INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7255values ('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')
7256/
7257
7258INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7259values ('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')
7260/
7261
7262INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7263values ('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')
7264/
7265
7266INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7267values ('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')
7268/
7269
7270INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7271values ('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')
7272/
7273
7274INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7275values ('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')
7276/
7277
7278INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7279values ('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')
7280/
7281
7282INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7283values ('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')
7284/
7285
7286INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7287values ('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')
7288/
7289
7290INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7291values ('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')
7292/
7293
7294INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7295values ('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')
7296/
7297
7298INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7299values ('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')
7300/
7301
7302INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7303values ('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')
7304/
7305
7306INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7307values ('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')
7308/
7309
7310INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7311values ('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')
7312/
7313
7314INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7315values ('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')
7316/
7317
7318INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7319values ('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')
7320/
7321
7322INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7323values ('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')
7324/
7325
7326INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7327values ('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')
7328/
7329
7330INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7331values ('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')
7332/
7333
7334INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7335values ('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')
7336/
7337
7338INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7339values ('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')
7340/
7341
7342INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7343values ('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')
7344/
7345
7346INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7347values ('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')
7348/
7349
7350INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7351values ('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')
7352/
7353
7354INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7355values ('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')
7356/
7357
7358INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7359values ('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')
7360/
7361
7362INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7363values ('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')
7364/
7365
7366INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7367values ('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')
7368/
7369
7370INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7371values ('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')
7372/
7373
7374INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7375values ('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')
7376/
7377
7378INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7379values ('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')
7380/
7381
7382INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7383values ('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')
7384/
7385
7386INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7387values ('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')
7388/
7389
7390INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7391values ('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')
7392/
7393
7394INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7395values ('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')
7396/
7397
7398INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7399values ('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')
7400/
7401
7402INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7403values ('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')
7404/
7405
7406INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7407values ('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')
7408/
7409
7410INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7411values ('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')
7412/
7413
7414INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7415values ('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')
7416/
7417
7418INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7419values ('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')
7420/
7421
7422INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7423values ('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')
7424/
7425
7426INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7427values ('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')
7428/
7429
7430INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7431values ('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')
7432/
7433
7434INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7435values ('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')
7436/
7437
7438INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7439values ('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')
7440/
7441
7442INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7443values ('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')
7444/
7445
7446INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7447values ('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')
7448/
7449
7450INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7451values ('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')
7452/
7453
7454INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7455values ('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')
7456/
7457
7458INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7459values ('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')
7460/
7461
7462INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7463values ('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')
7464/
7465
7466INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7467values ('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')
7468/
7469
7470INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7471values ('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')
7472/
7473
7474INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7475values ('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')
7476/
7477
7478INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7479values ('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')
7480/
7481
7482INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7483values ('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')
7484/
7485
7486INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7487values ('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')
7488/
7489
7490INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7491values ('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')
7492/
7493
7494INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7495values ('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')
7496/
7497
7498INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7499values ('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')
7500/
7501
7502INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7503values ('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')
7504/
7505
7506INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7507values ('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')
7508/
7509
7510INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7511values ('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')
7512/
7513
7514INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7515values ('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')
7516/
7517
7518INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7519values ('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')
7520/
7521
7522INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7523values ('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')
7524/
7525
7526INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7527values ('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')
7528/
7529
7530INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7531values ('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')
7532/
7533
7534INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7535values ('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')
7536/
7537
7538INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7539values ('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')
7540/
7541
7542INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7543values ('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')
7544/
7545
7546INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7547values ('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')
7548/
7549
7550INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7551values ('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')
7552/
7553
7554INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7555values ('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')
7556/
7557
7558INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7559values ('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')
7560/
7561
7562INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7563values ('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')
7564/
7565
7566INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7567values ('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')
7568/
7569
7570INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7571values ('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')
7572/
7573
7574INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7575values ('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')
7576/
7577
7578INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7579values ('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')
7580/
7581
7582INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7583values ('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')
7584/
7585
7586INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7587values ('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')
7588/
7589
7590INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7591values ('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')
7592/
7593
7594INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7595values ('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')
7596/
7597
7598INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7599values ('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')
7600/
7601
7602INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7603values ('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')
7604/
7605
7606INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7607values ('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')
7608/
7609
7610INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7611values ('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')
7612/
7613
7614INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7615values ('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')
7616/
7617
7618INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7619values ('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')
7620/
7621
7622INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7623values ('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')
7624/
7625
7626INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7627values ('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')
7628/
7629
7630INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7631values ('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')
7632/
7633
7634INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7635values ('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')
7636/
7637
7638INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7639values ('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')
7640/
7641
7642INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7643values ('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')
7644/
7645
7646INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7647values ('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')
7648/
7649
7650INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7651values ('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')
7652/
7653
7654INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7655values ('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')
7656/
7657
7658INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7659values ('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')
7660/
7661
7662INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7663values ('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')
7664/
7665
7666INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7667values ('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')
7668/
7669
7670INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7671values ('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')
7672/
7673
7674INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7675values ('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')
7676/
7677
7678INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7679values ('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')
7680/
7681
7682INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7683values ('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')
7684/
7685
7686INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7687values ('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')
7688/
7689
7690INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7691values ('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')
7692/
7693
7694INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7695values ('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')
7696/
7697
7698INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7699values ('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')
7700/
7701
7702INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7703values ('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')
7704/
7705
7706INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7707values ('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')
7708/
7709
7710INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7711values ('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')
7712/
7713
7714INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7715values ('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')
7716/
7717
7718INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7719values ('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')
7720/
7721
7722INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7723values ('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')
7724/
7725
7726INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7727values ('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')
7728/
7729
7730INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7731values ('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')
7732/
7733
7734INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7735values ('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')
7736/
7737
7738INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7739values ('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')
7740/
7741
7742INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7743values ('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')
7744/
7745
7746INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7747values ('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')
7748/
7749
7750INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7751values ('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')
7752/
7753
7754INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7755values ('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')
7756/
7757
7758INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7759values ('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')
7760/
7761
7762INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7763values ('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')
7764/
7765
7766INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7767values ('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')
7768/
7769
7770INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7771values ('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')
7772/
7773
7774INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7775values ('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')
7776/
7777
7778INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7779values ('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')
7780/
7781
7782INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7783values ('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')
7784/
7785
7786INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7787values ('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')
7788/
7789
7790INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7791values ('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')
7792/
7793
7794INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7795values ('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')
7796/
7797
7798INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7799values ('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')
7800/
7801
7802INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7803values ('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')
7804/
7805
7806INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7807values ('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')
7808/
7809
7810INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7811values ('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')
7812/
7813
7814INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7815values ('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')
7816/
7817
7818INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7819values ('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')
7820/
7821
7822INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7823values ('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')
7824/
7825
7826INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7827values ('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')
7828/
7829
7830INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7831values ('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')
7832/
7833
7834INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7835values ('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')
7836/
7837
7838INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7839values ('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')
7840/
7841
7842INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7843values ('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')
7844/
7845
7846INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7847values ('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')
7848/
7849
7850INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7851values ('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')
7852/
7853
7854INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7855values ('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')
7856/
7857
7858INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7859values ('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')
7860/
7861
7862INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7863values ('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')
7864/
7865
7866INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7867values ('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')
7868/
7869
7870INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7871values ('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')
7872/
7873
7874INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7875values ('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')
7876/
7877
7878INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7879values ('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')
7880/
7881
7882INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7883values ('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')
7884/
7885
7886INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7887values ('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')
7888/
7889
7890INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7891values ('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')
7892/
7893
7894INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7895values ('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')
7896/
7897
7898INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7899values ('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')
7900/
7901
7902INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7903values ('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')
7904/
7905
7906INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7907values ('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')
7908/
7909
7910INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7911values ('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')
7912/
7913
7914INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7915values ('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')
7916/
7917
7918INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7919values ('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')
7920/
7921
7922INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7923values ('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')
7924/
7925
7926INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7927values ('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')
7928/
7929
7930INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7931values ('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')
7932/
7933
7934INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7935values ('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')
7936/
7937
7938INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7939values ('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')
7940/
7941
7942INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7943values ('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')
7944/
7945
7946INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7947values ('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')
7948/
7949
7950INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7951values ('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')
7952/
7953
7954INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7955values ('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')
7956/
7957
7958INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7959values ('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')
7960/
7961
7962INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7963values ('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')
7964/
7965
7966INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7967values ('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')
7968/
7969
7970INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7971values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
7972/
7973
7974INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7975values ('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' || chr(13) || chr(10) || 'For 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')
7976/
7977
7978INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7979values ('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' || chr(13) || chr(10) || 'The 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')
7980/
7981
7982INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7983values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
7984/
7985
7986INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7987values ('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' || chr(13) || chr(10) || 'For 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')
7988/
7989
7990INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7991values ('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' || chr(13) || chr(10) || 'The 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')
7992/
7993
7994INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7995values ('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' || chr(13) || chr(10) || 'An 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')
7996/
7997
7998INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
7999values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8000/
8001
8002INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8003values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8004/
8005
8006INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8007values ('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')
8008/
8009
8010INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8011values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
8012/
8013
8014INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8015values ('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')
8016/
8017
8018INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8019values ('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' || chr(13) || chr(10) || 'The 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')
8020/
8021
8022INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8023values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8024/
8025
8026INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8027values ('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' || chr(13) || chr(10) || 'The 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')
8028/
8029
8030INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8031values ('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' || chr(13) || chr(10) || 'An 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')
8032/
8033
8034INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8035values ('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' || chr(13) || chr(10) || 'The 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')
8036/
8037
8038INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8039values ('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')
8040/
8041
8042INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8043values ('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')
8044/
8045
8046INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8047values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8048/
8049
8050INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8051values ('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' || chr(13) || chr(10) || 'For 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')
8052/
8053
8054INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8055values ('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' || chr(13) || chr(10) || 'The 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')
8056/
8057
8058INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8059values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8060/
8061
8062INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8063values ('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' || chr(13) || chr(10) || 'For 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')
8064/
8065
8066INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8067values ('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' || chr(13) || chr(10) || 'The 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')
8068/
8069
8070INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8071values ('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' || chr(13) || chr(10) || 'An 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')
8072/
8073
8074INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8075values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8076/
8077
8078INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8079values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8080/
8081
8082INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8083values ('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')
8084/
8085
8086INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8087values ('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' || chr(13) || chr(10) || 'The 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')
8088/
8089
8090INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8091values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8092/
8093
8094INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8095values ('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' || chr(13) || chr(10) || 'The 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')
8096/
8097
8098INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8099values ('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' || chr(13) || chr(10) || 'An 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')
8100/
8101
8102INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8103values ('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' || chr(13) || chr(10) || 'The 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')
8104/
8105
8106INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8107values ('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')
8108/
8109
8110INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8111values ('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')
8112/
8113
8114INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8115values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8116/
8117
8118INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8119values ('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' || chr(13) || chr(10) || 'For 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')
8120/
8121
8122INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8123values ('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' || chr(13) || chr(10) || 'The 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')
8124/
8125
8126INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8127values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8128/
8129
8130INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8131values ('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' || chr(13) || chr(10) || 'For 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')
8132/
8133
8134INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8135values ('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' || chr(13) || chr(10) || 'The 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')
8136/
8137
8138INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8139values ('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' || chr(13) || chr(10) || 'An 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')
8140/
8141
8142INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8143values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8144/
8145
8146INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8147values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8148/
8149
8150INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8151values ('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')
8152/
8153
8154INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8155values ('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' || chr(13) || chr(10) || 'The 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')
8156/
8157
8158INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8159values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8160/
8161
8162INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8163values ('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' || chr(13) || chr(10) || 'The 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')
8164/
8165
8166INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8167values ('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' || chr(13) || chr(10) || 'An 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')
8168/
8169
8170INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8171values ('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' || chr(13) || chr(10) || 'The 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')
8172/
8173
8174INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8175values ('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')
8176/
8177
8178INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8179values ('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')
8180/
8181
8182INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8183values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8184/
8185
8186INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8187values ('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' || chr(13) || chr(10) || 'For 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')
8188/
8189
8190INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8191values ('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' || chr(13) || chr(10) || 'The 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')
8192/
8193
8194INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8195values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8196/
8197
8198INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8199values ('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' || chr(13) || chr(10) || 'For 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')
8200/
8201
8202INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8203values ('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' || chr(13) || chr(10) || 'The 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')
8204/
8205
8206INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8207values ('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' || chr(13) || chr(10) || 'An 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')
8208/
8209
8210INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8211values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8212/
8213
8214INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8215values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8216/
8217
8218INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8219values ('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')
8220/
8221
8222INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8223values ('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' || chr(13) || chr(10) || 'The 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')
8224/
8225
8226INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8227values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8228/
8229
8230INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8231values ('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' || chr(13) || chr(10) || 'The 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')
8232/
8233
8234INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8235values ('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' || chr(13) || chr(10) || 'An 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')
8236/
8237
8238INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8239values ('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' || chr(13) || chr(10) || 'The 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')
8240/
8241
8242INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8243values ('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')
8244/
8245
8246INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8247values ('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' || chr(13) || chr(10) || 'The system dynamic memory utilization, in unit of percentage.' || chr(13) || chr(10) || 'Deprecated: Refer to snAgSystemDRAMUtil.' || chr(13) || chr(10) || 'For NI platforms, refer to snAgentBrdMemoryUtil100thPercent','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8248/
8249
8250INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8251values ('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' || chr(13) || chr(10) || 'The statistics collection of 1 minute CPU utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8252/
8253
8254INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8255values ('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' || chr(13) || chr(10) || 'The system dynamic memory utilization, in unit of percentage.' || chr(13) || chr(10) || 'Deprecated: Refer to snAgSystemDRAMUtil.' || chr(13) || chr(10) || 'For NI platforms, refer to snAgentBrdMemoryUtil100thPercent','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8256/
8257
8258INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8259values ('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' || chr(13) || chr(10) || 'The statistics collection of 1 minute CPU utilization.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8260/
8261
8262INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8263values ('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')
8264/
8265
8266INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8267values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8268/
8269
8270INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8271values ('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' || chr(13) || chr(10) || 'For 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')
8272/
8273
8274INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8275values ('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' || chr(13) || chr(10) || 'The 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')
8276/
8277
8278INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8279values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8280/
8281
8282INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8283values ('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' || chr(13) || chr(10) || 'For 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')
8284/
8285
8286INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8287values ('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' || chr(13) || chr(10) || 'The 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')
8288/
8289
8290INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8291values ('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' || chr(13) || chr(10) || 'An 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')
8292/
8293
8294INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8295values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8296/
8297
8298INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8299values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8300/
8301
8302INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8303values ('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')
8304/
8305
8306INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8307values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
8308/
8309
8310INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8311values ('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')
8312/
8313
8314INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8315values ('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' || chr(13) || chr(10) || 'The 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')
8316/
8317
8318INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8319values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8320/
8321
8322INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8323values ('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' || chr(13) || chr(10) || 'The 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')
8324/
8325
8326INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8327values ('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' || chr(13) || chr(10) || 'An 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')
8328/
8329
8330INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8331values ('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' || chr(13) || chr(10) || 'The 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')
8332/
8333
8334INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8335values ('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')
8336/
8337
8338INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8339values ('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')
8340/
8341
8342INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8343values ('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' || chr(13) || chr(10) || 'The 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')
8344/
8345
8346INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8347values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8348/
8349
8350INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8351values ('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' || chr(13) || chr(10) || 'The 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')
8352/
8353
8354INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8355values ('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' || chr(13) || chr(10) || 'An 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')
8356/
8357
8358INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8359values ('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' || chr(13) || chr(10) || 'The 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')
8360/
8361
8362INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8363values ('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')
8364/
8365
8366INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8367values ('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' || chr(13) || chr(10) || '5 minute exponentially-decayed moving average of the CPU busy percentage.' || chr(13) || chr(10) || 'Reference: 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')
8368/
8369
8370INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8371values ('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')
8372/
8373
8374INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8375values ('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')
8376/
8377
8378INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8379values ('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')
8380/
8381
8382INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8383values ('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')
8384/
8385
8386INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8387values ('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.' || chr(13) || chr(10) || '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')
8388/
8389
8390INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8391values ('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 ,' || chr(13) || chr(10) || 'indexed with cpmCPUTotalIndex .' || chr(13) || chr(10) || 'This table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,' || chr(13) || chr(10) || 'like different CPU chips, group of CPUs, or CPUs in different modules/cards.' || chr(13) || chr(10) || 'In 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')
8392/
8393
8394INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8395values ('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')
8396/
8397
8398INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8399values ('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' || chr(13) || chr(10) || 'maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8400/
8401
8402INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8403values ('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')
8404/
8405
8406INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8407values ('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')
8408/
8409
8410INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8411values ('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.' || chr(13) || chr(10) || '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')
8412/
8413
8414INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8415values ('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')
8416/
8417
8418INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8419values ('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' || chr(13) || chr(10) || 'maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8420/
8421
8422INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8423values ('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')
8424/
8425
8426INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8427values ('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')
8428/
8429
8430INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8431values ('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' || chr(13) || chr(10) || 'Indicates 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' || chr(13) || chr(10) || 'Reference: 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')
8432/
8433
8434INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8435values ('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' || chr(13) || chr(10) || 'Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.' || chr(13) || chr(10) || 'Reference: 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')
8436/
8437
8438INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8439values ('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' || chr(13) || chr(10) || 'The 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.' || chr(13) || chr(10) || 'Reference: 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')
8440/
8441
8442INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8443values ('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')
8444/
8445
8446INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8447values ('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' || chr(13) || chr(10) || 'The current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8448/
8449
8450INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8451values ('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' || chr(13) || chr(10) || 'The current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8452/
8453
8454INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8455values ('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')
8456/
8457
8458INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8459values ('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')
8460/
8461
8462INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8463values ('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' || chr(13) || chr(10) || 'Indicates 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' || chr(13) || chr(10) || 'Reference: 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')
8464/
8465
8466INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8467values ('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' || chr(13) || chr(10) || 'Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.' || chr(13) || chr(10) || 'Reference: 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')
8468/
8469
8470INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8471values ('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')
8472/
8473
8474INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8475values ('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' || chr(13) || chr(10) || 'The current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8476/
8477
8478INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8479values ('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' || chr(13) || chr(10) || 'The current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8480/
8481
8482INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8483values ('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')
8484/
8485
8486INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8487values ('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')
8488/
8489
8490INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8491values ('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')
8492/
8493
8494INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8495values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8496/
8497
8498INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8499values ('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' || chr(13) || chr(10) || 'For 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')
8500/
8501
8502INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8503values ('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' || chr(13) || chr(10) || 'The 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')
8504/
8505
8506INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8507values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8508/
8509
8510INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8511values ('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' || chr(13) || chr(10) || 'For 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')
8512/
8513
8514INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8515values ('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' || chr(13) || chr(10) || 'The 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')
8516/
8517
8518INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8519values ('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' || chr(13) || chr(10) || 'An 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')
8520/
8521
8522INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8523values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8524/
8525
8526INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8527values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8528/
8529
8530INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8531values ('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')
8532/
8533
8534INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8535values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
8536/
8537
8538INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8539values ('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')
8540/
8541
8542INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8543values ('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' || chr(13) || chr(10) || 'The 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')
8544/
8545
8546INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8547values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8548/
8549
8550INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8551values ('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' || chr(13) || chr(10) || 'The 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')
8552/
8553
8554INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8555values ('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' || chr(13) || chr(10) || 'An 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')
8556/
8557
8558INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8559values ('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' || chr(13) || chr(10) || 'The 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')
8560/
8561
8562INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8563values ('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')
8564/
8565
8566INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8567values ('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')
8568/
8569
8570INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8571values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8572/
8573
8574INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8575values ('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' || chr(13) || chr(10) || 'For 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')
8576/
8577
8578INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8579values ('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' || chr(13) || chr(10) || 'The 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')
8580/
8581
8582INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8583values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8584/
8585
8586INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8587values ('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' || chr(13) || chr(10) || 'For 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')
8588/
8589
8590INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8591values ('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' || chr(13) || chr(10) || 'The 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')
8592/
8593
8594INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8595values ('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' || chr(13) || chr(10) || 'An 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')
8596/
8597
8598INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8599values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8600/
8601
8602INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8603values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8604/
8605
8606INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8607values ('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')
8608/
8609
8610INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8611values ('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' || chr(13) || chr(10) || 'The 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')
8612/
8613
8614INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8615values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8616/
8617
8618INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8619values ('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' || chr(13) || chr(10) || 'The 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')
8620/
8621
8622INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8623values ('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' || chr(13) || chr(10) || 'An 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')
8624/
8625
8626INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8627values ('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' || chr(13) || chr(10) || 'The 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')
8628/
8629
8630INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8631values ('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')
8632/
8633
8634INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8635values ('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')
8636/
8637
8638INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8639values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8640/
8641
8642INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8643values ('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' || chr(13) || chr(10) || 'For 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')
8644/
8645
8646INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8647values ('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' || chr(13) || chr(10) || 'The 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')
8648/
8649
8650INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8651values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8652/
8653
8654INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8655values ('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' || chr(13) || chr(10) || 'For 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')
8656/
8657
8658INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8659values ('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' || chr(13) || chr(10) || 'The 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')
8660/
8661
8662INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8663values ('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' || chr(13) || chr(10) || 'An 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')
8664/
8665
8666INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8667values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8668/
8669
8670INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8671values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8672/
8673
8674INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8675values ('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')
8676/
8677
8678INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8679values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
8680/
8681
8682INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8683values ('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')
8684/
8685
8686INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8687values ('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' || chr(13) || chr(10) || 'The 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')
8688/
8689
8690INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8691values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8692/
8693
8694INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8695values ('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' || chr(13) || chr(10) || 'The 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')
8696/
8697
8698INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8699values ('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' || chr(13) || chr(10) || 'An 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')
8700/
8701
8702INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8703values ('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' || chr(13) || chr(10) || 'The 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')
8704/
8705
8706INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8707values ('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')
8708/
8709
8710INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8711values ('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')
8712/
8713
8714INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8715values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8716/
8717
8718INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8719values ('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' || chr(13) || chr(10) || 'For 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')
8720/
8721
8722INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8723values ('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' || chr(13) || chr(10) || 'The 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')
8724/
8725
8726INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8727values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8728/
8729
8730INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8731values ('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' || chr(13) || chr(10) || 'For 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')
8732/
8733
8734INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8735values ('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' || chr(13) || chr(10) || 'The 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')
8736/
8737
8738INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8739values ('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' || chr(13) || chr(10) || 'An 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')
8740/
8741
8742INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8743values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8744/
8745
8746INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8747values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8748/
8749
8750INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8751values ('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')
8752/
8753
8754INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8755values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
8756/
8757
8758INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8759values ('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')
8760/
8761
8762INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8763values ('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' || chr(13) || chr(10) || 'The 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')
8764/
8765
8766INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8767values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8768/
8769
8770INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8771values ('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' || chr(13) || chr(10) || 'The 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')
8772/
8773
8774INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8775values ('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' || chr(13) || chr(10) || 'An 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')
8776/
8777
8778INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8779values ('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' || chr(13) || chr(10) || 'The 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')
8780/
8781
8782INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8783values ('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')
8784/
8785
8786INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8787values ('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')
8788/
8789
8790INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8791values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8792/
8793
8794INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8795values ('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' || chr(13) || chr(10) || 'For 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')
8796/
8797
8798INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8799values ('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' || chr(13) || chr(10) || 'The 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')
8800/
8801
8802INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8803values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8804/
8805
8806INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8807values ('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' || chr(13) || chr(10) || 'For 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')
8808/
8809
8810INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8811values ('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' || chr(13) || chr(10) || 'The 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')
8812/
8813
8814INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8815values ('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' || chr(13) || chr(10) || 'An estimate of the interface''s current bandwidth in bits per second.' || chr(13) || chr(10) || 'For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,' || chr(13) || chr(10) || 'this object should contain the nominal bandwidth.' || chr(13) || chr(10) || 'If the bandwidth of the interface is greater than the maximum value reportable by this object then' || chr(13) || chr(10) || 'this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.' || chr(13) || chr(10) || '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')
8816/
8817
8818INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8819values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8820/
8821
8822INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8823values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8824/
8825
8826INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8827values ('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')
8828/
8829
8830INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8831values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
8832/
8833
8834INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8835values ('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')
8836/
8837
8838INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8839values ('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' || chr(13) || chr(10) || 'The 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')
8840/
8841
8842INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8843values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8844/
8845
8846INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8847values ('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' || chr(13) || chr(10) || 'The 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')
8848/
8849
8850INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8851values ('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' || chr(13) || chr(10) || 'An 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')
8852/
8853
8854INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8855values ('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' || chr(13) || chr(10) || 'The 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')
8856/
8857
8858INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8859values ('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')
8860/
8861
8862INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8863values ('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')
8864/
8865
8866INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8867values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8868/
8869
8870INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8871values ('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' || chr(13) || chr(10) || 'For 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')
8872/
8873
8874INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8875values ('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' || chr(13) || chr(10) || 'The 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')
8876/
8877
8878INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8879values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8880/
8881
8882INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8883values ('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' || chr(13) || chr(10) || 'For 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')
8884/
8885
8886INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8887values ('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' || chr(13) || chr(10) || 'The 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')
8888/
8889
8890INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8891values ('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' || chr(13) || chr(10) || 'An estimate of the interface''s current bandwidth in bits per second.' || chr(13) || chr(10) || 'For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,' || chr(13) || chr(10) || 'this object should contain the nominal bandwidth.' || chr(13) || chr(10) || 'If the bandwidth of the interface is greater than the maximum value reportable by this object then' || chr(13) || chr(10) || 'this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.' || chr(13) || chr(10) || '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')
8892/
8893
8894INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8895values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8896/
8897
8898INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8899values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8900/
8901
8902INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8903values ('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')
8904/
8905
8906INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8907values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
8908/
8909
8910INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8911values ('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')
8912/
8913
8914INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8915values ('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' || chr(13) || chr(10) || 'The 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')
8916/
8917
8918INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8919values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8920/
8921
8922INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8923values ('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' || chr(13) || chr(10) || 'The 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')
8924/
8925
8926INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8927values ('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' || chr(13) || chr(10) || 'An 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')
8928/
8929
8930INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8931values ('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' || chr(13) || chr(10) || 'The 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')
8932/
8933
8934INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8935values ('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')
8936/
8937
8938INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8939values ('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')
8940/
8941
8942INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8943values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8944/
8945
8946INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8947values ('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' || chr(13) || chr(10) || 'For 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')
8948/
8949
8950INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8951values ('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' || chr(13) || chr(10) || 'The 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')
8952/
8953
8954INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8955values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
8956/
8957
8958INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8959values ('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' || chr(13) || chr(10) || 'For 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')
8960/
8961
8962INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8963values ('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' || chr(13) || chr(10) || 'The 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')
8964/
8965
8966INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8967values ('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' || chr(13) || chr(10) || 'An 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')
8968/
8969
8970INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8971values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
8972/
8973
8974INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8975values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8976/
8977
8978INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8979values ('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')
8980/
8981
8982INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8983values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
8984/
8985
8986INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8987values ('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')
8988/
8989
8990INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8991values ('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' || chr(13) || chr(10) || 'The 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')
8992/
8993
8994INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8995values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
8996/
8997
8998INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
8999values ('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' || chr(13) || chr(10) || 'The 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')
9000/
9001
9002INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9003values ('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' || chr(13) || chr(10) || 'An 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')
9004/
9005
9006INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9007values ('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' || chr(13) || chr(10) || 'The 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')
9008/
9009
9010INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9011values ('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')
9012/
9013
9014INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9015values ('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')
9016/
9017
9018INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9019values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9020/
9021
9022INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9023values ('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' || chr(13) || chr(10) || 'For 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')
9024/
9025
9026INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9027values ('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' || chr(13) || chr(10) || 'The 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')
9028/
9029
9030INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9031values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9032/
9033
9034INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9035values ('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' || chr(13) || chr(10) || 'For 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')
9036/
9037
9038INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9039values ('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' || chr(13) || chr(10) || 'The 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')
9040/
9041
9042INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9043values ('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' || chr(13) || chr(10) || 'An 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')
9044/
9045
9046INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9047values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9048/
9049
9050INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9051values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9052/
9053
9054INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9055values ('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')
9056/
9057
9058INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9059values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
9060/
9061
9062INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9063values ('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')
9064/
9065
9066INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9067values ('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' || chr(13) || chr(10) || 'The 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')
9068/
9069
9070INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9071values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9072/
9073
9074INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9075values ('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' || chr(13) || chr(10) || 'The 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')
9076/
9077
9078INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9079values ('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' || chr(13) || chr(10) || 'An 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')
9080/
9081
9082INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9083values ('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' || chr(13) || chr(10) || 'The 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')
9084/
9085
9086INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9087values ('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')
9088/
9089
9090INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9091values ('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')
9092/
9093
9094INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9095values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9096/
9097
9098INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9099values ('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' || chr(13) || chr(10) || 'For 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')
9100/
9101
9102INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9103values ('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' || chr(13) || chr(10) || 'The 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')
9104/
9105
9106INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9107values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9108/
9109
9110INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9111values ('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' || chr(13) || chr(10) || 'For 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')
9112/
9113
9114INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9115values ('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' || chr(13) || chr(10) || 'The 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')
9116/
9117
9118INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9119values ('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' || chr(13) || chr(10) || 'An 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')
9120/
9121
9122INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9123values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9124/
9125
9126INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9127values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9128/
9129
9130INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9131values ('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')
9132/
9133
9134INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9135values ('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' || chr(13) || chr(10) || 'The 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')
9136/
9137
9138INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9139values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9140/
9141
9142INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9143values ('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' || chr(13) || chr(10) || 'The 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')
9144/
9145
9146INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9147values ('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' || chr(13) || chr(10) || 'An 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')
9148/
9149
9150INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9151values ('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' || chr(13) || chr(10) || 'The 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')
9152/
9153
9154INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9155values ('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')
9156/
9157
9158INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9159values ('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')
9160/
9161
9162INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9163values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9164/
9165
9166INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9167values ('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' || chr(13) || chr(10) || 'For 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')
9168/
9169
9170INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9171values ('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' || chr(13) || chr(10) || 'The 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')
9172/
9173
9174INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9175values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9176/
9177
9178INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9179values ('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' || chr(13) || chr(10) || 'For 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')
9180/
9181
9182INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9183values ('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' || chr(13) || chr(10) || 'The 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')
9184/
9185
9186INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9187values ('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' || chr(13) || chr(10) || 'An 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')
9188/
9189
9190INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9191values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9192/
9193
9194INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9195values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9196/
9197
9198INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9199values ('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')
9200/
9201
9202INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9203values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
9204/
9205
9206INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9207values ('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')
9208/
9209
9210INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9211values ('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' || chr(13) || chr(10) || 'The 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')
9212/
9213
9214INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9215values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9216/
9217
9218INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9219values ('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' || chr(13) || chr(10) || 'The 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')
9220/
9221
9222INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9223values ('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' || chr(13) || chr(10) || 'An 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')
9224/
9225
9226INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9227values ('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' || chr(13) || chr(10) || 'The 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')
9228/
9229
9230INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9231values ('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')
9232/
9233
9234INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9235values ('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')
9236/
9237
9238INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9239values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9240/
9241
9242INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9243values ('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' || chr(13) || chr(10) || 'For 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')
9244/
9245
9246INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9247values ('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' || chr(13) || chr(10) || 'The 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')
9248/
9249
9250INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9251values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9252/
9253
9254INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9255values ('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' || chr(13) || chr(10) || 'For 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')
9256/
9257
9258INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9259values ('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' || chr(13) || chr(10) || 'The 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')
9260/
9261
9262INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9263values ('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' || chr(13) || chr(10) || 'An 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')
9264/
9265
9266INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9267values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9268/
9269
9270INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9271values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9272/
9273
9274INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9275values ('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')
9276/
9277
9278INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9279values ('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' || chr(13) || chr(10) || 'The 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')
9280/
9281
9282INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9283values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9284/
9285
9286INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9287values ('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' || chr(13) || chr(10) || 'The 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')
9288/
9289
9290INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9291values ('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' || chr(13) || chr(10) || 'An 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')
9292/
9293
9294INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9295values ('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' || chr(13) || chr(10) || 'The 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')
9296/
9297
9298INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9299values ('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')
9300/
9301
9302INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9303values ('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')
9304/
9305
9306INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9307values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9308/
9309
9310INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9311values ('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' || chr(13) || chr(10) || 'For 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')
9312/
9313
9314INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9315values ('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' || chr(13) || chr(10) || 'The 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')
9316/
9317
9318INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9319values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9320/
9321
9322INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9323values ('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' || chr(13) || chr(10) || 'For 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')
9324/
9325
9326INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9327values ('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' || chr(13) || chr(10) || 'The 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')
9328/
9329
9330INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9331values ('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' || chr(13) || chr(10) || 'An 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')
9332/
9333
9334INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9335values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9336/
9337
9338INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9339values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9340/
9341
9342INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9343values ('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')
9344/
9345
9346INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9347values ('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' || chr(13) || chr(10) || 'The 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')
9348/
9349
9350INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9351values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9352/
9353
9354INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9355values ('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' || chr(13) || chr(10) || 'The 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')
9356/
9357
9358INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9359values ('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' || chr(13) || chr(10) || 'An 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')
9360/
9361
9362INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9363values ('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' || chr(13) || chr(10) || 'The 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')
9364/
9365
9366INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9367values ('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')
9368/
9369
9370INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9371values ('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')
9372/
9373
9374INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9375values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9376/
9377
9378INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9379values ('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' || chr(13) || chr(10) || 'For 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')
9380/
9381
9382INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9383values ('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' || chr(13) || chr(10) || 'The 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')
9384/
9385
9386INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9387values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9388/
9389
9390INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9391values ('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' || chr(13) || chr(10) || 'For 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')
9392/
9393
9394INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9395values ('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' || chr(13) || chr(10) || 'The 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')
9396/
9397
9398INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9399values ('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' || chr(13) || chr(10) || 'An 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')
9400/
9401
9402INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9403values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9404/
9405
9406INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9407values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9408/
9409
9410INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9411values ('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')
9412/
9413
9414INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9415values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
9416/
9417
9418INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9419values ('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')
9420/
9421
9422INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9423values ('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' || chr(13) || chr(10) || 'The 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')
9424/
9425
9426INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9427values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9428/
9429
9430INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9431values ('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' || chr(13) || chr(10) || 'The 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')
9432/
9433
9434INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9435values ('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' || chr(13) || chr(10) || 'An 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')
9436/
9437
9438INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9439values ('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' || chr(13) || chr(10) || 'The 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')
9440/
9441
9442INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9443values ('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')
9444/
9445
9446INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9447values ('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')
9448/
9449
9450INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9451values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9452/
9453
9454INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9455values ('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' || chr(13) || chr(10) || 'For 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')
9456/
9457
9458INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9459values ('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' || chr(13) || chr(10) || 'The 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')
9460/
9461
9462INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9463values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9464/
9465
9466INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9467values ('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' || chr(13) || chr(10) || 'For 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')
9468/
9469
9470INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9471values ('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' || chr(13) || chr(10) || 'The 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')
9472/
9473
9474INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9475values ('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' || chr(13) || chr(10) || 'An estimate of the interface''s current bandwidth in bits per second.' || chr(13) || chr(10) || 'For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,' || chr(13) || chr(10) || 'this object should contain the nominal bandwidth.' || chr(13) || chr(10) || 'If the bandwidth of the interface is greater than the maximum value reportable by this object then' || chr(13) || chr(10) || 'this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.' || chr(13) || chr(10) || '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')
9476/
9477
9478INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9479values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9480/
9481
9482INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9483values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9484/
9485
9486INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9487values ('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')
9488/
9489
9490INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9491values ('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' || chr(13) || chr(10) || 'The 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')
9492/
9493
9494INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9495values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9496/
9497
9498INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9499values ('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' || chr(13) || chr(10) || 'The 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')
9500/
9501
9502INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9503values ('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' || chr(13) || chr(10) || 'An 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')
9504/
9505
9506INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9507values ('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' || chr(13) || chr(10) || 'The 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')
9508/
9509
9510INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9511values ('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')
9512/
9513
9514INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9515values ('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')
9516/
9517
9518INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9519values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9520/
9521
9522INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9523values ('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' || chr(13) || chr(10) || 'For 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')
9524/
9525
9526INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9527values ('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' || chr(13) || chr(10) || 'The 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')
9528/
9529
9530INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9531values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9532/
9533
9534INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9535values ('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' || chr(13) || chr(10) || 'For 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')
9536/
9537
9538INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9539values ('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' || chr(13) || chr(10) || 'The 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')
9540/
9541
9542INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9543values ('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' || chr(13) || chr(10) || 'An estimate of the interface''s current bandwidth in bits per second.' || chr(13) || chr(10) || 'For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,' || chr(13) || chr(10) || 'this object should contain the nominal bandwidth.' || chr(13) || chr(10) || 'If the bandwidth of the interface is greater than the maximum value reportable by this object then' || chr(13) || chr(10) || 'this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace''s speed.' || chr(13) || chr(10) || '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')
9544/
9545
9546INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9547values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9548/
9549
9550INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9551values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9552/
9553
9554INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9555values ('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')
9556/
9557
9558INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9559values ('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' || chr(13) || chr(10) || 'The 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')
9560/
9561
9562INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9563values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9564/
9565
9566INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9567values ('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' || chr(13) || chr(10) || 'The 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')
9568/
9569
9570INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9571values ('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' || chr(13) || chr(10) || 'An 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')
9572/
9573
9574INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9575values ('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' || chr(13) || chr(10) || 'The 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')
9576/
9577
9578INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9579values ('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')
9580/
9581
9582INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9583values ('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')
9584/
9585
9586INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9587values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9588/
9589
9590INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9591values ('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' || chr(13) || chr(10) || 'For 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')
9592/
9593
9594INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9595values ('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' || chr(13) || chr(10) || 'The 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')
9596/
9597
9598INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9599values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9600/
9601
9602INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9603values ('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' || chr(13) || chr(10) || 'For 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')
9604/
9605
9606INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9607values ('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' || chr(13) || chr(10) || 'The 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')
9608/
9609
9610INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9611values ('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' || chr(13) || chr(10) || 'An 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')
9612/
9613
9614INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9615values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9616/
9617
9618INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9619values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9620/
9621
9622INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9623values ('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')
9624/
9625
9626INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9627values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
9628/
9629
9630INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9631values ('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')
9632/
9633
9634INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9635values ('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' || chr(13) || chr(10) || 'The 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')
9636/
9637
9638INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9639values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9640/
9641
9642INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9643values ('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' || chr(13) || chr(10) || 'The 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')
9644/
9645
9646INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9647values ('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' || chr(13) || chr(10) || 'An 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')
9648/
9649
9650INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9651values ('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' || chr(13) || chr(10) || 'The 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')
9652/
9653
9654INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9655values ('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')
9656/
9657
9658INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9659values ('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')
9660/
9661
9662INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9663values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9664/
9665
9666INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9667values ('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' || chr(13) || chr(10) || 'For 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')
9668/
9669
9670INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9671values ('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' || chr(13) || chr(10) || 'The 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')
9672/
9673
9674INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9675values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9676/
9677
9678INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9679values ('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' || chr(13) || chr(10) || 'For 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')
9680/
9681
9682INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9683values ('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' || chr(13) || chr(10) || 'The 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')
9684/
9685
9686INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9687values ('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' || chr(13) || chr(10) || 'An 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')
9688/
9689
9690INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9691values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9692/
9693
9694INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9695values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9696/
9697
9698INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9699values ('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')
9700/
9701
9702INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9703values ('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' || chr(13) || chr(10) || 'The 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')
9704/
9705
9706INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9707values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9708/
9709
9710INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9711values ('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' || chr(13) || chr(10) || 'The 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')
9712/
9713
9714INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9715values ('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' || chr(13) || chr(10) || 'An 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')
9716/
9717
9718INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9719values ('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' || chr(13) || chr(10) || 'The 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')
9720/
9721
9722INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9723values ('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')
9724/
9725
9726INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9727values ('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')
9728/
9729
9730INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9731values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9732/
9733
9734INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9735values ('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' || chr(13) || chr(10) || 'For 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')
9736/
9737
9738INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9739values ('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' || chr(13) || chr(10) || 'The 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')
9740/
9741
9742INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9743values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9744/
9745
9746INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9747values ('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' || chr(13) || chr(10) || 'For 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')
9748/
9749
9750INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9751values ('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' || chr(13) || chr(10) || 'The 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')
9752/
9753
9754INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9755values ('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' || chr(13) || chr(10) || 'An 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')
9756/
9757
9758INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9759values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9760/
9761
9762INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9763values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9764/
9765
9766INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9767values ('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')
9768/
9769
9770INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9771values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
9772/
9773
9774INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9775values ('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')
9776/
9777
9778INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9779values ('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' || chr(13) || chr(10) || 'The 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')
9780/
9781
9782INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9783values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9784/
9785
9786INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9787values ('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' || chr(13) || chr(10) || 'The 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')
9788/
9789
9790INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9791values ('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' || chr(13) || chr(10) || 'An 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')
9792/
9793
9794INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9795values ('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' || chr(13) || chr(10) || 'The 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')
9796/
9797
9798INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9799values ('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')
9800/
9801
9802INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9803values ('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')
9804/
9805
9806INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9807values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9808/
9809
9810INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9811values ('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' || chr(13) || chr(10) || 'For 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')
9812/
9813
9814INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9815values ('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' || chr(13) || chr(10) || 'The 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')
9816/
9817
9818INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9819values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9820/
9821
9822INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9823values ('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' || chr(13) || chr(10) || 'For 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')
9824/
9825
9826INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9827values ('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' || chr(13) || chr(10) || 'The 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')
9828/
9829
9830INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9831values ('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' || chr(13) || chr(10) || 'An 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')
9832/
9833
9834INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9835values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9836/
9837
9838INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9839values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9840/
9841
9842INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9843values ('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')
9844/
9845
9846INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9847values ('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' || chr(13) || chr(10) || 'The 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')
9848/
9849
9850INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9851values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9852/
9853
9854INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9855values ('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' || chr(13) || chr(10) || 'The 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')
9856/
9857
9858INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9859values ('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' || chr(13) || chr(10) || 'An 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')
9860/
9861
9862INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9863values ('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' || chr(13) || chr(10) || 'The 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')
9864/
9865
9866INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9867values ('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')
9868/
9869
9870INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9871values ('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')
9872/
9873
9874INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9875values ('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')
9876/
9877
9878INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9879values ('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')
9880/
9881
9882INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9883values ('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')
9884/
9885
9886INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9887values ('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')
9888/
9889
9890INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9891values ('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')
9892/
9893
9894INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9895values ('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' || chr(13) || chr(10) || 'maintained by the environmental monitor.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9896/
9897
9898INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9899values ('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')
9900/
9901
9902INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9903values ('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')
9904/
9905
9906INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9907values ('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' || chr(13) || chr(10) || 'The current state of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9908/
9909
9910INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9911values ('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' || chr(13) || chr(10) || 'The current measurement of the test point being instrumented.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9912/
9913
9914INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9915values ('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.' || chr(13) || chr(10) || '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')
9916/
9917
9918INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9919values ('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' || chr(13) || chr(10) || 'Indicates 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' || chr(13) || chr(10) || 'Reference: 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')
9920/
9921
9922INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9923values ('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' || chr(13) || chr(10) || 'Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.' || chr(13) || chr(10) || 'Reference: 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')
9924/
9925
9926INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9927values ('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')
9928/
9929
9930INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9931values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9932/
9933
9934INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9935values ('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' || chr(13) || chr(10) || 'For 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')
9936/
9937
9938INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9939values ('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' || chr(13) || chr(10) || 'The 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')
9940/
9941
9942INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9943values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
9944/
9945
9946INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9947values ('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' || chr(13) || chr(10) || 'For 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')
9948/
9949
9950INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9951values ('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' || chr(13) || chr(10) || 'The 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')
9952/
9953
9954INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9955values ('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' || chr(13) || chr(10) || 'An 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')
9956/
9957
9958INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9959values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
9960/
9961
9962INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9963values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9964/
9965
9966INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9967values ('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')
9968/
9969
9970INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9971values ('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' || chr(13) || chr(10) || 'The 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')
9972/
9973
9974INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9975values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
9976/
9977
9978INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9979values ('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' || chr(13) || chr(10) || 'The 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')
9980/
9981
9982INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9983values ('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' || chr(13) || chr(10) || 'An 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')
9984/
9985
9986INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9987values ('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' || chr(13) || chr(10) || 'The 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')
9988/
9989
9990INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9991values ('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')
9992/
9993
9994INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9995values ('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 ,' || chr(13) || chr(10) || 'indexed with cpmCPUTotalIndex .' || chr(13) || chr(10) || 'This table allows CISCO-PROCESS-MIB to keep CPU statistics for different physical entities in the router,' || chr(13) || chr(10) || 'like different CPU chips, group of CPUs, or CPUs in different modules/cards.' || chr(13) || chr(10) || 'In 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')
9996/
9997
9998INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
9999values ('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' || chr(13) || chr(10) || 'The overall CPU busy percentage in the last 5 minute' || chr(13) || chr(10) || 'period. This object deprecates the avgBusy5 object from' || chr(13) || chr(10) || 'the OLD-CISCO-SYSTEM-MIB. This object is deprecated' || chr(13) || chr(10) || 'by cpmCPUTotal5minRev which has the changed range' || chr(13) || chr(10) || 'of value (0..100)' || chr(13) || chr(10) || 'Reference: 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')
10000/
10001
10002INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10003values ('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')
10004/
10005
10006INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10007values ('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' || chr(13) || chr(10) || 'The 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')
10008/
10009
10010INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10011values ('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' || chr(13) || chr(10) || 'The 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')
10012/
10013
10014INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10015values ('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' || chr(13) || chr(10) || 'The 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')
10016/
10017
10018INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10019values ('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' || chr(13) || chr(10) || 'The 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')
10020/
10021
10022INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10023values ('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' || chr(13) || chr(10) || 'The 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')
10024/
10025
10026INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10027values ('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' || chr(13) || chr(10) || 'The 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')
10028/
10029
10030INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10031values ('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' || chr(13) || chr(10) || 'The 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')
10032/
10033
10034INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10035values ('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' || chr(13) || chr(10) || 'The 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')
10036/
10037
10038INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10039values ('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' || chr(13) || chr(10) || 'The 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')
10040/
10041
10042INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10043values ('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' || chr(13) || chr(10) || 'The 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')
10044/
10045
10046INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10047values ('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' || chr(13) || chr(10) || 'The 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')
10048/
10049
10050INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10051values ('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' || chr(13) || chr(10) || 'The 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')
10052/
10053
10054INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10055values ('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' || chr(13) || chr(10) || 'The 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')
10056/
10057
10058INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10059values ('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' || chr(13) || chr(10) || 'The 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')
10060/
10061
10062INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10063values ('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' || chr(13) || chr(10) || 'The 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')
10064/
10065
10066INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10067values ('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' || chr(13) || chr(10) || 'The 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')
10068/
10069
10070INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10071values ('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' || chr(13) || chr(10) || 'The 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')
10072/
10073
10074INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10075values ('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' || chr(13) || chr(10) || 'The 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')
10076/
10077
10078INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10079values ('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' || chr(13) || chr(10) || 'The 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')
10080/
10081
10082INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10083values ('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' || chr(13) || chr(10) || 'The 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')
10084/
10085
10086INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10087values ('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' || chr(13) || chr(10) || 'The 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')
10088/
10089
10090INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10091values ('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' || chr(13) || chr(10) || 'The 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')
10092/
10093
10094INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10095values ('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' || chr(13) || chr(10) || 'The 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')
10096/
10097
10098INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10099values ('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' || chr(13) || chr(10) || 'The 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')
10100/
10101
10102INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10103values ('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' || chr(13) || chr(10) || 'The 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')
10104/
10105
10106INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10107values ('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' || chr(13) || chr(10) || 'The 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')
10108/
10109
10110INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10111values ('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')
10112/
10113
10114INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10115values ('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' || chr(13) || chr(10) || 'The current mode of operation of the MAC' || chr(13) || chr(10) || 'entity.  ''unknown'' indicates that the current' || chr(13) || chr(10) || 'duplex mode could not be determined.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Management control of the duplex mode is' || chr(13) || chr(10) || 'accomplished through the MAU MIB.  When' || chr(13) || chr(10) || 'an interface does not support autonegotiation,' || chr(13) || chr(10) || 'or when autonegotiation is not enabled, the' || chr(13) || chr(10) || 'duplex mode is controlled using' || chr(13) || chr(10) || 'ifMauDefaultType.  When autonegotiation is' || chr(13) || chr(10) || 'supported and enabled, duplex mode is controlled' || chr(13) || chr(10) || 'using ifMauAutoNegAdvertisedBits.  In either' || chr(13) || chr(10) || 'case, the currently operating duplex mode is' || chr(13) || chr(10) || 'reflected both in this object and in ifMauType.' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'Note that this object provides redundant' || chr(13) || chr(10) || 'information with ifMauType.  Normally, redundant' || chr(13) || chr(10) || 'objects are discouraged.  However, in this' || chr(13) || chr(10) || 'instance, it allows a management application to' || chr(13) || chr(10) || 'determine the duplex status of an interface' || chr(13) || chr(10) || 'without having to know every possible value of' || chr(13) || chr(10) || 'ifMauType.  This was felt to be sufficiently' || chr(13) || chr(10) || 'valuable to justify the redundancy.' || chr(13) || chr(10) || 'Reference: [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')
10116/
10117
10118INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10119values ('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')
10120/
10121
10122INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10123values ('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' || chr(13) || chr(10) || 'The 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')
10124/
10125
10126INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10127values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
10128/
10129
10130INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10131values ('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' || chr(13) || chr(10) || 'The 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')
10132/
10133
10134INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10135values ('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' || chr(13) || chr(10) || 'An 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')
10136/
10137
10138INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10139values ('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' || chr(13) || chr(10) || 'The 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')
10140/
10141
10142INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10143values ('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' || chr(13) || chr(10) || 'The 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')
10144/
10145
10146INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10147values ('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')
10148/
10149
10150INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10151values ('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')
10152/
10153
10154INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10155values ('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' || chr(13) || chr(10) || 'The number of inbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
10156/
10157
10158INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10159values ('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' || chr(13) || chr(10) || 'For 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')
10160/
10161
10162INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10163values ('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' || chr(13) || chr(10) || 'The 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')
10164/
10165
10166INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10167values ('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' || chr(13) || chr(10) || 'The number of outbound packets which were chosen to be discarded' || chr(13) || chr(10) || 'even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.' || chr(13) || chr(10) || 'One possible reason for discarding such a packet could be to free up buffer space.' || chr(13) || chr(10) || 'Discontinuities in the value of this counter can occur at re-initialization of the management system,' || chr(13) || chr(10) || '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')
10168/
10169
10170INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10171values ('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' || chr(13) || chr(10) || 'For 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')
10172/
10173
10174INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10175values ('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' || chr(13) || chr(10) || 'The 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')
10176/
10177
10178INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10179values ('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' || chr(13) || chr(10) || 'An 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')
10180/
10181
10182INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10183values ('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' || chr(13) || chr(10) || 'The current operational state of the interface.' || chr(13) || chr(10) || '- The testing(3) state indicates that no operational packet scan be passed' || chr(13) || chr(10) || '- If ifAdminStatus is down(2) then ifOperStatus should be down(2)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)' || chr(13) || chr(10) || '- 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' || chr(13) || chr(10) || '- 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')
10184/
10185
10186INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10187values ('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' || chr(13) || chr(10) || 'The type of interface.' || chr(13) || chr(10) || 'Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),' || chr(13) || chr(10) || 'through updating the syntax of the IANAifType textual convention.','0','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
10188/
10189
10190INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10191values ('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')
10192/
10193
10194INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10195values ('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' || chr(13) || chr(10) || 'The 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')
10196/
10197
10198INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10199values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
10200/
10201
10202INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10203values ('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' || chr(13) || chr(10) || 'The 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')
10204/
10205
10206INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10207values ('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' || chr(13) || chr(10) || 'An 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')
10208/
10209
10210INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10211values ('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' || chr(13) || chr(10) || 'The 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')
10212/
10213
10214INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10215values ('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' || chr(13) || chr(10) || 'The 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')
10216/
10217
10218INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10219values ('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')
10220/
10221
10222INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10223values ('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')
10224/
10225
10226INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10227values ('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' || chr(13) || chr(10) || 'The 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')
10228/
10229
10230INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10231values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
10232/
10233
10234INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10235values ('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' || chr(13) || chr(10) || 'The 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')
10236/
10237
10238INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10239values ('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' || chr(13) || chr(10) || 'An 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')
10240/
10241
10242INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10243values ('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' || chr(13) || chr(10) || 'The 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')
10244/
10245
10246INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10247values ('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' || chr(13) || chr(10) || 'The 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')
10248/
10249
10250INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10251values ('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')
10252/
10253
10254INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10255values ('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')
10256/
10257
10258INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10259values ('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' || chr(13) || chr(10) || 'The 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')
10260/
10261
10262INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10263values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
10264/
10265
10266INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10267values ('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' || chr(13) || chr(10) || 'The 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')
10268/
10269
10270INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10271values ('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' || chr(13) || chr(10) || 'An 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')
10272/
10273
10274INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10275values ('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' || chr(13) || chr(10) || 'The 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')
10276/
10277
10278INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10279values ('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' || chr(13) || chr(10) || 'The 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')
10280/
10281
10282INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10283values ('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')
10284/
10285
10286INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10287values ('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')
10288/
10289
10290INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10291values ('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' || chr(13) || chr(10) || 'The 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')
10292/
10293
10294INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10295values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
10296/
10297
10298INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10299values ('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' || chr(13) || chr(10) || 'The 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')
10300/
10301
10302INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10303values ('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' || chr(13) || chr(10) || 'An 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')
10304/
10305
10306INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10307values ('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' || chr(13) || chr(10) || 'The 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')
10308/
10309
10310INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10311values ('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' || chr(13) || chr(10) || 'The 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')
10312/
10313
10314INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10315values ('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')
10316/
10317
10318INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10319values ('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')
10320/
10321
10322INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10323values ('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' || chr(13) || chr(10) || 'The 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')
10324/
10325
10326INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10327values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
10328/
10329
10330INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10331values ('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' || chr(13) || chr(10) || 'The 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')
10332/
10333
10334INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10335values ('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' || chr(13) || chr(10) || 'An 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')
10336/
10337
10338INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10339values ('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' || chr(13) || chr(10) || 'The 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')
10340/
10341
10342INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10343values ('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' || chr(13) || chr(10) || 'The 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')
10344/
10345
10346INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10347values ('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')
10348/
10349
10350INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10351values ('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')
10352/
10353
10354INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10355values ('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')
10356/
10357
10358INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10359values ('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')
10360/
10361
10362INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10363values ('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' || chr(13) || chr(10) || 'The 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')
10364/
10365
10366INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10367values ('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' || chr(13) || chr(10) || 'A textual description of the entity.  This value should' || chr(13) || chr(10) || 'include the full name and version identification of the system''s hardware type, software operating-system, and' || chr(13) || chr(10) || 'networking software.','14','30d','0','0','','0','',NULL,'3s','','','','200','1','0','','0','0','0','0','0','0')
10368/
10369
10370INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10371values ('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' || chr(13) || chr(10) || 'The 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')
10372/
10373
10374INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10375values ('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' || chr(13) || chr(10) || 'An 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')
10376/
10377
10378INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10379values ('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' || chr(13) || chr(10) || 'The 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')
10380/
10381
10382INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10383values ('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' || chr(13) || chr(10) || 'The 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')
10384/
10385
10386INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10387values ('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')
10388/
10389
10390INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10391values ('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' || chr(13) || chr(10) || 'The average, over the last minute, of the percentage of time that processors was not idle.' || chr(13) || chr(10) || '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')
10392/
10393
10394INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10395values ('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')
10396/
10397
10398INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10399values ('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')
10400/
10401
10402INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10403values ('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' || chr(13) || chr(10) || 'The 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')
10404/
10405
10406INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10407values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
10408/
10409
10410INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10411values ('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')
10412/
10413
10414INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10415values ('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' || chr(13) || chr(10) || 'The 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')
10416/
10417
10418INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10419values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
10420/
10421
10422INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10423values ('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')
10424/
10425
10426INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10427values ('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' || chr(13) || chr(10) || 'The average, over the last minute, of the percentage of time that processors was not idle.' || chr(13) || chr(10) || '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')
10428/
10429
10430INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10431values ('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')
10432/
10433
10434INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10435values ('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')
10436/
10437
10438INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10439values ('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' || chr(13) || chr(10) || 'The 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')
10440/
10441
10442INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10443values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
10444/
10445
10446INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10447values ('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')
10448/
10449
10450INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10451values ('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' || chr(13) || chr(10) || 'The 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')
10452/
10453
10454INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10455values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
10456/
10457
10458INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10459values ('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')
10460/
10461
10462INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10463values ('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')
10464/
10465
10466INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10467values ('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')
10468/
10469
10470INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10471values ('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')
10472/
10473
10474INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10475values ('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')
10476/
10477
10478INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10479values ('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')
10480/
10481
10482INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10483values ('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')
10484/
10485
10486INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10487values ('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')
10488/
10489
10490INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10491values ('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')
10492/
10493
10494INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10495values ('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')
10496/
10497
10498INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10499values ('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')
10500/
10501
10502INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10503values ('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')
10504/
10505
10506INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10507values ('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')
10508/
10509
10510INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10511values ('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')
10512/
10513
10514INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10515values ('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')
10516/
10517
10518INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10519values ('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')
10520/
10521
10522INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10523values ('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')
10524/
10525
10526INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10527values ('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')
10528/
10529
10530INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10531values ('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')
10532/
10533
10534INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10535values ('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')
10536/
10537
10538INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10539values ('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')
10540/
10541
10542INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10543values ('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')
10544/
10545
10546INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10547values ('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')
10548/
10549
10550INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10551values ('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')
10552/
10553
10554INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10555values ('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')
10556/
10557
10558INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10559values ('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')
10560/
10561
10562INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10563values ('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')
10564/
10565
10566INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10567values ('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')
10568/
10569
10570INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10571values ('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')
10572/
10573
10574INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10575values ('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')
10576/
10577
10578INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10579values ('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')
10580/
10581
10582INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10583values ('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')
10584/
10585
10586INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10587values ('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')
10588/
10589
10590INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10591values ('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')
10592/
10593
10594INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10595values ('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')
10596/
10597
10598INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10599values ('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')
10600/
10601
10602INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10603values ('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')
10604/
10605
10606INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10607values ('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')
10608/
10609
10610INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10611values ('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')
10612/
10613
10614INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10615values ('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')
10616/
10617
10618INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10619values ('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')
10620/
10621
10622INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10623values ('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')
10624/
10625
10626INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10627values ('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')
10628/
10629
10630INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10631values ('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')
10632/
10633
10634INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10635values ('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')
10636/
10637
10638INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10639values ('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')
10640/
10641
10642INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10643values ('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')
10644/
10645
10646INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10647values ('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')
10648/
10649
10650INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10651values ('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')
10652/
10653
10654INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10655values ('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')
10656/
10657
10658INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10659values ('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')
10660/
10661
10662INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10663values ('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')
10664/
10665
10666INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10667values ('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')
10668/
10669
10670INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10671values ('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')
10672/
10673
10674INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10675values ('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')
10676/
10677
10678INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10679values ('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')
10680/
10681
10682INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10683values ('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')
10684/
10685
10686INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10687values ('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')
10688/
10689
10690INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10691values ('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')
10692/
10693
10694INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10695values ('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')
10696/
10697
10698INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10699values ('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')
10700/
10701
10702INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10703values ('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')
10704/
10705
10706INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10707values ('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')
10708/
10709
10710INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10711values ('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')
10712/
10713
10714INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10715values ('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')
10716/
10717
10718INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10719values ('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')
10720/
10721
10722INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10723values ('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')
10724/
10725
10726INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10727values ('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')
10728/
10729
10730INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10731values ('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')
10732/
10733
10734INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10735values ('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')
10736/
10737
10738INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10739values ('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')
10740/
10741
10742INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10743values ('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')
10744/
10745
10746INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10747values ('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')
10748/
10749
10750INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10751values ('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')
10752/
10753
10754INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10755values ('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')
10756/
10757
10758INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10759values ('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')
10760/
10761
10762INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10763values ('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')
10764/
10765
10766INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10767values ('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')
10768/
10769
10770INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10771values ('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')
10772/
10773
10774INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10775values ('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')
10776/
10777
10778INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10779values ('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')
10780/
10781
10782INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10783values ('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')
10784/
10785
10786INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10787values ('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')
10788/
10789
10790INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10791values ('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')
10792/
10793
10794INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10795values ('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')
10796/
10797
10798INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10799values ('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')
10800/
10801
10802INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10803values ('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')
10804/
10805
10806INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10807values ('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')
10808/
10809
10810INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10811values ('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')
10812/
10813
10814INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10815values ('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')
10816/
10817
10818INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10819values ('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')
10820/
10821
10822INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10823values ('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')
10824/
10825
10826INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10827values ('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')
10828/
10829
10830INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10831values ('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')
10832/
10833
10834INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10835values ('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')
10836/
10837
10838INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10839values ('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')
10840/
10841
10842INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10843values ('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')
10844/
10845
10846INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10847values ('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')
10848/
10849
10850INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10851values ('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')
10852/
10853
10854INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10855values ('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')
10856/
10857
10858INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10859values ('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')
10860/
10861
10862INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10863values ('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')
10864/
10865
10866INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10867values ('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')
10868/
10869
10870INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10871values ('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')
10872/
10873
10874INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10875values ('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')
10876/
10877
10878INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10879values ('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')
10880/
10881
10882INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10883values ('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')
10884/
10885
10886INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10887values ('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')
10888/
10889
10890INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10891values ('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')
10892/
10893
10894INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10895values ('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' || chr(13) || chr(10) || 'The average, over the last minute, of the percentage of time that processors was not idle.' || chr(13) || chr(10) || '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')
10896/
10897
10898INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10899values ('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' || chr(13) || chr(10) || 'The average, over the last minute, of the percentage of time that processors was not idle.' || chr(13) || chr(10) || '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')
10900/
10901
10902INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10903values ('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' || chr(13) || chr(10) || 'The average, over the last minute, of the percentage of time that processors was not idle.' || chr(13) || chr(10) || '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')
10904/
10905
10906INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10907values ('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' || chr(13) || chr(10) || 'The average, over the last minute, of the percentage of time that processors was not idle.' || chr(13) || chr(10) || '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')
10908/
10909
10910INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10911values ('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')
10912/
10913
10914INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10915values ('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')
10916/
10917
10918INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10919values ('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')
10920/
10921
10922INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10923values ('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')
10924/
10925
10926INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10927values ('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')
10928/
10929
10930INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10931values ('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')
10932/
10933
10934INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10935values ('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')
10936/
10937
10938INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10939values ('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')
10940/
10941
10942INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10943values ('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' || chr(13) || chr(10) || 'The 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')
10944/
10945
10946INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10947values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
10948/
10949
10950INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10951values ('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')
10952/
10953
10954INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10955values ('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' || chr(13) || chr(10) || 'The 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')
10956/
10957
10958INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10959values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
10960/
10961
10962INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10963values ('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')
10964/
10965
10966INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10967values ('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' || chr(13) || chr(10) || 'The 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')
10968/
10969
10970INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10971values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
10972/
10973
10974INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10975values ('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')
10976/
10977
10978INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10979values ('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' || chr(13) || chr(10) || 'The 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')
10980/
10981
10982INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10983values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
10984/
10985
10986INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10987values ('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')
10988/
10989
10990INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10991values ('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' || chr(13) || chr(10) || 'The 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')
10992/
10993
10994INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10995values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
10996/
10997
10998INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
10999values ('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')
11000/
11001
11002INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
11003values ('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' || chr(13) || chr(10) || 'The 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')
11004/
11005
11006INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
11007values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
11008/
11009
11010INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
11011values ('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')
11012/
11013
11014INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
11015values ('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' || chr(13) || chr(10) || 'The 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')
11016/
11017
11018INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
11019values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
11020/
11021
11022INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
11023values ('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')
11024/
11025
11026INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
11027values ('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' || chr(13) || chr(10) || 'The 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')
11028/
11029
11030INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
11031values ('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' || chr(13) || chr(10) || 'The size of the storage represented by this entry, in units of hrStorageAllocationUnits.' || chr(13) || chr(10) || 'This 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.' || chr(13) || chr(10) || 'For 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')
11032/
11033
11034INSERT INTO items (itemid,type,snmp_community,snmp_oid,hostid,name,key_,delay,history,trends,status,value_type,trapper_hosts,units,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,logtimefmt,templateid,valuemapid,params,ipmi_sensor,authtype,username,password,publickey,privatekey,flags,interfaceid,port,description,inventory_link,lifetime,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,evaltype,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,headers,retrieve_mode,request_method,output_format,verify_peer,verify_host,allow_traps)
11035values ('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')
11036/
11037
11038INSERT INTO optemplate (optemplateid,operationid,templateid)
11039values ('1','1','10001')
11040/
11041
11042INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11043values ('10010','{13078}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11044/
11045
11046INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11047values ('10011','{13084}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11048/
11049
11050INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11051values ('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')
11052/
11053
11054INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11055values ('10016','{10199}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11056/
11057
11058INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11059values ('10021','{12583}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0')
11060/
11061
11062INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11063values ('10041','{10204}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11064/
11065
11066INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11067values ('10042','{12553}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11068/
11069
11070INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11071values ('10043','{10208}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11072/
11073
11074INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11075values ('10044','{10207}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11076/
11077
11078INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11079values ('10190','{13082}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11080/
11081
11082INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11083values ('13000','{12144}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11084/
11085
11086INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11087values ('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')
11088/
11089
11090INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11091values ('13017','{12651}>75','More than 75% used in the history index cache','','0','3','',NULL,'0','0','0','','0','','0')
11092/
11093
11094INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11095values ('13019','{12649}>75','More than 75% used in the trends cache','','0','3','',NULL,'0','0','0','','0','','0')
11096/
11097
11098INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11099values ('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')
11100/
11101
11102INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11103values ('13025','{12549}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','',NULL,'0','0','0','','0','','0')
11104/
11105
11106INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11107values ('13026','{12926}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11108/
11109
11110INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11111values ('13073','{12645}>75','More than 75% used in the history cache','','0','3','',NULL,'0','0','0','','0','','0')
11112/
11113
11114INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11115values ('13074','{12646}>95','More than 95% used in the value cache','','0','3','',NULL,'0','0','0','','0','','0')
11116/
11117
11118INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11119values ('13080','{13164}>75','Zabbix alerter processes more than 75% busy','','0','3','',NULL,'0','0','1','{13164}<65','0','','0')
11120/
11121
11122INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11123values ('13081','{13170}>75','Zabbix configuration syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13170}<65','0','','0')
11124/
11125
11126INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11127values ('13083','{13172}>75','Zabbix discoverer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13172}<65','0','','0')
11128/
11129
11130INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11131values ('13084','{13174}>75','Zabbix escalator processes more than 75% busy','','0','3','',NULL,'0','0','1','{13174}<65','0','','0')
11132/
11133
11134INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11135values ('13085','{13176}>75','Zabbix history syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13176}<65','0','','0')
11136/
11137
11138INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11139values ('13086','{13178}>75','Zabbix housekeeper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13178}<65','0','','0')
11140/
11141
11142INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11143values ('13087','{13180}>75','Zabbix http poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13180}<65','0','','0')
11144/
11145
11146INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11147values ('13088','{13182}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','',NULL,'0','0','1','{13182}<65','0','','0')
11148/
11149
11150INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11151values ('13089','{13184}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13184}<65','0','','0')
11152/
11153
11154INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11155values ('13091','{13188}>75','Zabbix poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13188}<65','0','','0')
11156/
11157
11158INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11159values ('13092','{13190}>75','Zabbix proxy poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13190}<65','0','','0')
11160/
11161
11162INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11163values ('13093','{13192}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','',NULL,'0','0','1','{13192}<65','0','','0')
11164/
11165
11166INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11167values ('13094','{13198}>75','Zabbix timer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13198}<65','0','','0')
11168/
11169
11170INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11171values ('13095','{13200}>75','Zabbix trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13200}<65','0','','0')
11172/
11173
11174INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11175values ('13096','{13202}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13202}<65','0','','0')
11176/
11177
11178INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11179values ('13097','{13204}>75','Zabbix vmware collector processes more than 75% busy','','0','3','',NULL,'0','0','1','{13204}<65','0','','0')
11180/
11181
11182INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11183values ('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')
11184/
11185
11186INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11187values ('13266','{12592}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11188/
11189
11190INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11191values ('13272','{12598}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11192/
11193
11194INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11195values ('13275','{13186}>75','Zabbix java poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13186}<65','0','','0')
11196/
11197
11198INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11199values ('13285','{13159}=0','Telnet service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11200/
11201
11202INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11203values ('13330','{12717}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11204/
11205
11206INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11207values ('13331','{12718}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11208/
11209
11210INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11211values ('13332','{13089}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11212/
11213
11214INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11215values ('13333','{13088}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11216/
11217
11218INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11219values ('13334','{13087}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11220/
11221
11222INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11223values ('13336','{12723}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11224/
11225
11226INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11227values ('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')
11228/
11229
11230INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11231values ('13338','{12725}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11232/
11233
11234INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11235values ('13339','{12726}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0')
11236/
11237
11238INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11239values ('13340','{12727}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11240/
11241
11242INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11243values ('13341','{12728}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11244/
11245
11246INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11247values ('13342','{12729}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11248/
11249
11250INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11251values ('13343','{12730}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11252/
11253
11254INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11255values ('13346','{12733}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11256/
11257
11258INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11259values ('13347','{12734}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11260/
11261
11262INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11263values ('13348','{13074}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11264/
11265
11266INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11267values ('13349','{13073}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11268/
11269
11270INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11271values ('13350','{13072}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11272/
11273
11274INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11275values ('13352','{12739}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11276/
11277
11278INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11279values ('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')
11280/
11281
11282INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11283values ('13354','{12741}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11284/
11285
11286INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11287values ('13355','{12742}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0')
11288/
11289
11290INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11291values ('13356','{12743}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11292/
11293
11294INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11295values ('13357','{12744}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11296/
11297
11298INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11299values ('13358','{12745}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11300/
11301
11302INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11303values ('13359','{12746}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11304/
11305
11306INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11307values ('13364','{13071}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11308/
11309
11310INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11311values ('13365','{13070}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11312/
11313
11314INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11315values ('13366','{13069}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11316/
11317
11318INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11319values ('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')
11320/
11321
11322INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11323values ('13368','{12755}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11324/
11325
11326INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11327values ('13370','{12757}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11328/
11329
11330INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11331values ('13371','{12758}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0')
11332/
11333
11334INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11335values ('13372','{12759}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11336/
11337
11338INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11339values ('13373','{12760}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11340/
11341
11342INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11343values ('13374','{12761}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11344/
11345
11346INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11347values ('13375','{12762}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11348/
11349
11350INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11351values ('13382','{13075}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11352/
11353
11354INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11355values ('13384','{12771}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11356/
11357
11358INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11359values ('13386','{12773}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11360/
11361
11362INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11363values ('13388','{12775}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11364/
11365
11366INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11367values ('13389','{12776}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11368/
11369
11370INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11371values ('13390','{12777}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11372/
11373
11374INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11375values ('13391','{12778}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11376/
11377
11378INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11379values ('13395','{12782}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11380/
11381
11382INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11383values ('13396','{13093}>30','Too many processes running on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11384/
11385
11386INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11387values ('13397','{13092}>300','Too many processes on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11388/
11389
11390INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11391values ('13398','{13091}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11392/
11393
11394INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11395values ('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')
11396/
11397
11398INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11399values ('13400','{12787}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11400/
11401
11402INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11403values ('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')
11404/
11405
11406INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11407values ('13402','{12789}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11408/
11409
11410INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11411values ('13403','{12790}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0')
11412/
11413
11414INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11415values ('13404','{12791}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11416/
11417
11418INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11419values ('13405','{12792}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11420/
11421
11422INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11423values ('13406','{12793}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11424/
11425
11426INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11427values ('13407','{12794}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11428/
11429
11430INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11431values ('13410','{12797}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11432/
11433
11434INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11435values ('13411','{12798}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11436/
11437
11438INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11439values ('13414','{13086}>5','Processor load is too high on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11440/
11441
11442INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11443values ('13416','{12803}>0','Hostname was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11444/
11445
11446INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11447values ('13418','{12805}>0','Host information was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11448/
11449
11450INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11451values ('13419','{12806}<0','{HOST.NAME} has just been restarted','','0','1','',NULL,'0','0','0','','0','','0')
11452/
11453
11454INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11455values ('13420','{12807}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
11456/
11457
11458INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11459values ('13421','{12808}<20M','Lack of available memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11460/
11461
11462INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11463values ('13422','{12809}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11464/
11465
11466INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11467values ('13423','{12810}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11468/
11469
11470INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11471values ('13425','{12812}>0','Host information was changed on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11472/
11473
11474INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11475values ('13428','{12815}<0','{HOST.NAME} has just been restarted','','0','3','',NULL,'0','0','0','','0','','0')
11476/
11477
11478INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11479values ('13430','{13095}>300','Too many processes on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11480/
11481
11482INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11483values ('13431','{12818}<10','Lack of available virtual memory on server {HOST.NAME}','','0','3','',NULL,'0','0','1','{12818}>20','0','','0')
11484/
11485
11486INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11487values ('13433','{12820}<10000','Lack of free memory on server {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11488/
11489
11490INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11491values ('13435','{13094}>5','Processor load is too high on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11492/
11493
11494INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11495values ('13439','{12826}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','',NULL,'0','2','0','','0','','0')
11496/
11497
11498INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11499values ('13441','{13194}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13194}<65','0','','0')
11500/
11501
11502INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11503values ('13507','{12936}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
11504/
11505
11506INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11507values ('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')
11508/
11509
11510INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11511values ('13518','{12947}>75','More than 75% used in the history cache','','0','3','',NULL,'0','0','0','','0','','0')
11512/
11513
11514INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11515values ('13519','{12948}>75','More than 75% used in the history index cache','','0','3','',NULL,'0','0','0','','0','','0')
11516/
11517
11518INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11519values ('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')
11520/
11521
11522INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11523values ('13521','{13206}>75','Zabbix configuration syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13206}<65','0','','0')
11524/
11525
11526INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11527values ('13522','{13208}>75','Zabbix discoverer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13208}<65','0','','0')
11528/
11529
11530INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11531values ('13523','{13210}>75','Zabbix history syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{13210}<65','0','','0')
11532/
11533
11534INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11535values ('13524','{13211}>75','Zabbix housekeeper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13211}<65','0','','0')
11536/
11537
11538INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11539values ('13525','{13212}>75','Zabbix http poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13212}<65','0','','0')
11540/
11541
11542INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11543values ('13526','{13213}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','',NULL,'0','0','1','{13213}<65','0','','0')
11544/
11545
11546INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11547values ('13527','{13214}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13214}<65','0','','0')
11548/
11549
11550INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11551values ('13528','{13215}>75','Zabbix java poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13215}<65','0','','0')
11552/
11553
11554INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11555values ('13529','{13216}>75','Zabbix poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13216}<65','0','','0')
11556/
11557
11558INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11559values ('13530','{13217}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','',NULL,'0','0','1','{13217}<65','0','','0')
11560/
11561
11562INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11563values ('13531','{13218}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13218}<65','0','','0')
11564/
11565
11566INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11567values ('13532','{13219}>75','Zabbix trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{13219}<65','0','','0')
11568/
11569
11570INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11571values ('13533','{13220}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{13220}<65','0','','0')
11572/
11573
11574INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11575values ('13534','{13207}>75','Zabbix data sender processes more than 75% busy','','0','3','',NULL,'0','0','1','{13207}<65','0','','0')
11576/
11577
11578INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11579values ('13535','{13209}>75','Zabbix heartbeat sender processes more than 75% busy','','0','3','',NULL,'0','0','1','{13209}<65','0','','0')
11580/
11581
11582INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11583values ('13536','{12965}>75','More than 75% used in the vmware cache','','0','3','',NULL,'0','0','0','','0','','0')
11584/
11585
11586INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11587values ('13544','{12994}=0','FTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11588/
11589
11590INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11591values ('13545','{12995}=0','HTTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11592/
11593
11594INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11595values ('13546','{12996}=0','HTTPS service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11596/
11597
11598INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11599values ('13547','{12997}=0','IMAP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11600/
11601
11602INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11603values ('13548','{12998}=0','LDAP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11604/
11605
11606INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11607values ('13549','{13154}=0','NNTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11608/
11609
11610INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11611values ('13550','{13156}=0','NTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11612/
11613
11614INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11615values ('13551','{13152}=0','POP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11616/
11617
11618INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11619values ('13552','{13157}=0','SMTP service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11620/
11621
11622INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11623values ('13553','{13158}=0','SSH service is down on {HOST.NAME}','','0','3','',NULL,'0','0','0','','0','','0')
11624/
11625
11626INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11627values ('13557','{13160}=1','Zabbix value cache working in low memory mode','','0','4','',NULL,'0','0','0','','0','','0')
11628/
11629
11630INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11631values ('13559','{13196}>75','Zabbix task manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13196}<65','0','','0')
11632/
11633
11634INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11635values ('13561','{13221}<>0','Service "{#SERVICE.NAME}" ({#SERVICE.DISPLAYNAME}) is not running (startup type {#SERVICE.STARTUPNAME})','','0','3','',NULL,'0','2','0','','0','','0')
11636/
11637
11638INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11639values ('13562','{13222}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13222}<65','0','','0')
11640/
11641
11642INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11643values ('13564','{13224}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13224}<65','0','','0')
11644/
11645
11646INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11647values ('13565','{13225}>75','Zabbix task manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13225}<65','0','','0')
11648/
11649
11650INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11651values ('13566','{13226}>75','Zabbix alert manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13226}<65','0','','0')
11652/
11653
11654INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11655values ('13568','{13228}>75','Zabbix preprocessing manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{13228}<65','0','','0')
11656/
11657
11658INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11659values ('13569','{13229}>75','Zabbix preprocessing worker processes more than 75% busy','','0','3','',NULL,'0','0','1','{13229}<65','0','','0')
11660/
11661
11662INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11663values ('14194','{14305}=0','MySQL is down','','0','2','',NULL,'0','0','0','','0','','0')
11664/
11665
11666INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11667values ('14195','{14306}<1.597 or {14306}>2.019','BB +1.8V SM Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11668/
11669
11670INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11671values ('14196','{14307}<1.646 or {14307}>1.960','BB +1.8V SM Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11672/
11673
11674INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11675values ('14197','{14308}<2.876 or {14308}>3.729','BB +3.3V Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11676/
11677
11678INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11679values ('14198','{14309}<2.970 or {14309}>3.618','BB +3.3V Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11680/
11681
11682INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11683values ('14199','{14310}<2.876 or {14310}>3.729','BB +3.3V STBY Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11684/
11685
11686INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11687values ('14200','{14311}<2.970 or {14311}>3.618','BB +3.3V STBY Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11688/
11689
11690INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11691values ('14201','{14312}<4.362 or {14312}>5.663','BB +5.0V Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11692/
11693
11694INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11695values ('14202','{14313}<4.483 or {14313}>5.495','BB +5.0V Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11696/
11697
11698INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11699values ('14203','{14314}<5 or {14314}>66','BB Ambient Temp Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11700/
11701
11702INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11703values ('14204','{14315}<10 or {14315}>61','BB Ambient Temp Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11704/
11705
11706INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11707values ('14205','{14316}=0','Power','','0','2','',NULL,'0','0','0','','0','','0')
11708/
11709
11710INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11711values ('14206','{14317}<5 or {14317}>90','Baseboard Temp Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11712/
11713
11714INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11715values ('14207','{14318}<10 or {14318}>83','Baseboard Temp Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11716/
11717
11718INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11719values ('14208','{14319}<0.953 or {14319}>1.149','BB +1.05V PCH Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11720/
11721
11722INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11723values ('14209','{14320}<0.985 or {14320}>1.117','BB +1.05V PCH Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11724/
11725
11726INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11727values ('14210','{14321}<0.683 or {14321}>1.543','BB +1.1V P1 Vccp Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11728/
11729
11730INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11731values ('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')
11732/
11733
11734INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11735values ('14212','{14323}<1.362 or {14323}>1.635','BB +1.5V P1 DDR3 Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11736/
11737
11738INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11739values ('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')
11740/
11741
11742INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11743values ('14214','{14325}<2.982 or {14325}>3.625','BB +3.3V Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11744/
11745
11746INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11747values ('14215','{14326}<3.067 or {14326}>3.525','BB +3.3V Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11748/
11749
11750INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11751values ('14216','{14327}<2.982 or {14327}>3.625','BB +3.3V STBY Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11752/
11753
11754INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11755values ('14217','{14328}<3.067 or {14328}>3.525','BB +3.3V STBY Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11756/
11757
11758INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11759values ('14218','{14329}<4.471 or {14329}>5.538','BB +5.0V Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11760/
11761
11762INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11763values ('14219','{14330}<4.630 or {14330}>5.380','BB +5.0V Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11764/
11765
11766INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11767values ('14220','{14331}<0 or {14331}>48','Front Panel Temp Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11768/
11769
11770INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11771values ('14221','{14332}<5 or {14332}>44','Front Panel Temp Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11772/
11773
11774INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11775values ('14222','{14333}=0','Power','','0','2','',NULL,'0','0','0','','0','','0')
11776/
11777
11778INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11779values ('14223','{14334}<324','System Fan 2 Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11780/
11781
11782INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11783values ('14224','{14335}<378','System Fan 2 Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11784/
11785
11786INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11787values ('14225','{14336}<324','System Fan 3 Critical [{ITEM.VALUE}]','','0','5','',NULL,'0','0','0','','0','','0')
11788/
11789
11790INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11791values ('14226','{14337}<378','System Fan 3 Non-Critical [{ITEM.VALUE}]','','0','4','',NULL,'0','0','0','','0','','0')
11792/
11793
11794INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11795values ('14251','{14378}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.',NULL,'0','0','0','','0','','0')
11796/
11797
11798INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11799values ('14252','{14379}>{$ICMP_LOSS_WARN} and {14379}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11800/
11801
11802INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11803values ('14253','{14380}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11804/
11805
11806INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11807values ('14316','{14513}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11808/
11809
11810INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11811values ('14317','{14514}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11812/
11813
11814INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11815values ('14318','{14515}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14516}<{$TEMP_WARN:""}-3','0','','0')
11816/
11817
11818INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11819values ('14319','{14517}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14518}<{$TEMP_CRIT:""}-3','0','','0')
11820/
11821
11822INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11823values ('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')
11824/
11825
11826INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11827values ('14322','{14522}=1 and {14523}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
11828/
11829
11830INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11831values ('14332','{14541}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11832/
11833
11834INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11835values ('14333','{14542}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11836/
11837
11838INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11839values ('14336','{14545}=1 and {14546}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
11840/
11841
11842INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11843values ('14337','{14547}=1 and {14548}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
11844/
11845
11846INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11847values ('14339','{14552}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14553}<{$TEMP_CRIT:""}-3','0','','0')
11848/
11849
11850INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11851values ('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')
11852/
11853
11854INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11855values ('14361','{14592}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11856/
11857
11858INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11859values ('14362','{14593}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11860/
11861
11862INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11863values ('14363','{14594}=1 and {14595}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
11864/
11865
11866INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11867values ('14364','{14596}=1 and {14597}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
11868/
11869
11870INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11871values ('14365','{14598}=1 and {14599}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
11872/
11873
11874INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11875values ('14372','{14606}>{$TEMP_WARN:""}','{#SENSOR_DESCR}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14607}<{$TEMP_WARN:""}-3','0','','0')
11876/
11877
11878INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11879values ('14373','{14608}>{$TEMP_CRIT:""}','{#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14609}<{$TEMP_CRIT:""}-3','0','','0')
11880/
11881
11882INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11883values ('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')
11884/
11885
11886INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11887values ('14375','{14612}>{$TEMP_WARN:""}','Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14613}<{$TEMP_WARN:""}-3','0','','0')
11888/
11889
11890INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11891values ('14376','{14614}>{$TEMP_CRIT:""}','Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14615}<{$TEMP_CRIT:""}-3','0','','0')
11892/
11893
11894INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11895values ('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')
11896/
11897
11898INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11899values ('14380','{14620}>{$TEMP_WARN:""}','{#SENSOR_DESCR}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14621}<{$TEMP_WARN:""}-3','0','','0')
11900/
11901
11902INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11903values ('14381','{14622}>{$TEMP_CRIT:""}','{#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14623}<{$TEMP_CRIT:""}-3','0','','0')
11904/
11905
11906INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11907values ('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')
11908/
11909
11910INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11911values ('14383','{14626}=1 and {14627}>0','Unit {#SNMPVALUE}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
11912/
11913
11914INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11915values ('14409','{14669}=1 and {14670}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','0','','0','','1')
11916/
11917
11918INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11919values ('14417','{14681}=1 and {14682}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','0','','0','','1')
11920/
11921
11922INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11923values ('14456','{14752}>{$CPU_UTIL_MAX}','#{#SNMPINDEX}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
11924/
11925
11926INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11927values ('14457','{14753}>{$MEMORY_UTIL_MAX}','#{#SNMPINDEX}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
11928/
11929
11930INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11931values ('14460','{14756}>{$TEMP_WARN:""}','Device {#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14757}<{$TEMP_WARN:""}-3','0','','0')
11932/
11933
11934INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11935values ('14461','{14758}>{$TEMP_CRIT:""}','Device {#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14759}<{$TEMP_CRIT:""}-3','0','','0')
11936/
11937
11938INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11939values ('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')
11940/
11941
11942INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11943values ('14463','{14762}=1 and {14763}>0','#{#SNMPVALUE}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
11944/
11945
11946INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11947values ('14473','{14781}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11948/
11949
11950INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11951values ('14474','{14782}=1 and {14783}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
11952/
11953
11954INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11955values ('14475','{14784}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
11956/
11957
11958INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11959values ('14476','{14785}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14786}<{$TEMP_WARN:""}-3','0','','0')
11960/
11961
11962INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11963values ('14477','{14787}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14788}<{$TEMP_CRIT:""}-3','0','','0')
11964/
11965
11966INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11967values ('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')
11968/
11969
11970INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11971values ('14491','{14811}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
11972/
11973
11974INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11975values ('14492','{14812}=1 and {14813}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
11976/
11977
11978INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11979values ('14493','{14814}=1 and {14815}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
11980/
11981
11982INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11983values ('14494','{14816}>{$MEMORY_UTIL_MAX}','#{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
11984/
11985
11986INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11987values ('14495','{14817}>{$TEMP_WARN:""}','#{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14818}<{$TEMP_WARN:""}-3','0','','0')
11988/
11989
11990INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11991values ('14496','{14819}>{$TEMP_CRIT:""}','#{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14820}<{$TEMP_CRIT:""}-3','0','','0')
11992/
11993
11994INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11995values ('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')
11996/
11997
11998INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
11999values ('14510','{14843}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
12000/
12001
12002INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12003values ('14511','{14844}>{$TEMP_WARN:""}','Device: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{14845}<{$TEMP_WARN:""}-3','0','','0')
12004/
12005
12006INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12007values ('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')
12008/
12009
12010INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12011values ('14514','{14851}=1 and {14852}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12012/
12013
12014INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12015values ('14515','{14853}=1 and {14854}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
12016/
12017
12018INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12019values ('14516','{14855}>{$MEMORY_UTIL_MAX}','#{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12020/
12021
12022INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12023values ('14549','{14912}>{$CPU_UTIL_MAX}','{#MODULE_NAME}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12024/
12025
12026INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12027values ('14550','{14913}>{$MEMORY_UTIL_MAX}','{#MODULE_NAME}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12028/
12029
12030INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12031values ('14551','{14914}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14915}<{$TEMP_WARN:""}-3','0','','0')
12032/
12033
12034INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12035values ('14552','{14916}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14917}<{$TEMP_CRIT:""}-3','0','','0')
12036/
12037
12038INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12039values ('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')
12040/
12041
12042INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12043values ('14556','{14922}=1 and {14923}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
12044/
12045
12046INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12047values ('14557','{14924}=1 and {14925}>0','{#ENT_NAME}: Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','2','2','','0','','1')
12048/
12049
12050INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12051values ('14587','{14977}>{$CPU_UTIL_MAX}','{#ENT_NAME}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12052/
12053
12054INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12055values ('14588','{14978}>{$MEMORY_UTIL_MAX}','{#ENT_NAME}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12056/
12057
12058INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12059values ('14589','{14979}>{$TEMP_WARN:""}','{#ENT_NAME}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14980}<{$TEMP_WARN:""}-3','0','','0')
12060/
12061
12062INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12063values ('14590','{14981}>{$TEMP_CRIT:""}','{#ENT_NAME}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{14982}<{$TEMP_CRIT:""}-3','0','','0')
12064/
12065
12066INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12067values ('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')
12068/
12069
12070INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12071values ('14592','{14985}=1 and {14986}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
12072/
12073
12074INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12075values ('14603','{15005}=1 and {15006}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
12076/
12077
12078INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12079values ('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')
12080/
12081
12082INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12083values ('14607','{15015}=1 and {15016}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
12084/
12085
12086INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12087values ('14621','{15038}=1 and {15039}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12088/
12089
12090INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12091values ('14623','{15041}>{$MEMORY_UTIL_MAX}','{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12092/
12093
12094INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12095values ('14624','{15042}>{$TEMP_WARN:""}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15043}<{$TEMP_WARN:""}-3','0','','0')
12096/
12097
12098INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12099values ('14625','{15044}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15045}<{$TEMP_CRIT:""}-3','0','','0')
12100/
12101
12102INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12103values ('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')
12104/
12105
12106INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12107values ('14657','{15099}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
12108/
12109
12110INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12111values ('14658','{15100}>{$TEMP_WARN:"Device"}','Device: Temperature is above warning threshold: >{$TEMP_WARN:"Device"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{15101}<{$TEMP_WARN:"Device"}-3','0','','0')
12112/
12113
12114INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12115values ('14659','{15102}>{$TEMP_CRIT:"Device"}','Device: Temperature is above critical threshold: >{$TEMP_CRIT:"Device"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{15103}<{$TEMP_CRIT:"Device"}-3','0','','0')
12116/
12117
12118INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12119values ('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')
12120/
12121
12122INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12123values ('14661','{15106}=1 and {15107}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12124/
12125
12126INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12127values ('14662','{15108}=1 and {15109}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
12128/
12129
12130INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12131values ('14663','{15110}>{$CPU_UTIL_MAX}','#{#SNMPINDEX}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12132/
12133
12134INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12135values ('14664','{15111}>{$TEMP_WARN:"CPU"}','CPU: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15112}<{$TEMP_WARN:"CPU"}-3','0','','0')
12136/
12137
12138INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12139values ('14665','{15113}>{$TEMP_CRIT:"CPU"}','CPU: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15114}<{$TEMP_CRIT:"CPU"}-3','0','','0')
12140/
12141
12142INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12143values ('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')
12144/
12145
12146INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12147values ('14667','{15117}>{$STORAGE_UTIL_CRIT}','Disk-{#SNMPINDEX}: Disk space is critically low','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12148/
12149
12150INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12151values ('14668','{15118}>{$STORAGE_UTIL_WARN}','Disk-{#SNMPINDEX}: Disk space is low','','0','2','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12152/
12153
12154INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12155values ('14678','{15136}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
12156/
12157
12158INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12159values ('14679','{15137}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
12160/
12161
12162INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12163values ('14680','{15138}=1 and {15139}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12164/
12165
12166INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12167values ('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')
12168/
12169
12170INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12171values ('14696','{15168}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
12172/
12173
12174INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12175values ('14697','{15169}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
12176/
12177
12178INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12179values ('14698','{15170}=1 and {15171}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12180/
12181
12182INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12183values ('14699','{15172}=1 and {15173}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
12184/
12185
12186INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12187values ('14709','{15191}=1 and {15192}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12188/
12189
12190INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12191values ('14710','{15193}=1 and {15194}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
12192/
12193
12194INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12195values ('14711','{15195}>{$CPU_UTIL_MAX}','#{#SNMPVALUE}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12196/
12197
12198INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12199values ('14712','{15196}>{$MEMORY_UTIL_MAX}','#{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12200/
12201
12202INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12203values ('14722','{15214}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
12204/
12205
12206INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12207values ('14723','{15215}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
12208/
12209
12210INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12211values ('14724','{15216}=1 and {15217}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
12212/
12213
12214INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12215values ('14911','{15683}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','0','0','','0','','0')
12216/
12217
12218INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12219values ('14912','{15684}=1 and {15685}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12220/
12221
12222INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12223values ('14913','{15686}=1 and {15687}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
12224/
12225
12226INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12227values ('14914','{15688}>{$TEMP_WARN:""}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15689}<{$TEMP_WARN:""}-3','0','','0')
12228/
12229
12230INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12231values ('14915','{15690}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15691}<{$TEMP_CRIT:""}-3','0','','0')
12232/
12233
12234INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12235values ('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')
12236/
12237
12238INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12239values ('14917','{15694}>{$MEMORY_UTIL_MAX}','#{#SNMPVALUE}: High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
12240/
12241
12242INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12243values ('14934','{15721}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{15722}<{$TEMP_CRIT:""}-3','0','','0')
12244/
12245
12246INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12247values ('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')
12248/
12249
12250INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12251values ('14937','{15726}=1 and {15727}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
12252/
12253
12254INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12255values ('14939','{15729}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling',NULL,'0','2','0','','0','','1')
12256/
12257
12258INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12259values ('14941','{15731}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling',NULL,'0','2','0','','0','','1')
12260/
12261
12262INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12263values ('15161','{16352}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.',NULL,'0','0','0','','0','','0')
12264/
12265
12266INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12267values ('15170','{16375}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.',NULL,'0','0','0','','0','','0')
12268/
12269
12270INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12271values ('15330','{16818}=1','#{#SNMPINDEX}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12272/
12273
12274INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12275values ('15331','{16819}=1','PSU {#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12276/
12277
12278INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12279values ('15332','{16820}=1','PSU {#SNMPVALUE}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12280/
12281
12282INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12283values ('15333','{16821}=1','Fan {#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12284/
12285
12286INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12287values ('15334','{16822}=1','Fan {#SNMPVALUE}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12288/
12289
12290INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12291values ('15335','{16823}>{$TEMP_WARN:""}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{16824}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16825}<{$TEMP_WARN:""}-3','0','','0')
12292/
12293
12294INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12295values ('15336','{16826}>{$TEMP_CRIT:""}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{16827}={$TEMP_CRIT_STATUS}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16828}<{$TEMP_CRIT:""}-3','0','','0')
12296/
12297
12298INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12299values ('15337','{16829}=1','{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12300/
12301
12302INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12303values ('15338','{16830}=1','{#SNMPVALUE}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12304/
12305
12306INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12307values ('15339','{16831}=1','{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12308/
12309
12310INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12311values ('15340','{16832}=1','#{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12312/
12313
12314INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12315values ('15341','{16833}=1','#{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12316/
12317
12318INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12319values ('15344','{16840}=1 or {16841}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12320/
12321
12322INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12323values ('15345','{16842}=1 or {16843}=1','{#SENSOR_INFO}: Power supply is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12324/
12325
12326INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12327values ('15346','{16844}=1 or {16845}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12328/
12329
12330INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12331values ('15347','{16846}=1 or {16847}=1','{#SENSOR_INFO}: Fan is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12332/
12333
12334INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12335values ('15366','{16890}=1','{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12336/
12337
12338INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12339values ('15367','{16891}=1','{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12340/
12341
12342INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12343values ('15368','{16892}>{$TEMP_CRIT:""}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{16893}={$TEMP_CRIT_STATUS}','Device: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','0','1','{16894}<{$TEMP_CRIT:""}-3','0','','0')
12344/
12345
12346INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12347values ('15369','{16895}=1','PSU {#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12348/
12349
12350INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12351values ('15370','{16896}=1','Fan {#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12352/
12353
12354INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12355values ('15371','{16897}=1 or {16898}=1','{#ENT_NAME}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12356/
12357
12358INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12359values ('15372','{16899}=1 or {16900}=1 or {16901}=1','{#ENT_NAME}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12360/
12361
12362INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12363values ('15373','{16902}=1','{#ENT_DESCR}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12364/
12365
12366INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12367values ('15374','{16903}=1','{#ENT_DESCR}: Fan is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12368/
12369
12370INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12371values ('15375','{16904}=1','{#ENT_DESCR}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12372/
12373
12374INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12375values ('15376','{16905}=1','{#ENT_DESCR}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12376/
12377
12378INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12379values ('15377','{16906}=1','{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12380/
12381
12382INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12383values ('15378','{16907}=1','{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12384/
12385
12386INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12387values ('15379','{16908}=1','PSU {#PSU_INDEX}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12388/
12389
12390INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12391values ('15380','{16909}=1','PSU {#PSU_INDEX}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12392/
12393
12394INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12395values ('15381','{16910}=1','Fan {#FAN_INDEX}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12396/
12397
12398INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12399values ('15382','{16911}=1','Fan {#FAN_INDEX}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12400/
12401
12402INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12403values ('15383','{16912}=1','Unit {#PSU_UNIT} PSU {#PSU_INDEX}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12404/
12405
12406INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12407values ('15384','{16913}=1','Unit {#PSU_UNIT} PSU {#PSU_INDEX}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12408/
12409
12410INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12411values ('15385','{16914}=1','Unit {#FAN_UNIT} Fan {#FAN_INDEX}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12412/
12413
12414INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12415values ('15386','{16915}=1','Unit {#FAN_UNIT} Fan {#FAN_INDEX}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12416/
12417
12418INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12419values ('15387','{16916}>{$TEMP_WARN:""}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{16917}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16918}<{$TEMP_WARN:""}-3','0','','0')
12420/
12421
12422INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12423values ('15388','{16919}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12424/
12425
12426INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12427values ('15389','{16920}=1','{#ENT_NAME}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12428/
12429
12430INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12431values ('15390','{16921}>{$TEMP_WARN:""}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{16922}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16923}<{$TEMP_WARN:""}-3','0','','0')
12432/
12433
12434INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12435values ('15391','{16924}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12436/
12437
12438INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12439values ('15392','{16925}=1','{#SENSOR_INFO}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12440/
12441
12442INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12443values ('15393','{16926}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12444/
12445
12446INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12447values ('15394','{16927}=1','{#SENSOR_INFO}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12448/
12449
12450INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12451values ('15395','{16928}=1','#{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12452/
12453
12454INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12455values ('15396','{16929}>{$TEMP_WARN:""}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{16930}={$TEMP_WARN_STATUS}','#{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16931}<{$TEMP_WARN:""}-3','0','','0')
12456/
12457
12458INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12459values ('15397','{16932}>{$TEMP_CRIT:""}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{16933}={$TEMP_CRIT_STATUS}','#{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{16934}<{$TEMP_CRIT:""}-3','0','','0')
12460/
12461
12462INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12463values ('15398','{16935}=1','#{#SNMPVALUE}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12464/
12465
12466INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12467values ('15399','{16936}=1','#{#SNMPVALUE}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12468/
12469
12470INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12471values ('15640','{17657}>75','More than 75% used in the vmware cache','','0','3','',NULL,'0','0','0','','0','','0')
12472/
12473
12474INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12475values ('15641','{17658}>75','Zabbix vmware collector processes more than 75% busy','','0','3','',NULL,'0','0','1','{17658}<65','0','','0')
12476/
12477
12478INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12479values ('15642','{17659}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes',NULL,'0','0','0','','0','','1')
12480/
12481
12482INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12483values ('15645','{17662}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes',NULL,'0','0','0','','0','','1')
12484/
12485
12486INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12487values ('15670','{17687}<0 and {17688}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17689}=6 or' || chr(13) || chr(10) || '{17689}=7 or' || chr(13) || chr(10) || '{17689}=11 or' || chr(13) || chr(10) || '{17689}=62 or' || chr(13) || chr(10) || '{17689}=69 or' || chr(13) || chr(10) || '{17689}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17690}=2)','0','','1')
12488/
12489
12490INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12491values ('15671','{17692}<0 and {17693}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17694}=6 or' || chr(13) || chr(10) || '{17694}=7 or' || chr(13) || chr(10) || '{17694}=11 or' || chr(13) || chr(10) || '{17694}=62 or' || chr(13) || chr(10) || '{17694}=69 or' || chr(13) || chr(10) || '{17694}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17695}=2)','0','','1')
12492/
12493
12494INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12495values ('15692','{17797}<0 and {17798}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17799}=6 or' || chr(13) || chr(10) || '{17799}=7 or' || chr(13) || chr(10) || '{17799}=11 or' || chr(13) || chr(10) || '{17799}=62 or' || chr(13) || chr(10) || '{17799}=69 or' || chr(13) || chr(10) || '{17799}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17800}=2)','0','','1')
12496/
12497
12498INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12499values ('15695','{17812}<0 and {17813}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17814}=6 or' || chr(13) || chr(10) || '{17814}=7 or' || chr(13) || chr(10) || '{17814}=11 or' || chr(13) || chr(10) || '{17814}=62 or' || chr(13) || chr(10) || '{17814}=69 or' || chr(13) || chr(10) || '{17814}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17815}=2)','0','','1')
12500/
12501
12502INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12503values ('15698','{17827}<0 and {17828}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17829}=6 or' || chr(13) || chr(10) || '{17829}=7 or' || chr(13) || chr(10) || '{17829}=11 or' || chr(13) || chr(10) || '{17829}=62 or' || chr(13) || chr(10) || '{17829}=69 or' || chr(13) || chr(10) || '{17829}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17830}=2)','0','','1')
12504/
12505
12506INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12507values ('15714','{17859}>{$TEMP_WARN:""}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{17860}={$TEMP_WARN_STATUS}','{#SENSOR_INFO}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17861}<{$TEMP_WARN:""}-3','0','','0')
12508/
12509
12510INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12511values ('15715','{17862}>{$TEMP_CRIT:""}','{#SENSOR_INFO}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17863}<{$TEMP_CRIT:""}-3','0','','0')
12512/
12513
12514INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12515values ('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')
12516/
12517
12518INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12519values ('15717','{17866}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12520/
12521
12522INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12523values ('15718','{17867}=1 and {17868}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
12524/
12525
12526INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12527values ('15719','{17869}=1','{#ENT_NAME}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12528/
12529
12530INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12531values ('15720','{17870}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for errors',NULL,'0','0','0','','0','','0')
12532/
12533
12534INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12535values ('15721','{17871}=1 or {17872}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for warnings',NULL,'0','0','0','','0','','0')
12536/
12537
12538INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12539values ('15722','{17873}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for errors',NULL,'0','0','0','','0','','0')
12540/
12541
12542INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12543values ('15728','{17879}=1','System is in unrecoverable state!','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','0','0','','0','','0')
12544/
12545
12546INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12547values ('15729','{17880}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for errors',NULL,'0','0','0','','0','','0')
12548/
12549
12550INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12551values ('15730','{17881}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for warnings',NULL,'0','0','0','','0','','0')
12552/
12553
12554INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12555values ('15731','{17882}=1 and {17883}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12556/
12557
12558INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12559values ('15732','{17884}=1 and {17885}>0','Firmware has changed','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Firmware version has changed. Ack to close',NULL,'0','0','2','','0','','1')
12560/
12561
12562INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12563values ('15733','{17886}>{$TEMP_WARN:"CPU"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{17887}={$TEMP_WARN_STATUS}','{#SENSOR_LOCALE}: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17888}<{$TEMP_WARN:"CPU"}-3','0','','0')
12564/
12565
12566INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12567values ('15734','{17889}>{$TEMP_CRIT:"CPU"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{17890}={$TEMP_CRIT_STATUS}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{17890}={$TEMP_DISASTER_STATUS}','{#SENSOR_LOCALE}: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17891}<{$TEMP_CRIT:"CPU"}-3','0','','0')
12568/
12569
12570INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12571values ('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')
12572/
12573
12574INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12575values ('15736','{17894}>{$TEMP_WARN:"Ambient"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{17895}={$TEMP_WARN_STATUS}','{#SENSOR_LOCALE}: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17896}<{$TEMP_WARN:"Ambient"}-3','0','','0')
12576/
12577
12578INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12579values ('15737','{17897}>{$TEMP_CRIT:"Ambient"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{17898}={$TEMP_CRIT_STATUS}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{17898}={$TEMP_DISASTER_STATUS}','{#SENSOR_LOCALE}: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17899}<{$TEMP_CRIT:"Ambient"}-3','0','','0')
12580/
12581
12582INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12583values ('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')
12584/
12585
12586INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12587values ('15739','{17902}=1 or {17903}=1','{#PSU_DESCR}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12588/
12589
12590INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12591values ('15740','{17904}=1','{#PSU_DESCR}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12592/
12593
12594INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12595values ('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}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12596/
12597
12598INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12599values ('15742','{17910}=1 or {17911}=1','{#FAN_DESCR}: Fan is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12600/
12601
12602INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12603values ('15743','{17912}=1 or {17913}=1','{#DISK_NAME}: Physical disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0')
12604/
12605
12606INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12607values ('15744','{17914}=1','{#DISK_NAME}: Physical disk is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0')
12608/
12609
12610INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12611values ('15745','{17915}=1 and {17916}>0','{#DISK_NAME}: Disk has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Disk serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
12612/
12613
12614INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12615values ('15746','{17917}=1','{#DISK_NAME}: Physical disk S.M.A.R.T. failed','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Disk probably requires replacement.',NULL,'0','2','0','','0','','0')
12616/
12617
12618INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12619values ('15747','{17918}=1','Disk {#SNMPVALUE}({#DISK_NAME}): Virtual disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0')
12620/
12621
12622INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12623values ('15748','{17919}=1','Disk {#SNMPVALUE}({#DISK_NAME}): Virtual disk is in warning state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0')
12624/
12625
12626INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12627values ('15749','{17920}=1','{#CNTLR_NAME}: Disk array controller is in unrecoverable state!','','0','5','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12628/
12629
12630INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12631values ('15750','{17921}=1','{#CNTLR_NAME}: Disk array controller is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12632/
12633
12634INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12635values ('15751','{17922}=1','{#CNTLR_NAME}: Disk array controller is in warning state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12636/
12637
12638INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12639values ('15752','{17923}=1','Battery {#BATTERY_NUM}: Disk array cache controller battery is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12640/
12641
12642INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12643values ('15753','{17924}=1','Battery {#BATTERY_NUM}: Disk array cache controller battery is not in optimal state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12644/
12645
12646INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12647values ('15754','{17925}=1','Battery {#BATTERY_NUM}: Disk array cache controller battery is in critical state!','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12648/
12649
12650INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12651values ('15762','{17933}=1 and {17934}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12652/
12653
12654INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12655values ('15763','{17935}>{$TEMP_WARN:"{#SNMPINDEX}"}','{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPINDEX}"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17936}<{$TEMP_WARN:"{#SNMPINDEX}"}-3','0','','0')
12656/
12657
12658INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12659values ('15764','{17937}>{$TEMP_CRIT:"{#SNMPINDEX}"}','{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPINDEX}"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17938}<{$TEMP_CRIT:"{#SNMPINDEX}"}-3','0','','0')
12660/
12661
12662INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12663values ('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')
12664/
12665
12666INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12667values ('15766','{17941}>{$TEMP_WARN:"Ambient"}','Ambient: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17942}<{$TEMP_WARN:"Ambient"}-3','0','','0')
12668/
12669
12670INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12671values ('15767','{17943}>{$TEMP_CRIT:"Ambient"}','Ambient: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17944}<{$TEMP_CRIT:"Ambient"}-3','0','','0')
12672/
12673
12674INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12675values ('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')
12676/
12677
12678INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12679values ('15769','{17947}>{$TEMP_WARN:"CPU"}','CPU-{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17948}<{$TEMP_WARN:"CPU"}-3','0','','0')
12680/
12681
12682INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12683values ('15770','{17949}>{$TEMP_CRIT:"CPU"}','CPU-{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17950}<{$TEMP_CRIT:"CPU"}-3','0','','0')
12684/
12685
12686INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12687values ('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')
12688/
12689
12690INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12691values ('15772','{17953}>{$TEMP_WARN:"Memory"}','Memory-{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"Memory"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17954}<{$TEMP_WARN:"Memory"}-3','0','','0')
12692/
12693
12694INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12695values ('15773','{17955}>{$TEMP_CRIT:"Memory"}','Memory-{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"Memory"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17956}<{$TEMP_CRIT:"Memory"}-3','0','','0')
12696/
12697
12698INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12699values ('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')
12700/
12701
12702INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12703values ('15775','{17959}>{$TEMP_WARN:"PSU"}','PSU-{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"PSU"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17960}<{$TEMP_WARN:"PSU"}-3','0','','0')
12704/
12705
12706INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12707values ('15776','{17961}>{$TEMP_CRIT:"PSU"}','PSU-{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"PSU"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17962}<{$TEMP_CRIT:"PSU"}-3','0','','0')
12708/
12709
12710INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12711values ('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')
12712/
12713
12714INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12715values ('15778','{17965}>{$TEMP_WARN:"Device"}','System-{#SNMPINDEX}: Temperature is above warning threshold: >{$TEMP_WARN:"Device"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17966}<{$TEMP_WARN:"Device"}-3','0','','0')
12716/
12717
12718INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12719values ('15779','{17967}>{$TEMP_CRIT:"Device"}','System-{#SNMPINDEX}: Temperature is above critical threshold: >{$TEMP_CRIT:"Device"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{17968}<{$TEMP_CRIT:"Device"}-3','0','','0')
12720/
12721
12722INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12723values ('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')
12724/
12725
12726INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12727values ('15781','{17971}=1','Chassis {#CHASSIS_NUM}, bay {#BAY_NUM}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12728/
12729
12730INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12731values ('15782','{17972}=1','Chassis {#CHASSIS_NUM}, bay {#BAY_NUM}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12732/
12733
12734INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12735values ('15783','{17973}=1','Fan {#SNMPINDEX}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12736/
12737
12738INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12739values ('15784','{17974}=1','Fan {#SNMPINDEX}: Fan is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12740/
12741
12742INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12743values ('15785','{17975}=1','{#CNTLR_LOCATION}: Disk array controller is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12744/
12745
12746INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12747values ('15786','{17976}=1','{#CNTLR_LOCATION}: Disk array controller is in warning state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12748/
12749
12750INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12751values ('15787','{17977}=1','#{#CACHE_CNTRL_INDEX}: Disk array cache controller is in critical state!','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12752/
12753
12754INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12755values ('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}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12756/
12757
12758INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12759values ('15789','{17982}=1','#{#CACHE_CNTRL_INDEX}: Disk array cache controller is not in optimal state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12760/
12761
12762INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12763values ('15790','{17983}=1 or {17984}=1','#{#CACHE_CNTRL_INDEX}: Disk array cache controller battery is in critical state!','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12764/
12765
12766INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12767values ('15791','{17985}=1 or {17986}=1','#{#CACHE_CNTRL_INDEX}: Disk array cache controller battery is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
12768/
12769
12770INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12771values ('15792','{17987}=1','{#DISK_LOCATION}: Physical disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0')
12772/
12773
12774INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12775values ('15793','{17988}=1','{#DISK_LOCATION}: Physical disk is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0')
12776/
12777
12778INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12779values ('15794','{17989}=1 or {17990}=1','{#DISK_LOCATION}: Physical disk S.M.A.R.T. failed','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Disk probably requires replacement.',NULL,'0','2','0','','0','','0')
12780/
12781
12782INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12783values ('15795','{17991}=1 and {17992}>0','{#DISK_LOCATION}: Disk has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Disk serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
12784/
12785
12786INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12787values ('15796','{17993}=1','Disk {#SNMPINDEX}({#DISK_NAME}): Virtual disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0')
12788/
12789
12790INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12791values ('15797','{17994}=1','Disk {#SNMPINDEX}({#DISK_NAME}): Virtual disk is not in OK state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0')
12792/
12793
12794INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12795values ('15803','{18000}=1','System is in unrecoverable state!','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','0','0','','0','','0')
12796/
12797
12798INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12799values ('15804','{18001}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for errors',NULL,'0','0','0','','0','','0')
12800/
12801
12802INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12803values ('15805','{18002}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for warnings',NULL,'0','0','0','','0','','0')
12804/
12805
12806INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12807values ('15806','{18003}=1 and {18004}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12808/
12809
12810INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12811values ('15807','{18005}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18006}<{$TEMP_WARN:""}-3','0','','0')
12812/
12813
12814INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12815values ('15808','{18007}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18008}<{$TEMP_CRIT:""}-3','0','','0')
12816/
12817
12818INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12819values ('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')
12820/
12821
12822INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12823values ('15810','{18011}>{$TEMP_WARN:"Ambient"}','Ambient: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18012}<{$TEMP_WARN:"Ambient"}-3','0','','0')
12824/
12825
12826INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12827values ('15811','{18013}>{$TEMP_CRIT:"Ambient"}','Ambient: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18014}<{$TEMP_CRIT:"Ambient"}-3','0','','0')
12828/
12829
12830INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12831values ('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')
12832/
12833
12834INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12835values ('15813','{18017}>{$TEMP_WARN:"CPU"}','CPU: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18018}<{$TEMP_WARN:"CPU"}-3','0','','0')
12836/
12837
12838INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12839values ('15814','{18019}>{$TEMP_CRIT:"CPU"}','CPU: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18020}<{$TEMP_CRIT:"CPU"}-3','0','','0')
12840/
12841
12842INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12843values ('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')
12844/
12845
12846INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12847values ('15816','{18023}=1','{#PSU_DESCR}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12848/
12849
12850INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12851values ('15817','{18024}=1','{#FAN_DESCR}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12852/
12853
12854INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12855values ('15818','{18025}=1','{#SNMPINDEX}: Physical disk is not in OK state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0')
12856/
12857
12858INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12859values ('15824','{18031}=1','System is in unrecoverable state!','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','0','0','','0','','0')
12860/
12861
12862INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12863values ('15825','{18032}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for errors',NULL,'0','0','0','','0','','0')
12864/
12865
12866INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12867values ('15826','{18033}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for warnings',NULL,'0','0','0','','0','','0')
12868/
12869
12870INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12871values ('15827','{18034}=1 and {18035}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','0','2','','0','','1')
12872/
12873
12874INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12875values ('15828','{18036}>{$TEMP_WARN:""}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18037}<{$TEMP_WARN:""}-3','0','','0')
12876/
12877
12878INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12879values ('15829','{18038}>{$TEMP_CRIT:""}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18039}<{$TEMP_CRIT:""}-3','0','','0')
12880/
12881
12882INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12883values ('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')
12884/
12885
12886INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12887values ('15831','{18042}>{$TEMP_WARN:"Ambient"}','Ambient: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18043}<{$TEMP_WARN:"Ambient"}-3','0','','0')
12888/
12889
12890INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12891values ('15832','{18044}>{$TEMP_CRIT:"Ambient"}','Ambient: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18045}<{$TEMP_CRIT:"Ambient"}-3','0','','0')
12892/
12893
12894INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12895values ('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')
12896/
12897
12898INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12899values ('15834','{18048}>{$TEMP_WARN:"CPU"}','CPU: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18049}<{$TEMP_WARN:"CPU"}-3','0','','0')
12900/
12901
12902INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12903values ('15835','{18050}>{$TEMP_CRIT:"CPU"}','CPU: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18051}<{$TEMP_CRIT:"CPU"}-3','0','','0')
12904/
12905
12906INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12907values ('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')
12908/
12909
12910INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12911values ('15837','{18054}=1','{#PSU_DESCR}: Power supply is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
12912/
12913
12914INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12915values ('15838','{18055}=1','{#FAN_DESCR}: Fan is not in normal state','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
12916/
12917
12918INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12919values ('15839','{18056}=1','{#SNMPINDEX}: Physical disk is not in OK state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0')
12920/
12921
12922INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12923values ('15845','{18062}>{$TEMP_WARN:""}','{#SENSOR_DESCR}: Temperature is above warning threshold: >{$TEMP_WARN:""}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18063}<{$TEMP_WARN:""}-3','0','','0')
12924/
12925
12926INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12927values ('15846','{18064}>{$TEMP_CRIT:""}','{#SENSOR_DESCR}: Temperature is above critical threshold: >{$TEMP_CRIT:""}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18065}<{$TEMP_CRIT:""}-3','0','','0')
12928/
12929
12930INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12931values ('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')
12932/
12933
12934INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12935values ('15848','{18068} > ({18069} * 0.7)','70% http-8080 worker threads busy on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
12936/
12937
12938INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12939values ('15849','{18070} > ({18071} * 0.7)','70% http-8443 worker threads busy on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
12940/
12941
12942INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12943values ('15850','{18072} > ({18073}  *0.7)','70% jk-8009 worker threads busy on {HOST.NAME}','','0','2','',NULL,'0','0','0','','0','','0')
12944/
12945
12946INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12947values ('15851','{18074} = 1','gzip compression is off for connector http-8080 on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
12948/
12949
12950INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12951values ('15852','{18075} = 1','gzip compression is off for connector http-8443 on {HOST.NAME}','','0','1','',NULL,'0','0','0','','0','','0')
12952/
12953
12954INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12955values ('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')
12956/
12957
12958INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12959values ('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')
12960/
12961
12962INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12963values ('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')
12964/
12965
12966INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12967values ('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')
12968/
12969
12970INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12971values ('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')
12972/
12973
12974INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12975values ('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')
12976/
12977
12978INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12979values ('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')
12980/
12981
12982INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12983values ('15860','{18083}>75','Zabbix alerter processes more than 75% busy','','0','3','',NULL,'0','0','1','{18083}<65','0','','0')
12984/
12985
12986INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12987values ('15861','{18084}>75','Zabbix alert manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18084}<65','0','','0')
12988/
12989
12990INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12991values ('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')
12992/
12993
12994INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12995values ('15863','{18086}>75','Zabbix discoverer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18086}<65','0','','0')
12996/
12997
12998INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
12999values ('15864','{18087}>75','Zabbix escalator processes more than 75% busy','','0','3','',NULL,'0','0','1','{18087}<65','0','','0')
13000/
13001
13002INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13003values ('15865','{18088}>75','Zabbix history syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18088}<65','0','','0')
13004/
13005
13006INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13007values ('15866','{18089}>75','Zabbix housekeeper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18089}<65','0','','0')
13008/
13009
13010INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13011values ('15867','{18090}>75','Zabbix http poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18090}<65','0','','0')
13012/
13013
13014INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13015values ('15868','{18091}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','',NULL,'0','0','1','{18091}<65','0','','0')
13016/
13017
13018INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13019values ('15869','{18092}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18092}<65','0','','0')
13020/
13021
13022INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13023values ('15870','{18093}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18093}<65','0','','0')
13024/
13025
13026INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13027values ('15871','{18094}>75','Zabbix java poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18094}<65','0','','0')
13028/
13029
13030INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13031values ('15872','{18095}>75','Zabbix poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18095}<65','0','','0')
13032/
13033
13034INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13035values ('15873','{18096}>75','Zabbix preprocessing manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18096}<65','0','','0')
13036/
13037
13038INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13039values ('15874','{18097}>75','Zabbix preprocessing worker processes more than 75% busy','','0','3','',NULL,'0','0','1','{18097}<65','0','','0')
13040/
13041
13042INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13043values ('15875','{18098}>75','Zabbix proxy poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18098}<65','0','','0')
13044/
13045
13046INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13047values ('15876','{18099}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','',NULL,'0','0','1','{18099}<65','0','','0')
13048/
13049
13050INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13051values ('15877','{18100}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18100}<65','0','','0')
13052/
13053
13054INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13055values ('15878','{18101}>75','Zabbix task manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18101}<65','0','','0')
13056/
13057
13058INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13059values ('15879','{18102}>75','Zabbix timer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18102}<65','0','','0')
13060/
13061
13062INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13063values ('15880','{18103}>75','Zabbix trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18103}<65','0','','0')
13064/
13065
13066INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13067values ('15881','{18104}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18104}<65','0','','0')
13068/
13069
13070INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13071values ('15882','{18105}=1','Zabbix value cache working in low memory mode','','0','4','',NULL,'0','0','0','','0','','0')
13072/
13073
13074INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13075values ('15883','{18106}>75','Zabbix vmware collector processes more than 75% busy','','0','3','',NULL,'0','0','1','{18106}<65','0','','0')
13076/
13077
13078INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13079values ('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')
13080/
13081
13082INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13083values ('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')
13084/
13085
13086INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13087values ('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')
13088/
13089
13090INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13091values ('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')
13092/
13093
13094INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13095values ('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')
13096/
13097
13098INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13099values ('15889','{18112}>75','Zabbix configuration syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18112}<65','0','','0')
13100/
13101
13102INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13103values ('15890','{18113}>75','Zabbix data sender processes more than 75% busy','','0','3','',NULL,'0','0','1','{18113}<65','0','','0')
13104/
13105
13106INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13107values ('15891','{18114}>75','Zabbix discoverer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18114}<65','0','','0')
13108/
13109
13110INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13111values ('15892','{18115}>75','Zabbix heartbeat sender processes more than 75% busy','','0','3','',NULL,'0','0','1','{18115}<65','0','','0')
13112/
13113
13114INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13115values ('15893','{18116}>75','Zabbix history syncer processes more than 75% busy','','0','3','',NULL,'0','0','1','{18116}<65','0','','0')
13116/
13117
13118INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13119values ('15894','{18117}>75','Zabbix housekeeper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18117}<65','0','','0')
13120/
13121
13122INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13123values ('15895','{18118}>75','Zabbix http poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18118}<65','0','','0')
13124/
13125
13126INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13127values ('15896','{18119}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','',NULL,'0','0','1','{18119}<65','0','','0')
13128/
13129
13130INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13131values ('15897','{18120}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18120}<65','0','','0')
13132/
13133
13134INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13135values ('15898','{18121}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18121}<65','0','','0')
13136/
13137
13138INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13139values ('15899','{18122}>75','Zabbix java poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18122}<65','0','','0')
13140/
13141
13142INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13143values ('15900','{18123}>75','Zabbix poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18123}<65','0','','0')
13144/
13145
13146INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13147values ('15901','{18124}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','',NULL,'0','0','1','{18124}<65','0','','0')
13148/
13149
13150INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13151values ('15902','{18125}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18125}<65','0','','0')
13152/
13153
13154INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13155values ('15903','{18126}>75','Zabbix task manager processes more than 75% busy','','0','3','',NULL,'0','0','1','{18126}<65','0','','0')
13156/
13157
13158INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13159values ('15904','{18127}>75','Zabbix trapper processes more than 75% busy','','0','3','',NULL,'0','0','1','{18127}<65','0','','0')
13160/
13161
13162INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13163values ('15905','{18128}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','',NULL,'0','0','1','{18128}<65','0','','0')
13164/
13165
13166INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13167values ('15906','{18129}>75','Zabbix vmware collector processes more than 75% busy','','0','3','',NULL,'0','0','1','{18129}<65','0','','0')
13168/
13169
13170INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13171values ('15907','{18130}>{$CPU_UTIL_MAX}','{#SNMPVALUE}: High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.',NULL,'0','2','0','','0','','0')
13172/
13173
13174INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13175values ('15913','{18136}>{$TEMP_WARN:"Ambient"}','{#SENSOR_LOCATION}.Ambient: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18137}<{$TEMP_WARN:"Ambient"}-3','0','','0')
13176/
13177
13178INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13179values ('15914','{18138}>{$TEMP_CRIT:"Ambient"}','{#SENSOR_LOCATION}.Ambient: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18139}<{$TEMP_CRIT:"Ambient"}-3','0','','0')
13180/
13181
13182INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13183values ('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')
13184/
13185
13186INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13187values ('15916','{18142}>{$TEMP_WARN:"Ambient"}','{#SENSOR_LOCATION}.Front: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18143}<{$TEMP_WARN:"Ambient"}-3','0','','0')
13188/
13189
13190INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13191values ('15917','{18144}>{$TEMP_CRIT:"Ambient"}','{#SENSOR_LOCATION}.Front: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18145}<{$TEMP_CRIT:"Ambient"}-3','0','','0')
13192/
13193
13194INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13195values ('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')
13196/
13197
13198INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13199values ('15919','{18148}>{$TEMP_WARN:"Ambient"}','{#SENSOR_LOCATION}.Rear: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18149}<{$TEMP_WARN:"Ambient"}-3','0','','0')
13200/
13201
13202INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13203values ('15920','{18150}>{$TEMP_CRIT:"Ambient"}','{#SENSOR_LOCATION}.Rear: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18151}<{$TEMP_CRIT:"Ambient"}-3','0','','0')
13204/
13205
13206INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13207values ('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')
13208/
13209
13210INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13211values ('15922','{18154}>{$TEMP_WARN:"Ambient"}','{#SENSOR_LOCATION}.IOH: Temperature is above warning threshold: >{$TEMP_WARN:"Ambient"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18155}<{$TEMP_WARN:"Ambient"}-3','0','','0')
13212/
13213
13214INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13215values ('15923','{18156}>{$TEMP_CRIT:"Ambient"}','{#SENSOR_LOCATION}.IOH: Temperature is above critical threshold: >{$TEMP_CRIT:"Ambient"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18157}<{$TEMP_CRIT:"Ambient"}-3','0','','0')
13216/
13217
13218INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13219values ('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')
13220/
13221
13222INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13223values ('15925','{18160}>{$TEMP_WARN:"CPU"}','{#SENSOR_LOCATION}: Temperature is above warning threshold: >{$TEMP_WARN:"CPU"}','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18161}<{$TEMP_WARN:"CPU"}-3','0','','0')
13224/
13225
13226INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13227values ('15926','{18162}>{$TEMP_CRIT:"CPU"}','{#SENSOR_LOCATION}: Temperature is above critical threshold: >{$TEMP_CRIT:"CPU"}','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18163}<{$TEMP_CRIT:"CPU"}-3','0','','0')
13228/
13229
13230INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13231values ('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')
13232/
13233
13234INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13235values ('15928','{18166}=1','{#PSU_LOCATION}: Power supply is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
13236/
13237
13238INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13239values ('15929','{18167}=1','{#PSU_LOCATION}: Power supply is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the power supply unit for errors',NULL,'0','2','0','','0','','0')
13240/
13241
13242INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13243values ('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}.' || chr(13) || chr(10) || 'Please check the device for errors',NULL,'0','2','0','','0','','0')
13244/
13245
13246INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13247values ('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}.' || chr(13) || chr(10) || 'Please check the device for warnings',NULL,'0','2','0','','0','','0')
13248/
13249
13250INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13251values ('15932','{18177}=1 and {18178}>0','{#UNIT_LOCATION}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close',NULL,'0','2','2','','0','','1')
13252/
13253
13254INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13255values ('15933','{18179}=1','{#FAN_LOCATION}: Fan is in critical state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
13256/
13257
13258INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13259values ('15934','{18180}=1','{#FAN_LOCATION}: Fan is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the fan unit',NULL,'0','2','0','','0','','0')
13260/
13261
13262INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13263values ('15935','{18181}=1','{#DISK_LOCATION}: Physical disk failed','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0')
13264/
13265
13266INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13267values ('15936','{18182}=1 or {18183}=1','{#DISK_LOCATION}: Physical disk error','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check physical disk for warnings or errors',NULL,'0','2','0','','0','','0')
13268/
13269
13270INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13271values ('15937','{18184}=1','{#VDISK_LOCATION}: Virtual disk is not in OK state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check virtual disk for warnings or errors',NULL,'0','2','0','','0','','0')
13272/
13273
13274INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13275values ('15938','{18185}=1','{#DISKARRAY_LOCATION}: Disk array controller is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
13276/
13277
13278INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13279values ('15939','{18186}=1','{#DISKARRAY_LOCATION}: Disk array controller is in warning state','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
13280/
13281
13282INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13283values ('15940','{18187}=1','{#DISKARRAY_LOCATION}: Disk array controller is not in optimal state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
13284/
13285
13286INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13287values ('15941','{18188}=1','{#DISKARRAY_CACHE_LOCATION}: Disk array cache controller battery is in critical state!','','0','3','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
13288/
13289
13290INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13291values ('15942','{18189}=1','{#DISKARRAY_CACHE_LOCATION}: Disk array cache controller battery is not in optimal state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for faults',NULL,'0','2','0','','0','','0')
13292/
13293
13294INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13295values ('15943','{18190}=1','System status is in critical state','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for errors',NULL,'0','0','0','','0','','0')
13296/
13297
13298INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13299values ('15944','{18191}=1','System status is in warning state','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check the device for warnings',NULL,'0','0','0','','0','','0')
13300/
13301
13302INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13303values ('15946','{18193}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.',NULL,'0','0','0','','0','','0')
13304/
13305
13306INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13307values ('15952','{18199}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 5G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1')
13308/
13309
13310INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13311values ('15953','{18203}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 10G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1')
13312/
13313
13314INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13315values ('15954','{18207}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.',NULL,'0','2','0','','0','','0')
13316/
13317
13318INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13319values ('15970','({18253}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18254} or' || chr(13) || chr(10) || '{18255}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18254}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18255}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18254}','0','','1')
13320/
13321
13322INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13323values ('15971','{18256}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18259}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
13324/
13325
13326INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13327values ('15974','{18267}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.',NULL,'0','0','0','','0','','0')
13328/
13329
13330INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13331values ('15976','{18269}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 5G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1')
13332/
13333
13334INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13335values ('15977','{18273}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 10G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.',NULL,'0','2','0','','0','','1')
13336/
13337
13338INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13339values ('15978','{18277}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.',NULL,'0','2','0','','0','','0')
13340/
13341
13342INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13343values ('15982','{$IFCONTROL:"{#IFNAME}"}=1 and ({18287}=2 and {18288}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
13344/
13345
13346INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13347values ('15983','({18289}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18290} or' || chr(13) || chr(10) || '{18291}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18290}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18291}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18290}','0','','1')
13348/
13349
13350INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13351values ('15984','{18292}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18295}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
13352/
13353
13354INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13355values ('15985','{$IFCONTROL:"{#IFNAME}"}=1 and ({18296}=2 and {18297}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
13356/
13357
13358INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13359values ('15986','({18298}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18299} or' || chr(13) || chr(10) || '{18300}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18299}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18300}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18299}','0','','1')
13360/
13361
13362INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13363values ('15987','{18301}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18304}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
13364/
13365
13366INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13367values ('16051','{$IFCONTROL:"{#IFNAME}"}=1 and ({18494}=2 and {18495}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
13368/
13369
13370INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13371values ('16052','({18496}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18497} or' || chr(13) || chr(10) || '{18498}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18497}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18498}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18497}','0','','1')
13372/
13373
13374INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13375values ('16053','{18499}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18502}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
13376/
13377
13378INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13379values ('16060','{$IFCONTROL:"{#IFNAME}"}=1 and ({18521}=2 and {18522}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
13380/
13381
13382INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13383values ('16061','({18523}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18524} or' || chr(13) || chr(10) || '{18525}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18524}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18525}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18524}','0','','1')
13384/
13385
13386INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13387values ('16062','{18526}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18529}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
13388/
13389
13390INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13391values ('16069','{$IFCONTROL:"{#IFNAME}"}=1 and ({18548}=2 and {18549}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
13392/
13393
13394INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13395values ('16071','{18552}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.',NULL,'0','0','0','','0','','0')
13396/
13397
13398INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13399values ('16072','{18553}=1 and {18554}>0','Operating system description has changed','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.',NULL,'0','0','2','','0','','1')
13400/
13401
13402INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13403values ('16077','{18562}>{$MEMORY.UTIL.MAX}','{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.',NULL,'0','2','0','','0','','0')
13404/
13405
13406INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13407values ('16078','{18563}>{$CPU.UTIL.CRIT}','#{#SNMPINDEX}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.',NULL,'0','2','0','','0','','0')
13408/
13409
13410INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13411values ('16079','{18564}>{$CPU.UTIL.CRIT}','{#SNMPVALUE}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.',NULL,'0','2','0','','0','','0')
13412/
13413
13414INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13415values ('16080','{18565}>{$TEMP_WARN:"{#SNMPVALUE}"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18566}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18567}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0')
13416/
13417
13418INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13419values ('16081','{18568}>{$TEMP_CRIT:"{#SNMPVALUE}"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18569}={$TEMP_CRIT_STATUS}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18569}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available',NULL,'0','2','1','{18570}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0')
13420/
13421
13422INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13423values ('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')
13424/
13425
13426INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13427values ('16097','{18602}=1','Compilation: {HOST.NAME} uses suboptimal JIT compiler','','0','1','',NULL,'0','0','0','','0','','1')
13428/
13429
13430INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13431values ('16098','{18603}>{18604}','GarbageCollector: Concurrent Mark Sweep in fire fighting mode','','0','3','',NULL,'0','0','0','','0','','0')
13432/
13433
13434INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13435values ('16099','{18605}>{18606}','GarbageCollector: Mark Sweep Compact in fire fighting mode','','0','3','',NULL,'0','0','0','','0','','0')
13436/
13437
13438INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13439values ('16100','{18607}>{18608}','GarbageCollector: PS Mark Sweep in fire fighting mode','','0','3','',NULL,'0','0','0','','0','','0')
13440/
13441
13442INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13443values ('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')
13444/
13445
13446INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13447values ('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')
13448/
13449
13450INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13451values ('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')
13452/
13453
13454INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13455values ('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')
13456/
13457
13458INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13459values ('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')
13460/
13461
13462INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13463values ('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')
13464/
13465
13466INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13467values ('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')
13468/
13469
13470INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13471values ('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')
13472/
13473
13474INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13475values ('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')
13476/
13477
13478INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13479values ('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')
13480/
13481
13482INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13483values ('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')
13484/
13485
13486INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13487values ('16112','{18630}=1','Runtime: JVM is not reachable','','0','3','',NULL,'0','0','0','','0','','1')
13488/
13489
13490INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13491values ('16113','{18631}<>1','Runtime: {HOST.NAME} runs suboptimal VM type','','0','1','',NULL,'0','0','0','','0','','1')
13492/
13493
13494INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13495values ('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')
13496/
13497
13498INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13499values ('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')
13500/
13501
13502INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13503values ('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')
13504/
13505
13506INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13507values ('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')
13508/
13509
13510INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13511values ('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')
13512/
13513
13514INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13515values ('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')
13516/
13517
13518INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13519values ('10045','{12927}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0')
13520/
13521
13522INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13523values ('10047','{12550}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0')
13524/
13525
13526INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13527values ('13075','{12648}>95','More than 95% used in the value cache','','0','3','','13074','0','0','0','','0','','0')
13528/
13529
13530INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13531values ('13328','{12715}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0')
13532/
13533
13534INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13535values ('13329','{12929}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0')
13536/
13537
13538INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13539values ('13344','{12731}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0')
13540/
13541
13542INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13543values ('13345','{12930}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0')
13544/
13545
13546INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13547values ('13360','{12747}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0')
13548/
13549
13550INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13551values ('13361','{12931}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0')
13552/
13553
13554INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13555values ('13376','{12763}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0')
13556/
13557
13558INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13559values ('13377','{12932}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0')
13560/
13561
13562INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13563values ('13392','{12779}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0')
13564/
13565
13566INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13567values ('13393','{12933}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0')
13568/
13569
13570INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13571values ('13408','{12795}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0')
13572/
13573
13574INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13575values ('13409','{12934}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0')
13576/
13577
13578INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13579values ('13436','{13205}>75','Zabbix vmware collector processes more than 75% busy','','0','3','','13097','0','0','1','{13205}<65','0','','0')
13580/
13581
13582INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13583values ('13437','{12824}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','13025','0','0','0','','0','','0')
13584/
13585
13586INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13587values ('13438','{12935}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','13026','0','0','0','','0','','0')
13588/
13589
13590INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13591values ('13467','{13165}>75','Zabbix alerter processes more than 75% busy','','0','3','','13080','0','0','1','{13165}<65','0','','0')
13592/
13593
13594INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13595values ('13468','{13171}>75','Zabbix configuration syncer processes more than 75% busy','','0','3','','13081','0','0','1','{13171}<65','0','','0')
13596/
13597
13598INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13599values ('13470','{13173}>75','Zabbix discoverer processes more than 75% busy','','0','3','','13083','0','0','1','{13173}<65','0','','0')
13600/
13601
13602INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13603values ('13471','{13175}>75','Zabbix escalator processes more than 75% busy','','0','3','','13084','0','0','1','{13175}<65','0','','0')
13604/
13605
13606INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13607values ('13472','{13177}>75','Zabbix history syncer processes more than 75% busy','','0','3','','13085','0','0','1','{13177}<65','0','','0')
13608/
13609
13610INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13611values ('13473','{13179}>75','Zabbix housekeeper processes more than 75% busy','','0','3','','13086','0','0','1','{13179}<65','0','','0')
13612/
13613
13614INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13615values ('13474','{13181}>75','Zabbix http poller processes more than 75% busy','','0','3','','13087','0','0','1','{13181}<65','0','','0')
13616/
13617
13618INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13619values ('13475','{13183}>75','Zabbix icmp pinger processes more than 75% busy','','0','3','','13088','0','0','1','{13183}<65','0','','0')
13620/
13621
13622INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13623values ('13476','{13185}>75','Zabbix ipmi poller processes more than 75% busy','','0','3','','13089','0','0','1','{13185}<65','0','','0')
13624/
13625
13626INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13627values ('13477','{13187}>75','Zabbix java poller processes more than 75% busy','','0','3','','13275','0','0','1','{13187}<65','0','','0')
13628/
13629
13630INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13631values ('13479','{13189}>75','Zabbix poller processes more than 75% busy','','0','3','','13091','0','0','1','{13189}<65','0','','0')
13632/
13633
13634INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13635values ('13480','{13191}>75','Zabbix proxy poller processes more than 75% busy','','0','3','','13092','0','0','1','{13191}<65','0','','0')
13636/
13637
13638INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13639values ('13481','{13193}>75','Zabbix self-monitoring processes more than 75% busy','','0','3','','13093','0','0','1','{13193}<65','0','','0')
13640/
13641
13642INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13643values ('13482','{13195}>75','Zabbix snmp trapper processes more than 75% busy','','0','3','','13441','0','0','1','{13195}<65','0','','0')
13644/
13645
13646INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13647values ('13483','{13199}>75','Zabbix timer processes more than 75% busy','','0','3','','13094','0','0','1','{13199}<65','0','','0')
13648/
13649
13650INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13651values ('13484','{13201}>75','Zabbix trapper processes more than 75% busy','','0','3','','13095','0','0','1','{13201}<65','0','','0')
13652/
13653
13654INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13655values ('13485','{13203}>75','Zabbix unreachable poller processes more than 75% busy','','0','3','','13096','0','0','1','{13203}<65','0','','0')
13656/
13657
13658INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13659values ('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')
13660/
13661
13662INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13663values ('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')
13664/
13665
13666INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13667values ('13488','{12897}>75','More than 75% used in the history cache','','0','3','','13073','0','0','0','','0','','0')
13668/
13669
13670INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13671values ('13489','{12898}>75','More than 75% used in the history index cache','','0','3','','13017','0','0','0','','0','','0')
13672/
13673
13674INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13675values ('13490','{12899}>75','More than 75% used in the trends cache','','0','3','','13019','0','0','0','','0','','0')
13676/
13677
13678INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13679values ('13493','{12902}<1024','Configured max number of opened files is too low on {HOST.NAME}','','0','1','','10042','0','0','0','','0','','0')
13680/
13681
13682INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13683values ('13494','{12903}<256','Configured max number of processes is too low on {HOST.NAME}','','0','1','','10041','0','0','0','','0','','0')
13684/
13685
13686INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13687values ('13495','{13085}>30','Too many processes running on {HOST.NAME}','','0','2','','10011','0','0','0','','0','','0')
13688/
13689
13690INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13691values ('13496','{13083}>300','Too many processes on {HOST.NAME}','','0','2','','10190','0','0','0','','0','','0')
13692/
13693
13694INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13695values ('13497','{13079}>5','Processor load is too high on {HOST.NAME}','','0','2','','10010','0','0','0','','0','','0')
13696/
13697
13698INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13699values ('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')
13700/
13701
13702INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13703values ('13499','{12908}>0','Hostname was changed on {HOST.NAME}','','0','1','','10043','0','0','0','','0','','0')
13704/
13705
13706INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13707values ('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')
13708/
13709
13710INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13711values ('13501','{12910}>0','Host information was changed on {HOST.NAME}','','0','1','','10044','0','0','0','','0','','0')
13712/
13713
13714INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13715values ('13502','{12911}<0','{HOST.NAME} has just been restarted','','0','1','','10021','0','0','0','','0','','0')
13716/
13717
13718INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13719values ('13503','{12912}>0','/etc/passwd has been changed on {HOST.NAME}','','0','2','','10016','0','0','0','','0','','0')
13720/
13721
13722INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13723values ('13504','{12913}<20M','Lack of available memory on server {HOST.NAME}','','0','3','','13000','0','0','0','','0','','0')
13724/
13725
13726INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13727values ('13505','{12914}<20','Free inodes is less than 20% on volume {#FSNAME}','','0','2','','13272','0','2','0','','0','','0')
13728/
13729
13730INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13731values ('13506','{12915}<20','Free disk space is less than 20% on volume {#FSNAME}','','0','2','','13266','0','2','0','','0','','0')
13732/
13733
13734INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13735values ('13508','{12937}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0')
13736/
13737
13738INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13739values ('13510','{12939}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0')
13740/
13741
13742INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13743values ('13511','{12940}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0')
13744/
13745
13746INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13747values ('13512','{12941}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0')
13748/
13749
13750INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13751values ('13513','{12942}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0')
13752/
13753
13754INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13755values ('13514','{12943}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0')
13756/
13757
13758INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13759values ('13515','{12944}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0')
13760/
13761
13762INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13763values ('13516','{12945}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13507','0','0','0','','0','','0')
13764/
13765
13766INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13767values ('13537','{12966}>75','More than 75% used in the vmware cache','','0','3','','13536','0','0','0','','0','','0')
13768/
13769
13770INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13771values ('13558','{13161}=1','Zabbix value cache working in low memory mode','','0','4','','13557','0','0','0','','0','','0')
13772/
13773
13774INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13775values ('13560','{13197}>75','Zabbix task manager processes more than 75% busy','','0','3','','13559','0','0','1','{13197}<65','0','','0')
13776/
13777
13778INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13779values ('13563','{13223}>75','Zabbix ipmi manager processes more than 75% busy','','0','3','','13562','0','0','1','{13223}<65','0','','0')
13780/
13781
13782INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13783values ('13567','{13227}>75','Zabbix alert manager processes more than 75% busy','','0','3','','13566','0','0','1','{13227}<65','0','','0')
13784/
13785
13786INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13787values ('13570','{13230}>75','Zabbix preprocessing manager processes more than 75% busy','','0','3','','13568','0','0','1','{13230}<65','0','','0')
13788/
13789
13790INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13791values ('13571','{13231}>75','Zabbix preprocessing worker processes more than 75% busy','','0','3','','13569','0','0','1','{13231}<65','0','','0')
13792/
13793
13794INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13795values ('14288','{14463}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14251','0','0','0','','0','','0')
13796/
13797
13798INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13799values ('14289','{14464}>{$ICMP_LOSS_WARN} and {14464}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14252','0','0','0','','0','','0')
13800/
13801
13802INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13803values ('14290','{14465}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14253','0','0','0','','0','','0')
13804/
13805
13806INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13807values ('14293','{14468}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14251','0','0','0','','0','','0')
13808/
13809
13810INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13811values ('14294','{14469}>{$ICMP_LOSS_WARN} and {14469}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14252','0','0','0','','0','','0')
13812/
13813
13814INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13815values ('14295','{14470}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14253','0','0','0','','0','','0')
13816/
13817
13818INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13819values ('14366','{14600}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.','14361','0','0','0','','0','','0')
13820/
13821
13822INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13823values ('14367','{14601}>{$CPU_UTIL_MAX}','High CPU utilization','','0','3','Last value: {ITEM.LASTVALUE1}.','14361','0','0','0','','0','','0')
13824/
13825
13826INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13827values ('14368','{14602}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.','14362','0','0','0','','0','','0')
13828/
13829
13830INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13831values ('14369','{14603}>{$MEMORY_UTIL_MAX}','High memory utilization','','0','3','Last value: {ITEM.LASTVALUE1}.','14362','0','0','0','','0','','0')
13832/
13833
13834INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13835values ('14411','{14672}=1 and {14673}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close','14409','0','0','0','','0','','1')
13836/
13837
13838INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13839values ('14413','{14676}=1 and {14677}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close','14409','0','0','0','','0','','1')
13840/
13841
13842INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13843values ('14428','{14698}=1 and {14699}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close','14417','0','2','0','','0','','1')
13844/
13845
13846INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13847values ('14430','{14702}=1 and {14703}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close','14417','0','2','0','','0','','1')
13848/
13849
13850INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13851values ('14940','{15730}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14939','0','2','0','','0','','1')
13852/
13853
13854INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13855values ('14942','{15732}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13856/
13857
13858INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13859values ('14943','{15733}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13860/
13861
13862INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13863values ('14944','{15734}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13864/
13865
13866INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13867values ('14945','{15735}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13868/
13869
13870INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13871values ('14946','{15736}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13872/
13873
13874INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13875values ('14947','{15737}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13876/
13877
13878INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13879values ('14948','{15738}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13880/
13881
13882INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13883values ('14949','{15739}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13884/
13885
13886INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13887values ('14950','{15740}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13888/
13889
13890INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13891values ('14951','{15741}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13892/
13893
13894INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13895values ('14952','{15742}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13896/
13897
13898INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13899values ('14953','{15743}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
13900/
13901
13902INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13903values ('15162','{16353}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15161','0','0','0','','0','','0')
13904/
13905
13906INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13907values ('15163','{16354}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15161','0','0','0','','0','','0')
13908/
13909
13910INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13911values ('15171','{16376}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13912/
13913
13914INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13915values ('15172','{16377}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13916/
13917
13918INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13919values ('15173','{16378}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13920/
13921
13922INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13923values ('15174','{16379}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13924/
13925
13926INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13927values ('15175','{16380}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13928/
13929
13930INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13931values ('15176','{16381}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13932/
13933
13934INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13935values ('15177','{16382}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13936/
13937
13938INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13939values ('15178','{16383}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13940/
13941
13942INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13943values ('15179','{16384}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13944/
13945
13946INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13947values ('15180','{16385}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13948/
13949
13950INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13951values ('15181','{16386}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13952/
13953
13954INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13955values ('15182','{16387}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13956/
13957
13958INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13959values ('15183','{16388}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13960/
13961
13962INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13963values ('15184','{16389}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13964/
13965
13966INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13967values ('15185','{16390}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13968/
13969
13970INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13971values ('15186','{16391}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13972/
13973
13974INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13975values ('15187','{16392}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13976/
13977
13978INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13979values ('15188','{16393}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13980/
13981
13982INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13983values ('15189','{16394}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13984/
13985
13986INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13987values ('15190','{16395}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13988/
13989
13990INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13991values ('15191','{16396}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13992/
13993
13994INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13995values ('15192','{16397}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
13996/
13997
13998INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
13999values ('15193','{16398}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
14000/
14001
14002INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14003values ('15208','{16445}=1 and {16446}>0','Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close','14409','0','0','0','','0','','1')
14004/
14005
14006INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14007values ('15209','{16447}=1 and {16448}>0','{#ENT_NAME}: Device has been replaced (new serial number received)','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Device serial number has changed. Ack to close','14417','0','2','0','','0','','1')
14008/
14009
14010INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14011values ('15224','{16476}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
14012/
14013
14014INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14015values ('15354','{16866}=1 or {16867}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the power supply unit for errors','15344','0','2','0','','0','','0')
14016/
14017
14018INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14019values ('15355','{16868}=1 or {16869}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the power supply unit for errors','15344','0','2','0','','0','','0')
14020/
14021
14022INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14023values ('15356','{16870}=1 or {16871}=1','{#SENSOR_INFO}: Power supply is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the power supply unit for errors','15344','0','2','0','','0','','0')
14024/
14025
14026INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14027values ('15357','{16872}=1 or {16873}=1','{#SENSOR_INFO}: Power supply is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the power supply unit for errors','15345','0','2','0','','0','','0')
14028/
14029
14030INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14031values ('15358','{16874}=1 or {16875}=1','{#SENSOR_INFO}: Power supply is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the power supply unit for errors','15345','0','2','0','','0','','0')
14032/
14033
14034INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14035values ('15359','{16876}=1 or {16877}=1','{#SENSOR_INFO}: Power supply is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the power supply unit for errors','15345','0','2','0','','0','','0')
14036/
14037
14038INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14039values ('15360','{16878}=1 or {16879}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the fan unit','15346','0','2','0','','0','','0')
14040/
14041
14042INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14043values ('15361','{16880}=1 or {16881}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the fan unit','15346','0','2','0','','0','','0')
14044/
14045
14046INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14047values ('15362','{16882}=1 or {16883}=1','{#SENSOR_INFO}: Fan is in critical state','','0','3','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the fan unit','15346','0','2','0','','0','','0')
14048/
14049
14050INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14051values ('15363','{16884}=1 or {16885}=1','{#SENSOR_INFO}: Fan is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the fan unit','15347','0','2','0','','0','','0')
14052/
14053
14054INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14055values ('15364','{16886}=1 or {16887}=1','{#SENSOR_INFO}: Fan is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the fan unit','15347','0','2','0','','0','','0')
14056/
14057
14058INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14059values ('15365','{16888}=1 or {16889}=1','{#SENSOR_INFO}: Fan is in warning state','','0','2','Current state: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Please check the fan unit','15347','0','2','0','','0','','0')
14060/
14061
14062INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14063values ('15643','{17660}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15642','0','0','0','','0','','1')
14064/
14065
14066INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14067values ('15644','{17661}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15642','0','0','0','','0','','1')
14068/
14069
14070INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14071values ('15646','{17663}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14072/
14073
14074INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14075values ('15647','{17664}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14076/
14077
14078INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14079values ('15648','{17665}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14080/
14081
14082INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14083values ('15649','{17666}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14084/
14085
14086INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14087values ('15650','{17667}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14088/
14089
14090INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14091values ('15651','{17668}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14092/
14093
14094INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14095values ('15652','{17669}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14096/
14097
14098INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14099values ('15653','{17670}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14100/
14101
14102INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14103values ('15654','{17671}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14104/
14105
14106INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14107values ('15655','{17672}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14108/
14109
14110INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14111values ('15656','{17673}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14112/
14113
14114INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14115values ('15657','{17674}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14116/
14117
14118INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14119values ('15658','{17675}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14120/
14121
14122INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14123values ('15659','{17676}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14124/
14125
14126INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14127values ('15660','{17677}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14128/
14129
14130INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14131values ('15661','{17678}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14132/
14133
14134INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14135values ('15662','{17679}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14136/
14137
14138INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14139values ('15663','{17680}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14140/
14141
14142INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14143values ('15664','{17681}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14144/
14145
14146INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14147values ('15665','{17682}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14148/
14149
14150INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14151values ('15666','{17683}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14152/
14153
14154INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14155values ('15667','{17684}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14156/
14157
14158INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14159values ('15668','{17685}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14160/
14161
14162INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14163values ('15669','{17686}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14164/
14165
14166INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14167values ('15672','{17697}<0 and {17698}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17699}=6 or' || chr(13) || chr(10) || '{17699}=7 or' || chr(13) || chr(10) || '{17699}=11 or' || chr(13) || chr(10) || '{17699}=62 or' || chr(13) || chr(10) || '{17699}=69 or' || chr(13) || chr(10) || '{17699}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17700}=2)','0','','1')
14168/
14169
14170INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14171values ('15673','{17702}<0 and {17703}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17704}=6 or' || chr(13) || chr(10) || '{17704}=7 or' || chr(13) || chr(10) || '{17704}=11 or' || chr(13) || chr(10) || '{17704}=62 or' || chr(13) || chr(10) || '{17704}=69 or' || chr(13) || chr(10) || '{17704}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17705}=2)','0','','1')
14172/
14173
14174INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14175values ('15674','{17707}<0 and {17708}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17709}=6 or' || chr(13) || chr(10) || '{17709}=7 or' || chr(13) || chr(10) || '{17709}=11 or' || chr(13) || chr(10) || '{17709}=62 or' || chr(13) || chr(10) || '{17709}=69 or' || chr(13) || chr(10) || '{17709}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17710}=2)','0','','1')
14176/
14177
14178INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14179values ('15675','{17712}<0 and {17713}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17714}=6 or' || chr(13) || chr(10) || '{17714}=7 or' || chr(13) || chr(10) || '{17714}=11 or' || chr(13) || chr(10) || '{17714}=62 or' || chr(13) || chr(10) || '{17714}=69 or' || chr(13) || chr(10) || '{17714}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17715}=2)','0','','1')
14180/
14181
14182INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14183values ('15676','{17717}<0 and {17718}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17719}=6 or' || chr(13) || chr(10) || '{17719}=7 or' || chr(13) || chr(10) || '{17719}=11 or' || chr(13) || chr(10) || '{17719}=62 or' || chr(13) || chr(10) || '{17719}=69 or' || chr(13) || chr(10) || '{17719}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17720}=2)','0','','1')
14184/
14185
14186INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14187values ('15677','{17722}<0 and {17723}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17724}=6 or' || chr(13) || chr(10) || '{17724}=7 or' || chr(13) || chr(10) || '{17724}=11 or' || chr(13) || chr(10) || '{17724}=62 or' || chr(13) || chr(10) || '{17724}=69 or' || chr(13) || chr(10) || '{17724}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17725}=2)','0','','1')
14188/
14189
14190INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14191values ('15678','{17727}<0 and {17728}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17729}=6 or' || chr(13) || chr(10) || '{17729}=7 or' || chr(13) || chr(10) || '{17729}=11 or' || chr(13) || chr(10) || '{17729}=62 or' || chr(13) || chr(10) || '{17729}=69 or' || chr(13) || chr(10) || '{17729}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17730}=2)','0','','1')
14192/
14193
14194INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14195values ('15679','{17732}<0 and {17733}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17734}=6 or' || chr(13) || chr(10) || '{17734}=7 or' || chr(13) || chr(10) || '{17734}=11 or' || chr(13) || chr(10) || '{17734}=62 or' || chr(13) || chr(10) || '{17734}=69 or' || chr(13) || chr(10) || '{17734}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17735}=2)','0','','1')
14196/
14197
14198INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14199values ('15680','{17737}<0 and {17738}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17739}=6 or' || chr(13) || chr(10) || '{17739}=7 or' || chr(13) || chr(10) || '{17739}=11 or' || chr(13) || chr(10) || '{17739}=62 or' || chr(13) || chr(10) || '{17739}=69 or' || chr(13) || chr(10) || '{17739}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17740}=2)','0','','1')
14200/
14201
14202INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14203values ('15681','{17742}<0 and {17743}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17744}=6 or' || chr(13) || chr(10) || '{17744}=7 or' || chr(13) || chr(10) || '{17744}=11 or' || chr(13) || chr(10) || '{17744}=62 or' || chr(13) || chr(10) || '{17744}=69 or' || chr(13) || chr(10) || '{17744}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17745}=2)','0','','1')
14204/
14205
14206INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14207values ('15682','{17747}<0 and {17748}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17749}=6 or' || chr(13) || chr(10) || '{17749}=7 or' || chr(13) || chr(10) || '{17749}=11 or' || chr(13) || chr(10) || '{17749}=62 or' || chr(13) || chr(10) || '{17749}=69 or' || chr(13) || chr(10) || '{17749}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17750}=2)','0','','1')
14208/
14209
14210INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14211values ('15683','{17752}<0 and {17753}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17754}=6 or' || chr(13) || chr(10) || '{17754}=7 or' || chr(13) || chr(10) || '{17754}=11 or' || chr(13) || chr(10) || '{17754}=62 or' || chr(13) || chr(10) || '{17754}=69 or' || chr(13) || chr(10) || '{17754}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17755}=2)','0','','1')
14212/
14213
14214INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14215values ('15684','{17757}<0 and {17758}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17759}=6 or' || chr(13) || chr(10) || '{17759}=7 or' || chr(13) || chr(10) || '{17759}=11 or' || chr(13) || chr(10) || '{17759}=62 or' || chr(13) || chr(10) || '{17759}=69 or' || chr(13) || chr(10) || '{17759}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17760}=2)','0','','1')
14216/
14217
14218INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14219values ('15685','{17762}<0 and {17763}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17764}=6 or' || chr(13) || chr(10) || '{17764}=7 or' || chr(13) || chr(10) || '{17764}=11 or' || chr(13) || chr(10) || '{17764}=62 or' || chr(13) || chr(10) || '{17764}=69 or' || chr(13) || chr(10) || '{17764}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17765}=2)','0','','1')
14220/
14221
14222INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14223values ('15686','{17767}<0 and {17768}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17769}=6 or' || chr(13) || chr(10) || '{17769}=7 or' || chr(13) || chr(10) || '{17769}=11 or' || chr(13) || chr(10) || '{17769}=62 or' || chr(13) || chr(10) || '{17769}=69 or' || chr(13) || chr(10) || '{17769}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17770}=2)','0','','1')
14224/
14225
14226INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14227values ('15687','{17772}<0 and {17773}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17774}=6 or' || chr(13) || chr(10) || '{17774}=7 or' || chr(13) || chr(10) || '{17774}=11 or' || chr(13) || chr(10) || '{17774}=62 or' || chr(13) || chr(10) || '{17774}=69 or' || chr(13) || chr(10) || '{17774}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17775}=2)','0','','1')
14228/
14229
14230INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14231values ('15688','{17777}<0 and {17778}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17779}=6 or' || chr(13) || chr(10) || '{17779}=7 or' || chr(13) || chr(10) || '{17779}=11 or' || chr(13) || chr(10) || '{17779}=62 or' || chr(13) || chr(10) || '{17779}=69 or' || chr(13) || chr(10) || '{17779}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17780}=2)','0','','1')
14232/
14233
14234INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14235values ('15689','{17782}<0 and {17783}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17784}=6 or' || chr(13) || chr(10) || '{17784}=7 or' || chr(13) || chr(10) || '{17784}=11 or' || chr(13) || chr(10) || '{17784}=62 or' || chr(13) || chr(10) || '{17784}=69 or' || chr(13) || chr(10) || '{17784}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17785}=2)','0','','1')
14236/
14237
14238INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14239values ('15690','{17787}<0 and {17788}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17789}=6 or' || chr(13) || chr(10) || '{17789}=7 or' || chr(13) || chr(10) || '{17789}=11 or' || chr(13) || chr(10) || '{17789}=62 or' || chr(13) || chr(10) || '{17789}=69 or' || chr(13) || chr(10) || '{17789}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17790}=2)','0','','1')
14240/
14241
14242INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14243values ('15691','{17792}<0 and {17793}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17794}=6 or' || chr(13) || chr(10) || '{17794}=7 or' || chr(13) || chr(10) || '{17794}=11 or' || chr(13) || chr(10) || '{17794}=62 or' || chr(13) || chr(10) || '{17794}=69 or' || chr(13) || chr(10) || '{17794}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17795}=2)','0','','1')
14244/
14245
14246INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14247values ('15693','{17802}<0 and {17803}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17804}=6 or' || chr(13) || chr(10) || '{17804}=7 or' || chr(13) || chr(10) || '{17804}=11 or' || chr(13) || chr(10) || '{17804}=62 or' || chr(13) || chr(10) || '{17804}=69 or' || chr(13) || chr(10) || '{17804}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17805}=2)','0','','1')
14248/
14249
14250INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14251values ('15694','{17807}<0 and {17808}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17809}=6 or' || chr(13) || chr(10) || '{17809}=7 or' || chr(13) || chr(10) || '{17809}=11 or' || chr(13) || chr(10) || '{17809}=62 or' || chr(13) || chr(10) || '{17809}=69 or' || chr(13) || chr(10) || '{17809}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17810}=2)','0','','1')
14252/
14253
14254INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14255values ('15696','{17817}<0 and {17818}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17819}=6 or' || chr(13) || chr(10) || '{17819}=7 or' || chr(13) || chr(10) || '{17819}=11 or' || chr(13) || chr(10) || '{17819}=62 or' || chr(13) || chr(10) || '{17819}=69 or' || chr(13) || chr(10) || '{17819}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17820}=2)','0','','1')
14256/
14257
14258INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14259values ('15697','{17822}<0 and {17823}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17824}=6 or' || chr(13) || chr(10) || '{17824}=7 or' || chr(13) || chr(10) || '{17824}=11 or' || chr(13) || chr(10) || '{17824}=62 or' || chr(13) || chr(10) || '{17824}=69 or' || chr(13) || chr(10) || '{17824}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17825}=2)','0','','1')
14260/
14261
14262INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14263values ('15699','{17832}<0 and {17833}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17834}=6 or' || chr(13) || chr(10) || '{17834}=7 or' || chr(13) || chr(10) || '{17834}=11 or' || chr(13) || chr(10) || '{17834}=62 or' || chr(13) || chr(10) || '{17834}=69 or' || chr(13) || chr(10) || '{17834}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17835}=2)','0','','1')
14264/
14265
14266INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14267values ('15700','{17837}=2','Interface {#IFNAME}({#IFALIAS}): In half-duplex mode','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Please check autonegotiation settings and cabling','14941','0','2','0','','0','','1')
14268/
14269
14270INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14271values ('15704','{17841}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14272/
14273
14274INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14275values ('15705','{17842}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
14276/
14277
14278INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14279values ('15708','{17848}<0 and {17849}>0' || chr(13) || chr(10) || 'and (' || chr(13) || chr(10) || '{17850}=6 or' || chr(13) || chr(10) || '{17850}=7 or' || chr(13) || chr(10) || '{17850}=11 or' || chr(13) || chr(10) || '{17850}=62 or' || chr(13) || chr(10) || '{17850}=69 or' || chr(13) || chr(10) || '{17850}=117' || chr(13) || chr(10) || ')' || chr(13) || chr(10) || 'and' || chr(13) || chr(10) || '({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' || chr(13) || chr(10) || '({17851}=2)','0','','1')
14280/
14281
14282INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14283values ('15726','{17877}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14284/
14285
14286INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14287values ('15727','{17878}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
14288/
14289
14290INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14291values ('15758','{17929}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14292/
14293
14294INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14295values ('15759','{17930}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
14296/
14297
14298INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14299values ('15801','{17998}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15642','0','0','0','','0','','1')
14300/
14301
14302INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14303values ('15802','{17999}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15161','0','0','0','','0','','0')
14304/
14305
14306INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14307values ('15822','{18029}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14308/
14309
14310INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14311values ('15823','{18030}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
14312/
14313
14314INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14315values ('15843','{18060}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14316/
14317
14318INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14319values ('15844','{18061}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
14320/
14321
14322INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14323values ('15911','{18134}<10m','{HOST.NAME} has been restarted','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'The device uptime is less than 10 minutes','15645','0','0','0','','0','','1')
14324/
14325
14326INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14327values ('15912','{18135}=0','No SNMP data collection','','0','2','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'SNMP is not available for polling. Please check device connectivity and SNMP settings.','15170','0','0','0','','0','','0')
14328/
14329
14330INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14331values ('15947','{18194}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.','15946','0','0','0','','0','','0')
14332/
14333
14334INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14335values ('15955','{18208}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 5G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15952','0','2','0','','0','','1')
14336/
14337
14338INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14339values ('15960','{18228}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 10G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15953','0','2','0','','0','','1')
14340/
14341
14342INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14343values ('15965','{18248}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.','15954','0','2','0','','0','','0')
14344/
14345
14346INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14347values ('15972','({18260}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18261} or' || chr(13) || chr(10) || '{18262}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18261}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18262}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18261}','0','','1')
14348/
14349
14350INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14351values ('15973','{18263}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18266}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14352/
14353
14354INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14355values ('15975','{18268}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.','15974','0','0','0','','0','','0')
14356/
14357
14358INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14359values ('15979','{18278}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 5G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15976','0','2','0','','0','','1')
14360/
14361
14362INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14363values ('15980','{18282}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 10G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15977','0','2','0','','0','','1')
14364/
14365
14366INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14367values ('15981','{18286}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.','15978','0','2','0','','0','','0')
14368/
14369
14370INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14371values ('15988','{$IFCONTROL:"{#IFNAME}"}=1 and ({18305}=2 and {18306}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14372/
14373
14374INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14375values ('15989','{$IFCONTROL:"{#IFNAME}"}=1 and ({18307}=2 and {18308}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14376/
14377
14378INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14379values ('15990','{$IFCONTROL:"{#IFNAME}"}=1 and ({18309}=2 and {18310}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14380/
14381
14382INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14383values ('15991','{$IFCONTROL:"{#IFNAME}"}=1 and ({18311}=2 and {18312}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14384/
14385
14386INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14387values ('15992','{$IFCONTROL:"{#IFNAME}"}=1 and ({18313}=2 and {18314}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14388/
14389
14390INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14391values ('15993','{$IFCONTROL:"{#IFNAME}"}=1 and ({18315}=2 and {18316}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14392/
14393
14394INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14395values ('15994','{$IFCONTROL:"{#IFNAME}"}=1 and ({18317}=2 and {18318}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14396/
14397
14398INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14399values ('15995','{$IFCONTROL:"{#IFNAME}"}=1 and ({18319}=2 and {18320}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14400/
14401
14402INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14403values ('15996','{$IFCONTROL:"{#IFNAME}"}=1 and ({18321}=2 and {18322}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14404/
14405
14406INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14407values ('15997','{$IFCONTROL:"{#IFNAME}"}=1 and ({18323}=2 and {18324}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14408/
14409
14410INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14411values ('15998','{$IFCONTROL:"{#IFNAME}"}=1 and ({18325}=2 and {18326}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14412/
14413
14414INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14415values ('15999','{$IFCONTROL:"{#IFNAME}"}=1 and ({18327}=2 and {18328}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14416/
14417
14418INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14419values ('16000','{$IFCONTROL:"{#IFNAME}"}=1 and ({18329}=2 and {18330}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14420/
14421
14422INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14423values ('16001','{$IFCONTROL:"{#IFNAME}"}=1 and ({18331}=2 and {18332}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14424/
14425
14426INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14427values ('16002','{$IFCONTROL:"{#IFNAME}"}=1 and ({18333}=2 and {18334}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14428/
14429
14430INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14431values ('16003','{$IFCONTROL:"{#IFNAME}"}=1 and ({18335}=2 and {18336}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14432/
14433
14434INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14435values ('16004','{$IFCONTROL:"{#IFNAME}"}=1 and ({18337}=2 and {18338}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14436/
14437
14438INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14439values ('16005','{$IFCONTROL:"{#IFNAME}"}=1 and ({18339}=2 and {18340}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14440/
14441
14442INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14443values ('16006','{$IFCONTROL:"{#IFNAME}"}=1 and ({18341}=2 and {18342}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14444/
14445
14446INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14447values ('16007','{$IFCONTROL:"{#IFNAME}"}=1 and ({18343}=2 and {18344}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14448/
14449
14450INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14451values ('16008','{$IFCONTROL:"{#IFNAME}"}=1 and ({18345}=2 and {18346}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14452/
14453
14454INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14455values ('16009','({18347}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18348} or' || chr(13) || chr(10) || '{18349}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18348}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18349}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18348}','0','','1')
14456/
14457
14458INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14459values ('16010','({18350}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18351} or' || chr(13) || chr(10) || '{18352}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18351}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18352}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18351}','0','','1')
14460/
14461
14462INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14463values ('16011','({18353}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18354} or' || chr(13) || chr(10) || '{18355}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18354}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18355}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18354}','0','','1')
14464/
14465
14466INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14467values ('16012','({18356}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18357} or' || chr(13) || chr(10) || '{18358}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18357}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18358}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18357}','0','','1')
14468/
14469
14470INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14471values ('16013','({18359}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18360} or' || chr(13) || chr(10) || '{18361}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18360}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18361}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18360}','0','','1')
14472/
14473
14474INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14475values ('16014','({18362}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18363} or' || chr(13) || chr(10) || '{18364}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18363}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18364}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18363}','0','','1')
14476/
14477
14478INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14479values ('16015','({18365}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18366} or' || chr(13) || chr(10) || '{18367}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18366}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18367}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18366}','0','','1')
14480/
14481
14482INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14483values ('16016','({18368}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18369} or' || chr(13) || chr(10) || '{18370}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18369}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18370}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18369}','0','','1')
14484/
14485
14486INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14487values ('16017','({18371}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18372} or' || chr(13) || chr(10) || '{18373}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18372}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18373}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18372}','0','','1')
14488/
14489
14490INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14491values ('16018','({18374}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18375} or' || chr(13) || chr(10) || '{18376}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18375}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18376}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18375}','0','','1')
14492/
14493
14494INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14495values ('16019','({18377}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18378} or' || chr(13) || chr(10) || '{18379}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18378}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18379}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18378}','0','','1')
14496/
14497
14498INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14499values ('16020','({18380}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18381} or' || chr(13) || chr(10) || '{18382}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18381}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18382}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18381}','0','','1')
14500/
14501
14502INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14503values ('16021','({18383}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18384} or' || chr(13) || chr(10) || '{18385}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18384}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18385}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18384}','0','','1')
14504/
14505
14506INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14507values ('16022','({18386}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18387} or' || chr(13) || chr(10) || '{18388}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18387}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18388}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18387}','0','','1')
14508/
14509
14510INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14511values ('16023','({18389}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18390} or' || chr(13) || chr(10) || '{18391}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18390}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18391}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18390}','0','','1')
14512/
14513
14514INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14515values ('16024','({18392}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18393} or' || chr(13) || chr(10) || '{18394}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18393}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18394}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18393}','0','','1')
14516/
14517
14518INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14519values ('16025','({18395}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18396} or' || chr(13) || chr(10) || '{18397}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18396}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18397}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18396}','0','','1')
14520/
14521
14522INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14523values ('16026','({18398}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18399} or' || chr(13) || chr(10) || '{18400}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18399}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18400}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18399}','0','','1')
14524/
14525
14526INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14527values ('16027','({18401}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18402} or' || chr(13) || chr(10) || '{18403}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18402}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18403}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18402}','0','','1')
14528/
14529
14530INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14531values ('16028','({18404}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18405} or' || chr(13) || chr(10) || '{18406}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18405}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18406}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18405}','0','','1')
14532/
14533
14534INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14535values ('16029','({18407}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18408} or' || chr(13) || chr(10) || '{18409}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18408}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18409}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18408}','0','','1')
14536/
14537
14538INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14539values ('16030','{18410}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18413}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14540/
14541
14542INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14543values ('16031','{18414}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18417}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14544/
14545
14546INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14547values ('16032','{18418}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18421}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14548/
14549
14550INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14551values ('16033','{18422}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18425}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14552/
14553
14554INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14555values ('16034','{18426}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18429}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14556/
14557
14558INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14559values ('16035','{18430}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18433}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14560/
14561
14562INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14563values ('16036','{18434}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18437}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14564/
14565
14566INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14567values ('16037','{18438}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18441}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14568/
14569
14570INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14571values ('16038','{18442}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18445}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14572/
14573
14574INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14575values ('16039','{18446}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18449}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14576/
14577
14578INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14579values ('16040','{18450}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18453}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14580/
14581
14582INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14583values ('16041','{18454}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18457}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14584/
14585
14586INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14587values ('16042','{18458}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18461}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14588/
14589
14590INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14591values ('16043','{18462}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18465}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14592/
14593
14594INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14595values ('16044','{18466}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18469}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14596/
14597
14598INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14599values ('16045','{18470}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18473}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14600/
14601
14602INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14603values ('16046','{18474}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18477}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14604/
14605
14606INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14607values ('16047','{18478}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18481}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14608/
14609
14610INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14611values ('16048','{18482}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18485}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14612/
14613
14614INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14615values ('16049','{18486}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18489}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14616/
14617
14618INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14619values ('16050','{18490}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18493}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14620/
14621
14622INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14623values ('16054','{$IFCONTROL:"{#IFNAME}"}=1 and ({18503}=2 and {18504}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14624/
14625
14626INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14627values ('16055','{$IFCONTROL:"{#IFNAME}"}=1 and ({18505}=2 and {18506}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14628/
14629
14630INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14631values ('16056','({18507}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18508} or' || chr(13) || chr(10) || '{18509}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18508}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18509}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18508}','0','','1')
14632/
14633
14634INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14635values ('16057','({18510}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18511} or' || chr(13) || chr(10) || '{18512}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18511}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18512}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18511}','0','','1')
14636/
14637
14638INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14639values ('16058','{18513}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18516}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14640/
14641
14642INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14643values ('16059','{18517}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18520}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14644/
14645
14646INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14647values ('16063','{$IFCONTROL:"{#IFNAME}"}=1 and ({18530}=2 and {18531}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14648/
14649
14650INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14651values ('16064','{$IFCONTROL:"{#IFNAME}"}=1 and ({18532}=2 and {18533}=1)','Interface {#IFDESCR}: Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14652/
14653
14654INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14655values ('16065','({18534}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18535} or' || chr(13) || chr(10) || '{18536}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18535}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18536}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18535}','0','','1')
14656/
14657
14658INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14659values ('16066','({18537}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18538} or' || chr(13) || chr(10) || '{18539}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{18538}) and' || chr(13) || chr(10) || '{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' || chr(13) || chr(10) || '{18539}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{18538}','0','','1')
14660/
14661
14662INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14663values ('16067','{18540}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18543}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14664/
14665
14666INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14667values ('16068','{18544}>{$IF.ERRORS.WARN:"{#IFNAME}"}' || chr(13) || chr(10) || 'or {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' || chr(13) || chr(10) || 'and {18547}<{$IF.ERRORS.WARN:"{#IFNAME}"}*0.8','0','','1')
14668/
14669
14670INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14671values ('16070','{$IFCONTROL:"{#IFNAME}"}=1 and ({18550}=2 and {18551}=1)','Interface {#IFNAME}({#IFALIAS}): Link down','','0','3','This trigger expression works as follows:' || chr(13) || chr(10) || '1. Can be triggered if operations status is down.' || chr(13) || chr(10) || '2. {$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.' || chr(13) || chr(10) || '3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire ''ethernal off'' interfaces.)' || chr(13) || chr(10) || '' || chr(13) || chr(10) || 'WARNING: 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')
14672/
14673
14674INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14675values ('16073','{18555}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.','16071','0','0','0','','0','','0')
14676/
14677
14678INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14679values ('16074','{18556}=1 and {18557}>0','Operating system description has changed','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.','16072','0','0','2','','0','','1')
14680/
14681
14682INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14683values ('16075','{18558}=1 and {18559}>0','Operating system description has changed','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.','16072','0','0','2','','0','','1')
14684/
14685
14686INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14687values ('16076','{18560}=1 and {18561}>0','Operating system description has changed','','0','1','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.','16072','0','0','2','','0','','1')
14688/
14689
14690INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14691values ('16083','{18573}>{$MEMORY.UTIL.MAX}','{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.','16077','0','2','0','','0','','0')
14692/
14693
14694INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14695values ('16084','{18574}>{$MEMORY.UTIL.MAX}','{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.','16077','0','2','0','','0','','0')
14696/
14697
14698INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14699values ('16085','{18575}>{$MEMORY.UTIL.MAX}','{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.','16077','0','2','0','','0','','0')
14700/
14701
14702INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14703values ('16086','{18576}>{$CPU.UTIL.CRIT}','#{#SNMPINDEX}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.','16078','0','2','0','','0','','0')
14704/
14705
14706INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14707values ('16087','{18577}>{$CPU.UTIL.CRIT}','{#SNMPVALUE}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.','16079','0','2','0','','0','','0')
14708/
14709
14710INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14711values ('16088','{18578}>{$TEMP_WARN:"{#SNMPVALUE}"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18579}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available','16080','0','2','1','{18580}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0')
14712/
14713
14714INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14715values ('16089','{18581}>{$TEMP_WARN:"{#SNMPVALUE}"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18582}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available','16080','0','2','1','{18583}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0')
14716/
14717
14718INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14719values ('16090','{18584}>{$TEMP_WARN:"{#SNMPVALUE}"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18585}={$TEMP_WARN_STATUS}','{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:"{#SNMPVALUE}"}','','0','2','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available','16080','0','2','1','{18586}<{$TEMP_WARN:"{#SNMPVALUE}"}-3','0','','0')
14720/
14721
14722INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14723values ('16091','{18587}>{$TEMP_CRIT:"{#SNMPVALUE}"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18588}={$TEMP_CRIT_STATUS}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18588}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available','16081','0','2','1','{18589}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0')
14724/
14725
14726INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14727values ('16092','{18590}>{$TEMP_CRIT:"{#SNMPVALUE}"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18591}={$TEMP_CRIT_STATUS}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18591}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available','16081','0','2','1','{18592}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0')
14728/
14729
14730INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14731values ('16093','{18593}>{$TEMP_CRIT:"{#SNMPVALUE}"}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18594}={$TEMP_CRIT_STATUS}' || chr(13) || chr(10) || 'or' || chr(13) || chr(10) || '{18594}={$TEMP_DISASTER_STATUS}','{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:"{#SNMPVALUE}"}','','0','4','Current value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'This trigger uses temperature sensor values as well as temperature sensor status if available','16081','0','2','1','{18595}<{$TEMP_CRIT:"{#SNMPVALUE}"}-3','0','','0')
14732/
14733
14734INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14735values ('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')
14736/
14737
14738INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14739values ('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')
14740/
14741
14742INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14743values ('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')
14744/
14745
14746INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14747values ('13491','{12900}=1','Zabbix agent on {HOST.NAME} is unreachable for 5 minutes','','0','3','','10047','0','0','0','','0','','0')
14748/
14749
14750INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14751values ('13492','{12928}>0','Version of zabbix_agent(d) was changed on {HOST.NAME}','','0','1','','10045','0','0','0','','0','','0')
14752/
14753
14754INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14755values ('13509','{12938}>0','Host name of zabbix_agentd was changed on {HOST.NAME}','','0','1','','13508','0','0','0','','0','','0')
14756/
14757
14758INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14759values ('14311','{14508}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14760/
14761
14762INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14763values ('14312','{14509}>{$ICMP_LOSS_WARN} and {14509}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14764/
14765
14766INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14767values ('14313','{14510}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14768/
14769
14770INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14771values ('14327','{14536}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14772/
14773
14774INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14775values ('14328','{14537}>{$ICMP_LOSS_WARN} and {14537}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14776/
14777
14778INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14779values ('14329','{14538}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14780/
14781
14782INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14783values ('14347','{14570}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14784/
14785
14786INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14787values ('14348','{14571}>{$ICMP_LOSS_WARN} and {14571}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14788/
14789
14790INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14791values ('14349','{14572}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14792/
14793
14794INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14795values ('14356','{14587}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14796/
14797
14798INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14799values ('14357','{14588}>{$ICMP_LOSS_WARN} and {14588}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14800/
14801
14802INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14803values ('14358','{14589}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14804/
14805
14806INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14807values ('14389','{14641}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14808/
14809
14810INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14811values ('14390','{14642}>{$ICMP_LOSS_WARN} and {14642}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14812/
14813
14814INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14815values ('14391','{14643}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14816/
14817
14818INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14819values ('14403','{14663}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14820/
14821
14822INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14823values ('14404','{14664}>{$ICMP_LOSS_WARN} and {14664}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14824/
14825
14826INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14827values ('14405','{14665}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14828/
14829
14830INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14831values ('14451','{14747}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14832/
14833
14834INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14835values ('14452','{14748}>{$ICMP_LOSS_WARN} and {14748}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14836/
14837
14838INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14839values ('14453','{14749}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14840/
14841
14842INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14843values ('14468','{14776}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14844/
14845
14846INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14847values ('14469','{14777}>{$ICMP_LOSS_WARN} and {14777}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14848/
14849
14850INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14851values ('14470','{14778}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14852/
14853
14854INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14855values ('14486','{14806}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14856/
14857
14858INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14859values ('14487','{14807}>{$ICMP_LOSS_WARN} and {14807}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14860/
14861
14862INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14863values ('14488','{14808}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14864/
14865
14866INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14867values ('14505','{14838}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14868/
14869
14870INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14871values ('14506','{14839}>{$ICMP_LOSS_WARN} and {14839}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14872/
14873
14874INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14875values ('14507','{14840}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14876/
14877
14878INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14879values ('14524','{14871}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14288','0','0','0','','0','','0')
14880/
14881
14882INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14883values ('14525','{14872}>{$ICMP_LOSS_WARN} and {14872}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14289','0','0','0','','0','','0')
14884/
14885
14886INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14887values ('14526','{14873}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14290','0','0','0','','0','','0')
14888/
14889
14890INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14891values ('14534','{14889}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14892/
14893
14894INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14895values ('14535','{14890}>{$ICMP_LOSS_WARN} and {14890}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14896/
14897
14898INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14899values ('14536','{14891}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14900/
14901
14902INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14903values ('14544','{14907}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14904/
14905
14906INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14907values ('14545','{14908}>{$ICMP_LOSS_WARN} and {14908}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14908/
14909
14910INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14911values ('14546','{14909}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14912/
14913
14914INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14915values ('14582','{14972}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14916/
14917
14918INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14919values ('14583','{14973}>{$ICMP_LOSS_WARN} and {14973}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14920/
14921
14922INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14923values ('14584','{14974}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14924/
14925
14926INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14927values ('14598','{15000}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14928/
14929
14930INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14931values ('14599','{15001}>{$ICMP_LOSS_WARN} and {15001}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14932/
14933
14934INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14935values ('14600','{15002}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14936/
14937
14938INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14939values ('14615','{15032}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14940/
14941
14942INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14943values ('14616','{15033}>{$ICMP_LOSS_WARN} and {15033}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14944/
14945
14946INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14947values ('14617','{15034}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14948/
14949
14950INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14951values ('14652','{15094}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14952/
14953
14954INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14955values ('14653','{15095}>{$ICMP_LOSS_WARN} and {15095}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14956/
14957
14958INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14959values ('14654','{15096}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14960/
14961
14962INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14963values ('14673','{15131}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14964/
14965
14966INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14967values ('14674','{15132}>{$ICMP_LOSS_WARN} and {15132}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14968/
14969
14970INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14971values ('14675','{15133}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14972/
14973
14974INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14975values ('14691','{15163}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14976/
14977
14978INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14979values ('14692','{15164}>{$ICMP_LOSS_WARN} and {15164}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14980/
14981
14982INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14983values ('14693','{15165}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14984/
14985
14986INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14987values ('14704','{15186}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
14988/
14989
14990INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14991values ('14705','{15187}>{$ICMP_LOSS_WARN} and {15187}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
14992/
14993
14994INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14995values ('14706','{15188}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
14996/
14997
14998INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
14999values ('14717','{15209}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14288','0','0','0','','0','','0')
15000/
15001
15002INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15003values ('14718','{15210}>{$ICMP_LOSS_WARN} and {15210}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14289','0','0','0','','0','','0')
15004/
15005
15006INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15007values ('14719','{15211}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14290','0','0','0','','0','','0')
15008/
15009
15010INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15011values ('14869','{15597}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15012/
15013
15014INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15015values ('14870','{15598}>{$ICMP_LOSS_WARN} and {15598}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15016/
15017
15018INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15019values ('14871','{15599}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15020/
15021
15022INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15023values ('14882','{15618}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15024/
15025
15026INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15027values ('14883','{15619}>{$ICMP_LOSS_WARN} and {15619}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15028/
15029
15030INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15031values ('14884','{15620}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15032/
15033
15034INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15035values ('14906','{15678}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15036/
15037
15038INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15039values ('14907','{15679}>{$ICMP_LOSS_WARN} and {15679}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15040/
15041
15042INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15043values ('14908','{15680}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15044/
15045
15046INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15047values ('14928','{15713}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15048/
15049
15050INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15051values ('14929','{15714}>{$ICMP_LOSS_WARN} and {15714}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15052/
15053
15054INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15055values ('14930','{15715}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15056/
15057
15058INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15059values ('15220','{16472}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15060/
15061
15062INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15063values ('15221','{16473}>{$ICMP_LOSS_WARN} and {16473}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15064/
15065
15066INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15067values ('15222','{16474}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15068/
15069
15070INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15071values ('15701','{17838}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15072/
15073
15074INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15075values ('15702','{17839}>{$ICMP_LOSS_WARN} and {17839}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15076/
15077
15078INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15079values ('15703','{17840}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15080/
15081
15082INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15083values ('15723','{17874}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15084/
15085
15086INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15087values ('15724','{17875}>{$ICMP_LOSS_WARN} and {17875}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15088/
15089
15090INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15091values ('15725','{17876}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15092/
15093
15094INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15095values ('15755','{17926}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15096/
15097
15098INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15099values ('15756','{17927}>{$ICMP_LOSS_WARN} and {17927}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15100/
15101
15102INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15103values ('15757','{17928}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15104/
15105
15106INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15107values ('15798','{17995}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14288','0','0','0','','0','','0')
15108/
15109
15110INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15111values ('15799','{17996}>{$ICMP_LOSS_WARN} and {17996}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14289','0','0','0','','0','','0')
15112/
15113
15114INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15115values ('15800','{17997}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14290','0','0','0','','0','','0')
15116/
15117
15118INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15119values ('15819','{18026}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15120/
15121
15122INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15123values ('15820','{18027}>{$ICMP_LOSS_WARN} and {18027}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15124/
15125
15126INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15127values ('15821','{18028}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15128/
15129
15130INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15131values ('15840','{18057}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15132/
15133
15134INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15135values ('15841','{18058}>{$ICMP_LOSS_WARN} and {18058}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15136/
15137
15138INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15139values ('15842','{18059}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15140/
15141
15142INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15143values ('15908','{18131}=0','Unavailable by ICMP ping','','0','4','Last value: {ITEM.LASTVALUE1}.' || chr(13) || chr(10) || 'Last three attempts returned timeout.  Please check device connectivity.','14293','0','0','0','','0','','0')
15144/
15145
15146INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15147values ('15909','{18132}>{$ICMP_LOSS_WARN} and {18132}<100','High ICMP ping loss','','0','2','Last value: {ITEM.LASTVALUE1}.','14294','0','0','0','','0','','0')
15148/
15149
15150INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15151values ('15910','{18133}>{$ICMP_RESPONSE_TIME_WARN}','High ICMP ping response time','','0','2','Last value: {ITEM.LASTVALUE1}.','14295','0','0','0','','0','','0')
15152/
15153
15154INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15155values ('15948','{18195}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0')
15156/
15157
15158INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15159values ('15949','{18196}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0')
15160/
15161
15162INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15163values ('15950','{18197}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0')
15164/
15165
15166INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15167values ('15951','{18198}>{$CPU.UTIL.CRIT}','High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)','','0','2','Current utilization: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'CPU utilization is too high. The system might be slow to respond.','15947','0','0','0','','0','','0')
15168/
15169
15170INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15171values ('15956','{18212}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 5G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1')
15172/
15173
15174INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15175values ('15957','{18216}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 5G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1')
15176/
15177
15178INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15179values ('15958','{18220}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 5G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1')
15180/
15181
15182INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15183values ('15959','{18224}>{$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 5G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15955','0','2','0','','0','','1')
15184/
15185
15186INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15187values ('15961','{18232}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 10G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1')
15188/
15189
15190INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15191values ('15962','{18236}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 10G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1')
15192/
15193
15194INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15195values ('15963','{18240}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 10G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1')
15196/
15197
15198INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15199values ('15964','{18244}>{$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"} and' || chr(13) || chr(10) || '(({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})' || chr(13) || chr(10) || 'Two conditions should match: First, space utilization should be above {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}.' || chr(13) || chr(10) || ' Second condition should be one of the following:' || chr(13) || chr(10) || ' - The disk free space is less than 10G.' || chr(13) || chr(10) || ' - The disk will be full in less than 24 hours.','15960','0','2','0','','0','','1')
15200/
15201
15202INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15203values ('15966','{18249}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.','15965','0','2','0','','0','','0')
15204/
15205
15206INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15207values ('15967','{18250}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.','15965','0','2','0','','0','','0')
15208/
15209
15210INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15211values ('15968','{18251}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.','15965','0','2','0','','0','','0')
15212/
15213
15214INSERT INTO triggers (triggerid,expression,description,url,status,priority,comments,templateid,type,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close)
15215values ('15969','{18252}>{$MEMORY.UTIL.MAX}','{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)','','0','3','Last value: {ITEM.LASTVALUE1}' || chr(13) || chr(10) || 'The system is running out of free memory.','15965','0','2','0','','0','','0')
15216/
15217
15218INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15219values ('14169','16115','16117')
15220/
15221
15222INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15223values ('14170','16116','16115')
15224/
15225
15226INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15227values ('14171','16116','16117')
15228/
15229
15230INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15231values ('14172','16116','16118')
15232/
15233
15234INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15235values ('14173','16118','16117')
15236/
15237
15238INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15239values ('14174','14195','14205')
15240/
15241
15242INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15243values ('14175','14196','14195')
15244/
15245
15246INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15247values ('14176','14196','14205')
15248/
15249
15250INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15251values ('14177','14197','14205')
15252/
15253
15254INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15255values ('14178','14198','14197')
15256/
15257
15258INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15259values ('14179','14198','14205')
15260/
15261
15262INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15263values ('14180','14200','14199')
15264/
15265
15266INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15267values ('14181','14201','14205')
15268/
15269
15270INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15271values ('14182','14202','14201')
15272/
15273
15274INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15275values ('14183','14202','14205')
15276/
15277
15278INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15279values ('14184','14204','14203')
15280/
15281
15282INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15283values ('14185','14206','14222')
15284/
15285
15286INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15287values ('14186','14207','14206')
15288/
15289
15290INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15291values ('14187','14207','14222')
15292/
15293
15294INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15295values ('14188','14208','14222')
15296/
15297
15298INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15299values ('14189','14209','14208')
15300/
15301
15302INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15303values ('14190','14209','14222')
15304/
15305
15306INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15307values ('14191','14210','14222')
15308/
15309
15310INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15311values ('14192','14211','14210')
15312/
15313
15314INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15315values ('14193','14211','14222')
15316/
15317
15318INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15319values ('14194','14212','14222')
15320/
15321
15322INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15323values ('14195','14213','14212')
15324/
15325
15326INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15327values ('14196','14213','14222')
15328/
15329
15330INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15331values ('14197','14214','14222')
15332/
15333
15334INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15335values ('14198','14215','14214')
15336/
15337
15338INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15339values ('14199','14215','14222')
15340/
15341
15342INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15343values ('14200','14217','14216')
15344/
15345
15346INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15347values ('14201','14218','14222')
15348/
15349
15350INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15351values ('14202','14219','14218')
15352/
15353
15354INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15355values ('14203','14219','14222')
15356/
15357
15358INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15359values ('14204','14220','14222')
15360/
15361
15362INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15363values ('14205','14221','14220')
15364/
15365
15366INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15367values ('14206','14221','14222')
15368/
15369
15370INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15371values ('14207','14223','14222')
15372/
15373
15374INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15375values ('14208','14224','14222')
15376/
15377
15378INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15379values ('14209','14224','14223')
15380/
15381
15382INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15383values ('14210','14225','14222')
15384/
15385
15386INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15387values ('14211','14226','14222')
15388/
15389
15390INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15391values ('14212','14226','14225')
15392/
15393
15394INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15395values ('14213','14252','14251')
15396/
15397
15398INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15399values ('14214','14289','14288')
15400/
15401
15402INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15403values ('14215','14525','14524')
15404/
15405
15406INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15407values ('14216','14718','14717')
15408/
15409
15410INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15411values ('14217','15799','15798')
15412/
15413
15414INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15415values ('14218','14294','14293')
15416/
15417
15418INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15419values ('14219','14312','14311')
15420/
15421
15422INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15423values ('14220','14328','14327')
15424/
15425
15426INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15427values ('14221','14348','14347')
15428/
15429
15430INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15431values ('14222','14357','14356')
15432/
15433
15434INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15435values ('14223','14390','14389')
15436/
15437
15438INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15439values ('14224','14404','14403')
15440/
15441
15442INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15443values ('14225','14452','14451')
15444/
15445
15446INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15447values ('14226','14469','14468')
15448/
15449
15450INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15451values ('14227','14487','14486')
15452/
15453
15454INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15455values ('14228','14506','14505')
15456/
15457
15458INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15459values ('14229','14535','14534')
15460/
15461
15462INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15463values ('14230','14545','14544')
15464/
15465
15466INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15467values ('14231','14583','14582')
15468/
15469
15470INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15471values ('14232','14599','14598')
15472/
15473
15474INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15475values ('14233','14616','14615')
15476/
15477
15478INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15479values ('14234','14653','14652')
15480/
15481
15482INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15483values ('14235','14674','14673')
15484/
15485
15486INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15487values ('14236','14692','14691')
15488/
15489
15490INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15491values ('14237','14705','14704')
15492/
15493
15494INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15495values ('14238','14870','14869')
15496/
15497
15498INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15499values ('14239','14883','14882')
15500/
15501
15502INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15503values ('14240','14907','14906')
15504/
15505
15506INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15507values ('14241','14929','14928')
15508/
15509
15510INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15511values ('14242','15221','15220')
15512/
15513
15514INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15515values ('14243','15702','15701')
15516/
15517
15518INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15519values ('14244','15724','15723')
15520/
15521
15522INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15523values ('14245','15756','15755')
15524/
15525
15526INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15527values ('14246','15820','15819')
15528/
15529
15530INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15531values ('14247','15841','15840')
15532/
15533
15534INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15535values ('14248','15909','15908')
15536/
15537
15538INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15539values ('14249','14253','14252')
15540/
15541
15542INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15543values ('14250','14290','14289')
15544/
15545
15546INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15547values ('14251','14526','14525')
15548/
15549
15550INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15551values ('14252','14719','14718')
15552/
15553
15554INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15555values ('14253','15800','15799')
15556/
15557
15558INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15559values ('14254','14295','14294')
15560/
15561
15562INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15563values ('14255','14313','14312')
15564/
15565
15566INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15567values ('14256','14329','14328')
15568/
15569
15570INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15571values ('14257','14349','14348')
15572/
15573
15574INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15575values ('14258','14358','14357')
15576/
15577
15578INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15579values ('14259','14391','14390')
15580/
15581
15582INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15583values ('14260','14405','14404')
15584/
15585
15586INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15587values ('14261','14453','14452')
15588/
15589
15590INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15591values ('14262','14470','14469')
15592/
15593
15594INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15595values ('14263','14488','14487')
15596/
15597
15598INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15599values ('14264','14507','14506')
15600/
15601
15602INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15603values ('14265','14536','14535')
15604/
15605
15606INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15607values ('14266','14546','14545')
15608/
15609
15610INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15611values ('14267','14584','14583')
15612/
15613
15614INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15615values ('14268','14600','14599')
15616/
15617
15618INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15619values ('14269','14617','14616')
15620/
15621
15622INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15623values ('14270','14654','14653')
15624/
15625
15626INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15627values ('14271','14675','14674')
15628/
15629
15630INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15631values ('14272','14693','14692')
15632/
15633
15634INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15635values ('14273','14706','14705')
15636/
15637
15638INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15639values ('14274','14871','14870')
15640/
15641
15642INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15643values ('14275','14884','14883')
15644/
15645
15646INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15647values ('14276','14908','14907')
15648/
15649
15650INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15651values ('14277','14930','14929')
15652/
15653
15654INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15655values ('14278','15222','15221')
15656/
15657
15658INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15659values ('14279','15703','15702')
15660/
15661
15662INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15663values ('14280','15725','15724')
15664/
15665
15666INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15667values ('14281','15757','15756')
15668/
15669
15670INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15671values ('14282','15821','15820')
15672/
15673
15674INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15675values ('14283','15842','15841')
15676/
15677
15678INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15679values ('14284','15910','15909')
15680/
15681
15682INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15683values ('14285','14253','14251')
15684/
15685
15686INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15687values ('14286','14290','14288')
15688/
15689
15690INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15691values ('14287','14526','14524')
15692/
15693
15694INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15695values ('14288','14719','14717')
15696/
15697
15698INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15699values ('14289','15800','15798')
15700/
15701
15702INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15703values ('14290','14295','14293')
15704/
15705
15706INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15707values ('14291','14313','14311')
15708/
15709
15710INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15711values ('14292','14329','14327')
15712/
15713
15714INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15715values ('14293','14349','14347')
15716/
15717
15718INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15719values ('14294','14358','14356')
15720/
15721
15722INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15723values ('14295','14391','14389')
15724/
15725
15726INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15727values ('14296','14405','14403')
15728/
15729
15730INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15731values ('14297','14453','14451')
15732/
15733
15734INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15735values ('14298','14470','14468')
15736/
15737
15738INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15739values ('14299','14488','14486')
15740/
15741
15742INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15743values ('14300','14507','14505')
15744/
15745
15746INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15747values ('14301','14536','14534')
15748/
15749
15750INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15751values ('14302','14546','14544')
15752/
15753
15754INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15755values ('14303','14584','14582')
15756/
15757
15758INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15759values ('14304','14600','14598')
15760/
15761
15762INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15763values ('14305','14617','14615')
15764/
15765
15766INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15767values ('14306','14654','14652')
15768/
15769
15770INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15771values ('14307','14675','14673')
15772/
15773
15774INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15775values ('14308','14693','14691')
15776/
15777
15778INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15779values ('14309','14706','14704')
15780/
15781
15782INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15783values ('14310','14871','14869')
15784/
15785
15786INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15787values ('14311','14884','14882')
15788/
15789
15790INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15791values ('14312','14908','14906')
15792/
15793
15794INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15795values ('14313','14930','14928')
15796/
15797
15798INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15799values ('14314','15222','15220')
15800/
15801
15802INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15803values ('14315','15703','15701')
15804/
15805
15806INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15807values ('14316','15725','15723')
15808/
15809
15810INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15811values ('14317','15757','15755')
15812/
15813
15814INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15815values ('14318','15821','15819')
15816/
15817
15818INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15819values ('14319','15842','15840')
15820/
15821
15822INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15823values ('14320','15910','15908')
15824/
15825
15826INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15827values ('14321','15642','15161')
15828/
15829
15830INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15831values ('14322','15643','15162')
15832/
15833
15834INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15835values ('14323','15644','15163')
15836/
15837
15838INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15839values ('14324','15801','15802')
15840/
15841
15842INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15843values ('14325','15161','14288')
15844/
15845
15846INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15847values ('14326','15162','14524')
15848/
15849
15850INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15851values ('14327','15163','14717')
15852/
15853
15854INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15855values ('14328','15802','15798')
15856/
15857
15858INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15859values ('14329','15645','15170')
15860/
15861
15862INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15863values ('14330','15646','15171')
15864/
15865
15866INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15867values ('14331','15647','15172')
15868/
15869
15870INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15871values ('14332','15648','15173')
15872/
15873
15874INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15875values ('14333','15649','15174')
15876/
15877
15878INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15879values ('14334','15650','15175')
15880/
15881
15882INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15883values ('14335','15651','15176')
15884/
15885
15886INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15887values ('14336','15652','15177')
15888/
15889
15890INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15891values ('14337','15653','15178')
15892/
15893
15894INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15895values ('14338','15654','15179')
15896/
15897
15898INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15899values ('14339','15655','15180')
15900/
15901
15902INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15903values ('14340','15656','15181')
15904/
15905
15906INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15907values ('14341','15657','15182')
15908/
15909
15910INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15911values ('14342','15658','15183')
15912/
15913
15914INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15915values ('14343','15659','15184')
15916/
15917
15918INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15919values ('14344','15660','15185')
15920/
15921
15922INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15923values ('14345','15661','15186')
15924/
15925
15926INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15927values ('14346','15662','15187')
15928/
15929
15930INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15931values ('14347','15663','15188')
15932/
15933
15934INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15935values ('14348','15664','15189')
15936/
15937
15938INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15939values ('14349','15665','15190')
15940/
15941
15942INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15943values ('14350','15666','15191')
15944/
15945
15946INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15947values ('14351','15667','15192')
15948/
15949
15950INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15951values ('14352','15668','15193')
15952/
15953
15954INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15955values ('14353','15669','15224')
15956/
15957
15958INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15959values ('14354','15704','15705')
15960/
15961
15962INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15963values ('14355','15726','15727')
15964/
15965
15966INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15967values ('14356','15758','15759')
15968/
15969
15970INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15971values ('14357','15822','15823')
15972/
15973
15974INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15975values ('14358','15843','15844')
15976/
15977
15978INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15979values ('14359','15911','15912')
15980/
15981
15982INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15983values ('14360','15170','14293')
15984/
15985
15986INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15987values ('14361','15171','14311')
15988/
15989
15990INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15991values ('14362','15172','14327')
15992/
15993
15994INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15995values ('14363','15173','14347')
15996/
15997
15998INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
15999values ('14364','15174','14356')
16000/
16001
16002INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16003values ('14365','15175','14389')
16004/
16005
16006INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16007values ('14366','15176','14403')
16008/
16009
16010INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16011values ('14367','15177','14451')
16012/
16013
16014INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16015values ('14368','15178','14468')
16016/
16017
16018INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16019values ('14369','15179','14486')
16020/
16021
16022INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16023values ('14370','15180','14505')
16024/
16025
16026INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16027values ('14371','15181','14534')
16028/
16029
16030INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16031values ('14372','15182','14544')
16032/
16033
16034INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16035values ('14373','15183','14582')
16036/
16037
16038INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16039values ('14374','15184','14598')
16040/
16041
16042INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16043values ('14375','15185','14615')
16044/
16045
16046INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16047values ('14376','15186','14652')
16048/
16049
16050INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16051values ('14377','15187','14673')
16052/
16053
16054INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16055values ('14378','15188','14691')
16056/
16057
16058INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16059values ('14379','15189','14704')
16060/
16061
16062INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16063values ('14380','15190','14869')
16064/
16065
16066INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16067values ('14381','15191','14882')
16068/
16069
16070INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16071values ('14382','15192','14906')
16072/
16073
16074INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16075values ('14383','15193','14928')
16076/
16077
16078INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16079values ('14384','15224','15220')
16080/
16081
16082INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16083values ('14385','15705','15701')
16084/
16085
16086INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16087values ('14386','15727','15723')
16088/
16089
16090INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16091values ('14387','15759','15755')
16092/
16093
16094INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16095values ('14388','15823','15819')
16096/
16097
16098INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16099values ('14389','15844','15840')
16100/
16101
16102INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16103values ('14390','15912','15908')
16104/
16105
16106INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16107values ('14391','15977','15976')
16108/
16109
16110INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16111values ('14392','15980','15979')
16112/
16113
16114INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16115values ('14393','15953','15952')
16116/
16117
16118INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16119values ('14394','15960','15955')
16120/
16121
16122INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16123values ('14395','15961','15956')
16124/
16125
16126INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16127values ('14396','15962','15957')
16128/
16129
16130INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16131values ('14397','15963','15958')
16132/
16133
16134INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16135values ('14398','15964','15959')
16136/
16137
16138INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16139values ('14399','15983','15982')
16140/
16141
16142INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16143values ('14400','15984','15982')
16144/
16145
16146INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16147values ('14401','15670','15982')
16148/
16149
16150INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16151values ('14402','15986','15985')
16152/
16153
16154INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16155values ('14403','15987','15985')
16156/
16157
16158INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16159values ('14404','15671','15985')
16160/
16161
16162INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16163values ('14405','16009','15988')
16164/
16165
16166INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16167values ('14406','16010','15989')
16168/
16169
16170INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16171values ('14407','16011','15990')
16172/
16173
16174INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16175values ('14408','16012','15991')
16176/
16177
16178INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16179values ('14409','16013','15992')
16180/
16181
16182INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16183values ('14410','16014','15993')
16184/
16185
16186INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16187values ('14411','16015','15994')
16188/
16189
16190INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16191values ('14412','16016','15995')
16192/
16193
16194INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16195values ('14413','16017','15996')
16196/
16197
16198INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16199values ('14414','16018','15997')
16200/
16201
16202INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16203values ('14415','16019','15998')
16204/
16205
16206INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16207values ('14416','16020','15999')
16208/
16209
16210INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16211values ('14417','16021','16000')
16212/
16213
16214INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16215values ('14418','16022','16001')
16216/
16217
16218INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16219values ('14419','16023','16002')
16220/
16221
16222INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16223values ('14420','16024','16003')
16224/
16225
16226INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16227values ('14421','16025','16004')
16228/
16229
16230INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16231values ('14422','16026','16005')
16232/
16233
16234INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16235values ('14423','16027','16006')
16236/
16237
16238INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16239values ('14424','16028','16007')
16240/
16241
16242INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16243values ('14425','16029','16008')
16244/
16245
16246INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16247values ('14426','16030','15988')
16248/
16249
16250INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16251values ('14427','16031','15989')
16252/
16253
16254INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16255values ('14428','16032','15990')
16256/
16257
16258INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16259values ('14429','16033','15991')
16260/
16261
16262INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16263values ('14430','16034','15992')
16264/
16265
16266INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16267values ('14431','16035','15993')
16268/
16269
16270INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16271values ('14432','16036','15994')
16272/
16273
16274INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16275values ('14433','16037','15995')
16276/
16277
16278INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16279values ('14434','16038','15996')
16280/
16281
16282INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16283values ('14435','16039','15997')
16284/
16285
16286INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16287values ('14436','16040','15998')
16288/
16289
16290INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16291values ('14437','16041','15999')
16292/
16293
16294INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16295values ('14438','16042','16000')
16296/
16297
16298INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16299values ('14439','16043','16001')
16300/
16301
16302INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16303values ('14440','16044','16002')
16304/
16305
16306INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16307values ('14441','16045','16003')
16308/
16309
16310INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16311values ('14442','16046','16004')
16312/
16313
16314INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16315values ('14443','16047','16005')
16316/
16317
16318INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16319values ('14444','16048','16006')
16320/
16321
16322INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16323values ('14445','16049','16007')
16324/
16325
16326INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16327values ('14446','16050','16008')
16328/
16329
16330INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16331values ('14447','15672','15988')
16332/
16333
16334INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16335values ('14448','15673','15989')
16336/
16337
16338INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16339values ('14449','15674','15990')
16340/
16341
16342INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16343values ('14450','15675','15991')
16344/
16345
16346INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16347values ('14451','15676','15992')
16348/
16349
16350INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16351values ('14452','15677','15993')
16352/
16353
16354INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16355values ('14453','15678','15994')
16356/
16357
16358INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16359values ('14454','15679','15995')
16360/
16361
16362INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16363values ('14455','15680','15996')
16364/
16365
16366INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16367values ('14456','15681','15997')
16368/
16369
16370INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16371values ('14457','15682','15998')
16372/
16373
16374INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16375values ('14458','15683','15999')
16376/
16377
16378INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16379values ('14459','15684','16000')
16380/
16381
16382INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16383values ('14460','15685','16001')
16384/
16385
16386INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16387values ('14461','15686','16002')
16388/
16389
16390INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16391values ('14462','15687','16003')
16392/
16393
16394INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16395values ('14463','15688','16004')
16396/
16397
16398INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16399values ('14464','15689','16005')
16400/
16401
16402INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16403values ('14465','15690','16006')
16404/
16405
16406INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16407values ('14466','15691','16007')
16408/
16409
16410INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16411values ('14467','15708','16008')
16412/
16413
16414INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16415values ('14468','16052','16051')
16416/
16417
16418INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16419values ('14469','16053','16051')
16420/
16421
16422INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16423values ('14470','15692','16051')
16424/
16425
16426INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16427values ('14471','16056','16054')
16428/
16429
16430INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16431values ('14472','16057','16055')
16432/
16433
16434INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16435values ('14473','16058','16054')
16436/
16437
16438INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16439values ('14474','16059','16055')
16440/
16441
16442INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16443values ('14475','15693','16054')
16444/
16445
16446INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16447values ('14476','15694','16055')
16448/
16449
16450INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16451values ('14477','16061','16060')
16452/
16453
16454INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16455values ('14478','16062','16060')
16456/
16457
16458INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16459values ('14479','15695','16060')
16460/
16461
16462INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16463values ('14480','16065','16063')
16464/
16465
16466INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16467values ('14481','16066','16064')
16468/
16469
16470INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16471values ('14482','16067','16063')
16472/
16473
16474INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16475values ('14483','16068','16064')
16476/
16477
16478INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16479values ('14484','15696','16063')
16480/
16481
16482INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16483values ('14485','15697','16064')
16484/
16485
16486INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16487values ('14486','15970','16069')
16488/
16489
16490INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16491values ('14487','15971','16069')
16492/
16493
16494INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16495values ('14488','15698','16069')
16496/
16497
16498INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16499values ('14489','15972','16070')
16500/
16501
16502INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16503values ('14490','15973','16070')
16504/
16505
16506INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16507values ('14491','15699','16070')
16508/
16509
16510INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16511values ('14492','14318','14319')
16512/
16513
16514INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16515values ('14493','15714','15715')
16516/
16517
16518INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16519values ('14494','15721','15720')
16520/
16521
16522INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16523values ('14495','15390','14339')
16524/
16525
16526INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16527values ('14496','15392','15391')
16528/
16529
16530INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16531values ('14497','15394','15393')
16532/
16533
16534INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16535values ('14498','15380','15379')
16536/
16537
16538INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16539values ('14499','15382','15381')
16540/
16541
16542INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16543values ('14500','14372','14373')
16544/
16545
16546INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16547values ('14501','14375','14376')
16548/
16549
16550INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16551values ('14502','15384','15383')
16552/
16553
16554INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16555values ('14503','15386','15385')
16556/
16557
16558INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16559values ('14504','14380','14381')
16560/
16561
16562INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16563values ('14505','16080','16081')
16564/
16565
16566INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16567values ('14506','15345','15344')
16568/
16569
16570INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16571values ('14507','15347','15346')
16572/
16573
16574INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16575values ('14508','16088','16091')
16576/
16577
16578INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16579values ('14509','16089','16092')
16580/
16581
16582INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16583values ('14510','16090','16093')
16584/
16585
16586INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16587values ('14511','15357','15354')
16588/
16589
16590INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16591values ('14512','15358','15355')
16592/
16593
16594INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16595values ('14513','15359','15356')
16596/
16597
16598INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16599values ('14514','15363','15360')
16600/
16601
16602INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16603values ('14515','15364','15361')
16604/
16605
16606INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16607values ('14516','15365','15362')
16608/
16609
16610INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16611values ('14517','15332','15331')
16612/
16613
16614INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16615values ('14518','15334','15333')
16616/
16617
16618INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16619values ('14519','14460','14461')
16620/
16621
16622INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16623values ('14520','14476','14477')
16624/
16625
16626INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16627values ('14521','14495','14496')
16628/
16629
16630INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16631values ('14522','14511','15368')
16632/
16633
16634INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16635values ('14523','14551','14552')
16636/
16637
16638INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16639values ('14524','14914','14915')
16640/
16641
16642INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16643values ('14525','15374','15373')
16644/
16645
16646INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16647values ('14526','15376','15375')
16648/
16649
16650INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16651values ('14527','14589','14590')
16652/
16653
16654INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16655values ('14528','15335','15336')
16656/
16657
16658INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16659values ('14529','15338','15337')
16660/
16661
16662INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16663values ('14530','14624','14625')
16664/
16665
16666INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16667values ('14531','15387','14934')
16668/
16669
16670INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16671values ('14532','14658','14659')
16672/
16673
16674INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16675values ('14533','14664','14665')
16676/
16677
16678INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16679values ('14534','14668','14667')
16680/
16681
16682INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16683values ('14535','15396','15397')
16684/
16685
16686INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16687values ('14536','15913','15914')
16688/
16689
16690INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16691values ('14537','15916','15917')
16692/
16693
16694INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16695values ('14538','15919','15920')
16696/
16697
16698INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16699values ('14539','15922','15923')
16700/
16701
16702INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16703values ('14540','15925','15926')
16704/
16705
16706INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16707values ('14541','15929','15928')
16708/
16709
16710INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16711values ('14542','15931','15930')
16712/
16713
16714INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16715values ('14543','15934','15933')
16716/
16717
16718INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16719values ('14544','15936','15935')
16720/
16721
16722INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16723values ('14545','15939','15938')
16724/
16725
16726INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16727values ('14546','15940','15938')
16728/
16729
16730INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16731values ('14547','15940','15939')
16732/
16733
16734INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16735values ('14548','15942','15941')
16736/
16737
16738INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16739values ('14549','15729','15728')
16740/
16741
16742INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16743values ('14550','15730','15728')
16744/
16745
16746INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16747values ('14551','15730','15729')
16748/
16749
16750INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16751values ('14552','15733','15734')
16752/
16753
16754INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16755values ('14553','15736','15737')
16756/
16757
16758INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16759values ('14554','15740','15739')
16760/
16761
16762INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16763values ('14555','15742','15741')
16764/
16765
16766INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16767values ('14556','15744','15743')
16768/
16769
16770INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16771values ('14557','15746','15743')
16772/
16773
16774INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16775values ('14558','15748','15747')
16776/
16777
16778INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16779values ('14559','15750','15749')
16780/
16781
16782INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16783values ('14560','15751','15750')
16784/
16785
16786INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16787values ('14561','15751','15749')
16788/
16789
16790INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16791values ('14562','15752','15754')
16792/
16793
16794INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16795values ('14563','15753','15754')
16796/
16797
16798INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16799values ('14564','15753','15752')
16800/
16801
16802INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16803values ('14565','15944','15943')
16804/
16805
16806INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16807values ('14566','15763','15764')
16808/
16809
16810INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16811values ('14567','15766','15767')
16812/
16813
16814INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16815values ('14568','15769','15770')
16816/
16817
16818INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16819values ('14569','15772','15773')
16820/
16821
16822INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16823values ('14570','15775','15776')
16824/
16825
16826INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16827values ('14571','15778','15779')
16828/
16829
16830INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16831values ('14572','15782','15781')
16832/
16833
16834INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16835values ('14573','15784','15783')
16836/
16837
16838INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16839values ('14574','15786','15785')
16840/
16841
16842INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16843values ('14575','15788','15787')
16844/
16845
16846INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16847values ('14576','15789','15787')
16848/
16849
16850INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16851values ('14577','15789','15788')
16852/
16853
16854INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16855values ('14578','15791','15790')
16856/
16857
16858INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16859values ('14579','15793','15792')
16860/
16861
16862INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16863values ('14580','15794','15792')
16864/
16865
16866INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16867values ('14581','15797','15796')
16868/
16869
16870INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16871values ('14582','15804','15803')
16872/
16873
16874INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16875values ('14583','15805','15803')
16876/
16877
16878INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16879values ('14584','15805','15804')
16880/
16881
16882INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16883values ('14585','15807','15808')
16884/
16885
16886INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16887values ('14586','15810','15811')
16888/
16889
16890INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16891values ('14587','15813','15814')
16892/
16893
16894INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16895values ('14588','15825','15824')
16896/
16897
16898INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16899values ('14589','15826','15824')
16900/
16901
16902INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16903values ('14590','15826','15825')
16904/
16905
16906INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16907values ('14591','15828','15829')
16908/
16909
16910INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16911values ('14592','15831','15832')
16912/
16913
16914INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16915values ('14593','15834','15835')
16916/
16917
16918INSERT INTO trigger_depends (triggerdepid,triggerid_down,triggerid_up)
16919values ('14594','15845','15846')
16920/
16921
16922INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16923values ('10199','10019','10016','diff','0')
16924/
16925
16926INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16927values ('10204','10055','10041','last','0')
16928/
16929
16930INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16931values ('10207','10058','10044','diff','0')
16932/
16933
16934INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16935values ('10208','10057','10043','diff','0')
16936/
16937
16938INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16939values ('12144','22181','13000','last','0')
16940/
16941
16942INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16943values ('12549','22232','13025','nodata','5m')
16944/
16945
16946INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16947values ('12550','10020','10047','nodata','5m')
16948/
16949
16950INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16951values ('12553','10056','10042','last','0')
16952/
16953
16954INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16955values ('12580','17350','10012','last','0')
16956/
16957
16958INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16959values ('12583','10025','10021','change','0')
16960/
16961
16962INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16963values ('12592','22686','13266','last','0')
16964/
16965
16966INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16967values ('12598','22454','13272','last','0')
16968/
16969
16970INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16971values ('12641','22189','13015','max','10m')
16972/
16973
16974INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16975values ('12645','22183','13073','max','10m')
16976/
16977
16978INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16979values ('12646','22191','13074','max','10m')
16980/
16981
16982INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16983values ('12648','23620','13075','max','10m')
16984/
16985
16986INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16987values ('12649','22185','13019','max','10m')
16988/
16989
16990INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16991values ('12651','22396','13017','max','10m')
16992/
16993
16994INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16995values ('12653','22219','13023','min','10m')
16996/
16997
16998INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
16999values ('12715','22833','13328','nodata','5m')
17000/
17001
17002INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17003values ('12717','22835','13330','last','0')
17004/
17005
17006INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17007values ('12718','22836','13331','last','0')
17008/
17009
17010INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17011values ('12723','22853','13336','diff','0')
17012/
17013
17014INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17015values ('12724','22856','13337','last','0')
17016/
17017
17018INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17019values ('12725','22858','13338','diff','0')
17020/
17021
17022INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17023values ('12726','22859','13339','change','0')
17024/
17025
17026INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17027values ('12727','22861','13340','diff','0')
17028/
17029
17030INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17031values ('12728','22862','13341','last','0')
17032/
17033
17034INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17035values ('12729','22869','13342','last','0')
17036/
17037
17038INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17039values ('12730','22872','13343','last','0')
17040/
17041
17042INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17043values ('12731','22873','13344','nodata','5m')
17044/
17045
17046INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17047values ('12733','22875','13346','last','0')
17048/
17049
17050INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17051values ('12734','22876','13347','last','0')
17052/
17053
17054INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17055values ('12739','22893','13352','diff','0')
17056/
17057
17058INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17059values ('12740','22896','13353','last','0')
17060/
17061
17062INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17063values ('12741','22898','13354','diff','0')
17064/
17065
17066INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17067values ('12742','22899','13355','change','0')
17068/
17069
17070INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17071values ('12743','22901','13356','diff','0')
17072/
17073
17074INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17075values ('12744','22902','13357','last','0')
17076/
17077
17078INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17079values ('12745','22909','13358','last','0')
17080/
17081
17082INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17083values ('12746','22912','13359','last','0')
17084/
17085
17086INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17087values ('12747','22913','13360','nodata','5m')
17088/
17089
17090INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17091values ('12755','22933','13368','diff','0')
17092/
17093
17094INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17095values ('12757','22938','13370','diff','0')
17096/
17097
17098INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17099values ('12758','22939','13371','change','0')
17100/
17101
17102INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17103values ('12759','22941','13372','diff','0')
17104/
17105
17106INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17107values ('12760','22942','13373','last','0')
17108/
17109
17110INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17111values ('12761','22949','13374','last','0')
17112/
17113
17114INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17115values ('12762','22952','13375','last','0')
17116/
17117
17118INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17119values ('12763','22953','13376','nodata','5m')
17120/
17121
17122INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17123values ('12771','22973','13384','diff','0')
17124/
17125
17126INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17127values ('12773','22978','13386','diff','0')
17128/
17129
17130INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17131values ('12775','22981','13388','diff','0')
17132/
17133
17134INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17135values ('12776','22982','13389','last','0')
17136/
17137
17138INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17139values ('12777','22989','13390','last','0')
17140/
17141
17142INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17143values ('12778','22992','13391','last','0')
17144/
17145
17146INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17147values ('12779','22993','13392','nodata','5m')
17148/
17149
17150INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17151values ('12782','22996','13395','last','0')
17152/
17153
17154INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17155values ('12787','23013','13400','diff','0')
17156/
17157
17158INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17159values ('12788','23016','13401','last','0')
17160/
17161
17162INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17163values ('12789','23018','13402','diff','0')
17164/
17165
17166INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17167values ('12790','23019','13403','change','0')
17168/
17169
17170INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17171values ('12791','23021','13404','diff','0')
17172/
17173
17174INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17175values ('12792','23022','13405','last','0')
17176/
17177
17178INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17179values ('12793','23029','13406','last','0')
17180/
17181
17182INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17183values ('12794','23032','13407','last','0')
17184/
17185
17186INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17187values ('12795','23033','13408','nodata','5m')
17188/
17189
17190INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17191values ('12797','23035','13410','last','0')
17192/
17193
17194INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17195values ('12798','23036','13411','last','0')
17196/
17197
17198INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17199values ('12803','23053','13416','diff','0')
17200/
17201
17202INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17203values ('12805','23058','13418','diff','0')
17204/
17205
17206INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17207values ('12806','23059','13419','change','0')
17208/
17209
17210INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17211values ('12807','23061','13420','diff','0')
17212/
17213
17214INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17215values ('12808','23062','13421','last','0')
17216/
17217
17218INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17219values ('12809','23069','13422','last','0')
17220/
17221
17222INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17223values ('12810','23072','13423','last','0')
17224/
17225
17226INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17227values ('12812','23149','13425','diff','0')
17228/
17229
17230INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17231values ('12815','23150','13428','change','0')
17232/
17233
17234INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17235values ('12818','23668','13431','min','10m')
17236/
17237
17238INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17239values ('12820','23158','13433','last','0')
17240/
17241
17242INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17243values ('12824','23160','13437','nodata','5m')
17244/
17245
17246INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17247values ('12826','23165','13439','last','0')
17248/
17249
17250INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17251values ('12895','23271','13486','min','10m')
17252/
17253
17254INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17255values ('12896','23273','13487','max','10m')
17256/
17257
17258INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17259values ('12897','23274','13488','max','10m')
17260/
17261
17262INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17263values ('12898','23275','13489','max','10m')
17264/
17265
17266INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17267values ('12899','23276','13490','max','10m')
17268/
17269
17270INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17271values ('12900','23287','13491','nodata','5m')
17272/
17273
17274INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17275values ('12902','23289','13493','last','0')
17276/
17277
17278INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17279values ('12903','23290','13494','last','0')
17280/
17281
17282INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17283values ('12908','23307','13499','diff','0')
17284/
17285
17286INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17287values ('12909','23310','13500','last','0')
17288/
17289
17290INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17291values ('12910','23312','13501','diff','0')
17292/
17293
17294INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17295values ('12911','23313','13502','change','0')
17296/
17297
17298INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17299values ('12912','23315','13503','diff','0')
17300/
17301
17302INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17303values ('12913','23316','13504','last','0')
17304/
17305
17306INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17307values ('12914','23282','13505','last','0')
17308/
17309
17310INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17311values ('12915','23284','13506','last','0')
17312/
17313
17314INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17315values ('12926','22231','13026','diff','0')
17316/
17317
17318INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17319values ('12927','10059','10045','diff','0')
17320/
17321
17322INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17323values ('12928','23288','13492','diff','0')
17324/
17325
17326INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17327values ('12929','22834','13329','diff','0')
17328/
17329
17330INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17331values ('12930','22874','13345','diff','0')
17332/
17333
17334INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17335values ('12931','22914','13361','diff','0')
17336/
17337
17338INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17339values ('12932','22954','13377','diff','0')
17340/
17341
17342INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17343values ('12933','22994','13393','diff','0')
17344/
17345
17346INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17347values ('12934','23034','13409','diff','0')
17348/
17349
17350INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17351values ('12935','23161','13438','diff','0')
17352/
17353
17354INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17355values ('12936','23318','13507','diff','0')
17356/
17357
17358INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17359values ('12937','23319','13508','diff','0')
17360/
17361
17362INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17363values ('12938','23327','13509','diff','0')
17364/
17365
17366INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17367values ('12939','23320','13510','diff','0')
17368/
17369
17370INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17371values ('12940','23321','13511','diff','0')
17372/
17373
17374INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17375values ('12941','23322','13512','diff','0')
17376/
17377
17378INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17379values ('12942','23323','13513','diff','0')
17380/
17381
17382INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17383values ('12943','23324','13514','diff','0')
17384/
17385
17386INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17387values ('12944','23325','13515','diff','0')
17388/
17389
17390INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17391values ('12945','23326','13516','diff','0')
17392/
17393
17394INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17395values ('12946','23357','13517','max','10m')
17396/
17397
17398INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17399values ('12947','23342','13518','max','10m')
17400/
17401
17402INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17403values ('12948','23341','13519','max','10m')
17404/
17405
17406INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17407values ('12949','23359','13520','min','10m')
17408/
17409
17410INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17411values ('12965','23634','13536','max','10m')
17412/
17413
17414INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17415values ('12966','23635','13537','max','10m')
17416/
17417
17418INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17419values ('12994','23644','13544','max','#3')
17420/
17421
17422INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17423values ('12995','23645','13545','max','#3')
17424/
17425
17426INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17427values ('12996','23646','13546','max','#3')
17428/
17429
17430INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17431values ('12997','23647','13547','max','#3')
17432/
17433
17434INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17435values ('12998','23648','13548','max','#3')
17436/
17437
17438INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17439values ('13068','23115','13367','avg','5m')
17440/
17441
17442INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17443values ('13069','22922','13366','avg','5m')
17444/
17445
17446INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17447values ('13070','22918','13365','avg','5m')
17448/
17449
17450INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17451values ('13071','22917','13364','avg','5m')
17452/
17453
17454INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17455values ('13072','22882','13350','avg','5m')
17456/
17457
17458INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17459values ('13073','22878','13349','avg','5m')
17460/
17461
17462INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17463values ('13074','22877','13348','avg','5m')
17464/
17465
17466INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17467values ('13075','22962','13382','avg','5m')
17468/
17469
17470INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17471values ('13078','10010','10010','avg','5m')
17472/
17473
17474INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17475values ('13079','23296','13497','avg','5m')
17476/
17477
17478INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17479values ('13080','17362','13243','avg','5m')
17480/
17481
17482INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17483values ('13081','23301','13498','avg','5m')
17484/
17485
17486INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17487values ('13082','10009','10190','avg','5m')
17488/
17489
17490INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17491values ('13083','23292','13496','avg','5m')
17492/
17493
17494INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17495values ('13084','10013','10011','avg','5m')
17496/
17497
17498INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17499values ('13085','23291','13495','avg','5m')
17500/
17501
17502INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17503values ('13086','23042','13414','avg','5m')
17504/
17505
17506INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17507values ('13087','22842','13334','avg','5m')
17508/
17509
17510INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17511values ('13088','22838','13333','avg','5m')
17512/
17513
17514INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17515values ('13089','22837','13332','avg','5m')
17516/
17517
17518INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17519values ('13090','23007','13399','avg','5m')
17520/
17521
17522INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17523values ('13091','23002','13398','avg','5m')
17524/
17525
17526INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17527values ('13092','22998','13397','avg','5m')
17528/
17529
17530INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17531values ('13093','22997','13396','avg','5m')
17532/
17533
17534INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17535values ('13094','23143','13435','avg','5m')
17536/
17537
17538INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17539values ('13095','23140','13430','avg','5m')
17540/
17541
17542INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17543values ('13152','23651','13551','max','#3')
17544/
17545
17546INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17547values ('13154','23649','13549','max','#3')
17548/
17549
17550INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17551values ('13156','23650','13550','max','#3')
17552/
17553
17554INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17555values ('13157','23652','13552','max','#3')
17556/
17557
17558INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17559values ('13158','23653','13553','max','#3')
17560/
17561
17562INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17563values ('13159','23654','13285','max','#3')
17564/
17565
17566INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17567values ('13160','23661','13557','last','')
17568/
17569
17570INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17571values ('13161','23662','13558','last','')
17572/
17573
17574INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17575values ('13164','22424','13080','avg','10m')
17576/
17577
17578INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17579values ('13165','23252','13467','avg','10m')
17580/
17581
17582INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17583values ('13170','22412','13081','avg','10m')
17584/
17585
17586INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17587values ('13171','23253','13468','avg','10m')
17588/
17589
17590INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17591values ('13172','22430','13083','avg','10m')
17592/
17593
17594INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17595values ('13173','23255','13470','avg','10m')
17596/
17597
17598INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17599values ('13174','22422','13084','avg','10m')
17600/
17601
17602INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17603values ('13175','23256','13471','avg','10m')
17604/
17605
17606INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17607values ('13176','22406','13085','avg','10m')
17608/
17609
17610INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17611values ('13177','23257','13472','avg','10m')
17612/
17613
17614INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17615values ('13178','22408','13086','avg','30m')
17616/
17617
17618INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17619values ('13179','23258','13473','avg','30m')
17620/
17621
17622INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17623values ('13180','22402','13087','avg','10m')
17624/
17625
17626INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17627values ('13181','23259','13474','avg','10m')
17628/
17629
17630INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17631values ('13182','22418','13088','avg','10m')
17632/
17633
17634INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17635values ('13183','23260','13475','avg','10m')
17636/
17637
17638INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17639values ('13184','22416','13089','avg','10m')
17640/
17641
17642INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17643values ('13185','23261','13476','avg','10m')
17644/
17645
17646INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17647values ('13186','22689','13275','avg','10m')
17648/
17649
17650INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17651values ('13187','23262','13477','avg','10m')
17652/
17653
17654INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17655values ('13188','22399','13091','avg','10m')
17656/
17657
17658INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17659values ('13189','23264','13479','avg','10m')
17660/
17661
17662INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17663values ('13190','22420','13092','avg','10m')
17664/
17665
17666INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17667values ('13191','23265','13480','avg','10m')
17668/
17669
17670INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17671values ('13192','22414','13093','min','10m')
17672/
17673
17674INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17675values ('13193','23266','13481','min','10m')
17676/
17677
17678INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17679values ('13194','23171','13441','avg','10m')
17680/
17681
17682INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17683values ('13195','23267','13482','avg','10m')
17684/
17685
17686INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17687values ('13196','23663','13559','avg','10m')
17688/
17689
17690INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17691values ('13197','23664','13560','avg','10m')
17692/
17693
17694INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17695values ('13198','22426','13094','avg','10m')
17696/
17697
17698INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17699values ('13199','23268','13483','avg','10m')
17700/
17701
17702INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17703values ('13200','22404','13095','avg','10m')
17704/
17705
17706INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17707values ('13201','23269','13484','avg','10m')
17708/
17709
17710INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17711values ('13202','22400','13096','avg','10m')
17712/
17713
17714INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17715values ('13203','23270','13485','avg','10m')
17716/
17717
17718INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17719values ('13204','22401','13097','avg','10m')
17720/
17721
17722INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17723values ('13205','23328','13436','avg','10m')
17724/
17725
17726INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17727values ('13206','23347','13521','avg','10m')
17728/
17729
17730INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17731values ('13207','23360','13534','avg','10m')
17732/
17733
17734INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17735values ('13208','23352','13522','avg','10m')
17736/
17737
17738INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17739values ('13209','23351','13535','avg','10m')
17740/
17741
17742INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17743values ('13210','23350','13523','avg','10m')
17744/
17745
17746INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17747values ('13211','23353','13524','avg','30m')
17748/
17749
17750INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17751values ('13212','23354','13525','avg','10m')
17752/
17753
17754INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17755values ('13213','23356','13526','avg','10m')
17756/
17757
17758INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17759values ('13214','23355','13527','avg','10m')
17760/
17761
17762INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17763values ('13215','23349','13528','avg','10m')
17764/
17765
17766INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17767values ('13216','23348','13529','avg','10m')
17768/
17769
17770INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17771values ('13217','23343','13530','avg','10m')
17772/
17773
17774INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17775values ('13218','23344','13531','avg','10m')
17776/
17777
17778INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17779values ('13219','23345','13532','avg','10m')
17780/
17781
17782INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17783values ('13220','23346','13533','avg','10m')
17784/
17785
17786INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17787values ('13221','23666','13561','min','#3')
17788/
17789
17790INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17791values ('13222','25366','13562','avg','10m')
17792/
17793
17794INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17795values ('13223','25367','13563','avg','10m')
17796/
17797
17798INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17799values ('13224','25368','13564','avg','10m')
17800/
17801
17802INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17803values ('13225','25369','13565','avg','10m')
17804/
17805
17806INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17807values ('13226','25370','13566','avg','10m')
17808/
17809
17810INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17811values ('13227','25371','13567','avg','10m')
17812/
17813
17814INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17815values ('13228','25665','13568','avg','10m')
17816/
17817
17818INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17819values ('13229','25666','13569','avg','10m')
17820/
17821
17822INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17823values ('13230','25667','13570','avg','10m')
17824/
17825
17826INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17827values ('13231','25668','13571','avg','10m')
17828/
17829
17830INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17831values ('14305','26924','14194','last','0')
17832/
17833
17834INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17835values ('14306','26932','14195','last','0')
17836/
17837
17838INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17839values ('14307','26932','14196','last','0')
17840/
17841
17842INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17843values ('14308','26930','14197','last','0')
17844/
17845
17846INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17847values ('14309','26930','14198','last','0')
17848/
17849
17850INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17851values ('14310','26931','14199','last','0')
17852/
17853
17854INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17855values ('14311','26931','14200','last','0')
17856/
17857
17858INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17859values ('14312','26929','14201','last','0')
17860/
17861
17862INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17863values ('14313','26929','14202','last','0')
17864/
17865
17866INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17867values ('14314','26928','14203','last','0')
17868/
17869
17870INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17871values ('14315','26928','14204','last','0')
17872/
17873
17874INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17875values ('14316','26925','14205','last','0')
17876/
17877
17878INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17879values ('14317','26943','14206','last','0')
17880/
17881
17882INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17883values ('14318','26943','14207','last','0')
17884/
17885
17886INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17887values ('14319','26939','14208','last','0')
17888/
17889
17890INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17891values ('14320','26939','14209','last','0')
17892/
17893
17894INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17895values ('14321','26940','14210','last','0')
17896/
17897
17898INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17899values ('14322','26940','14211','last','0')
17900/
17901
17902INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17903values ('14323','26941','14212','last','0')
17904/
17905
17906INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17907values ('14324','26941','14213','last','0')
17908/
17909
17910INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17911values ('14325','26942','14214','last','0')
17912/
17913
17914INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17915values ('14326','26942','14215','last','0')
17916/
17917
17918INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17919values ('14327','26938','14216','last','0')
17920/
17921
17922INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17923values ('14328','26938','14217','last','0')
17924/
17925
17926INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17927values ('14329','26937','14218','last','0')
17928/
17929
17930INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17931values ('14330','26937','14219','last','0')
17932/
17933
17934INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17935values ('14331','26933','14220','last','0')
17936/
17937
17938INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17939values ('14332','26933','14221','last','0')
17940/
17941
17942INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17943values ('14333','26934','14222','last','0')
17944/
17945
17946INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17947values ('14334','26935','14223','last','0')
17948/
17949
17950INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17951values ('14335','26935','14224','last','0')
17952/
17953
17954INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17955values ('14336','26936','14225','last','0')
17956/
17957
17958INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17959values ('14337','26936','14226','last','0')
17960/
17961
17962INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17963values ('14378','27067','14251','max','#3')
17964/
17965
17966INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17967values ('14379','27066','14252','min','5m')
17968/
17969
17970INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17971values ('14380','27065','14253','avg','5m')
17972/
17973
17974INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17975values ('14463','27138','14288','max','#3')
17976/
17977
17978INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17979values ('14464','27139','14289','min','5m')
17980/
17981
17982INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17983values ('14465','27140','14290','avg','5m')
17984/
17985
17986INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17987values ('14468','27149','14293','max','#3')
17988/
17989
17990INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17991values ('14469','27150','14294','min','5m')
17992/
17993
17994INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17995values ('14470','27151','14295','avg','5m')
17996/
17997
17998INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
17999values ('14508','27192','14311','max','#3')
18000/
18001
18002INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18003values ('14509','27193','14312','min','5m')
18004/
18005
18006INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18007values ('14510','27194','14313','avg','5m')
18008/
18009
18010INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18011values ('14513','27208','14316','avg','5m')
18012/
18013
18014INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18015values ('14514','27205','14317','avg','5m')
18016/
18017
18018INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18019values ('14515','27212','14318','avg','5m')
18020/
18021
18022INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18023values ('14516','27212','14318','max','5m')
18024/
18025
18026INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18027values ('14517','27212','14319','avg','5m')
18028/
18029
18030INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18031values ('14518','27212','14319','max','5m')
18032/
18033
18034INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18035values ('14519','27212','14320','avg','5m')
18036/
18037
18038INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18039values ('14520','27212','14320','min','5m')
18040/
18041
18042INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18043values ('14522','27214','14322','diff','')
18044/
18045
18046INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18047values ('14523','27214','14322','strlen','')
18048/
18049
18050INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18051values ('14536','27225','14327','max','#3')
18052/
18053
18054INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18055values ('14537','27226','14328','min','5m')
18056/
18057
18058INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18059values ('14538','27227','14329','avg','5m')
18060/
18061
18062INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18063values ('14541','27240','14332','avg','5m')
18064/
18065
18066INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18067values ('14542','27239','14333','avg','5m')
18068/
18069
18070INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18071values ('14545','27237','14336','diff','')
18072/
18073
18074INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18075values ('14546','27237','14336','strlen','')
18076/
18077
18078INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18079values ('14547','27236','14337','diff','')
18080/
18081
18082INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18083values ('14548','27236','14337','strlen','')
18084/
18085
18086INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18087values ('14552','27247','14339','avg','5m')
18088/
18089
18090INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18091values ('14553','27247','14339','max','5m')
18092/
18093
18094INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18095values ('14554','27247','14340','avg','5m')
18096/
18097
18098INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18099values ('14555','27247','14340','min','5m')
18100/
18101
18102INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18103values ('14570','27261','14347','max','#3')
18104/
18105
18106INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18107values ('14571','27262','14348','min','5m')
18108/
18109
18110INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18111values ('14572','27263','14349','avg','5m')
18112/
18113
18114INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18115values ('14587','27282','14356','max','#3')
18116/
18117
18118INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18119values ('14588','27283','14357','min','5m')
18120/
18121
18122INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18123values ('14589','27284','14358','avg','5m')
18124/
18125
18126INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18127values ('14592','27294','14361','avg','5m')
18128/
18129
18130INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18131values ('14593','27293','14362','avg','5m')
18132/
18133
18134INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18135values ('14594','27296','14363','diff','')
18136/
18137
18138INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18139values ('14595','27296','14363','strlen','')
18140/
18141
18142INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18143values ('14596','27295','14364','diff','')
18144/
18145
18146INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18147values ('14597','27295','14364','strlen','')
18148/
18149
18150INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18151values ('14598','27297','14365','diff','')
18152/
18153
18154INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18155values ('14599','27297','14365','strlen','')
18156/
18157
18158INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18159values ('14600','27299','14366','avg','5m')
18160/
18161
18162INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18163values ('14601','27301','14367','avg','5m')
18164/
18165
18166INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18167values ('14602','27298','14368','avg','5m')
18168/
18169
18170INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18171values ('14603','27300','14369','avg','5m')
18172/
18173
18174INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18175values ('14606','27314','14372','avg','5m')
18176/
18177
18178INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18179values ('14607','27314','14372','max','5m')
18180/
18181
18182INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18183values ('14608','27314','14373','avg','5m')
18184/
18185
18186INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18187values ('14609','27314','14373','max','5m')
18188/
18189
18190INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18191values ('14610','27314','14374','avg','5m')
18192/
18193
18194INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18195values ('14611','27314','14374','min','5m')
18196/
18197
18198INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18199values ('14612','27315','14375','avg','5m')
18200/
18201
18202INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18203values ('14613','27315','14375','max','5m')
18204/
18205
18206INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18207values ('14614','27315','14376','avg','5m')
18208/
18209
18210INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18211values ('14615','27315','14376','max','5m')
18212/
18213
18214INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18215values ('14616','27315','14377','avg','5m')
18216/
18217
18218INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18219values ('14617','27315','14377','min','5m')
18220/
18221
18222INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18223values ('14620','27318','14380','avg','5m')
18224/
18225
18226INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18227values ('14621','27318','14380','max','5m')
18228/
18229
18230INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18231values ('14622','27318','14381','avg','5m')
18232/
18233
18234INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18235values ('14623','27318','14381','max','5m')
18236/
18237
18238INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18239values ('14624','27318','14382','avg','5m')
18240/
18241
18242INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18243values ('14625','27318','14382','min','5m')
18244/
18245
18246INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18247values ('14626','27320','14383','diff','')
18248/
18249
18250INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18251values ('14627','27320','14383','strlen','')
18252/
18253
18254INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18255values ('14641','27333','14389','max','#3')
18256/
18257
18258INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18259values ('14642','27334','14390','min','5m')
18260/
18261
18262INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18263values ('14643','27335','14391','avg','5m')
18264/
18265
18266INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18267values ('14663','27365','14403','max','#3')
18268/
18269
18270INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18271values ('14664','27366','14404','min','5m')
18272/
18273
18274INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18275values ('14665','27367','14405','avg','5m')
18276/
18277
18278INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18279values ('14669','27378','14409','diff','')
18280/
18281
18282INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18283values ('14670','27378','14409','strlen','')
18284/
18285
18286INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18287values ('14672','27385','14411','diff','')
18288/
18289
18290INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18291values ('14673','27385','14411','strlen','')
18292/
18293
18294INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18295values ('14676','27382','14413','diff','')
18296/
18297
18298INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18299values ('14677','27382','14413','strlen','')
18300/
18301
18302INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18303values ('14681','27419','14417','diff','')
18304/
18305
18306INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18307values ('14682','27419','14417','strlen','')
18308/
18309
18310INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18311values ('14698','27428','14428','diff','')
18312/
18313
18314INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18315values ('14699','27428','14428','strlen','')
18316/
18317
18318INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18319values ('14702','27445','14430','diff','')
18320/
18321
18322INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18323values ('14703','27445','14430','strlen','')
18324/
18325
18326INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18327values ('14747','27462','14451','max','#3')
18328/
18329
18330INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18331values ('14748','27463','14452','min','5m')
18332/
18333
18334INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18335values ('14749','27464','14453','avg','5m')
18336/
18337
18338INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18339values ('14752','27478','14456','avg','5m')
18340/
18341
18342INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18343values ('14753','27477','14457','avg','5m')
18344/
18345
18346INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18347values ('14756','27485','14460','avg','5m')
18348/
18349
18350INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18351values ('14757','27485','14460','max','5m')
18352/
18353
18354INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18355values ('14758','27485','14461','avg','5m')
18356/
18357
18358INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18359values ('14759','27485','14461','max','5m')
18360/
18361
18362INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18363values ('14760','27485','14462','avg','5m')
18364/
18365
18366INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18367values ('14761','27485','14462','min','5m')
18368/
18369
18370INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18371values ('14762','27483','14463','diff','')
18372/
18373
18374INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18375values ('14763','27483','14463','strlen','')
18376/
18377
18378INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18379values ('14776','27496','14468','max','#3')
18380/
18381
18382INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18383values ('14777','27497','14469','min','5m')
18384/
18385
18386INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18387values ('14778','27498','14470','avg','5m')
18388/
18389
18390INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18391values ('14781','27511','14473','avg','5m')
18392/
18393
18394INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18395values ('14782','27509','14474','diff','')
18396/
18397
18398INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18399values ('14783','27509','14474','strlen','')
18400/
18401
18402INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18403values ('14784','27516','14475','avg','5m')
18404/
18405
18406INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18407values ('14785','27517','14476','avg','5m')
18408/
18409
18410INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18411values ('14786','27517','14476','max','5m')
18412/
18413
18414INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18415values ('14787','27517','14477','avg','5m')
18416/
18417
18418INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18419values ('14788','27517','14477','max','5m')
18420/
18421
18422INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18423values ('14789','27517','14478','avg','5m')
18424/
18425
18426INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18427values ('14790','27517','14478','min','5m')
18428/
18429
18430INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18431values ('14806','27532','14486','max','#3')
18432/
18433
18434INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18435values ('14807','27533','14487','min','5m')
18436/
18437
18438INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18439values ('14808','27534','14488','avg','5m')
18440/
18441
18442INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18443values ('14811','27547','14491','avg','5m')
18444/
18445
18446INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18447values ('14812','27545','14492','diff','')
18448/
18449
18450INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18451values ('14813','27545','14492','strlen','')
18452/
18453
18454INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18455values ('14814','27544','14493','diff','')
18456/
18457
18458INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18459values ('14815','27544','14493','strlen','')
18460/
18461
18462INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18463values ('14816','27552','14494','avg','5m')
18464/
18465
18466INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18467values ('14817','27553','14495','avg','5m')
18468/
18469
18470INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18471values ('14818','27553','14495','max','5m')
18472/
18473
18474INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18475values ('14819','27553','14496','avg','5m')
18476/
18477
18478INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18479values ('14820','27553','14496','max','5m')
18480/
18481
18482INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18483values ('14821','27553','14497','avg','5m')
18484/
18485
18486INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18487values ('14822','27553','14497','min','5m')
18488/
18489
18490INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18491values ('14838','27568','14505','max','#3')
18492/
18493
18494INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18495values ('14839','27569','14506','min','5m')
18496/
18497
18498INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18499values ('14840','27570','14507','avg','5m')
18500/
18501
18502INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18503values ('14843','27586','14510','avg','5m')
18504/
18505
18506INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18507values ('14844','27584','14511','avg','5m')
18508/
18509
18510INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18511values ('14845','27584','14511','max','5m')
18512/
18513
18514INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18515values ('14849','27584','14513','avg','5m')
18516/
18517
18518INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18519values ('14850','27584','14513','min','5m')
18520/
18521
18522INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18523values ('14851','27582','14514','diff','')
18524/
18525
18526INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18527values ('14852','27582','14514','strlen','')
18528/
18529
18530INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18531values ('14853','27579','14515','diff','')
18532/
18533
18534INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18535values ('14854','27579','14515','strlen','')
18536/
18537
18538INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18539values ('14855','27590','14516','avg','5m')
18540/
18541
18542INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18543values ('14871','27608','14524','max','#3')
18544/
18545
18546INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18547values ('14872','27609','14525','min','5m')
18548/
18549
18550INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18551values ('14873','27610','14526','avg','5m')
18552/
18553
18554INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18555values ('14889','27631','14534','max','#3')
18556/
18557
18558INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18559values ('14890','27632','14535','min','5m')
18560/
18561
18562INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18563values ('14891','27633','14536','avg','5m')
18564/
18565
18566INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18567values ('14907','27654','14544','max','#3')
18568/
18569
18570INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18571values ('14908','27655','14545','min','5m')
18572/
18573
18574INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18575values ('14909','27656','14546','avg','5m')
18576/
18577
18578INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18579values ('14912','27671','14549','avg','5m')
18580/
18581
18582INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18583values ('14913','27670','14550','avg','5m')
18584/
18585
18586INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18587values ('14914','27672','14551','avg','5m')
18588/
18589
18590INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18591values ('14915','27672','14551','max','5m')
18592/
18593
18594INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18595values ('14916','27672','14552','avg','5m')
18596/
18597
18598INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18599values ('14917','27672','14552','max','5m')
18600/
18601
18602INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18603values ('14918','27672','14553','avg','5m')
18604/
18605
18606INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18607values ('14919','27672','14553','min','5m')
18608/
18609
18610INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18611values ('14922','27678','14556','diff','')
18612/
18613
18614INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18615values ('14923','27678','14556','strlen','')
18616/
18617
18618INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18619values ('14924','27677','14557','diff','')
18620/
18621
18622INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18623values ('14925','27677','14557','strlen','')
18624/
18625
18626INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18627values ('14972','27734','14582','max','#3')
18628/
18629
18630INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18631values ('14973','27735','14583','min','5m')
18632/
18633
18634INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18635values ('14974','27736','14584','avg','5m')
18636/
18637
18638INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18639values ('14977','27753','14587','avg','5m')
18640/
18641
18642INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18643values ('14978','27752','14588','avg','5m')
18644/
18645
18646INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18647values ('14979','27751','14589','avg','5m')
18648/
18649
18650INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18651values ('14980','27751','14589','max','5m')
18652/
18653
18654INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18655values ('14981','27751','14590','avg','5m')
18656/
18657
18658INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18659values ('14982','27751','14590','max','5m')
18660/
18661
18662INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18663values ('14983','27751','14591','avg','5m')
18664/
18665
18666INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18667values ('14984','27751','14591','min','5m')
18668/
18669
18670INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18671values ('14985','27750','14592','diff','')
18672/
18673
18674INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18675values ('14986','27750','14592','strlen','')
18676/
18677
18678INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18679values ('15000','27766','14598','max','#3')
18680/
18681
18682INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18683values ('15001','27767','14599','min','5m')
18684/
18685
18686INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18687values ('15002','27768','14600','avg','5m')
18688/
18689
18690INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18691values ('15005','27777','14603','diff','')
18692/
18693
18694INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18695values ('15006','27777','14603','strlen','')
18696/
18697
18698INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18699values ('15013','27784','14606','avg','5m')
18700/
18701
18702INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18703values ('15014','27784','14606','min','5m')
18704/
18705
18706INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18707values ('15015','27785','14607','diff','')
18708/
18709
18710INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18711values ('15016','27785','14607','strlen','')
18712/
18713
18714INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18715values ('15032','27800','14615','max','#3')
18716/
18717
18718INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18719values ('15033','27801','14616','min','5m')
18720/
18721
18722INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18723values ('15034','27802','14617','avg','5m')
18724/
18725
18726INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18727values ('15038','27813','14621','diff','')
18728/
18729
18730INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18731values ('15039','27813','14621','strlen','')
18732/
18733
18734INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18735values ('15041','27819','14623','avg','5m')
18736/
18737
18738INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18739values ('15042','27821','14624','avg','5m')
18740/
18741
18742INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18743values ('15043','27821','14624','max','5m')
18744/
18745
18746INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18747values ('15044','27821','14625','avg','5m')
18748/
18749
18750INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18751values ('15045','27821','14625','max','5m')
18752/
18753
18754INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18755values ('15046','27821','14626','avg','5m')
18756/
18757
18758INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18759values ('15047','27821','14626','min','5m')
18760/
18761
18762INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18763values ('15094','27882','14652','max','#3')
18764/
18765
18766INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18767values ('15095','27883','14653','min','5m')
18768/
18769
18770INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18771values ('15096','27884','14654','avg','5m')
18772/
18773
18774INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18775values ('15099','27899','14657','avg','5m')
18776/
18777
18778INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18779values ('15100','27897','14658','avg','5m')
18780/
18781
18782INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18783values ('15101','27897','14658','max','5m')
18784/
18785
18786INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18787values ('15102','27897','14659','avg','5m')
18788/
18789
18790INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18791values ('15103','27897','14659','max','5m')
18792/
18793
18794INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18795values ('15104','27897','14660','avg','5m')
18796/
18797
18798INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18799values ('15105','27897','14660','min','5m')
18800/
18801
18802INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18803values ('15106','27894','14661','diff','')
18804/
18805
18806INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18807values ('15107','27894','14661','strlen','')
18808/
18809
18810INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18811values ('15108','27895','14662','diff','')
18812/
18813
18814INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18815values ('15109','27895','14662','strlen','')
18816/
18817
18818INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18819values ('15110','27904','14663','avg','5m')
18820/
18821
18822INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18823values ('15111','27905','14664','avg','5m')
18824/
18825
18826INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18827values ('15112','27905','14664','max','5m')
18828/
18829
18830INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18831values ('15113','27905','14665','avg','5m')
18832/
18833
18834INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18835values ('15114','27905','14665','max','5m')
18836/
18837
18838INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18839values ('15115','27905','14666','avg','5m')
18840/
18841
18842INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18843values ('15116','27905','14666','min','5m')
18844/
18845
18846INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18847values ('15117','27906','14667','avg','5m')
18848/
18849
18850INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18851values ('15118','27906','14668','avg','5m')
18852/
18853
18854INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18855values ('15131','27919','14673','max','#3')
18856/
18857
18858INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18859values ('15132','27920','14674','min','5m')
18860/
18861
18862INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18863values ('15133','27921','14675','avg','5m')
18864/
18865
18866INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18867values ('15136','27936','14678','avg','5m')
18868/
18869
18870INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18871values ('15137','27933','14679','avg','5m')
18872/
18873
18874INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18875values ('15138','27931','14680','diff','')
18876/
18877
18878INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18879values ('15139','27931','14680','strlen','')
18880/
18881
18882INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18883values ('15146','27941','14683','avg','5m')
18884/
18885
18886INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18887values ('15147','27941','14683','min','5m')
18888/
18889
18890INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18891values ('15163','27956','14691','max','#3')
18892/
18893
18894INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18895values ('15164','27957','14692','min','5m')
18896/
18897
18898INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18899values ('15165','27958','14693','avg','5m')
18900/
18901
18902INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18903values ('15168','27975','14696','avg','5m')
18904/
18905
18906INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18907values ('15169','27974','14697','avg','5m')
18908/
18909
18910INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18911values ('15170','27970','14698','diff','')
18912/
18913
18914INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18915values ('15171','27970','14698','strlen','')
18916/
18917
18918INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18919values ('15172','27967','14699','diff','')
18920/
18921
18922INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18923values ('15173','27967','14699','strlen','')
18924/
18925
18926INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18927values ('15186','27986','14704','max','#3')
18928/
18929
18930INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18931values ('15187','27987','14705','min','5m')
18932/
18933
18934INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18935values ('15188','27988','14706','avg','5m')
18936/
18937
18938INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18939values ('15191','27999','14709','diff','')
18940/
18941
18942INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18943values ('15192','27999','14709','strlen','')
18944/
18945
18946INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18947values ('15193','27998','14710','diff','')
18948/
18949
18950INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18951values ('15194','27998','14710','strlen','')
18952/
18953
18954INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18955values ('15195','28003','14711','avg','5m')
18956/
18957
18958INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18959values ('15196','28004','14712','avg','5m')
18960/
18961
18962INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18963values ('15209','28015','14717','max','#3')
18964/
18965
18966INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18967values ('15210','28016','14718','min','5m')
18968/
18969
18970INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18971values ('15211','28017','14719','avg','5m')
18972/
18973
18974INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18975values ('15214','28031','14722','avg','5m')
18976/
18977
18978INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18979values ('15215','28028','14723','avg','5m')
18980/
18981
18982INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18983values ('15216','28027','14724','diff','')
18984/
18985
18986INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18987values ('15217','28027','14724','strlen','')
18988/
18989
18990INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18991values ('15597','28070','14869','max','#3')
18992/
18993
18994INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18995values ('15598','28071','14870','min','5m')
18996/
18997
18998INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
18999values ('15599','28072','14871','avg','5m')
19000/
19001
19002INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19003values ('15618','28107','14882','max','#3')
19004/
19005
19006INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19007values ('15619','28108','14883','min','5m')
19008/
19009
19010INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19011values ('15620','28109','14884','avg','5m')
19012/
19013
19014INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19015values ('15678','28130','14906','max','#3')
19016/
19017
19018INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19019values ('15679','28131','14907','min','5m')
19020/
19021
19022INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19023values ('15680','28132','14908','avg','5m')
19024/
19025
19026INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19027values ('15683','28143','14911','avg','5m')
19028/
19029
19030INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19031values ('15684','28142','14912','diff','')
19032/
19033
19034INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19035values ('15685','28142','14912','strlen','')
19036/
19037
19038INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19039values ('15686','28141','14913','diff','')
19040/
19041
19042INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19043values ('15687','28141','14913','strlen','')
19044/
19045
19046INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19047values ('15688','28150','14914','avg','5m')
19048/
19049
19050INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19051values ('15689','28150','14914','max','5m')
19052/
19053
19054INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19055values ('15690','28150','14915','avg','5m')
19056/
19057
19058INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19059values ('15691','28150','14915','max','5m')
19060/
19061
19062INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19063values ('15692','28150','14916','avg','5m')
19064/
19065
19066INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19067values ('15693','28150','14916','min','5m')
19068/
19069
19070INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19071values ('15694','28151','14917','avg','5m')
19072/
19073
19074INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19075values ('15713','28185','14928','max','#3')
19076/
19077
19078INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19079values ('15714','28186','14929','min','5m')
19080/
19081
19082INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19083values ('15715','28187','14930','avg','5m')
19084/
19085
19086INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19087values ('15721','28201','14934','avg','5m')
19088/
19089
19090INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19091values ('15722','28201','14934','max','5m')
19092/
19093
19094INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19095values ('15723','28201','14935','avg','5m')
19096/
19097
19098INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19099values ('15724','28201','14935','min','5m')
19100/
19101
19102INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19103values ('15726','28204','14937','diff','')
19104/
19105
19106INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19107values ('15727','28204','14937','strlen','')
19108/
19109
19110INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19111values ('15729','27030','14939','last','')
19112/
19113
19114INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19115values ('15730','27607','14940','last','')
19116/
19117
19118INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19119values ('15731','27032','14941','last','')
19120/
19121
19122INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19123values ('15732','27191','14942','last','')
19124/
19125
19126INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19127values ('15733','27332','14943','last','')
19128/
19129
19130INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19131values ('15734','27461','14944','last','')
19132/
19133
19134INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19135values ('15735','27531','14945','last','')
19136/
19137
19138INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19139values ('15736','27567','14946','last','')
19140/
19141
19142INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19143values ('15737','27630','14947','last','')
19144/
19145
19146INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19147values ('15738','27653','14948','last','')
19148/
19149
19150INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19151values ('15739','27733','14949','last','')
19152/
19153
19154INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19155values ('15740','27799','14950','last','')
19156/
19157
19158INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19159values ('15741','27955','14951','last','')
19160/
19161
19162INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19163values ('15742','28069','14952','last','')
19164/
19165
19166INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19167values ('15743','28129','14953','last','')
19168/
19169
19170INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19171values ('16352','27143','15161','max','{$SNMP_TIMEOUT}')
19172/
19173
19174INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19175values ('16353','27618','15162','max','{$SNMP_TIMEOUT}')
19176/
19177
19178INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19179values ('16354','28025','15163','max','{$SNMP_TIMEOUT}')
19180/
19181
19182INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19183values ('16375','27154','15170','max','{$SNMP_TIMEOUT}')
19184/
19185
19186INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19187values ('16376','27202','15171','max','{$SNMP_TIMEOUT}')
19188/
19189
19190INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19191values ('16377','27235','15172','max','{$SNMP_TIMEOUT}')
19192/
19193
19194INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19195values ('16378','27271','15173','max','{$SNMP_TIMEOUT}')
19196/
19197
19198INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19199values ('16379','27292','15174','max','{$SNMP_TIMEOUT}')
19200/
19201
19202INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19203values ('16380','27343','15175','max','{$SNMP_TIMEOUT}')
19204/
19205
19206INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19207values ('16381','27375','15176','max','{$SNMP_TIMEOUT}')
19208/
19209
19210INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19211values ('16382','27472','15177','max','{$SNMP_TIMEOUT}')
19212/
19213
19214INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19215values ('16383','27506','15178','max','{$SNMP_TIMEOUT}')
19216/
19217
19218INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19219values ('16384','27542','15179','max','{$SNMP_TIMEOUT}')
19220/
19221
19222INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19223values ('16385','27578','15180','max','{$SNMP_TIMEOUT}')
19224/
19225
19226INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19227values ('16386','27641','15181','max','{$SNMP_TIMEOUT}')
19228/
19229
19230INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19231values ('16387','27664','15182','max','{$SNMP_TIMEOUT}')
19232/
19233
19234INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19235values ('16388','27744','15183','max','{$SNMP_TIMEOUT}')
19236/
19237
19238INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19239values ('16389','27776','15184','max','{$SNMP_TIMEOUT}')
19240/
19241
19242INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19243values ('16390','27810','15185','max','{$SNMP_TIMEOUT}')
19244/
19245
19246INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19247values ('16391','27892','15186','max','{$SNMP_TIMEOUT}')
19248/
19249
19250INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19251values ('16392','27929','15187','max','{$SNMP_TIMEOUT}')
19252/
19253
19254INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19255values ('16393','27966','15188','max','{$SNMP_TIMEOUT}')
19256/
19257
19258INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19259values ('16394','27996','15189','max','{$SNMP_TIMEOUT}')
19260/
19261
19262INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19263values ('16395','28080','15190','max','{$SNMP_TIMEOUT}')
19264/
19265
19266INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19267values ('16396','28117','15191','max','{$SNMP_TIMEOUT}')
19268/
19269
19270INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19271values ('16397','28140','15192','max','{$SNMP_TIMEOUT}')
19272/
19273
19274INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19275values ('16398','28195','15193','max','{$SNMP_TIMEOUT}')
19276/
19277
19278INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19279values ('16445','28210','15208','diff','')
19280/
19281
19282INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19283values ('16446','28210','15208','strlen','')
19284/
19285
19286INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19287values ('16447','28208','15209','diff','')
19288/
19289
19290INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19291values ('16448','28208','15209','strlen','')
19292/
19293
19294INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19295values ('16472','28233','15220','max','#3')
19296/
19297
19298INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19299values ('16473','28234','15221','min','5m')
19300/
19301
19302INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19303values ('16474','28235','15222','avg','5m')
19304/
19305
19306INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19307values ('16476','28243','15224','max','{$SNMP_TIMEOUT}')
19308/
19309
19310INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19311values ('16818','27213','15330','count','#1,{$FAN_CRIT_STATUS},eq')
19312/
19313
19314INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19315values ('16819','27479','15331','count','#1,{$PSU_CRIT_STATUS},eq')
19316/
19317
19318INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19319values ('16820','27479','15332','count','#1,{$PSU_OK_STATUS},ne')
19320/
19321
19322INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19323values ('16821','27480','15333','count','#1,{$FAN_CRIT_STATUS},eq')
19324/
19325
19326INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19327values ('16822','27480','15334','count','#1,{$FAN_OK_STATUS},ne')
19328/
19329
19330INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19331values ('16823','27784','15335','avg','5m')
19332/
19333
19334INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19335values ('16824','27783','15335','last','0')
19336/
19337
19338INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19339values ('16825','27784','15335','max','5m')
19340/
19341
19342INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19343values ('16826','27784','15336','avg','5m')
19344/
19345
19346INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19347values ('16827','27783','15336','last','0')
19348/
19349
19350INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19351values ('16828','27784','15336','max','5m')
19352/
19353
19354INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19355values ('16829','27786','15337','count','#1,{$PSU_CRIT_STATUS},eq')
19356/
19357
19358INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19359values ('16830','27786','15338','count','#1,{$PSU_WARN_STATUS},eq')
19360/
19361
19362INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19363values ('16831','27787','15339','count','#1,{$FAN_CRIT_STATUS},eq')
19364/
19365
19366INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19367values ('16832','27554','15340','count','#1,{$PSU_CRIT_STATUS},eq')
19368/
19369
19370INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19371values ('16833','27555','15341','count','#1,{$FAN_CRIT_STATUS},eq')
19372/
19373
19374INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19375values ('16840','27422','15344','count','#1,{$PSU_CRIT_STATUS:"critical"},eq')
19376/
19377
19378INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19379values ('16841','27422','15344','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq')
19380/
19381
19382INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19383values ('16842','27422','15345','count','#1,{$PSU_WARN_STATUS:"warning"},eq')
19384/
19385
19386INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19387values ('16843','27422','15345','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq')
19388/
19389
19390INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19391values ('16844','27423','15346','count','#1,{$FAN_CRIT_STATUS:"critical"},eq')
19392/
19393
19394INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19395values ('16845','27423','15346','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq')
19396/
19397
19398INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19399values ('16846','27423','15347','count','#1,{$FAN_WARN_STATUS:"warning"},eq')
19400/
19401
19402INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19403values ('16847','27423','15347','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq')
19404/
19405
19406INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19407values ('16866','27431','15354','count','#1,{$PSU_CRIT_STATUS:"critical"},eq')
19408/
19409
19410INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19411values ('16867','27431','15354','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq')
19412/
19413
19414INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19415values ('16868','27448','15355','count','#1,{$PSU_CRIT_STATUS:"critical"},eq')
19416/
19417
19418INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19419values ('16869','27448','15355','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq')
19420/
19421
19422INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19423values ('16870','28216','15356','count','#1,{$PSU_CRIT_STATUS:"critical"},eq')
19424/
19425
19426INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19427values ('16871','28216','15356','count','#1,{$PSU_CRIT_STATUS:"shutdown"},eq')
19428/
19429
19430INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19431values ('16872','27431','15357','count','#1,{$PSU_WARN_STATUS:"warning"},eq')
19432/
19433
19434INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19435values ('16873','27431','15357','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq')
19436/
19437
19438INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19439values ('16874','27448','15358','count','#1,{$PSU_WARN_STATUS:"warning"},eq')
19440/
19441
19442INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19443values ('16875','27448','15358','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq')
19444/
19445
19446INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19447values ('16876','28216','15359','count','#1,{$PSU_WARN_STATUS:"warning"},eq')
19448/
19449
19450INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19451values ('16877','28216','15359','count','#1,{$PSU_WARN_STATUS:"notFunctioning"},eq')
19452/
19453
19454INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19455values ('16878','27432','15360','count','#1,{$FAN_CRIT_STATUS:"critical"},eq')
19456/
19457
19458INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19459values ('16879','27432','15360','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq')
19460/
19461
19462INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19463values ('16880','27449','15361','count','#1,{$FAN_CRIT_STATUS:"critical"},eq')
19464/
19465
19466INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19467values ('16881','27449','15361','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq')
19468/
19469
19470INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19471values ('16882','28215','15362','count','#1,{$FAN_CRIT_STATUS:"critical"},eq')
19472/
19473
19474INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19475values ('16883','28215','15362','count','#1,{$FAN_CRIT_STATUS:"shutdown"},eq')
19476/
19477
19478INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19479values ('16884','27432','15363','count','#1,{$FAN_WARN_STATUS:"warning"},eq')
19480/
19481
19482INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19483values ('16885','27432','15363','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq')
19484/
19485
19486INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19487values ('16886','27449','15364','count','#1,{$FAN_WARN_STATUS:"warning"},eq')
19488/
19489
19490INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19491values ('16887','27449','15364','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq')
19492/
19493
19494INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19495values ('16888','28215','15365','count','#1,{$FAN_WARN_STATUS:"warning"},eq')
19496/
19497
19498INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19499values ('16889','28215','15365','count','#1,{$FAN_WARN_STATUS:"notFunctioning"},eq')
19500/
19501
19502INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19503values ('16890','27518','15366','count','#1,{$PSU_CRIT_STATUS},eq')
19504/
19505
19506INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19507values ('16891','27519','15367','count','#1,{$FAN_CRIT_STATUS},eq')
19508/
19509
19510INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19511values ('16892','27584','15368','avg','5m')
19512/
19513
19514INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19515values ('16893','27585','15368','last','0')
19516/
19517
19518INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19519values ('16894','27584','15368','max','5m')
19520/
19521
19522INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19523values ('16895','27593','15369','count','#1,{$PSU_CRIT_STATUS},eq')
19524/
19525
19526INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19527values ('16896','27595','15370','count','#1,{$FAN_CRIT_STATUS},eq')
19528/
19529
19530INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19531values ('16897','27673','15371','count','#1,{$FAN_CRIT_STATUS:"fanError"},eq')
19532/
19533
19534INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19535values ('16898','27673','15371','count','#1,{$FAN_CRIT_STATUS:"hardwareFaulty"},eq')
19536/
19537
19538INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19539values ('16899','27674','15372','count','#1,{$PSU_CRIT_STATUS:"psuError"},eq')
19540/
19541
19542INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19543values ('16900','27674','15372','count','#1,{$PSU_CRIT_STATUS:"rpsError"},eq')
19544/
19545
19546INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19547values ('16901','27674','15372','count','#1,{$PSU_CRIT_STATUS:"hardwareFaulty"},eq')
19548/
19549
19550INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19551values ('16902','28154','15373','count','#1,{$FAN_CRIT_STATUS:"bad"},eq')
19552/
19553
19554INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19555values ('16903','28154','15374','count','#1,{$FAN_WARN_STATUS:"warning"},eq')
19556/
19557
19558INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19559values ('16904','28155','15375','count','#1,{$PSU_CRIT_STATUS:"bad"},eq')
19560/
19561
19562INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19563values ('16905','28155','15376','count','#1,{$PSU_WARN_STATUS:"warning"},eq')
19564/
19565
19566INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19567values ('16906','27822','15377','count','#1,{$FAN_CRIT_STATUS},eq')
19568/
19569
19570INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19571values ('16907','27823','15378','count','#1,{$PSU_CRIT_STATUS},eq')
19572/
19573
19574INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19575values ('16908','27312','15379','count','#1,{$PSU_CRIT_STATUS},eq')
19576/
19577
19578INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19579values ('16909','27312','15380','count','#1,{$PSU_OK_STATUS},ne')
19580/
19581
19582INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19583values ('16910','27313','15381','count','#1,{$FAN_CRIT_STATUS},eq')
19584/
19585
19586INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19587values ('16911','27313','15382','count','#1,{$FAN_OK_STATUS},ne')
19588/
19589
19590INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19591values ('16912','27316','15383','count','#1,{$PSU_CRIT_STATUS},eq')
19592/
19593
19594INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19595values ('16913','27316','15384','count','#1,{$PSU_OK_STATUS},ne')
19596/
19597
19598INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19599values ('16914','27317','15385','count','#1,{$FAN_CRIT_STATUS},eq')
19600/
19601
19602INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19603values ('16915','27317','15386','count','#1,{$FAN_OK_STATUS},ne')
19604/
19605
19606INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19607values ('16916','28201','15387','avg','5m')
19608/
19609
19610INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19611values ('16917','28200','15387','last','0')
19612/
19613
19614INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19615values ('16918','28201','15387','max','5m')
19616/
19617
19618INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19619values ('16919','28202','15388','count','#1,{$FAN_CRIT_STATUS},eq')
19620/
19621
19622INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19623values ('16920','28206','15389','count','#1,{$PSU_CRIT_STATUS},eq')
19624/
19625
19626INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19627values ('16921','27247','15390','avg','5m')
19628/
19629
19630INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19631values ('16922','27246','15390','last','0')
19632/
19633
19634INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19635values ('16923','27247','15390','max','5m')
19636/
19637
19638INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19639values ('16924','27248','15391','count','#1,{$PSU_CRIT_STATUS},eq')
19640/
19641
19642INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19643values ('16925','27248','15392','count','#1,{$PSU_OK_STATUS},ne')
19644/
19645
19646INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19647values ('16926','27250','15393','count','#1,{$FAN_CRIT_STATUS},eq')
19648/
19649
19650INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19651values ('16927','27250','15394','count','#1,{$FAN_OK_STATUS},ne')
19652/
19653
19654INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19655values ('16928','27755','15395','count','#1,{$FAN_CRIT_STATUS},eq')
19656/
19657
19658INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19659values ('16929','27941','15396','avg','5m')
19660/
19661
19662INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19663values ('16930','27940','15396','last','0')
19664/
19665
19666INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19667values ('16931','27941','15396','max','5m')
19668/
19669
19670INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19671values ('16932','27941','15397','avg','5m')
19672/
19673
19674INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19675values ('16933','27940','15397','last','0')
19676/
19677
19678INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19679values ('16934','27941','15397','max','5m')
19680/
19681
19682INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19683values ('16935','27942','15398','count','#1,{$FAN_CRIT_STATUS:"failed"},eq')
19684/
19685
19686INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19687values ('16936','27943','15399','count','#1,{$PSU_CRIT_STATUS:"failed"},eq')
19688/
19689
19690INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19691values ('17657','28251','15640','max','10m')
19692/
19693
19694INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19695values ('17658','28250','15641','avg','10m')
19696/
19697
19698INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19699values ('17659','28252','15642','last','')
19700/
19701
19702INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19703values ('17660','28253','15643','last','')
19704/
19705
19706INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19707values ('17661','28254','15644','last','')
19708/
19709
19710INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19711values ('17662','28255','15645','last','')
19712/
19713
19714INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19715values ('17663','28256','15646','last','')
19716/
19717
19718INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19719values ('17664','28257','15647','last','')
19720/
19721
19722INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19723values ('17665','28258','15648','last','')
19724/
19725
19726INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19727values ('17666','28259','15649','last','')
19728/
19729
19730INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19731values ('17667','28260','15650','last','')
19732/
19733
19734INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19735values ('17668','28261','15651','last','')
19736/
19737
19738INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19739values ('17669','28262','15652','last','')
19740/
19741
19742INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19743values ('17670','28263','15653','last','')
19744/
19745
19746INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19747values ('17671','28264','15654','last','')
19748/
19749
19750INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19751values ('17672','28265','15655','last','')
19752/
19753
19754INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19755values ('17673','28266','15656','last','')
19756/
19757
19758INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19759values ('17674','28267','15657','last','')
19760/
19761
19762INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19763values ('17675','28268','15658','last','')
19764/
19765
19766INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19767values ('17676','28269','15659','last','')
19768/
19769
19770INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19771values ('17677','28270','15660','last','')
19772/
19773
19774INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19775values ('17678','28271','15661','last','')
19776/
19777
19778INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19779values ('17679','28272','15662','last','')
19780/
19781
19782INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19783values ('17680','28273','15663','last','')
19784/
19785
19786INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19787values ('17681','28274','15664','last','')
19788/
19789
19790INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19791values ('17682','28275','15665','last','')
19792/
19793
19794INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19795values ('17683','28276','15666','last','')
19796/
19797
19798INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19799values ('17684','28277','15667','last','')
19800/
19801
19802INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19803values ('17685','28278','15668','last','')
19804/
19805
19806INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19807values ('17686','28279','15669','last','')
19808/
19809
19810INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19811values ('17687','27091','15670','change','')
19812/
19813
19814INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19815values ('17688','27091','15670','last','')
19816/
19817
19818INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19819values ('17689','27090','15670','last','')
19820/
19821
19822INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19823values ('17690','27097','15670','last','')
19824/
19825
19826INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19827values ('17691','27091','15670','prev','')
19828/
19829
19830INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19831values ('17692','27101','15671','change','')
19832/
19833
19834INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19835values ('17693','27101','15671','last','')
19836/
19837
19838INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19839values ('17694','27100','15671','last','')
19840/
19841
19842INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19843values ('17695','27107','15671','last','')
19844/
19845
19846INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19847values ('17696','27101','15671','prev','')
19848/
19849
19850INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19851values ('17697','27187','15672','change','')
19852/
19853
19854INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19855values ('17698','27187','15672','last','')
19856/
19857
19858INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19859values ('17699','27189','15672','last','')
19860/
19861
19862INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19863values ('17700','27188','15672','last','')
19864/
19865
19866INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19867values ('17701','27187','15672','prev','')
19868/
19869
19870INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19871values ('17702','27222','15673','change','')
19872/
19873
19874INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19875values ('17703','27222','15673','last','')
19876/
19877
19878INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19879values ('17704','27224','15673','last','')
19880/
19881
19882INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19883values ('17705','27223','15673','last','')
19884/
19885
19886INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19887values ('17706','27222','15673','prev','')
19888/
19889
19890INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19891values ('17707','27258','15674','change','')
19892/
19893
19894INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19895values ('17708','27258','15674','last','')
19896/
19897
19898INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19899values ('17709','27260','15674','last','')
19900/
19901
19902INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19903values ('17710','27259','15674','last','')
19904/
19905
19906INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19907values ('17711','27258','15674','prev','')
19908/
19909
19910INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19911values ('17712','27279','15675','change','')
19912/
19913
19914INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19915values ('17713','27279','15675','last','')
19916/
19917
19918INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19919values ('17714','27281','15675','last','')
19920/
19921
19922INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19923values ('17715','27280','15675','last','')
19924/
19925
19926INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19927values ('17716','27279','15675','prev','')
19928/
19929
19930INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19931values ('17717','27328','15676','change','')
19932/
19933
19934INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19935values ('17718','27328','15676','last','')
19936/
19937
19938INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19939values ('17719','27330','15676','last','')
19940/
19941
19942INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19943values ('17720','27329','15676','last','')
19944/
19945
19946INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19947values ('17721','27328','15676','prev','')
19948/
19949
19950INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19951values ('17722','27457','15677','change','')
19952/
19953
19954INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19955values ('17723','27457','15677','last','')
19956/
19957
19958INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19959values ('17724','27459','15677','last','')
19960/
19961
19962INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19963values ('17725','27458','15677','last','')
19964/
19965
19966INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19967values ('17726','27457','15677','prev','')
19968/
19969
19970INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19971values ('17727','27493','15678','change','')
19972/
19973
19974INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19975values ('17728','27493','15678','last','')
19976/
19977
19978INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19979values ('17729','27495','15678','last','')
19980/
19981
19982INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19983values ('17730','27494','15678','last','')
19984/
19985
19986INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19987values ('17731','27493','15678','prev','')
19988/
19989
19990INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19991values ('17732','27527','15679','change','')
19992/
19993
19994INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19995values ('17733','27527','15679','last','')
19996/
19997
19998INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
19999values ('17734','27529','15679','last','')
20000/
20001
20002INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20003values ('17735','27528','15679','last','')
20004/
20005
20006INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20007values ('17736','27527','15679','prev','')
20008/
20009
20010INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20011values ('17737','27563','15680','change','')
20012/
20013
20014INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20015values ('17738','27563','15680','last','')
20016/
20017
20018INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20019values ('17739','27565','15680','last','')
20020/
20021
20022INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20023values ('17740','27564','15680','last','')
20024/
20025
20026INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20027values ('17741','27563','15680','prev','')
20028/
20029
20030INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20031values ('17742','27649','15681','change','')
20032/
20033
20034INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20035values ('17743','27649','15681','last','')
20036/
20037
20038INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20039values ('17744','27651','15681','last','')
20040/
20041
20042INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20043values ('17745','27650','15681','last','')
20044/
20045
20046INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20047values ('17746','27649','15681','prev','')
20048/
20049
20050INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20051values ('17747','27729','15682','change','')
20052/
20053
20054INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20055values ('17748','27729','15682','last','')
20056/
20057
20058INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20059values ('17749','27731','15682','last','')
20060/
20061
20062INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20063values ('17750','27730','15682','last','')
20064/
20065
20066INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20067values ('17751','27729','15682','prev','')
20068/
20069
20070INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20071values ('17752','27763','15683','change','')
20072/
20073
20074INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20075values ('17753','27763','15683','last','')
20076/
20077
20078INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20079values ('17754','27765','15683','last','')
20080/
20081
20082INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20083values ('17755','27764','15683','last','')
20084/
20085
20086INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20087values ('17756','27763','15683','prev','')
20088/
20089
20090INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20091values ('17757','27795','15684','change','')
20092/
20093
20094INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20095values ('17758','27795','15684','last','')
20096/
20097
20098INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20099values ('17759','27797','15684','last','')
20100/
20101
20102INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20103values ('17760','27796','15684','last','')
20104/
20105
20106INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20107values ('17761','27795','15684','prev','')
20108/
20109
20110INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20111values ('17762','27879','15685','change','')
20112/
20113
20114INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20115values ('17763','27879','15685','last','')
20116/
20117
20118INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20119values ('17764','27881','15685','last','')
20120/
20121
20122INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20123values ('17765','27880','15685','last','')
20124/
20125
20126INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20127values ('17766','27879','15685','prev','')
20128/
20129
20130INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20131values ('17767','27916','15686','change','')
20132/
20133
20134INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20135values ('17768','27916','15686','last','')
20136/
20137
20138INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20139values ('17769','27918','15686','last','')
20140/
20141
20142INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20143values ('17770','27917','15686','last','')
20144/
20145
20146INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20147values ('17771','27916','15686','prev','')
20148/
20149
20150INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20151values ('17772','27951','15687','change','')
20152/
20153
20154INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20155values ('17773','27951','15687','last','')
20156/
20157
20158INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20159values ('17774','27953','15687','last','')
20160/
20161
20162INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20163values ('17775','27952','15687','last','')
20164/
20165
20166INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20167values ('17776','27951','15687','prev','')
20168/
20169
20170INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20171values ('17777','28065','15688','change','')
20172/
20173
20174INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20175values ('17778','28065','15688','last','')
20176/
20177
20178INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20179values ('17779','28067','15688','last','')
20180/
20181
20182INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20183values ('17780','28066','15688','last','')
20184/
20185
20186INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20187values ('17781','28065','15688','prev','')
20188/
20189
20190INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20191values ('17782','28125','15689','change','')
20192/
20193
20194INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20195values ('17783','28125','15689','last','')
20196/
20197
20198INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20199values ('17784','28127','15689','last','')
20200/
20201
20202INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20203values ('17785','28126','15689','last','')
20204/
20205
20206INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20207values ('17786','28125','15689','prev','')
20208/
20209
20210INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20211values ('17787','28182','15690','change','')
20212/
20213
20214INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20215values ('17788','28182','15690','last','')
20216/
20217
20218INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20219values ('17789','28184','15690','last','')
20220/
20221
20222INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20223values ('17790','28183','15690','last','')
20224/
20225
20226INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20227values ('17791','28182','15690','prev','')
20228/
20229
20230INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20231values ('17792','28230','15691','change','')
20232/
20233
20234INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20235values ('17793','28230','15691','last','')
20236/
20237
20238INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20239values ('17794','28232','15691','last','')
20240/
20241
20242INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20243values ('17795','28231','15691','last','')
20244/
20245
20246INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20247values ('17796','28230','15691','prev','')
20248/
20249
20250INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20251values ('17797','27071','15692','change','')
20252/
20253
20254INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20255values ('17798','27071','15692','last','')
20256/
20257
20258INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20259values ('17799','27070','15692','last','')
20260/
20261
20262INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20263values ('17800','27077','15692','last','')
20264/
20265
20266INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20267values ('17801','27071','15692','prev','')
20268/
20269
20270INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20271values ('17802','27603','15693','change','')
20272/
20273
20274INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20275values ('17803','27603','15693','last','')
20276/
20277
20278INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20279values ('17804','27605','15693','last','')
20280/
20281
20282INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20283values ('17805','27604','15693','last','')
20284/
20285
20286INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20287values ('17806','27603','15693','prev','')
20288/
20289
20290INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20291values ('17807','28012','15694','change','')
20292/
20293
20294INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20295values ('17808','28012','15694','last','')
20296/
20297
20298INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20299values ('17809','28014','15694','last','')
20300/
20301
20302INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20303values ('17810','28013','15694','last','')
20304/
20305
20306INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20307values ('17811','28012','15694','prev','')
20308/
20309
20310INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20311values ('17812','27081','15695','change','')
20312/
20313
20314INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20315values ('17813','27081','15695','last','')
20316/
20317
20318INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20319values ('17814','27080','15695','last','')
20320/
20321
20322INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20323values ('17815','27087','15695','last','')
20324/
20325
20326INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20327values ('17816','27081','15695','prev','')
20328/
20329
20330INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20331values ('17817','27626','15696','change','')
20332/
20333
20334INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20335values ('17818','27626','15696','last','')
20336/
20337
20338INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20339values ('17819','27628','15696','last','')
20340/
20341
20342INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20343values ('17820','27627','15696','last','')
20344/
20345
20346INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20347values ('17821','27626','15696','prev','')
20348/
20349
20350INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20351values ('17822','27983','15697','change','')
20352/
20353
20354INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20355values ('17823','27983','15697','last','')
20356/
20357
20358INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20359values ('17824','27985','15697','last','')
20360/
20361
20362INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20363values ('17825','27984','15697','last','')
20364/
20365
20366INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20367values ('17826','27983','15697','prev','')
20368/
20369
20370INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20371values ('17827','27121','15698','change','')
20372/
20373
20374INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20375values ('17828','27121','15698','last','')
20376/
20377
20378INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20379values ('17829','27120','15698','last','')
20380/
20381
20382INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20383values ('17830','27127','15698','last','')
20384/
20385
20386INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20387values ('17831','27121','15698','prev','')
20388/
20389
20390INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20391values ('17832','28104','15699','change','')
20392/
20393
20394INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20395values ('17833','28104','15699','last','')
20396/
20397
20398INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20399values ('17834','28106','15699','last','')
20400/
20401
20402INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20403values ('17835','28105','15699','last','')
20404/
20405
20406INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20407values ('17836','28104','15699','prev','')
20408/
20409
20410INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20411values ('17837','28281','15700','last','')
20412/
20413
20414INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20415values ('17838','28282','15701','max','#3')
20416/
20417
20418INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20419values ('17839','28283','15702','min','5m')
20420/
20421
20422INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20423values ('17840','28284','15703','avg','5m')
20424/
20425
20426INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20427values ('17841','28291','15704','last','')
20428/
20429
20430INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20431values ('17842','28292','15705','max','{$SNMP_TIMEOUT}')
20432/
20433
20434INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20435values ('17848','28300','15708','change','')
20436/
20437
20438INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20439values ('17849','28300','15708','last','')
20440/
20441
20442INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20443values ('17850','28302','15708','last','')
20444/
20445
20446INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20447values ('17851','28301','15708','last','')
20448/
20449
20450INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20451values ('17852','28300','15708','prev','')
20452/
20453
20454INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20455values ('17859','28323','15714','avg','5m')
20456/
20457
20458INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20459values ('17860','28324','15714','last','0')
20460/
20461
20462INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20463values ('17861','28323','15714','max','5m')
20464/
20465
20466INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20467values ('17862','28323','15715','avg','5m')
20468/
20469
20470INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20471values ('17863','28323','15715','max','5m')
20472/
20473
20474INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20475values ('17864','28323','15716','avg','5m')
20476/
20477
20478INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20479values ('17865','28323','15716','min','5m')
20480/
20481
20482INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20483values ('17866','28326','15717','count','#1,{$FAN_CRIT_STATUS},eq')
20484/
20485
20486INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20487values ('17867','28328','15718','diff','')
20488/
20489
20490INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20491values ('17868','28328','15718','strlen','')
20492/
20493
20494INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20495values ('17869','28329','15719','count','#1,{$PSU_CRIT_STATUS},eq')
20496/
20497
20498INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20499values ('17870','27238','15720','count','#1,{$HEALTH_CRIT_STATUS},eq')
20500/
20501
20502INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20503values ('17871','27238','15721','count','#1,{$HEALTH_WARN_STATUS:"offline"},eq')
20504/
20505
20506INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20507values ('17872','27238','15721','count','#1,{$HEALTH_WARN_STATUS:"testing"},eq')
20508/
20509
20510INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20511values ('17873','27814','15722','count','#1,{$HEALTH_CRIT_STATUS},eq')
20512/
20513
20514INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20515values ('17874','28330','15723','max','#3')
20516/
20517
20518INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20519values ('17875','28331','15724','min','5m')
20520/
20521
20522INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20523values ('17876','28332','15725','avg','5m')
20524/
20525
20526INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20527values ('17877','28339','15726','last','')
20528/
20529
20530INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20531values ('17878','28340','15727','max','{$SNMP_TIMEOUT}')
20532/
20533
20534INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20535values ('17879','28341','15728','count','#1,{$HEALTH_DISASTER_STATUS},eq')
20536/
20537
20538INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20539values ('17880','28341','15729','count','#1,{$HEALTH_CRIT_STATUS},eq')
20540/
20541
20542INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20543values ('17881','28341','15730','count','#1,{$HEALTH_WARN_STATUS},eq')
20544/
20545
20546INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20547values ('17882','28344','15731','diff','')
20548/
20549
20550INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20551values ('17883','28344','15731','strlen','')
20552/
20553
20554INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20555values ('17884','28345','15732','diff','')
20556/
20557
20558INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20559values ('17885','28345','15732','strlen','')
20560/
20561
20562INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20563values ('17886','28354','15733','avg','5m')
20564/
20565
20566INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20567values ('17887','28355','15733','last','0')
20568/
20569
20570INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20571values ('17888','28354','15733','max','5m')
20572/
20573
20574INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20575values ('17889','28354','15734','avg','5m')
20576/
20577
20578INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20579values ('17890','28355','15734','last','0')
20580/
20581
20582INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20583values ('17891','28354','15734','max','5m')
20584/
20585
20586INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20587values ('17892','28354','15735','avg','5m')
20588/
20589
20590INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20591values ('17893','28354','15735','min','5m')
20592/
20593
20594INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20595values ('17894','28356','15736','avg','5m')
20596/
20597
20598INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20599values ('17895','28357','15736','last','0')
20600/
20601
20602INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20603values ('17896','28356','15736','max','5m')
20604/
20605
20606INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20607values ('17897','28356','15737','avg','5m')
20608/
20609
20610INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20611values ('17898','28357','15737','last','0')
20612/
20613
20614INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20615values ('17899','28356','15737','max','5m')
20616/
20617
20618INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20619values ('17900','28356','15738','avg','5m')
20620/
20621
20622INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20623values ('17901','28356','15738','min','5m')
20624/
20625
20626INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20627values ('17902','28358','15739','count','#1,{$PSU_CRIT_STATUS:"critical"},eq')
20628/
20629
20630INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20631values ('17903','28358','15739','count','#1,{$PSU_CRIT_STATUS:"nonRecoverable"},eq')
20632/
20633
20634INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20635values ('17904','28358','15740','count','#1,{$PSU_WARN_STATUS:"nonCritical"},eq')
20636/
20637
20638INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20639values ('17905','28359','15741','count','#1,{$FAN_CRIT_STATUS:"criticalUpper"},eq')
20640/
20641
20642INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20643values ('17906','28359','15741','count','#1,{$FAN_CRIT_STATUS:"nonRecoverableUpper"},eq')
20644/
20645
20646INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20647values ('17907','28359','15741','count','#1,{$FAN_CRIT_STATUS:"criticalLower"},eq')
20648/
20649
20650INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20651values ('17908','28359','15741','count','#1,{$FAN_CRIT_STATUS:"nonRecoverableLower"},eq')
20652/
20653
20654INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20655values ('17909','28359','15741','count','#1,{$FAN_CRIT_STATUS:"failed"},eq')
20656/
20657
20658INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20659values ('17910','28359','15742','count','#1,{$FAN_WARN_STATUS:"nonCriticalUpper"},eq')
20660/
20661
20662INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20663values ('17911','28359','15742','count','#1,{$FAN_WARN_STATUS:"nonCriticalLower"},eq')
20664/
20665
20666INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20667values ('17912','28361','15743','count','#1,{$DISK_FAIL_STATUS:"critical"},eq')
20668/
20669
20670INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20671values ('17913','28361','15743','count','#1,{$DISK_FAIL_STATUS:"nonRecoverable"},eq')
20672/
20673
20674INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20675values ('17914','28361','15744','count','#1,{$DISK_WARN_STATUS:"nonCritical"},eq')
20676/
20677
20678INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20679values ('17915','28362','15745','diff','')
20680/
20681
20682INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20683values ('17916','28362','15745','strlen','')
20684/
20685
20686INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20687values ('17917','28363','15746','count','#1,{$DISK_SMART_FAIL_STATUS},eq')
20688/
20689
20690INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20691values ('17918','28373','15747','count','#1,{$VDISK_CRIT_STATUS:"failed"},eq')
20692/
20693
20694INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20695values ('17919','28373','15748','count','#1,{$VDISK_WARN_STATUS:"degraded"},eq')
20696/
20697
20698INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20699values ('17920','28374','15749','count','#1,{$DISK_ARRAY_FAIL_STATUS:"nonRecoverable"},eq')
20700/
20701
20702INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20703values ('17921','28374','15750','count','#1,{$DISK_ARRAY_CRIT_STATUS:"critical"},eq')
20704/
20705
20706INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20707values ('17922','28374','15751','count','#1,{$DISK_ARRAY_WARN_STATUS:"nonCritical"},eq')
20708/
20709
20710INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20711values ('17923','28376','15752','count','#1,{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS},eq')
20712/
20713
20714INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20715values ('17924','28376','15753','count','#1,{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS},ne')
20716/
20717
20718INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20719values ('17925','28376','15754','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS},eq')
20720/
20721
20722INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20723values ('17926','28377','15755','max','#3')
20724/
20725
20726INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20727values ('17927','28378','15756','min','5m')
20728/
20729
20730INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20731values ('17928','28379','15757','avg','5m')
20732/
20733
20734INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20735values ('17929','28386','15758','last','')
20736/
20737
20738INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20739values ('17930','28387','15759','max','{$SNMP_TIMEOUT}')
20740/
20741
20742INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20743values ('17933','28391','15762','diff','')
20744/
20745
20746INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20747values ('17934','28391','15762','strlen','')
20748/
20749
20750INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20751values ('17935','28404','15763','avg','5m')
20752/
20753
20754INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20755values ('17936','28404','15763','max','5m')
20756/
20757
20758INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20759values ('17937','28404','15764','avg','5m')
20760/
20761
20762INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20763values ('17938','28404','15764','max','5m')
20764/
20765
20766INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20767values ('17939','28404','15765','avg','5m')
20768/
20769
20770INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20771values ('17940','28404','15765','min','5m')
20772/
20773
20774INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20775values ('17941','28406','15766','avg','5m')
20776/
20777
20778INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20779values ('17942','28406','15766','max','5m')
20780/
20781
20782INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20783values ('17943','28406','15767','avg','5m')
20784/
20785
20786INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20787values ('17944','28406','15767','max','5m')
20788/
20789
20790INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20791values ('17945','28406','15768','avg','5m')
20792/
20793
20794INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20795values ('17946','28406','15768','min','5m')
20796/
20797
20798INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20799values ('17947','28407','15769','avg','5m')
20800/
20801
20802INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20803values ('17948','28407','15769','max','5m')
20804/
20805
20806INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20807values ('17949','28407','15770','avg','5m')
20808/
20809
20810INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20811values ('17950','28407','15770','max','5m')
20812/
20813
20814INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20815values ('17951','28407','15771','avg','5m')
20816/
20817
20818INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20819values ('17952','28407','15771','min','5m')
20820/
20821
20822INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20823values ('17953','28408','15772','avg','5m')
20824/
20825
20826INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20827values ('17954','28408','15772','max','5m')
20828/
20829
20830INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20831values ('17955','28408','15773','avg','5m')
20832/
20833
20834INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20835values ('17956','28408','15773','max','5m')
20836/
20837
20838INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20839values ('17957','28408','15774','avg','5m')
20840/
20841
20842INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20843values ('17958','28408','15774','min','5m')
20844/
20845
20846INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20847values ('17959','28409','15775','avg','5m')
20848/
20849
20850INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20851values ('17960','28409','15775','max','5m')
20852/
20853
20854INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20855values ('17961','28409','15776','avg','5m')
20856/
20857
20858INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20859values ('17962','28409','15776','max','5m')
20860/
20861
20862INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20863values ('17963','28409','15777','avg','5m')
20864/
20865
20866INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20867values ('17964','28409','15777','min','5m')
20868/
20869
20870INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20871values ('17965','28410','15778','avg','5m')
20872/
20873
20874INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20875values ('17966','28410','15778','max','5m')
20876/
20877
20878INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20879values ('17967','28410','15779','avg','5m')
20880/
20881
20882INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20883values ('17968','28410','15779','max','5m')
20884/
20885
20886INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20887values ('17969','28410','15780','avg','5m')
20888/
20889
20890INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20891values ('17970','28410','15780','min','5m')
20892/
20893
20894INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20895values ('17971','28411','15781','count','#1,{$PSU_CRIT_STATUS},eq')
20896/
20897
20898INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20899values ('17972','28411','15782','count','#1,{$PSU_WARN_STATUS},eq')
20900/
20901
20902INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20903values ('17973','28412','15783','count','#1,{$FAN_CRIT_STATUS},eq')
20904/
20905
20906INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20907values ('17974','28412','15784','count','#1,{$FAN_WARN_STATUS},eq')
20908/
20909
20910INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20911values ('17975','28413','15785','count','#1,{$DISK_ARRAY_CRIT_STATUS},eq')
20912/
20913
20914INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20915values ('17976','28413','15786','count','#1,{$DISK_ARRAY_WARN_STATUS},eq')
20916/
20917
20918INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20919values ('17977','28415','15787','count','#1,{$DISK_ARRAY_CACHE_CRIT_STATUS:"cacheModCriticalFailure"},eq')
20920/
20921
20922INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20923values ('17978','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"invalid"},eq')
20924/
20925
20926INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20927values ('17979','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModDegradedFailsafeSpeed"},eq')
20928/
20929
20930INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20931values ('17980','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheReadCacheNotMapped"},eq')
20932/
20933
20934INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20935values ('17981','28415','15788','count','#1,{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModFlashMemNotAttached"},eq')
20936/
20937
20938INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20939values ('17982','28415','15789','count','#1,{$DISK_ARRAY_CACHE_OK_STATUS:"enabled"},ne')
20940/
20941
20942INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20943values ('17983','28416','15790','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"failed"},eq')
20944/
20945
20946INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20947values ('17984','28416','15790','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"capacitorFailed"},eq')
20948/
20949
20950INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20951values ('17985','28416','15791','count','#1,{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"degraded"},eq')
20952/
20953
20954INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20955values ('17986','28416','15791','count','#1,{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"notPresent"},eq')
20956/
20957
20958INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20959values ('17987','28417','15792','count','#1,{$DISK_FAIL_STATUS},eq')
20960/
20961
20962INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20963values ('17988','28417','15793','count','#1,{$DISK_WARN_STATUS},eq')
20964/
20965
20966INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20967values ('17989','28418','15794','count','#1,{$DISK_SMART_FAIL_STATUS:"replaceDrive"},eq')
20968/
20969
20970INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20971values ('17990','28418','15794','count','#1,{$DISK_SMART_FAIL_STATUS:"replaceDriveSSDWearOut"},eq')
20972/
20973
20974INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20975values ('17991','28419','15795','diff','')
20976/
20977
20978INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20979values ('17992','28419','15795','strlen','')
20980/
20981
20982INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20983values ('17993','28423','15796','count','#1,{$VDISK_CRIT_STATUS},eq')
20984/
20985
20986INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20987values ('17994','28423','15797','count','#1,{$VDISK_OK_STATUS},ne')
20988/
20989
20990INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20991values ('17995','28426','15798','max','#3')
20992/
20993
20994INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20995values ('17996','28427','15799','min','5m')
20996/
20997
20998INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
20999values ('17997','28428','15800','avg','5m')
21000/
21001
21002INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21003values ('17998','28435','15801','last','')
21004/
21005
21006INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21007values ('17999','28436','15802','max','{$SNMP_TIMEOUT}')
21008/
21009
21010INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21011values ('18000','28437','15803','count','#1,{$HEALTH_DISASTER_STATUS},eq')
21012/
21013
21014INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21015values ('18001','28437','15804','count','#1,{$HEALTH_CRIT_STATUS},eq')
21016/
21017
21018INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21019values ('18002','28437','15805','count','#1,{$HEALTH_WARN_STATUS},eq')
21020/
21021
21022INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21023values ('18003','28439','15806','diff','')
21024/
21025
21026INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21027values ('18004','28439','15806','strlen','')
21028/
21029
21030INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21031values ('18005','28446','15807','avg','5m')
21032/
21033
21034INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21035values ('18006','28446','15807','max','5m')
21036/
21037
21038INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21039values ('18007','28446','15808','avg','5m')
21040/
21041
21042INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21043values ('18008','28446','15808','max','5m')
21044/
21045
21046INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21047values ('18009','28446','15809','avg','5m')
21048/
21049
21050INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21051values ('18010','28446','15809','min','5m')
21052/
21053
21054INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21055values ('18011','28447','15810','avg','5m')
21056/
21057
21058INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21059values ('18012','28447','15810','max','5m')
21060/
21061
21062INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21063values ('18013','28447','15811','avg','5m')
21064/
21065
21066INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21067values ('18014','28447','15811','max','5m')
21068/
21069
21070INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21071values ('18015','28447','15812','avg','5m')
21072/
21073
21074INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21075values ('18016','28447','15812','min','5m')
21076/
21077
21078INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21079values ('18017','28448','15813','avg','5m')
21080/
21081
21082INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21083values ('18018','28448','15813','max','5m')
21084/
21085
21086INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21087values ('18019','28448','15814','avg','5m')
21088/
21089
21090INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21091values ('18020','28448','15814','max','5m')
21092/
21093
21094INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21095values ('18021','28448','15815','avg','5m')
21096/
21097
21098INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21099values ('18022','28448','15815','min','5m')
21100/
21101
21102INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21103values ('18023','28449','15816','count','#1,{$PSU_OK_STATUS},ne')
21104/
21105
21106INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21107values ('18024','28450','15817','count','#1,{$FAN_OK_STATUS},ne')
21108/
21109
21110INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21111values ('18025','28452','15818','count','#1,{$DISK_OK_STATUS},ne')
21112/
21113
21114INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21115values ('18026','28454','15819','max','#3')
21116/
21117
21118INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21119values ('18027','28455','15820','min','5m')
21120/
21121
21122INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21123values ('18028','28456','15821','avg','5m')
21124/
21125
21126INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21127values ('18029','28463','15822','last','')
21128/
21129
21130INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21131values ('18030','28464','15823','max','{$SNMP_TIMEOUT}')
21132/
21133
21134INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21135values ('18031','28465','15824','count','#1,{$HEALTH_DISASTER_STATUS},eq')
21136/
21137
21138INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21139values ('18032','28465','15825','count','#1,{$HEALTH_CRIT_STATUS},eq')
21140/
21141
21142INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21143values ('18033','28465','15826','count','#1,{$HEALTH_WARN_STATUS},eq')
21144/
21145
21146INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21147values ('18034','28467','15827','diff','')
21148/
21149
21150INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21151values ('18035','28467','15827','strlen','')
21152/
21153
21154INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21155values ('18036','28474','15828','avg','5m')
21156/
21157
21158INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21159values ('18037','28474','15828','max','5m')
21160/
21161
21162INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21163values ('18038','28474','15829','avg','5m')
21164/
21165
21166INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21167values ('18039','28474','15829','max','5m')
21168/
21169
21170INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21171values ('18040','28474','15830','avg','5m')
21172/
21173
21174INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21175values ('18041','28474','15830','min','5m')
21176/
21177
21178INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21179values ('18042','28475','15831','avg','5m')
21180/
21181
21182INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21183values ('18043','28475','15831','max','5m')
21184/
21185
21186INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21187values ('18044','28475','15832','avg','5m')
21188/
21189
21190INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21191values ('18045','28475','15832','max','5m')
21192/
21193
21194INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21195values ('18046','28475','15833','avg','5m')
21196/
21197
21198INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21199values ('18047','28475','15833','min','5m')
21200/
21201
21202INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21203values ('18048','28476','15834','avg','5m')
21204/
21205
21206INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21207values ('18049','28476','15834','max','5m')
21208/
21209
21210INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21211values ('18050','28476','15835','avg','5m')
21212/
21213
21214INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21215values ('18051','28476','15835','max','5m')
21216/
21217
21218INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21219values ('18052','28476','15836','avg','5m')
21220/
21221
21222INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21223values ('18053','28476','15836','min','5m')
21224/
21225
21226INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21227values ('18054','28477','15837','count','#1,{$PSU_OK_STATUS},ne')
21228/
21229
21230INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21231values ('18055','28478','15838','count','#1,{$FAN_OK_STATUS},ne')
21232/
21233
21234INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21235values ('18056','28480','15839','count','#1,{$DISK_OK_STATUS},ne')
21236/
21237
21238INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21239values ('18057','28482','15840','max','#3')
21240/
21241
21242INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21243values ('18058','28483','15841','min','5m')
21244/
21245
21246INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21247values ('18059','28484','15842','avg','5m')
21248/
21249
21250INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21251values ('18060','28491','15843','last','')
21252/
21253
21254INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21255values ('18061','28492','15844','max','{$SNMP_TIMEOUT}')
21256/
21257
21258INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21259values ('18062','28495','15845','avg','5m')
21260/
21261
21262INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21263values ('18063','28495','15845','max','5m')
21264/
21265
21266INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21267values ('18064','28495','15846','avg','5m')
21268/
21269
21270INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21271values ('18065','28495','15846','max','5m')
21272/
21273
21274INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21275values ('18066','28495','15847','avg','5m')
21276/
21277
21278INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21279values ('18067','28495','15847','min','5m')
21280/
21281
21282INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21283values ('18068','28503','15848','last','0')
21284/
21285
21286INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21287values ('18069','28532','15848','last','0')
21288/
21289
21290INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21291values ('18070','28506','15849','last','0')
21292/
21293
21294INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21295values ('18071','28505','15849','last','0')
21296/
21297
21298INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21299values ('18072','28509','15850','last','0')
21300/
21301
21302INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21303values ('18073','28508','15850','last','0')
21304/
21305
21306INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21307values ('18074','28513','15851','str','off')
21308/
21309
21310INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21311values ('18075','28512','15852','str','off')
21312/
21313
21314INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21315values ('18076','28537','15853','max','10m')
21316/
21317
21318INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21319values ('18077','28543','15854','max','10m')
21320/
21321
21322INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21323values ('18078','28536','15855','max','10m')
21324/
21325
21326INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21327values ('18079','28545','15856','max','10m')
21328/
21329
21330INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21331values ('18080','28542','15857','max','10m')
21332/
21333
21334INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21335values ('18081','28538','15858','max','10m')
21336/
21337
21338INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21339values ('18082','28535','15859','min','10m')
21340/
21341
21342INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21343values ('18083','28555','15860','avg','10m')
21344/
21345
21346INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21347values ('18084','28557','15861','avg','10m')
21348/
21349
21350INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21351values ('18085','28558','15862','avg','10m')
21352/
21353
21354INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21355values ('18086','28559','15863','avg','10m')
21356/
21357
21358INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21359values ('18087','28560','15864','avg','10m')
21360/
21361
21362INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21363values ('18088','28561','15865','avg','10m')
21364/
21365
21366INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21367values ('18089','28562','15866','avg','30m')
21368/
21369
21370INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21371values ('18090','28563','15867','avg','10m')
21372/
21373
21374INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21375values ('18091','28564','15868','avg','10m')
21376/
21377
21378INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21379values ('18092','28556','15869','avg','10m')
21380/
21381
21382INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21383values ('18093','28565','15870','avg','10m')
21384/
21385
21386INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21387values ('18094','28567','15871','avg','10m')
21388/
21389
21390INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21391values ('18095','28568','15872','avg','10m')
21392/
21393
21394INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21395values ('18096','28569','15873','avg','10m')
21396/
21397
21398INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21399values ('18097','28570','15874','avg','10m')
21400/
21401
21402INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21403values ('18098','28571','15875','avg','10m')
21404/
21405
21406INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21407values ('18099','28572','15876','avg','10m')
21408/
21409
21410INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21411values ('18100','28573','15877','avg','10m')
21412/
21413
21414INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21415values ('18101','28574','15878','avg','10m')
21416/
21417
21418INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21419values ('18102','28566','15879','avg','10m')
21420/
21421
21422INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21423values ('18103','28575','15880','avg','10m')
21424/
21425
21426INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21427values ('18104','28546','15881','avg','10m')
21428/
21429
21430INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21431values ('18105','28541','15882','last','')
21432/
21433
21434INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21435values ('18106','28553','15883','avg','10m')
21436/
21437
21438INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21439values ('18107','28590','15884','max','10m')
21440/
21441
21442INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21443values ('18108','28588','15885','max','10m')
21444/
21445
21446INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21447values ('18109','28587','15886','max','10m')
21448/
21449
21450INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21451values ('18110','28589','15887','max','10m')
21452/
21453
21454INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21455values ('18111','28578','15888','min','10m')
21456/
21457
21458INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21459values ('18112','28591','15889','avg','10m')
21460/
21461
21462INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21463values ('18113','28592','15890','avg','10m')
21464/
21465
21466INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21467values ('18114','28606','15891','avg','10m')
21468/
21469
21470INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21471values ('18115','28605','15892','avg','10m')
21472/
21473
21474INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21475values ('18116','28604','15893','avg','10m')
21476/
21477
21478INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21479values ('18117','28603','15894','avg','30m')
21480/
21481
21482INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21483values ('18118','28602','15895','avg','10m')
21484/
21485
21486INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21487values ('18119','28601','15896','avg','10m')
21488/
21489
21490INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21491values ('18120','28600','15897','avg','10m')
21492/
21493
21494INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21495values ('18121','28599','15898','avg','10m')
21496/
21497
21498INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21499values ('18122','28598','15899','avg','10m')
21500/
21501
21502INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21503values ('18123','28597','15900','avg','10m')
21504/
21505
21506INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21507values ('18124','28596','15901','avg','10m')
21508/
21509
21510INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21511values ('18125','28595','15902','avg','10m')
21512/
21513
21514INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21515values ('18126','28594','15903','avg','10m')
21516/
21517
21518INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21519values ('18127','28593','15904','avg','10m')
21520/
21521
21522INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21523values ('18128','28607','15905','avg','10m')
21524/
21525
21526INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21527values ('18129','28579','15906','avg','10m')
21528/
21529
21530INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21531values ('18130','28613','15907','avg','5m')
21532/
21533
21534INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21535values ('18131','28614','15908','max','#3')
21536/
21537
21538INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21539values ('18132','28615','15909','min','5m')
21540/
21541
21542INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21543values ('18133','28616','15910','avg','5m')
21544/
21545
21546INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21547values ('18134','28623','15911','last','')
21548/
21549
21550INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21551values ('18135','28624','15912','max','{$SNMP_TIMEOUT}')
21552/
21553
21554INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21555values ('18136','28634','15913','avg','5m')
21556/
21557
21558INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21559values ('18137','28634','15913','max','5m')
21560/
21561
21562INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21563values ('18138','28634','15914','avg','5m')
21564/
21565
21566INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21567values ('18139','28634','15914','max','5m')
21568/
21569
21570INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21571values ('18140','28634','15915','avg','5m')
21572/
21573
21574INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21575values ('18141','28634','15915','min','5m')
21576/
21577
21578INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21579values ('18142','28635','15916','avg','5m')
21580/
21581
21582INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21583values ('18143','28635','15916','max','5m')
21584/
21585
21586INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21587values ('18144','28635','15917','avg','5m')
21588/
21589
21590INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21591values ('18145','28635','15917','max','5m')
21592/
21593
21594INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21595values ('18146','28635','15918','avg','5m')
21596/
21597
21598INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21599values ('18147','28635','15918','min','5m')
21600/
21601
21602INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21603values ('18148','28636','15919','avg','5m')
21604/
21605
21606INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21607values ('18149','28636','15919','max','5m')
21608/
21609
21610INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21611values ('18150','28636','15920','avg','5m')
21612/
21613
21614INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21615values ('18151','28636','15920','max','5m')
21616/
21617
21618INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21619values ('18152','28636','15921','avg','5m')
21620/
21621
21622INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21623values ('18153','28636','15921','min','5m')
21624/
21625
21626INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21627values ('18154','28637','15922','avg','5m')
21628/
21629
21630INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21631values ('18155','28637','15922','max','5m')
21632/
21633
21634INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21635values ('18156','28637','15923','avg','5m')
21636/
21637
21638INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21639values ('18157','28637','15923','max','5m')
21640/
21641
21642INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21643values ('18158','28637','15924','avg','5m')
21644/
21645
21646INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21647values ('18159','28637','15924','min','5m')
21648/
21649
21650INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21651values ('18160','28638','15925','avg','5m')
21652/
21653
21654INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21655values ('18161','28638','15925','max','5m')
21656/
21657
21658INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21659values ('18162','28638','15926','avg','5m')
21660/
21661
21662INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21663values ('18163','28638','15926','max','5m')
21664/
21665
21666INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21667values ('18164','28638','15927','avg','5m')
21668/
21669
21670INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21671values ('18165','28638','15927','min','5m')
21672/
21673
21674INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21675values ('18166','28639','15928','count','#1,{$PSU_CRIT_STATUS:"inoperable"},eq')
21676/
21677
21678INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21679values ('18167','28639','15929','count','#1,{$PSU_WARN_STATUS:"degraded"},eq')
21680/
21681
21682INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21683values ('18168','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"computeFailed"},eq')
21684/
21685
21686INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21687values ('18169','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"configFailure"},eq')
21688/
21689
21690INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21691values ('18170','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"unconfigFailure"},eq')
21692/
21693
21694INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21695values ('18171','28640','15930','count','#1,{$HEALTH_CRIT_STATUS:"inoperable"},eq')
21696/
21697
21698INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21699values ('18172','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"testFailed"},eq')
21700/
21701
21702INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21703values ('18173','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"thermalProblem"},eq')
21704/
21705
21706INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21707values ('18174','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"powerProblem"},eq')
21708/
21709
21710INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21711values ('18175','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"voltageProblem"},eq')
21712/
21713
21714INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21715values ('18176','28640','15931','count','#1,{$HEALTH_WARN_STATUS:"diagnosticsFailed"},eq')
21716/
21717
21718INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21719values ('18177','28642','15932','diff','')
21720/
21721
21722INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21723values ('18178','28642','15932','strlen','')
21724/
21725
21726INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21727values ('18179','28643','15933','count','#1,{$FAN_CRIT_STATUS:"inoperable"},eq')
21728/
21729
21730INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21731values ('18180','28643','15934','count','#1,{$FAN_WARN_STATUS:"degraded"},eq')
21732/
21733
21734INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21735values ('18181','28644','15935','count','#1,{$DISK_FAIL_STATUS:"failed"},eq')
21736/
21737
21738INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21739values ('18182','28644','15936','count','#1,{$DISK_CRIT_STATUS:"bad"},eq')
21740/
21741
21742INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21743values ('18183','28644','15936','count','#1,{$DISK_CRIT_STATUS:"predictiveFailure"},eq')
21744/
21745
21746INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21747values ('18184','28648','15937','count','#1,{$VDISK_OK_STATUS:"equipped"},ne')
21748/
21749
21750INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21751values ('18185','28651','15938','count','#1,{$DISK_ARRAY_CRIT_STATUS:"inoperable"},eq')
21752/
21753
21754INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21755values ('18186','28651','15939','count','#1,{$DISK_ARRAY_WARN_STATUS:"degraded"},eq')
21756/
21757
21758INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21759values ('18187','28651','15940','count','#1,{$DISK_ARRAY_OK_STATUS:"operable"},ne')
21760/
21761
21762INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21763values ('18188','28653','15941','count','#1,{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS},eq')
21764/
21765
21766INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21767values ('18189','28653','15942','count','#1,{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS},ne')
21768/
21769
21770INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21771values ('18190','28654','15943','count','#1,{$HEALTH_CRIT_STATUS},eq')
21772/
21773
21774INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21775values ('18191','28654','15944','count','#1,{$HEALTH_WARN_STATUS},eq')
21776/
21777
21778INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21779values ('18193','28655','15946','min','5m')
21780/
21781
21782INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21783values ('18194','28656','15947','min','5m')
21784/
21785
21786INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21787values ('18195','28657','15948','min','5m')
21788/
21789
21790INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21791values ('18196','28658','15949','min','5m')
21792/
21793
21794INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21795values ('18197','28659','15950','min','5m')
21796/
21797
21798INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21799values ('18198','28660','15951','min','5m')
21800/
21801
21802INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21803values ('18199','28675','15952','last','')
21804/
21805
21806INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21807values ('18200','28674','15952','last','')
21808/
21809
21810INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21811values ('18201','28673','15952','last','')
21812/
21813
21814INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21815values ('18202','28675','15952','timeleft','1h,,100')
21816/
21817
21818INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21819values ('18203','28675','15953','last','')
21820/
21821
21822INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21823values ('18204','28674','15953','last','')
21824/
21825
21826INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21827values ('18205','28673','15953','last','')
21828/
21829
21830INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21831values ('18206','28675','15953','timeleft','1h,,100')
21832/
21833
21834INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21835values ('18207','28678','15954','min','5m')
21836/
21837
21838INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21839values ('18208','28681','15955','last','')
21840/
21841
21842INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21843values ('18209','28680','15955','last','')
21844/
21845
21846INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21847values ('18210','28679','15955','last','')
21848/
21849
21850INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21851values ('18211','28681','15955','timeleft','1h,,100')
21852/
21853
21854INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21855values ('18212','28687','15956','last','')
21856/
21857
21858INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21859values ('18213','28686','15956','last','')
21860/
21861
21862INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21863values ('18214','28685','15956','last','')
21864/
21865
21866INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21867values ('18215','28687','15956','timeleft','1h,,100')
21868/
21869
21870INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21871values ('18216','28693','15957','last','')
21872/
21873
21874INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21875values ('18217','28692','15957','last','')
21876/
21877
21878INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21879values ('18218','28691','15957','last','')
21880/
21881
21882INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21883values ('18219','28693','15957','timeleft','1h,,100')
21884/
21885
21886INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21887values ('18220','28699','15958','last','')
21888/
21889
21890INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21891values ('18221','28698','15958','last','')
21892/
21893
21894INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21895values ('18222','28697','15958','last','')
21896/
21897
21898INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21899values ('18223','28699','15958','timeleft','1h,,100')
21900/
21901
21902INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21903values ('18224','28705','15959','last','')
21904/
21905
21906INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21907values ('18225','28704','15959','last','')
21908/
21909
21910INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21911values ('18226','28703','15959','last','')
21912/
21913
21914INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21915values ('18227','28705','15959','timeleft','1h,,100')
21916/
21917
21918INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21919values ('18228','28681','15960','last','')
21920/
21921
21922INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21923values ('18229','28680','15960','last','')
21924/
21925
21926INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21927values ('18230','28679','15960','last','')
21928/
21929
21930INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21931values ('18231','28681','15960','timeleft','1h,,100')
21932/
21933
21934INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21935values ('18232','28687','15961','last','')
21936/
21937
21938INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21939values ('18233','28686','15961','last','')
21940/
21941
21942INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21943values ('18234','28685','15961','last','')
21944/
21945
21946INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21947values ('18235','28687','15961','timeleft','1h,,100')
21948/
21949
21950INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21951values ('18236','28693','15962','last','')
21952/
21953
21954INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21955values ('18237','28692','15962','last','')
21956/
21957
21958INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21959values ('18238','28691','15962','last','')
21960/
21961
21962INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21963values ('18239','28693','15962','timeleft','1h,,100')
21964/
21965
21966INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21967values ('18240','28699','15963','last','')
21968/
21969
21970INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21971values ('18241','28698','15963','last','')
21972/
21973
21974INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21975values ('18242','28697','15963','last','')
21976/
21977
21978INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21979values ('18243','28699','15963','timeleft','1h,,100')
21980/
21981
21982INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21983values ('18244','28705','15964','last','')
21984/
21985
21986INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21987values ('18245','28704','15964','last','')
21988/
21989
21990INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21991values ('18246','28703','15964','last','')
21992/
21993
21994INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21995values ('18247','28705','15964','timeleft','1h,,100')
21996/
21997
21998INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
21999values ('18248','28684','15965','min','5m')
22000/
22001
22002INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22003values ('18249','28690','15966','min','5m')
22004/
22005
22006INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22007values ('18250','28696','15967','min','5m')
22008/
22009
22010INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22011values ('18251','28702','15968','min','5m')
22012/
22013
22014INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22015values ('18252','28708','15969','min','5m')
22016/
22017
22018INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22019values ('18253','27124','15970','avg','15m')
22020/
22021
22022INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22023values ('18254','27121','15970','last','')
22024/
22025
22026INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22027values ('18255','27125','15970','avg','15m')
22028/
22029
22030INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22031values ('18256','27126','15971','min','5m')
22032/
22033
22034INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22035values ('18257','27123','15971','min','5m')
22036/
22037
22038INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22039values ('18258','27126','15971','max','5m')
22040/
22041
22042INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22043values ('18259','27123','15971','max','5m')
22044/
22045
22046INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22047values ('18260','28100','15972','avg','15m')
22048/
22049
22050INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22051values ('18261','28104','15972','last','')
22052/
22053
22054INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22055values ('18262','28103','15972','avg','15m')
22056/
22057
22058INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22059values ('18263','28099','15973','min','5m')
22060/
22061
22062INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22063values ('18264','28102','15973','min','5m')
22064/
22065
22066INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22067values ('18265','28099','15973','max','5m')
22068/
22069
22070INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22071values ('18266','28102','15973','max','5m')
22072/
22073
22074INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22075values ('18267','28709','15974','min','5m')
22076/
22077
22078INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22079values ('18268','28710','15975','min','5m')
22080/
22081
22082INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22083values ('18269','28717','15976','last','')
22084/
22085
22086INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22087values ('18270','28716','15976','last','')
22088/
22089
22090INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22091values ('18271','28715','15976','last','')
22092/
22093
22094INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22095values ('18272','28717','15976','timeleft','1h,,100')
22096/
22097
22098INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22099values ('18273','28717','15977','last','')
22100/
22101
22102INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22103values ('18274','28716','15977','last','')
22104/
22105
22106INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22107values ('18275','28715','15977','last','')
22108/
22109
22110INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22111values ('18276','28717','15977','timeleft','1h,,100')
22112/
22113
22114INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22115values ('18277','28720','15978','min','5m')
22116/
22117
22118INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22119values ('18278','28723','15979','last','')
22120/
22121
22122INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22123values ('18279','28722','15979','last','')
22124/
22125
22126INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22127values ('18280','28721','15979','last','')
22128/
22129
22130INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22131values ('18281','28723','15979','timeleft','1h,,100')
22132/
22133
22134INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22135values ('18282','28723','15980','last','')
22136/
22137
22138INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22139values ('18283','28722','15980','last','')
22140/
22141
22142INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22143values ('18284','28721','15980','last','')
22144/
22145
22146INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22147values ('18285','28723','15980','timeleft','1h,,100')
22148/
22149
22150INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22151values ('18286','28726','15981','min','5m')
22152/
22153
22154INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22155values ('18287','27097','15982','last','')
22156/
22157
22158INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22159values ('18288','27097','15982','diff','')
22160/
22161
22162INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22163values ('18289','27094','15983','avg','15m')
22164/
22165
22166INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22167values ('18290','27091','15983','last','')
22168/
22169
22170INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22171values ('18291','27095','15983','avg','15m')
22172/
22173
22174INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22175values ('18292','27096','15984','min','5m')
22176/
22177
22178INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22179values ('18293','27093','15984','min','5m')
22180/
22181
22182INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22183values ('18294','27096','15984','max','5m')
22184/
22185
22186INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22187values ('18295','27093','15984','max','5m')
22188/
22189
22190INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22191values ('18296','27107','15985','last','')
22192/
22193
22194INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22195values ('18297','27107','15985','diff','')
22196/
22197
22198INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22199values ('18298','27104','15986','avg','15m')
22200/
22201
22202INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22203values ('18299','27101','15986','last','')
22204/
22205
22206INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22207values ('18300','27105','15986','avg','15m')
22208/
22209
22210INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22211values ('18301','27106','15987','min','5m')
22212/
22213
22214INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22215values ('18302','27103','15987','min','5m')
22216/
22217
22218INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22219values ('18303','27106','15987','max','5m')
22220/
22221
22222INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22223values ('18304','27103','15987','max','5m')
22224/
22225
22226INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22227values ('18305','27188','15988','last','')
22228/
22229
22230INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22231values ('18306','27188','15988','diff','')
22232/
22233
22234INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22235values ('18307','27223','15989','last','')
22236/
22237
22238INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22239values ('18308','27223','15989','diff','')
22240/
22241
22242INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22243values ('18309','27259','15990','last','')
22244/
22245
22246INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22247values ('18310','27259','15990','diff','')
22248/
22249
22250INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22251values ('18311','27280','15991','last','')
22252/
22253
22254INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22255values ('18312','27280','15991','diff','')
22256/
22257
22258INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22259values ('18313','27329','15992','last','')
22260/
22261
22262INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22263values ('18314','27329','15992','diff','')
22264/
22265
22266INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22267values ('18315','27458','15993','last','')
22268/
22269
22270INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22271values ('18316','27458','15993','diff','')
22272/
22273
22274INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22275values ('18317','27494','15994','last','')
22276/
22277
22278INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22279values ('18318','27494','15994','diff','')
22280/
22281
22282INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22283values ('18319','27528','15995','last','')
22284/
22285
22286INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22287values ('18320','27528','15995','diff','')
22288/
22289
22290INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22291values ('18321','27564','15996','last','')
22292/
22293
22294INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22295values ('18322','27564','15996','diff','')
22296/
22297
22298INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22299values ('18323','27650','15997','last','')
22300/
22301
22302INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22303values ('18324','27650','15997','diff','')
22304/
22305
22306INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22307values ('18325','27730','15998','last','')
22308/
22309
22310INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22311values ('18326','27730','15998','diff','')
22312/
22313
22314INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22315values ('18327','27764','15999','last','')
22316/
22317
22318INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22319values ('18328','27764','15999','diff','')
22320/
22321
22322INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22323values ('18329','27796','16000','last','')
22324/
22325
22326INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22327values ('18330','27796','16000','diff','')
22328/
22329
22330INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22331values ('18331','27880','16001','last','')
22332/
22333
22334INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22335values ('18332','27880','16001','diff','')
22336/
22337
22338INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22339values ('18333','27917','16002','last','')
22340/
22341
22342INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22343values ('18334','27917','16002','diff','')
22344/
22345
22346INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22347values ('18335','27952','16003','last','')
22348/
22349
22350INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22351values ('18336','27952','16003','diff','')
22352/
22353
22354INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22355values ('18337','28066','16004','last','')
22356/
22357
22358INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22359values ('18338','28066','16004','diff','')
22360/
22361
22362INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22363values ('18339','28126','16005','last','')
22364/
22365
22366INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22367values ('18340','28126','16005','diff','')
22368/
22369
22370INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22371values ('18341','28183','16006','last','')
22372/
22373
22374INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22375values ('18342','28183','16006','diff','')
22376/
22377
22378INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22379values ('18343','28231','16007','last','')
22380/
22381
22382INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22383values ('18344','28231','16007','diff','')
22384/
22385
22386INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22387values ('18345','28301','16008','last','')
22388/
22389
22390INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22391values ('18346','28301','16008','diff','')
22392/
22393
22394INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22395values ('18347','27183','16009','avg','15m')
22396/
22397
22398INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22399values ('18348','27187','16009','last','')
22400/
22401
22402INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22403values ('18349','27186','16009','avg','15m')
22404/
22405
22406INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22407values ('18350','27218','16010','avg','15m')
22408/
22409
22410INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22411values ('18351','27222','16010','last','')
22412/
22413
22414INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22415values ('18352','27221','16010','avg','15m')
22416/
22417
22418INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22419values ('18353','27254','16011','avg','15m')
22420/
22421
22422INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22423values ('18354','27258','16011','last','')
22424/
22425
22426INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22427values ('18355','27257','16011','avg','15m')
22428/
22429
22430INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22431values ('18356','27275','16012','avg','15m')
22432/
22433
22434INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22435values ('18357','27279','16012','last','')
22436/
22437
22438INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22439values ('18358','27278','16012','avg','15m')
22440/
22441
22442INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22443values ('18359','27324','16013','avg','15m')
22444/
22445
22446INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22447values ('18360','27328','16013','last','')
22448/
22449
22450INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22451values ('18361','27327','16013','avg','15m')
22452/
22453
22454INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22455values ('18362','27453','16014','avg','15m')
22456/
22457
22458INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22459values ('18363','27457','16014','last','')
22460/
22461
22462INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22463values ('18364','27456','16014','avg','15m')
22464/
22465
22466INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22467values ('18365','27489','16015','avg','15m')
22468/
22469
22470INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22471values ('18366','27493','16015','last','')
22472/
22473
22474INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22475values ('18367','27492','16015','avg','15m')
22476/
22477
22478INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22479values ('18368','27523','16016','avg','15m')
22480/
22481
22482INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22483values ('18369','27527','16016','last','')
22484/
22485
22486INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22487values ('18370','27526','16016','avg','15m')
22488/
22489
22490INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22491values ('18371','27559','16017','avg','15m')
22492/
22493
22494INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22495values ('18372','27563','16017','last','')
22496/
22497
22498INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22499values ('18373','27562','16017','avg','15m')
22500/
22501
22502INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22503values ('18374','27645','16018','avg','15m')
22504/
22505
22506INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22507values ('18375','27649','16018','last','')
22508/
22509
22510INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22511values ('18376','27648','16018','avg','15m')
22512/
22513
22514INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22515values ('18377','27725','16019','avg','15m')
22516/
22517
22518INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22519values ('18378','27729','16019','last','')
22520/
22521
22522INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22523values ('18379','27728','16019','avg','15m')
22524/
22525
22526INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22527values ('18380','27759','16020','avg','15m')
22528/
22529
22530INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22531values ('18381','27763','16020','last','')
22532/
22533
22534INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22535values ('18382','27762','16020','avg','15m')
22536/
22537
22538INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22539values ('18383','27791','16021','avg','15m')
22540/
22541
22542INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22543values ('18384','27795','16021','last','')
22544/
22545
22546INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22547values ('18385','27794','16021','avg','15m')
22548/
22549
22550INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22551values ('18386','27875','16022','avg','15m')
22552/
22553
22554INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22555values ('18387','27879','16022','last','')
22556/
22557
22558INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22559values ('18388','27878','16022','avg','15m')
22560/
22561
22562INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22563values ('18389','27912','16023','avg','15m')
22564/
22565
22566INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22567values ('18390','27916','16023','last','')
22568/
22569
22570INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22571values ('18391','27915','16023','avg','15m')
22572/
22573
22574INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22575values ('18392','27947','16024','avg','15m')
22576/
22577
22578INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22579values ('18393','27951','16024','last','')
22580/
22581
22582INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22583values ('18394','27950','16024','avg','15m')
22584/
22585
22586INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22587values ('18395','28061','16025','avg','15m')
22588/
22589
22590INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22591values ('18396','28065','16025','last','')
22592/
22593
22594INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22595values ('18397','28064','16025','avg','15m')
22596/
22597
22598INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22599values ('18398','28121','16026','avg','15m')
22600/
22601
22602INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22603values ('18399','28125','16026','last','')
22604/
22605
22606INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22607values ('18400','28124','16026','avg','15m')
22608/
22609
22610INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22611values ('18401','28178','16027','avg','15m')
22612/
22613
22614INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22615values ('18402','28182','16027','last','')
22616/
22617
22618INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22619values ('18403','28181','16027','avg','15m')
22620/
22621
22622INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22623values ('18404','28226','16028','avg','15m')
22624/
22625
22626INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22627values ('18405','28230','16028','last','')
22628/
22629
22630INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22631values ('18406','28229','16028','avg','15m')
22632/
22633
22634INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22635values ('18407','28296','16029','avg','15m')
22636/
22637
22638INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22639values ('18408','28300','16029','last','')
22640/
22641
22642INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22643values ('18409','28299','16029','avg','15m')
22644/
22645
22646INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22647values ('18410','27182','16030','min','5m')
22648/
22649
22650INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22651values ('18411','27185','16030','min','5m')
22652/
22653
22654INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22655values ('18412','27182','16030','max','5m')
22656/
22657
22658INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22659values ('18413','27185','16030','max','5m')
22660/
22661
22662INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22663values ('18414','27217','16031','min','5m')
22664/
22665
22666INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22667values ('18415','27220','16031','min','5m')
22668/
22669
22670INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22671values ('18416','27217','16031','max','5m')
22672/
22673
22674INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22675values ('18417','27220','16031','max','5m')
22676/
22677
22678INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22679values ('18418','27253','16032','min','5m')
22680/
22681
22682INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22683values ('18419','27256','16032','min','5m')
22684/
22685
22686INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22687values ('18420','27253','16032','max','5m')
22688/
22689
22690INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22691values ('18421','27256','16032','max','5m')
22692/
22693
22694INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22695values ('18422','27274','16033','min','5m')
22696/
22697
22698INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22699values ('18423','27277','16033','min','5m')
22700/
22701
22702INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22703values ('18424','27274','16033','max','5m')
22704/
22705
22706INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22707values ('18425','27277','16033','max','5m')
22708/
22709
22710INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22711values ('18426','27323','16034','min','5m')
22712/
22713
22714INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22715values ('18427','27326','16034','min','5m')
22716/
22717
22718INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22719values ('18428','27323','16034','max','5m')
22720/
22721
22722INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22723values ('18429','27326','16034','max','5m')
22724/
22725
22726INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22727values ('18430','27452','16035','min','5m')
22728/
22729
22730INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22731values ('18431','27455','16035','min','5m')
22732/
22733
22734INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22735values ('18432','27452','16035','max','5m')
22736/
22737
22738INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22739values ('18433','27455','16035','max','5m')
22740/
22741
22742INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22743values ('18434','27488','16036','min','5m')
22744/
22745
22746INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22747values ('18435','27491','16036','min','5m')
22748/
22749
22750INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22751values ('18436','27488','16036','max','5m')
22752/
22753
22754INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22755values ('18437','27491','16036','max','5m')
22756/
22757
22758INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22759values ('18438','27522','16037','min','5m')
22760/
22761
22762INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22763values ('18439','27525','16037','min','5m')
22764/
22765
22766INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22767values ('18440','27522','16037','max','5m')
22768/
22769
22770INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22771values ('18441','27525','16037','max','5m')
22772/
22773
22774INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22775values ('18442','27558','16038','min','5m')
22776/
22777
22778INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22779values ('18443','27561','16038','min','5m')
22780/
22781
22782INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22783values ('18444','27558','16038','max','5m')
22784/
22785
22786INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22787values ('18445','27561','16038','max','5m')
22788/
22789
22790INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22791values ('18446','27644','16039','min','5m')
22792/
22793
22794INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22795values ('18447','27647','16039','min','5m')
22796/
22797
22798INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22799values ('18448','27644','16039','max','5m')
22800/
22801
22802INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22803values ('18449','27647','16039','max','5m')
22804/
22805
22806INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22807values ('18450','27724','16040','min','5m')
22808/
22809
22810INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22811values ('18451','27727','16040','min','5m')
22812/
22813
22814INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22815values ('18452','27724','16040','max','5m')
22816/
22817
22818INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22819values ('18453','27727','16040','max','5m')
22820/
22821
22822INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22823values ('18454','27758','16041','min','5m')
22824/
22825
22826INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22827values ('18455','27761','16041','min','5m')
22828/
22829
22830INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22831values ('18456','27758','16041','max','5m')
22832/
22833
22834INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22835values ('18457','27761','16041','max','5m')
22836/
22837
22838INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22839values ('18458','27790','16042','min','5m')
22840/
22841
22842INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22843values ('18459','27793','16042','min','5m')
22844/
22845
22846INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22847values ('18460','27790','16042','max','5m')
22848/
22849
22850INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22851values ('18461','27793','16042','max','5m')
22852/
22853
22854INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22855values ('18462','27874','16043','min','5m')
22856/
22857
22858INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22859values ('18463','27877','16043','min','5m')
22860/
22861
22862INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22863values ('18464','27874','16043','max','5m')
22864/
22865
22866INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22867values ('18465','27877','16043','max','5m')
22868/
22869
22870INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22871values ('18466','27911','16044','min','5m')
22872/
22873
22874INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22875values ('18467','27914','16044','min','5m')
22876/
22877
22878INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22879values ('18468','27911','16044','max','5m')
22880/
22881
22882INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22883values ('18469','27914','16044','max','5m')
22884/
22885
22886INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22887values ('18470','27946','16045','min','5m')
22888/
22889
22890INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22891values ('18471','27949','16045','min','5m')
22892/
22893
22894INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22895values ('18472','27946','16045','max','5m')
22896/
22897
22898INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22899values ('18473','27949','16045','max','5m')
22900/
22901
22902INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22903values ('18474','28060','16046','min','5m')
22904/
22905
22906INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22907values ('18475','28063','16046','min','5m')
22908/
22909
22910INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22911values ('18476','28060','16046','max','5m')
22912/
22913
22914INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22915values ('18477','28063','16046','max','5m')
22916/
22917
22918INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22919values ('18478','28120','16047','min','5m')
22920/
22921
22922INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22923values ('18479','28123','16047','min','5m')
22924/
22925
22926INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22927values ('18480','28120','16047','max','5m')
22928/
22929
22930INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22931values ('18481','28123','16047','max','5m')
22932/
22933
22934INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22935values ('18482','28177','16048','min','5m')
22936/
22937
22938INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22939values ('18483','28180','16048','min','5m')
22940/
22941
22942INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22943values ('18484','28177','16048','max','5m')
22944/
22945
22946INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22947values ('18485','28180','16048','max','5m')
22948/
22949
22950INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22951values ('18486','28225','16049','min','5m')
22952/
22953
22954INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22955values ('18487','28228','16049','min','5m')
22956/
22957
22958INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22959values ('18488','28225','16049','max','5m')
22960/
22961
22962INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22963values ('18489','28228','16049','max','5m')
22964/
22965
22966INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22967values ('18490','28295','16050','min','5m')
22968/
22969
22970INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22971values ('18491','28298','16050','min','5m')
22972/
22973
22974INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22975values ('18492','28295','16050','max','5m')
22976/
22977
22978INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22979values ('18493','28298','16050','max','5m')
22980/
22981
22982INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22983values ('18494','27077','16051','last','')
22984/
22985
22986INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22987values ('18495','27077','16051','diff','')
22988/
22989
22990INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22991values ('18496','27074','16052','avg','15m')
22992/
22993
22994INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22995values ('18497','27071','16052','last','')
22996/
22997
22998INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
22999values ('18498','27075','16052','avg','15m')
23000/
23001
23002INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23003values ('18499','27076','16053','min','5m')
23004/
23005
23006INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23007values ('18500','27073','16053','min','5m')
23008/
23009
23010INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23011values ('18501','27076','16053','max','5m')
23012/
23013
23014INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23015values ('18502','27073','16053','max','5m')
23016/
23017
23018INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23019values ('18503','27604','16054','last','')
23020/
23021
23022INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23023values ('18504','27604','16054','diff','')
23024/
23025
23026INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23027values ('18505','28013','16055','last','')
23028/
23029
23030INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23031values ('18506','28013','16055','diff','')
23032/
23033
23034INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23035values ('18507','27599','16056','avg','15m')
23036/
23037
23038INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23039values ('18508','27603','16056','last','')
23040/
23041
23042INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23043values ('18509','27602','16056','avg','15m')
23044/
23045
23046INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23047values ('18510','28008','16057','avg','15m')
23048/
23049
23050INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23051values ('18511','28012','16057','last','')
23052/
23053
23054INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23055values ('18512','28011','16057','avg','15m')
23056/
23057
23058INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23059values ('18513','27598','16058','min','5m')
23060/
23061
23062INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23063values ('18514','27601','16058','min','5m')
23064/
23065
23066INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23067values ('18515','27598','16058','max','5m')
23068/
23069
23070INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23071values ('18516','27601','16058','max','5m')
23072/
23073
23074INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23075values ('18517','28007','16059','min','5m')
23076/
23077
23078INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23079values ('18518','28010','16059','min','5m')
23080/
23081
23082INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23083values ('18519','28007','16059','max','5m')
23084/
23085
23086INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23087values ('18520','28010','16059','max','5m')
23088/
23089
23090INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23091values ('18521','27087','16060','last','')
23092/
23093
23094INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23095values ('18522','27087','16060','diff','')
23096/
23097
23098INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23099values ('18523','27084','16061','avg','15m')
23100/
23101
23102INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23103values ('18524','27081','16061','last','')
23104/
23105
23106INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23107values ('18525','27085','16061','avg','15m')
23108/
23109
23110INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23111values ('18526','27086','16062','min','5m')
23112/
23113
23114INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23115values ('18527','27083','16062','min','5m')
23116/
23117
23118INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23119values ('18528','27086','16062','max','5m')
23120/
23121
23122INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23123values ('18529','27083','16062','max','5m')
23124/
23125
23126INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23127values ('18530','27627','16063','last','')
23128/
23129
23130INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23131values ('18531','27627','16063','diff','')
23132/
23133
23134INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23135values ('18532','27984','16064','last','')
23136/
23137
23138INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23139values ('18533','27984','16064','diff','')
23140/
23141
23142INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23143values ('18534','27622','16065','avg','15m')
23144/
23145
23146INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23147values ('18535','27626','16065','last','')
23148/
23149
23150INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23151values ('18536','27625','16065','avg','15m')
23152/
23153
23154INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23155values ('18537','27979','16066','avg','15m')
23156/
23157
23158INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23159values ('18538','27983','16066','last','')
23160/
23161
23162INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23163values ('18539','27982','16066','avg','15m')
23164/
23165
23166INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23167values ('18540','27621','16067','min','5m')
23168/
23169
23170INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23171values ('18541','27624','16067','min','5m')
23172/
23173
23174INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23175values ('18542','27621','16067','max','5m')
23176/
23177
23178INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23179values ('18543','27624','16067','max','5m')
23180/
23181
23182INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23183values ('18544','27978','16068','min','5m')
23184/
23185
23186INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23187values ('18545','27981','16068','min','5m')
23188/
23189
23190INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23191values ('18546','27978','16068','max','5m')
23192/
23193
23194INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23195values ('18547','27981','16068','max','5m')
23196/
23197
23198INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23199values ('18548','27127','16069','last','')
23200/
23201
23202INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23203values ('18549','27127','16069','diff','')
23204/
23205
23206INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23207values ('18550','28105','16070','last','')
23208/
23209
23210INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23211values ('18551','28105','16070','diff','')
23212/
23213
23214INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23215values ('18552','27376','16071','min','5m')
23216/
23217
23218INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23219values ('18553','28727','16072','diff','')
23220/
23221
23222INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23223values ('18554','28727','16072','strlen','')
23224/
23225
23226INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23227values ('18555','27380','16073','min','5m')
23228/
23229
23230INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23231values ('18556','28728','16074','diff','')
23232/
23233
23234INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23235values ('18557','28728','16074','strlen','')
23236/
23237
23238INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23239values ('18558','28729','16075','diff','')
23240/
23241
23242INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23243values ('18559','28729','16075','strlen','')
23244/
23245
23246INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23247values ('18560','28730','16076','diff','')
23248/
23249
23250INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23251values ('18561','28730','16076','strlen','')
23252/
23253
23254INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23255values ('18562','28731','16077','min','5m')
23256/
23257
23258INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23259values ('18563','27417','16078','min','5m')
23260/
23261
23262INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23263values ('18564','28246','16079','min','5m')
23264/
23265
23266INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23267values ('18565','27421','16080','avg','5m')
23268/
23269
23270INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23271values ('18566','27420','16080','last','0')
23272/
23273
23274INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23275values ('18567','27421','16080','max','5m')
23276/
23277
23278INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23279values ('18568','27421','16081','avg','5m')
23280/
23281
23282INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23283values ('18569','27420','16081','last','0')
23284/
23285
23286INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23287values ('18570','27421','16081','max','5m')
23288/
23289
23290INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23291values ('18571','27421','16082','avg','5m')
23292/
23293
23294INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23295values ('18572','27421','16082','min','5m')
23296/
23297
23298INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23299values ('18573','28732','16083','min','5m')
23300/
23301
23302INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23303values ('18574','28733','16084','min','5m')
23304/
23305
23306INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23307values ('18575','28734','16085','min','5m')
23308/
23309
23310INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23311values ('18576','27427','16086','min','5m')
23312/
23313
23314INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23315values ('18577','28247','16087','min','5m')
23316/
23317
23318INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23319values ('18578','27430','16088','avg','5m')
23320/
23321
23322INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23323values ('18579','27429','16088','last','0')
23324/
23325
23326INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23327values ('18580','27430','16088','max','5m')
23328/
23329
23330INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23331values ('18581','27447','16089','avg','5m')
23332/
23333
23334INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23335values ('18582','27446','16089','last','0')
23336/
23337
23338INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23339values ('18583','27447','16089','max','5m')
23340/
23341
23342INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23343values ('18584','28218','16090','avg','5m')
23344/
23345
23346INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23347values ('18585','28217','16090','last','0')
23348/
23349
23350INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23351values ('18586','28218','16090','max','5m')
23352/
23353
23354INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23355values ('18587','27430','16091','avg','5m')
23356/
23357
23358INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23359values ('18588','27429','16091','last','0')
23360/
23361
23362INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23363values ('18589','27430','16091','max','5m')
23364/
23365
23366INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23367values ('18590','27447','16092','avg','5m')
23368/
23369
23370INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23371values ('18591','27446','16092','last','0')
23372/
23373
23374INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23375values ('18592','27447','16092','max','5m')
23376/
23377
23378INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23379values ('18593','28218','16093','avg','5m')
23380/
23381
23382INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23383values ('18594','28217','16093','last','0')
23384/
23385
23386INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23387values ('18595','28218','16093','max','5m')
23388/
23389
23390INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23391values ('18596','27430','16094','avg','5m')
23392/
23393
23394INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23395values ('18597','27430','16094','min','5m')
23396/
23397
23398INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23399values ('18598','27447','16095','avg','5m')
23400/
23401
23402INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23403values ('18599','27447','16095','min','5m')
23404/
23405
23406INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23407values ('18600','28218','16096','avg','5m')
23408/
23409
23410INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23411values ('18601','28218','16096','min','5m')
23412/
23413
23414INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23415values ('18602','28766','16097','str','Client')
23416/
23417
23418INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23419values ('18603','28768','16098','last','')
23420/
23421
23422INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23423values ('18604','28774','16098','last','')
23424/
23425
23426INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23427values ('18605','28772','16099','last','')
23428/
23429
23430INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23431values ('18606','28770','16099','last','')
23432/
23433
23434INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23435values ('18607','28764','16100','last','')
23436/
23437
23438INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23439values ('18608','28778','16100','last','')
23440/
23441
23442INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23443values ('18609','28782','16101','min','{$JMX.HEAP.MEM.USAGE.TIME}')
23444/
23445
23446INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23447values ('18610','28781','16101','last','')
23448/
23449
23450INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23451values ('18611','28785','16102','min','{$JMX.NONHEAP.MEM.USAGE.TIME}')
23452/
23453
23454INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23455values ('18612','28784','16102','last','')
23456/
23457
23458INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23459values ('18613','28777','16103','min','{$JMX.MP.USAGE.TIME:"CMS Old Gen"}')
23460/
23461
23462INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23463values ('18614','28788','16103','last','')
23464/
23465
23466INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23467values ('18615','28761','16104','min','{$JMX.MP.USAGE.TIME:"CMS Perm Gen"}')
23468/
23469
23470INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23471values ('18616','28749','16104','last','')
23472/
23473
23474INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23475values ('18617','28739','16105','min','{$JMX.MP.USAGE.TIME:"Code Cache"}')
23476/
23477
23478INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23479values ('18618','28738','16105','last','')
23480/
23481
23482INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23483values ('18619','28742','16106','min','{$JMX.MP.USAGE.TIME:"Perm Gen"}')
23484/
23485
23486INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23487values ('18620','28741','16106','last','')
23488/
23489
23490INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23491values ('18621','28745','16107','min','{$JMX.MP.USAGE.TIME:"PS Old Gen"}')
23492/
23493
23494INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23495values ('18622','28744','16107','last','')
23496/
23497
23498INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23499values ('18623','28736','16108','min','{$JMX.MP.USAGE.TIME:"PS Perm Gen"}')
23500/
23501
23502INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23503values ('18624','28747','16108','last','')
23504/
23505
23506INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23507values ('18625','28751','16109','min','{$JMX.MP.USAGE.TIME:"Tenured Gen"}')
23508/
23509
23510INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23511values ('18626','28750','16109','last','')
23512/
23513
23514INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23515values ('18627','28753','16110','min','{$JMX.FILE.DESCRIPTORS.TIME}')
23516/
23517
23518INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23519values ('18628','28752','16110','last','')
23520/
23521
23522INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23523values ('18629','28754','16111','min','{$JMX.CPU.LOAD.TIME}')
23524/
23525
23526INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23527values ('18630','28755','16112','nodata','5m')
23528/
23529
23530INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23531values ('18631','28756','16113','str','Server')
23532/
23533
23534INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23535values ('18632','28811','16114','last','')
23536/
23537
23538INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23539values ('18633','28817','16115','last','')
23540/
23541
23542INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23543values ('18634','28817','16116','last','')
23544/
23545
23546INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23547values ('18635','28816','16117','last','')
23548/
23549
23550INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23551values ('18636','28816','16118','last','')
23552/
23553
23554INSERT INTO functions (functionid,itemid,triggerid,name,parameter)
23555values ('18637','28815','16119','last','')
23556/
23557
23558INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23559values ('387','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23560/
23561
23562INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23563values ('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')
23564/
23565
23566INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23567values ('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')
23568/
23569
23570INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23571values ('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')
23572/
23573
23574INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23575values ('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')
23576/
23577
23578INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23579values ('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')
23580/
23581
23582INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23583values ('433','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0')
23584/
23585
23586INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23587values ('436','Swap usage','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0')
23588/
23589
23590INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23591values ('439','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
23592/
23593
23594INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23595values ('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')
23596/
23597
23598INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23599values ('456','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23600/
23601
23602INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23603values ('457','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0')
23604/
23605
23606INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23607values ('458','Swap usage','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0')
23608/
23609
23610INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23611values ('459','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
23612/
23613
23614INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23615values ('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')
23616/
23617
23618INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23619values ('462','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23620/
23621
23622INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23623values ('463','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0')
23624/
23625
23626INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23627values ('464','Swap usage','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0')
23628/
23629
23630INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23631values ('465','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
23632/
23633
23634INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23635values ('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')
23636/
23637
23638INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23639values ('469','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0')
23640/
23641
23642INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23643values ('471','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
23644/
23645
23646INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23647values ('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')
23648/
23649
23650INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23651values ('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')
23652/
23653
23654INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23655values ('474','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23656/
23657
23658INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23659values ('475','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0')
23660/
23661
23662INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23663values ('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')
23664/
23665
23666INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23667values ('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')
23668/
23669
23670INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23671values ('480','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23672/
23673
23674INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23675values ('481','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0')
23676/
23677
23678INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23679values ('482','Swap usage','600','340','0.0000','100.0000',NULL,'0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0')
23680/
23681
23682INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23683values ('483','CPU jumps','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
23684/
23685
23686INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23687values ('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')
23688/
23689
23690INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23691values ('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')
23692/
23693
23694INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23695values ('487','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0')
23696/
23697
23698INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23699values ('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')
23700/
23701
23702INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23703values ('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')
23704/
23705
23706INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23707values ('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')
23708/
23709
23710INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23711values ('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')
23712/
23713
23714INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23715values ('495','CPU load','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0')
23716/
23717
23718INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23719values ('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')
23720/
23721
23722INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23723values ('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')
23724/
23725
23726INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23727values ('498','CPU utilization','900','200','0.0000','100.0000',NULL,'1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23728/
23729
23730INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23731values ('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')
23732/
23733
23734INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23735values ('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')
23736/
23737
23738INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23739values ('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')
23740/
23741
23742INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23743values ('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')
23744/
23745
23746INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23747values ('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')
23748/
23749
23750INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23751values ('533','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'10026','0')
23752/
23753
23754INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23755values ('540','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'22943','0')
23756/
23757
23758INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23759values ('541','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'22903','0')
23760/
23761
23762INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23763values ('542','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'22983','0')
23764/
23765
23766INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23767values ('543','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'23063','0')
23768/
23769
23770INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23771values ('544','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'22863','0')
23772/
23773
23774INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23775values ('545','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'23023','0')
23776/
23777
23778INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23779values ('546','Memory usage','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','2',NULL,'23159','0')
23780/
23781
23782INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23783values ('649','MySQL bandwidth','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
23784/
23785
23786INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23787values ('650','MySQL operations','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
23788/
23789
23790INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23791values ('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')
23792/
23793
23794INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23795values ('652','Voltage','900','200','0.0000','5.5000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23796/
23797
23798INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23799values ('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')
23800/
23801
23802INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23803values ('654','Voltage','900','200','0.0000','5.5000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23804/
23805
23806INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23807values ('668','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23808/
23809
23810INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23811values ('669','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23812/
23813
23814INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23815values ('671','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23816/
23817
23818INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23819values ('672','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23820/
23821
23822INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23823values ('675','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23824/
23825
23826INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23827values ('678','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23828/
23829
23830INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23831values ('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')
23832/
23833
23834INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23835values ('691','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23836/
23837
23838INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23839values ('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')
23840/
23841
23842INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23843values ('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')
23844/
23845
23846INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23847values ('697','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'2')
23848/
23849
23850INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23851values ('698','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23852/
23853
23854INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23855values ('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')
23856/
23857
23858INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23859values ('701','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23860/
23861
23862INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23863values ('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')
23864/
23865
23866INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23867values ('704','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23868/
23869
23870INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23871values ('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')
23872/
23873
23874INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23875values ('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')
23876/
23877
23878INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23879values ('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')
23880/
23881
23882INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23883values ('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')
23884/
23885
23886INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23887values ('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')
23888/
23889
23890INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23891values ('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')
23892/
23893
23894INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23895values ('725','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23896/
23897
23898INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23899values ('727','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23900/
23901
23902INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23903values ('728','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23904/
23905
23906INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23907values ('730','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23908/
23909
23910INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23911values ('731','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23912/
23913
23914INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23915values ('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')
23916/
23917
23918INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23919values ('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')
23920/
23921
23922INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23923values ('736','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23924/
23925
23926INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23927values ('737','Memory utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23928/
23929
23930INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23931values ('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')
23932/
23933
23934INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23935values ('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')
23936/
23937
23938INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23939values ('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')
23940/
23941
23942INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23943values ('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')
23944/
23945
23946INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23947values ('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')
23948/
23949
23950INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23951values ('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')
23952/
23953
23954INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23955values ('775','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
23956/
23957
23958INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23959values ('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')
23960/
23961
23962INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23963values ('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')
23964/
23965
23966INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23967values ('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')
23968/
23969
23970INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23971values ('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')
23972/
23973
23974INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23975values ('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')
23976/
23977
23978INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23979values ('796','sessions /','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
23980/
23981
23982INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23983values ('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')
23984/
23985
23986INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23987values ('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')
23988/
23989
23990INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23991values ('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')
23992/
23993
23994INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23995values ('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')
23996/
23997
23998INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
23999values ('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')
24000/
24001
24002INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24003values ('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')
24004/
24005
24006INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24007values ('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')
24008/
24009
24010INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24011values ('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')
24012/
24013
24014INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24015values ('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')
24016/
24017
24018INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24019values ('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')
24020/
24021
24022INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24023values ('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')
24024/
24025
24026INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24027values ('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')
24028/
24029
24030INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24031values ('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')
24032/
24033
24034INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24035values ('821','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24036/
24037
24038INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24039values ('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')
24040/
24041
24042INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24043values ('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')
24044/
24045
24046INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24047values ('831','CPU utilization','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24048/
24049
24050INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24051values ('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')
24052/
24053
24054INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24055values ('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')
24056/
24057
24058INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24059values ('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')
24060/
24061
24062INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24063values ('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')
24064/
24065
24066INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24067values ('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')
24068/
24069
24070INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24071values ('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')
24072/
24073
24074INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24075values ('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')
24076/
24077
24078INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24079values ('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')
24080/
24081
24082INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24083values ('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')
24084/
24085
24086INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24087values ('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')
24088/
24089
24090INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24091values ('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')
24092/
24093
24094INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24095values ('847','Threading: Threads','900','200','0.0000','100.0000',NULL,'1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
24096/
24097
24098INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24099values ('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')
24100/
24101
24102INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24103values ('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')
24104/
24105
24106INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24107values ('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')
24108/
24109
24110INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24111values ('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')
24112/
24113
24114INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24115values ('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')
24116/
24117
24118INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24119values ('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')
24120/
24121
24122INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24123values ('523','CPU jumps','900','200','0.0000','100.0000','439','1','1','0','1','0','0.0000','0.0000','0','0',NULL,NULL,'0')
24124/
24125
24126INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24127values ('524','CPU load','900','200','0.0000','100.0000','433','1','1','0','1','0','0.0000','0.0000','1','0',NULL,NULL,'0')
24128/
24129
24130INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24131values ('525','CPU utilization','900','200','0.0000','100.0000','387','1','0','1','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24132/
24133
24134INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24135values ('526','Swap usage','600','340','0.0000','100.0000','436','0','0','2','1','1','0.0000','0.0000','0','0',NULL,NULL,'0')
24136/
24137
24138INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24139values ('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')
24140/
24141
24142INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24143values ('534','Memory usage','900','200','0.0000','100.0000','533','1','1','0','1','0','0.0000','0.0000','1','2',NULL,'23317','0')
24144/
24145
24146INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24147values ('676','CPU utilization','900','200','0.0000','100.0000','675','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24148/
24149
24150INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24151values ('677','CPU utilization','900','200','0.0000','100.0000','675','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24152/
24153
24154INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24155values ('679','Memory utilization','900','200','0.0000','100.0000','678','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24156/
24157
24158INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24159values ('680','Memory utilization','900','200','0.0000','100.0000','678','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24160/
24161
24162INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24163values ('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')
24164/
24165
24166INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24167values ('692','CPU utilization','900','200','0.0000','100.0000','691','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24168/
24169
24170INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24171values ('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')
24172/
24173
24174INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24175values ('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')
24176/
24177
24178INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24179values ('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')
24180/
24181
24182INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24183values ('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')
24184/
24185
24186INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24187values ('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')
24188/
24189
24190INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24191values ('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')
24192/
24193
24194INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24195values ('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')
24196/
24197
24198INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24199values ('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')
24200/
24201
24202INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24203values ('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')
24204/
24205
24206INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24207values ('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')
24208/
24209
24210INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24211values ('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')
24212/
24213
24214INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24215values ('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')
24216/
24217
24218INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24219values ('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')
24220/
24221
24222INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24223values ('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')
24224/
24225
24226INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24227values ('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')
24228/
24229
24230INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24231values ('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')
24232/
24233
24234INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24235values ('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')
24236/
24237
24238INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24239values ('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')
24240/
24241
24242INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24243values ('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')
24244/
24245
24246INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24247values ('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')
24248/
24249
24250INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24251values ('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')
24252/
24253
24254INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24255values ('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')
24256/
24257
24258INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24259values ('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')
24260/
24261
24262INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24263values ('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')
24264/
24265
24266INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24267values ('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')
24268/
24269
24270INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24271values ('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')
24272/
24273
24274INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24275values ('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')
24276/
24277
24278INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24279values ('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')
24280/
24281
24282INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24283values ('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')
24284/
24285
24286INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24287values ('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')
24288/
24289
24290INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24291values ('822','CPU utilization','900','200','0.0000','100.0000','821','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24292/
24293
24294INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24295values ('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')
24296/
24297
24298INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24299values ('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')
24300/
24301
24302INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24303values ('832','CPU utilization','900','200','0.0000','100.0000','831','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24304/
24305
24306INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24307values ('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')
24308/
24309
24310INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24311values ('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')
24312/
24313
24314INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24315values ('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')
24316/
24317
24318INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24319values ('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')
24320/
24321
24322INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24323values ('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')
24324/
24325
24326INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24327values ('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')
24328/
24329
24330INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24331values ('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')
24332/
24333
24334INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24335values ('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')
24336/
24337
24338INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24339values ('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')
24340/
24341
24342INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24343values ('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')
24344/
24345
24346INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24347values ('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')
24348/
24349
24350INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24351values ('823','CPU utilization','900','200','0.0000','100.0000','822','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24352/
24353
24354INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24355values ('824','CPU utilization','900','200','0.0000','100.0000','822','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24356/
24357
24358INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24359values ('825','CPU utilization','900','200','0.0000','100.0000','822','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24360/
24361
24362INSERT INTO graphs (graphid,name,width,height,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymax_type,ymin_itemid,ymax_itemid,flags)
24363values ('826','CPU utilization','900','200','0.0000','100.0000','822','1','1','0','1','0','0.0000','0.0000','1','1',NULL,NULL,'0')
24364/
24365
24366INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24367values ('20702','837','28763','0','0','1A7C11','0','2','0')
24368/
24369
24370INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24371values ('20703','837','28765','0','1','2774A4','0','2','0')
24372/
24373
24374INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24375values ('20704','837','28735','0','2','F63100','0','2','0')
24376/
24377
24378INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24379values ('20705','838','28768','0','0','1A7C11','0','2','0')
24380/
24381
24382INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24383values ('20706','838','28770','0','1','2774A4','0','2','0')
24384/
24385
24386INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24387values ('20707','838','28774','0','2','F63100','0','2','0')
24388/
24389
24390INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24391values ('20708','838','28772','0','3','A54F10','0','2','0')
24392/
24393
24394INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24395values ('20709','838','28764','0','4','FC6EA3','0','2','0')
24396/
24397
24398INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24399values ('20710','838','28778','0','5','6C59DC','0','2','0')
24400/
24401
24402INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24403values ('20711','839','28788','0','0','1A7C11','0','2','0')
24404/
24405
24406INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24407values ('20712','839','28787','0','1','2774A4','0','2','0')
24408/
24409
24410INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24411values ('20713','839','28777','0','2','F63100','0','2','0')
24412/
24413
24414INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24415values ('20714','840','28749','0','0','1A7C11','0','2','0')
24416/
24417
24418INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24419values ('20715','840','28762','0','1','2774A4','0','2','0')
24420/
24421
24422INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24423values ('20716','840','28761','0','2','F63100','0','2','0')
24424/
24425
24426INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24427values ('20717','841','28738','0','0','1A7C11','0','2','0')
24428/
24429
24430INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24431values ('20718','841','28737','0','1','2774A4','0','2','0')
24432/
24433
24434INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24435values ('20719','841','28739','0','2','F63100','0','2','0')
24436/
24437
24438INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24439values ('20720','842','28741','0','0','1A7C11','0','2','0')
24440/
24441
24442INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24443values ('20721','842','28740','0','1','2774A4','0','2','0')
24444/
24445
24446INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24447values ('20722','842','28742','0','2','F63100','0','2','0')
24448/
24449
24450INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24451values ('20723','843','28744','0','0','1A7C11','0','2','0')
24452/
24453
24454INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24455values ('20724','843','28743','0','1','2774A4','0','2','0')
24456/
24457
24458INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24459values ('20725','843','28745','0','2','F63100','0','2','0')
24460/
24461
24462INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24463values ('20726','844','28747','0','0','1A7C11','0','2','0')
24464/
24465
24466INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24467values ('20727','844','28746','0','1','2774A4','0','2','0')
24468/
24469
24470INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24471values ('20728','844','28736','0','2','F63100','0','2','0')
24472/
24473
24474INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24475values ('20729','845','28750','0','0','1A7C11','0','2','0')
24476/
24477
24478INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24479values ('20730','845','28748','0','1','2774A4','0','2','0')
24480/
24481
24482INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24483values ('20731','845','28751','0','2','F63100','0','2','0')
24484/
24485
24486INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24487values ('20732','846','28752','0','0','1A7C11','0','2','0')
24488/
24489
24490INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24491values ('20733','846','28753','0','1','2774A4','0','2','0')
24492/
24493
24494INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24495values ('20734','847','28759','0','0','1A7C11','0','2','0')
24496/
24497
24498INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24499values ('20735','847','28758','0','1','2774A4','0','2','0')
24500/
24501
24502INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24503values ('20736','847','28760','0','2','F63100','0','2','0')
24504/
24505
24506INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24507values ('20737','793','28532','0','0','C80000','0','2','0')
24508/
24509
24510INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24511values ('20738','793','28503','0','1','00C800','0','2','0')
24512/
24513
24514INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24515values ('20739','793','28504','0','2','0000C8','0','2','0')
24516/
24517
24518INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24519values ('20740','794','28505','0','0','C80000','0','2','0')
24520/
24521
24522INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24523values ('20741','794','28506','0','1','00C800','0','2','0')
24524/
24525
24526INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24527values ('20742','794','28507','0','2','0000C8','0','2','0')
24528/
24529
24530INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24531values ('20743','795','28508','0','0','C80000','0','2','0')
24532/
24533
24534INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24535values ('20744','795','28509','0','1','00C800','0','2','0')
24536/
24537
24538INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24539values ('20745','795','28510','0','2','0000C8','0','2','0')
24540/
24541
24542INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24543values ('20746','796','28515','0','0','C80000','0','2','0')
24544/
24545
24546INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24547values ('20747','796','28518','0','1','00C800','0','2','0')
24548/
24549
24550INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24551values ('20748','796','28516','0','2','0000C8','0','2','0')
24552/
24553
24554INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24555values ('20749','803','28590','0','0','DD0000','0','2','0')
24556/
24557
24558INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24559values ('20750','803','28587','0','1','00DDDD','0','2','0')
24560/
24561
24562INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24563values ('20751','803','28588','0','2','3333FF','0','2','0')
24564/
24565
24566INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24567values ('20752','803','28589','0','3','00FF00','0','2','0')
24568/
24569
24570INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24571values ('20753','804','28593','0','0','990099','0','2','0')
24572/
24573
24574INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24575values ('20754','804','28597','0','1','990000','0','2','0')
24576/
24577
24578INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24579values ('20755','804','28599','0','2','0000EE','0','2','0')
24580/
24581
24582INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24583values ('20756','804','28606','0','3','FF33FF','0','2','0')
24584/
24585
24586INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24587values ('20757','804','28601','0','4','00EE00','0','2','0')
24588/
24589
24590INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24591values ('20758','804','28602','0','5','003300','0','2','0')
24592/
24593
24594INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24595values ('20759','804','28607','0','6','33FFFF','0','2','0')
24596/
24597
24598INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24599values ('20760','804','28598','0','7','DD0000','0','2','0')
24600/
24601
24602INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24603values ('20761','804','28595','0','8','000099','0','2','0')
24604/
24605
24606INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24607values ('20762','804','28579','0','9','00FF00','0','2','0')
24608/
24609
24610INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24611values ('20763','805','28603','0','0','FFAA00','0','2','0')
24612/
24613
24614INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24615values ('20764','805','28591','0','1','990099','0','2','0')
24616/
24617
24618INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24619values ('20765','805','28604','0','2','EE0000','0','2','0')
24620/
24621
24622INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24623values ('20766','805','28596','0','3','FF66FF','0','2','0')
24624/
24625
24626INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24627values ('20767','805','28605','0','4','960000','0','2','0')
24628/
24629
24630INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24631values ('20768','805','28592','0','5','009600','0','2','0')
24632/
24633
24634INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24635values ('20769','805','28594','0','6','009999','0','2','0')
24636/
24637
24638INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24639values ('20770','805','28600','0','7','BBBB00','0','2','0')
24640/
24641
24642INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24643values ('20771','806','28586','0','0','00C800','0','2','0')
24644/
24645
24646INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24647values ('20772','806','28577','0','1','C80000','0','2','0')
24648/
24649
24650INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24651values ('20773','797','28540','0','0','C80000','0','2','0')
24652/
24653
24654INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24655values ('20774','797','28539','0','1','00C800','0','2','0')
24656/
24657
24658INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24659values ('20775','798','28545','0','0','009900','0','2','0')
24660/
24661
24662INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24663values ('20776','798','28537','0','1','DD0000','0','2','0')
24664/
24665
24666INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24667values ('20777','798','28536','0','2','00DDDD','0','2','0')
24668/
24669
24670INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24671values ('20778','798','28543','0','3','3333FF','0','2','0')
24672/
24673
24674INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24675values ('20779','798','28538','0','4','999900','0','2','0')
24676/
24677
24678INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24679values ('20780','798','28542','0','5','00FF00','0','2','0')
24680/
24681
24682INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24683values ('20781','799','28575','0','0','990099','0','2','0')
24684/
24685
24686INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24687values ('20782','799','28568','0','1','990000','0','2','0')
24688/
24689
24690INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24691values ('20783','799','28565','0','2','0000EE','0','2','0')
24692/
24693
24694INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24695values ('20784','799','28559','0','3','FF33FF','0','2','0')
24696/
24697
24698INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24699values ('20785','799','28564','0','4','009600','0','2','0')
24700/
24701
24702INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24703values ('20786','799','28563','0','5','003300','0','2','0')
24704/
24705
24706INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24707values ('20787','799','28571','0','6','CCCC00','0','2','0')
24708/
24709
24710INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24711values ('20788','799','28546','0','7','33FFFF','0','2','0')
24712/
24713
24714INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24715values ('20789','799','28567','0','8','DD0000','0','2','0')
24716/
24717
24718INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24719values ('20790','799','28573','0','9','000099','0','2','0')
24720/
24721
24722INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24723values ('20791','799','28553','0','10','00FF00','0','2','0')
24724/
24725
24726INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24727values ('20792','800','28566','0','0','00EE00','0','2','0')
24728/
24729
24730INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24731values ('20793','800','28560','0','1','0000EE','0','2','0')
24732/
24733
24734INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24735values ('20794','800','28562','0','2','FFAA00','0','2','0')
24736/
24737
24738INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24739values ('20795','800','28555','0','3','00EEEE','0','2','0')
24740/
24741
24742INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24743values ('20796','800','28558','0','4','990099','0','2','0')
24744/
24745
24746INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24747values ('20797','800','28561','0','5','EE0000','0','2','0')
24748/
24749
24750INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24751values ('20798','800','28572','0','6','FF66FF','0','2','0')
24752/
24753
24754INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24755values ('20799','800','28574','0','7','009999','0','2','0')
24756/
24757
24758INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24759values ('20800','800','28556','0','8','BBBB00','0','2','0')
24760/
24761
24762INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24763values ('20801','800','28557','0','9','AA0000','0','2','0')
24764/
24765
24766INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24767values ('20802','800','28569','0','10','990000','0','2','0')
24768/
24769
24770INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24771values ('20803','800','28570','0','11','008800','0','2','0')
24772/
24773
24774INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24775values ('20804','801','28554','5','0','1A7C11','0','2','0')
24776/
24777
24778INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24779values ('20805','802','28544','5','0','00C800','0','2','0')
24780/
24781
24782INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24783values ('20806','802','28534','5','1','C80000','0','2','0')
24784/
24785
24786INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24787values ('20807','529','23357','0','0','DD0000','0','2','0')
24788/
24789
24790INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24791values ('20808','529','23341','0','1','00DDDD','0','2','0')
24792/
24793
24794INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24795values ('20809','529','23342','0','2','3333FF','0','2','0')
24796/
24797
24798INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24799values ('20810','529','28251','0','3','00FF00','0','2','0')
24800/
24801
24802INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24803values ('20811','530','23345','0','0','990099','0','2','0')
24804/
24805
24806INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24807values ('20812','530','23348','0','1','990000','0','2','0')
24808/
24809
24810INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24811values ('20813','530','23355','0','2','0000EE','0','2','0')
24812/
24813
24814INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24815values ('20814','530','23352','0','3','FF33FF','0','2','0')
24816/
24817
24818INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24819values ('20815','530','23356','0','4','007700','0','2','0')
24820/
24821
24822INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24823values ('20816','530','23354','0','5','003300','0','2','0')
24824/
24825
24826INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24827values ('20817','530','23346','0','6','33FFFF','0','2','0')
24828/
24829
24830INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24831values ('20818','530','23349','0','7','DD0000','0','2','0')
24832/
24833
24834INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24835values ('20819','530','23344','0','8','000099','0','7','0')
24836/
24837
24838INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24839values ('20820','530','28250','0','9','00FF00','0','2','0')
24840/
24841
24842INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24843values ('20821','531','23353','0','0','FFAA00','0','2','0')
24844/
24845
24846INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24847values ('20822','531','23347','0','1','990099','0','2','0')
24848/
24849
24850INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24851values ('20823','531','23350','0','2','EE0000','0','2','0')
24852/
24853
24854INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24855values ('20824','531','23343','0','3','FF66FF','0','2','0')
24856/
24857
24858INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24859values ('20825','531','23351','0','4','960000','0','2','0')
24860/
24861
24862INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24863values ('20826','531','23360','0','5','007700','0','2','0')
24864/
24865
24866INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24867values ('20827','531','25369','0','6','009999','0','2','0')
24868/
24869
24870INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24871values ('20828','531','25368','0','6','BBBB00','0','2','0')
24872/
24873
24874INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24875values ('20829','532','23340','5','0','00C800','0','2','0')
24876/
24877
24878INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24879values ('20830','532','23358','5','1','C80000','1','2','0')
24880/
24881
24882INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24883values ('20831','527','22199','0','0','C80000','0','2','0')
24884/
24885
24886INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24887values ('20832','527','22196','0','1','00C800','0','2','0')
24888/
24889
24890INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24891values ('20833','528','23628','0','0','C80000','0','2','0')
24892/
24893
24894INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24895values ('20834','528','23625','0','1','00C800','0','2','0')
24896/
24897
24898INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24899values ('20835','410','22185','0','0','009900','0','2','0')
24900/
24901
24902INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24903values ('20836','410','22189','0','1','DD0000','0','2','0')
24904/
24905
24906INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24907values ('20837','410','22396','0','2','00DDDD','0','2','0')
24908/
24909
24910INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24911values ('20838','410','22183','0','3','3333FF','0','2','0')
24912/
24913
24914INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24915values ('20839','410','22191','0','4','999900','0','2','0')
24916/
24917
24918INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24919values ('20840','410','23634','0','5','00FF00','0','2','0')
24920/
24921
24922INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24923values ('20841','520','23276','0','0','009900','0','2','0')
24924/
24925
24926INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24927values ('20842','520','23273','0','1','DD0000','0','2','0')
24928/
24929
24930INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24931values ('20843','520','23275','0','2','00DDDD','0','2','0')
24932/
24933
24934INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24935values ('20844','520','23274','0','3','3333FF','0','2','0')
24936/
24937
24938INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24939values ('20845','520','23620','0','4','999900','0','2','0')
24940/
24941
24942INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24943values ('20846','520','23635','0','5','00FF00','0','2','0')
24944/
24945
24946INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24947values ('20847','404','22404','0','0','990099','0','2','0')
24948/
24949
24950INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24951values ('20848','404','22399','0','1','990000','0','2','0')
24952/
24953
24954INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24955values ('20849','404','22416','0','2','0000EE','0','2','0')
24956/
24957
24958INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24959values ('20850','404','22430','0','3','FF33FF','0','2','0')
24960/
24961
24962INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24963values ('20851','404','22418','0','4','009600','0','2','0')
24964/
24965
24966INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24967values ('20852','404','22402','0','5','003300','0','2','0')
24968/
24969
24970INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24971values ('20853','404','22420','0','6','CCCC00','0','2','0')
24972/
24973
24974INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24975values ('20854','404','22400','0','7','33FFFF','0','2','0')
24976/
24977
24978INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24979values ('20855','404','22689','0','8','DD0000','0','2','0')
24980/
24981
24982INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24983values ('20856','404','23171','0','9','000099','0','2','0')
24984/
24985
24986INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24987values ('20857','404','22401','0','10','00FF00','0','2','0')
24988/
24989
24990INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24991values ('20858','518','23269','0','0','990099','0','2','0')
24992/
24993
24994INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24995values ('20859','518','23264','0','1','990000','0','2','0')
24996/
24997
24998INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
24999values ('20860','518','23261','0','2','0000EE','0','2','0')
25000/
25001
25002INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25003values ('20861','518','23255','0','3','FF33FF','0','2','0')
25004/
25005
25006INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25007values ('20862','518','23260','0','4','009600','0','2','0')
25008/
25009
25010INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25011values ('20863','518','23259','0','5','003300','0','2','0')
25012/
25013
25014INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25015values ('20864','518','23265','0','6','CCCC00','0','2','0')
25016/
25017
25018INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25019values ('20865','518','23270','0','7','33FFFF','0','2','0')
25020/
25021
25022INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25023values ('20866','518','23262','0','8','DD0000','0','2','0')
25024/
25025
25026INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25027values ('20867','518','23267','0','9','000099','0','2','0')
25028/
25029
25030INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25031values ('20868','518','23328','0','10','00FF00','0','2','0')
25032/
25033
25034INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25035values ('20869','406','22426','0','0','00EE00','0','2','0')
25036/
25037
25038INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25039values ('20870','406','22422','0','1','0000EE','0','2','0')
25040/
25041
25042INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25043values ('20871','406','22408','0','2','FFAA00','0','2','0')
25044/
25045
25046INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25047values ('20872','406','22424','0','3','00EEEE','0','2','0')
25048/
25049
25050INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25051values ('20873','406','22412','0','4','990099','0','2','0')
25052/
25053
25054INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25055values ('20874','406','22406','0','5','EE0000','0','2','0')
25056/
25057
25058INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25059values ('20875','406','22414','0','6','FF66FF','0','2','0')
25060/
25061
25062INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25063values ('20876','406','23663','0','7','009999','0','2','0')
25064/
25065
25066INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25067values ('20877','406','25366','0','8','BBBB00','0','2','0')
25068/
25069
25070INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25071values ('20878','406','25370','0','9','AA0000','0','2','0')
25072/
25073
25074INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25075values ('20879','406','25665','0','10','990000','0','2','0')
25076/
25077
25078INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25079values ('20880','406','25666','0','11','008800','0','2','0')
25080/
25081
25082INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25083values ('20881','517','23268','0','0','00EE00','0','2','0')
25084/
25085
25086INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25087values ('20882','517','23256','0','1','0000EE','0','2','0')
25088/
25089
25090INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25091values ('20883','517','23258','0','2','FFAA00','0','2','0')
25092/
25093
25094INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25095values ('20884','517','23252','0','3','00EEEE','0','2','0')
25096/
25097
25098INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25099values ('20885','517','23253','0','4','990099','0','2','0')
25100/
25101
25102INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25103values ('20886','517','23257','0','5','EE0000','0','2','0')
25104/
25105
25106INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25107values ('20887','517','23266','0','6','FF66FF','0','2','0')
25108/
25109
25110INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25111values ('20888','517','23664','0','7','009999','0','2','0')
25112/
25113
25114INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25115values ('20889','517','25367','0','8','BBBB00','0','2','0')
25116/
25117
25118INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25119values ('20890','517','25371','0','9','AA0000','0','2','0')
25120/
25121
25122INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25123values ('20891','517','25667','0','10','990000','0','2','0')
25124/
25125
25126INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25127values ('20892','517','25668','0','11','008800','0','2','0')
25128/
25129
25130INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25131values ('20893','788','28248','5','0','1A7C11','0','2','0')
25132/
25133
25134INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25135values ('20894','789','28249','5','0','1A7C11','0','2','0')
25136/
25137
25138INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25139values ('20895','392','22187','5','0','00C800','0','2','0')
25140/
25141
25142INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25143values ('20896','392','23251','5','1','C80000','1','2','0')
25144/
25145
25146INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25147values ('20897','519','23277','5','0','00C800','0','2','0')
25148/
25149
25150INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25151values ('20898','519','23272','5','1','C80000','1','2','0')
25152/
25153
25154INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25155values ('20899','649','26920','5','0','00AA00','0','2','0')
25156/
25157
25158INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25159values ('20900','649','26919','5','1','3333FF','0','2','0')
25160/
25161
25162INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25163values ('20901','650','26921','0','0','C8C800','0','2','0')
25164/
25165
25166INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25167values ('20902','650','26922','0','1','006400','0','2','0')
25168/
25169
25170INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25171values ('20903','650','26923','0','2','C80000','0','2','0')
25172/
25173
25174INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25175values ('20904','650','26918','0','3','0000EE','0','2','0')
25176/
25177
25178INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25179values ('20905','650','26917','0','4','640000','0','2','0')
25180/
25181
25182INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25183values ('20906','650','26912','0','5','00C800','0','2','0')
25184/
25185
25186INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25187values ('20907','650','26911','0','6','C800C8','0','2','0')
25188/
25189
25190INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25191values ('20908','472','22945','5','0','00AA00','0','2','0')
25192/
25193
25194INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25195values ('20909','472','22946','5','1','3333FF','0','2','0')
25196/
25197
25198INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25199values ('20910','473','22950','0','0','C80000','0','2','2')
25200/
25201
25202INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25203values ('20911','473','22948','0','1','00C800','0','2','0')
25204/
25205
25206INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25207values ('20912','471','22924','0','0','009900','0','2','0')
25208/
25209
25210INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25211values ('20913','471','22920','0','1','000099','0','2','0')
25212/
25213
25214INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25215values ('20914','469','22922','0','0','009900','0','2','0')
25216/
25217
25218INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25219values ('20915','469','22923','0','1','000099','0','2','0')
25220/
25221
25222INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25223values ('20916','469','22921','0','2','990000','0','2','0')
25224/
25225
25226INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25227values ('20917','498','23109','0','0','009999','0','2','0')
25228/
25229
25230INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25231values ('20918','498','23112','0','1','990099','0','2','0')
25232/
25233
25234INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25235values ('20919','498','23115','0','2','999900','0','2','0')
25236/
25237
25238INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25239values ('20920','498','23113','0','3','990000','0','2','0')
25240/
25241
25242INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25243values ('20921','498','23114','0','4','000099','0','2','0')
25244/
25245
25246INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25247values ('20922','498','23110','0','5','009900','0','2','0')
25248/
25249
25250INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25251values ('20923','540','22942','5','0','00C800','0','2','0')
25252/
25253
25254INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25255values ('20924','492','23073','5','0','00AA00','0','2','0')
25256/
25257
25258INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25259values ('20925','492','23074','5','1','3333FF','0','2','0')
25260/
25261
25262INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25263values ('20926','467','22910','0','0','C80000','0','2','2')
25264/
25265
25266INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25267values ('20927','467','22908','0','1','00C800','0','2','0')
25268/
25269
25270INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25271values ('20928','465','22884','0','0','009900','0','2','0')
25272/
25273
25274INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25275values ('20929','465','22880','0','1','000099','0','2','0')
25276/
25277
25278INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25279values ('20930','463','22882','0','0','009900','0','2','0')
25280/
25281
25282INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25283values ('20931','463','22883','0','1','000099','0','2','0')
25284/
25285
25286INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25287values ('20932','463','22881','0','2','990000','0','2','0')
25288/
25289
25290INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25291values ('20933','462','22886','1','0','009999','0','2','0')
25292/
25293
25294INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25295values ('20934','462','22888','1','1','990099','0','2','0')
25296/
25297
25298INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25299values ('20935','462','22891','1','2','990000','0','2','0')
25300/
25301
25302INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25303values ('20936','462','22892','1','3','000099','0','2','0')
25304/
25305
25306INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25307values ('20937','462','22885','1','4','009900','0','2','0')
25308/
25309
25310INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25311values ('20938','541','22902','5','0','00C800','0','2','0')
25312/
25313
25314INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25315values ('20939','464','22897','0','0','AA0000','0','2','2')
25316/
25317
25318INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25319values ('20940','464','22895','0','1','00AA00','0','2','0')
25320/
25321
25322INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25323values ('20941','478','22985','5','0','00AA00','0','2','0')
25324/
25325
25326INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25327values ('20942','478','22986','5','1','3333FF','0','2','0')
25328/
25329
25330INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25331values ('20943','479','22990','0','0','C80000','0','2','2')
25332/
25333
25334INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25335values ('20944','479','22988','0','1','00C800','0','2','0')
25336/
25337
25338INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25339values ('20945','475','22962','0','0','009900','0','2','0')
25340/
25341
25342INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25343values ('20946','475','22963','0','1','000099','0','2','0')
25344/
25345
25346INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25347values ('20947','475','22961','0','2','990000','0','2','0')
25348/
25349
25350INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25351values ('20948','474','22968','1','0','990099','0','2','0')
25352/
25353
25354INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25355values ('20949','474','22971','1','1','990000','0','2','0')
25356/
25357
25358INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25359values ('20950','474','22972','1','2','000099','0','2','0')
25360/
25361
25362INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25363values ('20951','474','22965','1','3','009900','0','2','0')
25364/
25365
25366INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25367values ('20952','542','22982','5','0','00C800','0','2','0')
25368/
25369
25370INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25371values ('20953','420','22446','5','0','00AA00','0','2','0')
25372/
25373
25374INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25375values ('20954','420','22448','5','1','3333FF','0','2','0')
25376/
25377
25378INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25379values ('20955','521','23280','5','0','00AA00','0','2','0')
25380/
25381
25382INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25383values ('20956','521','23281','5','1','3333FF','0','2','0')
25384/
25385
25386INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25387values ('20957','442','22456','0','0','C80000','0','2','2')
25388/
25389
25390INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25391values ('20958','442','22452','0','1','00C800','0','2','0')
25392/
25393
25394INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25395values ('20959','522','23285','0','0','C80000','0','2','2')
25396/
25397
25398INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25399values ('20960','522','23283','0','1','00C800','0','2','0')
25400/
25401
25402INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25403values ('20961','439','22680','0','0','009900','0','2','0')
25404/
25405
25406INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25407values ('20962','439','22683','0','1','000099','0','2','0')
25408/
25409
25410INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25411values ('20963','523','23298','0','0','009900','0','2','0')
25412/
25413
25414INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25415values ('20964','523','23294','0','1','000099','0','2','0')
25416/
25417
25418INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25419values ('20965','433','10010','0','0','009900','0','2','0')
25420/
25421
25422INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25423values ('20966','433','22674','0','1','000099','0','2','0')
25424/
25425
25426INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25427values ('20967','433','22677','0','2','990000','0','2','0')
25428/
25429
25430INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25431values ('20968','524','23296','0','0','009900','0','2','0')
25432/
25433
25434INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25435values ('20969','524','23297','0','1','000099','0','2','0')
25436/
25437
25438INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25439values ('20970','524','23295','0','2','990000','0','2','0')
25440/
25441
25442INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25443values ('20971','387','28499','0','0','F230E0','0','2','0')
25444/
25445
25446INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25447values ('20972','387','28497','0','1','5CCD18','0','2','0')
25448/
25449
25450INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25451values ('20973','387','22665','1','2','FF5555','0','2','0')
25452/
25453
25454INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25455values ('20974','387','22668','1','3','55FF55','0','2','0')
25456/
25457
25458INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25459values ('20975','387','22671','1','4','009999','0','2','0')
25460/
25461
25462INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25463values ('20976','387','17358','1','5','990099','0','2','0')
25464/
25465
25466INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25467values ('20977','387','17362','1','6','999900','0','2','0')
25468/
25469
25470INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25471values ('20978','387','17360','1','7','990000','0','2','0')
25472/
25473
25474INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25475values ('20979','387','17356','1','8','000099','0','2','0')
25476/
25477
25478INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25479values ('20980','387','17354','1','9','009900','0','2','0')
25480/
25481
25482INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25483values ('20981','525','28500','0','0','F230E0','0','2','0')
25484/
25485
25486INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25487values ('20982','525','28498','0','1','5CCD18','0','2','0')
25488/
25489
25490INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25491values ('20983','525','23304','1','2','FF5555','0','2','0')
25492/
25493
25494INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25495values ('20984','525','23303','1','3','55FF55','0','2','0')
25496/
25497
25498INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25499values ('20985','525','23300','1','4','009999','0','2','0')
25500/
25501
25502INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25503values ('20986','525','23302','1','5','990099','0','2','0')
25504/
25505
25506INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25507values ('20987','525','23301','1','6','999900','0','2','0')
25508/
25509
25510INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25511values ('20988','525','23305','1','7','990000','0','2','0')
25512/
25513
25514INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25515values ('20989','525','23306','1','8','000099','0','2','0')
25516/
25517
25518INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25519values ('20990','525','23299','1','9','009900','0','2','0')
25520/
25521
25522INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25523values ('20991','533','22181','5','0','00C800','0','2','0')
25524/
25525
25526INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25527values ('20992','534','23316','5','0','00C800','0','2','0')
25528/
25529
25530INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25531values ('20993','436','10030','0','0','AA0000','0','2','2')
25532/
25533
25534INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25535values ('20994','436','10014','0','1','00AA00','0','2','0')
25536/
25537
25538INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25539values ('20995','526','23311','0','0','AA0000','0','2','2')
25540/
25541
25542INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25543values ('20996','526','23309','0','1','00AA00','0','2','0')
25544/
25545
25546INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25547values ('20997','491','23070','0','0','C80000','0','2','2')
25548/
25549
25550INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25551values ('20998','491','23068','0','1','00C800','0','2','0')
25552/
25553
25554INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25555values ('20999','487','23042','0','0','009900','0','2','0')
25556/
25557
25558INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25559values ('21000','487','23043','0','1','000099','0','2','0')
25560/
25561
25562INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25563values ('21001','487','23041','0','2','990000','0','2','0')
25564/
25565
25566INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25567values ('21002','543','23062','5','0','00C800','0','2','0')
25568/
25569
25570INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25571values ('21003','494','23077','5','0','00AA00','0','2','0')
25572/
25573
25574INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25575values ('21004','494','23078','5','1','3333FF','0','2','0')
25576/
25577
25578INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25579values ('21005','493','23075','5','0','00AA00','0','2','0')
25580/
25581
25582INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25583values ('21006','493','23076','5','1','3333FF','0','2','0')
25584/
25585
25586INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25587values ('21007','461','22870','0','0','C80000','0','2','2')
25588/
25589
25590INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25591values ('21008','461','22868','0','1','00C800','0','2','0')
25592/
25593
25594INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25595values ('21009','459','22844','0','0','009900','0','2','0')
25596/
25597
25598INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25599values ('21010','459','22840','0','1','000099','0','2','0')
25600/
25601
25602INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25603values ('21011','457','22842','0','0','009900','0','2','0')
25604/
25605
25606INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25607values ('21012','457','22843','0','1','000099','0','2','0')
25608/
25609
25610INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25611values ('21013','457','22841','0','2','990000','0','2','0')
25612/
25613
25614INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25615values ('21014','456','22846','1','0','009999','0','2','0')
25616/
25617
25618INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25619values ('21015','456','22848','1','1','990099','0','2','0')
25620/
25621
25622INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25623values ('21016','456','22851','1','2','990000','0','2','0')
25624/
25625
25626INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25627values ('21017','456','22852','1','3','000099','0','2','0')
25628/
25629
25630INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25631values ('21018','456','22845','1','4','009900','0','2','0')
25632/
25633
25634INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25635values ('21019','544','22862','5','0','00C800','0','2','0')
25636/
25637
25638INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25639values ('21020','458','22857','0','0','AA0000','0','2','2')
25640/
25641
25642INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25643values ('21021','458','22855','0','1','00AA00','0','2','0')
25644/
25645
25646INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25647values ('21022','484','23025','5','0','00AA00','0','2','0')
25648/
25649
25650INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25651values ('21023','484','23026','5','1','3333FF','0','2','0')
25652/
25653
25654INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25655values ('21024','485','23030','0','0','C80000','0','2','2')
25656/
25657
25658INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25659values ('21025','485','23028','0','1','00C800','0','2','0')
25660/
25661
25662INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25663values ('21026','483','23004','0','0','009900','0','2','0')
25664/
25665
25666INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25667values ('21027','483','23000','0','1','000099','0','2','0')
25668/
25669
25670INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25671values ('21028','481','23002','0','0','009900','0','2','0')
25672/
25673
25674INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25675values ('21029','481','23003','0','1','000099','0','2','0')
25676/
25677
25678INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25679values ('21030','481','23001','0','2','990000','0','2','0')
25680/
25681
25682INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25683values ('21031','480','23007','1','0','999900','0','2','0')
25684/
25685
25686INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25687values ('21032','480','23011','1','1','990000','0','2','0')
25688/
25689
25690INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25691values ('21033','480','23012','1','2','000099','0','2','0')
25692/
25693
25694INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25695values ('21034','480','23005','1','3','009900','0','2','0')
25696/
25697
25698INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25699values ('21035','545','23022','5','0','00C800','0','2','0')
25700/
25701
25702INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25703values ('21036','482','23017','0','0','AA0000','0','2','2')
25704/
25705
25706INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25707values ('21037','482','23015','0','1','00AA00','0','2','0')
25708/
25709
25710INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25711values ('21038','497','23169','5','0','00AA00','0','2','0')
25712/
25713
25714INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25715values ('21039','497','23170','5','1','3333FF','0','2','0')
25716/
25717
25718INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25719values ('21040','496','23167','0','0','C80000','0','2','2')
25720/
25721
25722INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25723values ('21041','496','23164','0','1','00C800','0','2','0')
25724/
25725
25726INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25727values ('21042','495','23143','0','0','009900','0','2','0')
25728/
25729
25730INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25731values ('21043','495','23145','0','1','000099','0','2','0')
25732/
25733
25734INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25735values ('21044','495','23144','0','2','990000','0','2','0')
25736/
25737
25738INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25739values ('21045','546','23158','5','0','00C800','0','2','0')
25740/
25741
25742INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25743values ('21046','651','26928','5','0','EE0000','0','2','0')
25744/
25745
25746INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25747values ('21047','651','26927','0','1','000000','1','2','0')
25748/
25749
25750INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25751values ('21048','652','26925','2','0','880000','0','2','0')
25752/
25753
25754INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25755values ('21049','652','26932','0','1','009900','0','2','0')
25756/
25757
25758INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25759values ('21050','652','26930','0','2','00CCCC','0','2','0')
25760/
25761
25762INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25763values ('21051','652','26931','0','3','000000','0','2','0')
25764/
25765
25766INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25767values ('21052','652','26929','0','4','3333FF','0','2','0')
25768/
25769
25770INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25771values ('21053','652','26926','0','5','777700','0','2','0')
25772/
25773
25774INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25775values ('21054','653','26933','2','0','EE0000','0','2','0')
25776/
25777
25778INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25779values ('21055','653','26943','2','1','EE00EE','0','2','0')
25780/
25781
25782INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25783values ('21056','653','26935','0','2','000000','1','2','0')
25784/
25785
25786INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25787values ('21057','653','26936','4','3','000000','1','2','0')
25788/
25789
25790INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25791values ('21058','654','26934','2','0','880000','0','2','0')
25792/
25793
25794INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25795values ('21059','654','26939','0','1','009900','0','2','0')
25796/
25797
25798INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25799values ('21060','654','26942','0','2','00CCCC','0','2','0')
25800/
25801
25802INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25803values ('21061','654','26938','0','3','000000','0','2','0')
25804/
25805
25806INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25807values ('21062','654','26937','0','4','3333FF','0','2','0')
25808/
25809
25810INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25811values ('21063','827','28716','0','0','969696','0','9','2')
25812/
25813
25814INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25815values ('21064','827','28715','0','1','C80000','0','9','0')
25816/
25817
25818INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25819values ('21065','828','28722','0','0','969696','0','9','2')
25820/
25821
25822INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25823values ('21066','828','28721','0','1','C80000','0','9','0')
25824/
25825
25826INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25827values ('21067','829','28720','5','0','1A7C11','0','2','0')
25828/
25829
25830INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25831values ('21068','830','28726','5','0','1A7C11','0','2','0')
25832/
25833
25834INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25835values ('21069','831','28709','5','0','1A7C11','0','2','0')
25836/
25837
25838INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25839values ('21070','832','28710','5','0','1A7C11','0','2','0')
25840/
25841
25842INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25843values ('21071','809','28674','0','0','969696','0','9','2')
25844/
25845
25846INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25847values ('21072','809','28673','0','1','C80000','0','9','0')
25848/
25849
25850INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25851values ('21073','810','28680','0','0','969696','0','9','2')
25852/
25853
25854INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25855values ('21074','810','28679','0','1','C80000','0','9','0')
25856/
25857
25858INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25859values ('21075','811','28686','0','0','969696','0','9','2')
25860/
25861
25862INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25863values ('21076','811','28685','0','1','C80000','0','9','0')
25864/
25865
25866INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25867values ('21077','812','28692','0','0','969696','0','9','2')
25868/
25869
25870INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25871values ('21078','812','28691','0','1','C80000','0','9','0')
25872/
25873
25874INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25875values ('21079','813','28698','0','0','969696','0','9','2')
25876/
25877
25878INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25879values ('21080','813','28697','0','1','C80000','0','9','0')
25880/
25881
25882INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25883values ('21081','814','28704','0','0','969696','0','9','2')
25884/
25885
25886INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25887values ('21082','814','28703','0','1','C80000','0','9','0')
25888/
25889
25890INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25891values ('21083','815','28678','5','0','1A7C11','0','2','0')
25892/
25893
25894INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25895values ('21084','816','28684','5','0','1A7C11','0','2','0')
25896/
25897
25898INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25899values ('21085','817','28690','5','0','1A7C11','0','2','0')
25900/
25901
25902INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25903values ('21086','818','28696','5','0','1A7C11','0','2','0')
25904/
25905
25906INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25907values ('21087','819','28702','5','0','1A7C11','0','2','0')
25908/
25909
25910INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25911values ('21088','820','28708','5','0','1A7C11','0','2','0')
25912/
25913
25914INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25915values ('21089','821','28655','5','0','1A7C11','0','2','0')
25916/
25917
25918INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25919values ('21090','822','28656','5','0','1A7C11','0','2','0')
25920/
25921
25922INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25923values ('21091','823','28657','5','0','1A7C11','0','2','0')
25924/
25925
25926INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25927values ('21092','824','28658','5','0','1A7C11','0','2','0')
25928/
25929
25930INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25931values ('21093','825','28659','5','0','1A7C11','0','2','0')
25932/
25933
25934INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25935values ('21094','826','28660','5','0','1A7C11','0','2','0')
25936/
25937
25938INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25939values ('21095','744','27094','5','0','1A7C11','0','2','0')
25940/
25941
25942INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25943values ('21096','744','27095','2','1','2774A4','0','2','0')
25944/
25945
25946INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25947values ('21097','744','27093','0','2','F63100','1','2','0')
25948/
25949
25950INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25951values ('21098','744','27096','0','3','A54F10','1','2','0')
25952/
25953
25954INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25955values ('21099','744','27092','0','4','FC6EA3','1','2','0')
25956/
25957
25958INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25959values ('21100','744','27089','0','5','6C59DC','1','2','0')
25960/
25961
25962INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25963values ('21101','745','27104','5','0','1A7C11','0','2','0')
25964/
25965
25966INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25967values ('21102','745','27105','2','1','2774A4','0','2','0')
25968/
25969
25970INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25971values ('21103','745','27103','0','2','F63100','1','2','0')
25972/
25973
25974INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25975values ('21104','745','27106','0','3','A54F10','1','2','0')
25976/
25977
25978INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25979values ('21105','745','27102','0','4','FC6EA3','1','2','0')
25980/
25981
25982INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25983values ('21106','745','27099','0','5','6C59DC','1','2','0')
25984/
25985
25986INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25987values ('21107','746','27183','5','0','1A7C11','0','2','0')
25988/
25989
25990INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25991values ('21108','746','27186','2','1','2774A4','0','2','0')
25992/
25993
25994INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25995values ('21109','746','27185','0','2','F63100','1','2','0')
25996/
25997
25998INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
25999values ('21110','746','27182','0','3','A54F10','1','2','0')
26000/
26001
26002INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26003values ('21111','746','27184','0','4','FC6EA3','1','2','0')
26004/
26005
26006INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26007values ('21112','746','27181','0','5','6C59DC','1','2','0')
26008/
26009
26010INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26011values ('21113','747','27218','5','0','1A7C11','0','2','0')
26012/
26013
26014INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26015values ('21114','747','27221','2','1','2774A4','0','2','0')
26016/
26017
26018INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26019values ('21115','747','27220','0','2','F63100','1','2','0')
26020/
26021
26022INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26023values ('21116','747','27217','0','3','A54F10','1','2','0')
26024/
26025
26026INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26027values ('21117','747','27219','0','4','FC6EA3','1','2','0')
26028/
26029
26030INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26031values ('21118','747','27216','0','5','6C59DC','1','2','0')
26032/
26033
26034INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26035values ('21119','748','27254','5','0','1A7C11','0','2','0')
26036/
26037
26038INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26039values ('21120','748','27257','2','1','2774A4','0','2','0')
26040/
26041
26042INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26043values ('21121','748','27256','0','2','F63100','1','2','0')
26044/
26045
26046INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26047values ('21122','748','27253','0','3','A54F10','1','2','0')
26048/
26049
26050INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26051values ('21123','748','27255','0','4','FC6EA3','1','2','0')
26052/
26053
26054INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26055values ('21124','748','27252','0','5','6C59DC','1','2','0')
26056/
26057
26058INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26059values ('21125','749','27275','5','0','1A7C11','0','2','0')
26060/
26061
26062INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26063values ('21126','749','27278','2','1','2774A4','0','2','0')
26064/
26065
26066INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26067values ('21127','749','27277','0','2','F63100','1','2','0')
26068/
26069
26070INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26071values ('21128','749','27274','0','3','A54F10','1','2','0')
26072/
26073
26074INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26075values ('21129','749','27276','0','4','FC6EA3','1','2','0')
26076/
26077
26078INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26079values ('21130','749','27273','0','5','6C59DC','1','2','0')
26080/
26081
26082INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26083values ('21131','750','27324','5','0','1A7C11','0','2','0')
26084/
26085
26086INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26087values ('21132','750','27327','2','1','2774A4','0','2','0')
26088/
26089
26090INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26091values ('21133','750','27326','0','2','F63100','1','2','0')
26092/
26093
26094INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26095values ('21134','750','27323','0','3','A54F10','1','2','0')
26096/
26097
26098INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26099values ('21135','750','27325','0','4','FC6EA3','1','2','0')
26100/
26101
26102INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26103values ('21136','750','27322','0','5','6C59DC','1','2','0')
26104/
26105
26106INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26107values ('21137','752','27453','5','0','1A7C11','0','2','0')
26108/
26109
26110INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26111values ('21138','752','27456','2','1','2774A4','0','2','0')
26112/
26113
26114INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26115values ('21139','752','27455','0','2','F63100','1','2','0')
26116/
26117
26118INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26119values ('21140','752','27452','0','3','A54F10','1','2','0')
26120/
26121
26122INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26123values ('21141','752','27454','0','4','FC6EA3','1','2','0')
26124/
26125
26126INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26127values ('21142','752','27451','0','5','6C59DC','1','2','0')
26128/
26129
26130INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26131values ('21143','753','27489','5','0','1A7C11','0','2','0')
26132/
26133
26134INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26135values ('21144','753','27492','2','1','2774A4','0','2','0')
26136/
26137
26138INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26139values ('21145','753','27491','0','2','F63100','1','2','0')
26140/
26141
26142INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26143values ('21146','753','27488','0','3','A54F10','1','2','0')
26144/
26145
26146INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26147values ('21147','753','27490','0','4','FC6EA3','1','2','0')
26148/
26149
26150INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26151values ('21148','753','27487','0','5','6C59DC','1','2','0')
26152/
26153
26154INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26155values ('21149','754','27523','5','0','1A7C11','0','2','0')
26156/
26157
26158INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26159values ('21150','754','27526','2','1','2774A4','0','2','0')
26160/
26161
26162INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26163values ('21151','754','27525','0','2','F63100','1','2','0')
26164/
26165
26166INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26167values ('21152','754','27522','0','3','A54F10','1','2','0')
26168/
26169
26170INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26171values ('21153','754','27524','0','4','FC6EA3','1','2','0')
26172/
26173
26174INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26175values ('21154','754','27521','0','5','6C59DC','1','2','0')
26176/
26177
26178INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26179values ('21155','755','27559','5','0','1A7C11','0','2','0')
26180/
26181
26182INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26183values ('21156','755','27562','2','1','2774A4','0','2','0')
26184/
26185
26186INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26187values ('21157','755','27561','0','2','F63100','1','2','0')
26188/
26189
26190INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26191values ('21158','755','27558','0','3','A54F10','1','2','0')
26192/
26193
26194INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26195values ('21159','755','27560','0','4','FC6EA3','1','2','0')
26196/
26197
26198INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26199values ('21160','755','27557','0','5','6C59DC','1','2','0')
26200/
26201
26202INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26203values ('21161','756','27645','5','0','1A7C11','0','2','0')
26204/
26205
26206INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26207values ('21162','756','27648','2','1','2774A4','0','2','0')
26208/
26209
26210INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26211values ('21163','756','27647','0','2','F63100','1','2','0')
26212/
26213
26214INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26215values ('21164','756','27644','0','3','A54F10','1','2','0')
26216/
26217
26218INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26219values ('21165','756','27646','0','4','FC6EA3','1','2','0')
26220/
26221
26222INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26223values ('21166','756','27643','0','5','6C59DC','1','2','0')
26224/
26225
26226INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26227values ('21167','758','27725','5','0','1A7C11','0','2','0')
26228/
26229
26230INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26231values ('21168','758','27728','2','1','2774A4','0','2','0')
26232/
26233
26234INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26235values ('21169','758','27727','0','2','F63100','1','2','0')
26236/
26237
26238INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26239values ('21170','758','27724','0','3','A54F10','1','2','0')
26240/
26241
26242INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26243values ('21171','758','27726','0','4','FC6EA3','1','2','0')
26244/
26245
26246INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26247values ('21172','758','27723','0','5','6C59DC','1','2','0')
26248/
26249
26250INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26251values ('21173','759','27759','5','0','1A7C11','0','2','0')
26252/
26253
26254INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26255values ('21174','759','27762','2','1','2774A4','0','2','0')
26256/
26257
26258INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26259values ('21175','759','27761','0','2','F63100','1','2','0')
26260/
26261
26262INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26263values ('21176','759','27758','0','3','A54F10','1','2','0')
26264/
26265
26266INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26267values ('21177','759','27760','0','4','FC6EA3','1','2','0')
26268/
26269
26270INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26271values ('21178','759','27757','0','5','6C59DC','1','2','0')
26272/
26273
26274INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26275values ('21179','760','27791','5','0','1A7C11','0','2','0')
26276/
26277
26278INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26279values ('21180','760','27794','2','1','2774A4','0','2','0')
26280/
26281
26282INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26283values ('21181','760','27793','0','2','F63100','1','2','0')
26284/
26285
26286INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26287values ('21182','760','27790','0','3','A54F10','1','2','0')
26288/
26289
26290INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26291values ('21183','760','27792','0','4','FC6EA3','1','2','0')
26292/
26293
26294INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26295values ('21184','760','27789','0','5','6C59DC','1','2','0')
26296/
26297
26298INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26299values ('21185','762','27875','5','0','1A7C11','0','2','0')
26300/
26301
26302INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26303values ('21186','762','27878','2','1','2774A4','0','2','0')
26304/
26305
26306INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26307values ('21187','762','27877','0','2','F63100','1','2','0')
26308/
26309
26310INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26311values ('21188','762','27874','0','3','A54F10','1','2','0')
26312/
26313
26314INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26315values ('21189','762','27876','0','4','FC6EA3','1','2','0')
26316/
26317
26318INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26319values ('21190','762','27873','0','5','6C59DC','1','2','0')
26320/
26321
26322INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26323values ('21191','763','27912','5','0','1A7C11','0','2','0')
26324/
26325
26326INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26327values ('21192','763','27915','2','1','2774A4','0','2','0')
26328/
26329
26330INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26331values ('21193','763','27914','0','2','F63100','1','2','0')
26332/
26333
26334INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26335values ('21194','763','27911','0','3','A54F10','1','2','0')
26336/
26337
26338INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26339values ('21195','763','27913','0','4','FC6EA3','1','2','0')
26340/
26341
26342INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26343values ('21196','763','27910','0','5','6C59DC','1','2','0')
26344/
26345
26346INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26347values ('21197','764','27947','5','0','1A7C11','0','2','0')
26348/
26349
26350INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26351values ('21198','764','27950','2','1','2774A4','0','2','0')
26352/
26353
26354INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26355values ('21199','764','27949','0','2','F63100','1','2','0')
26356/
26357
26358INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26359values ('21200','764','27946','0','3','A54F10','1','2','0')
26360/
26361
26362INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26363values ('21201','764','27948','0','4','FC6EA3','1','2','0')
26364/
26365
26366INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26367values ('21202','764','27945','0','5','6C59DC','1','2','0')
26368/
26369
26370INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26371values ('21203','769','28061','5','0','1A7C11','0','2','0')
26372/
26373
26374INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26375values ('21204','769','28064','2','1','2774A4','0','2','0')
26376/
26377
26378INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26379values ('21205','769','28063','0','2','F63100','1','2','0')
26380/
26381
26382INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26383values ('21206','769','28060','0','3','A54F10','1','2','0')
26384/
26385
26386INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26387values ('21207','769','28062','0','4','FC6EA3','1','2','0')
26388/
26389
26390INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26391values ('21208','769','28059','0','5','6C59DC','1','2','0')
26392/
26393
26394INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26395values ('21209','773','28121','5','0','1A7C11','0','2','0')
26396/
26397
26398INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26399values ('21210','773','28124','2','1','2774A4','0','2','0')
26400/
26401
26402INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26403values ('21211','773','28123','0','2','F63100','1','2','0')
26404/
26405
26406INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26407values ('21212','773','28120','0','3','A54F10','1','2','0')
26408/
26409
26410INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26411values ('21213','773','28122','0','4','FC6EA3','1','2','0')
26412/
26413
26414INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26415values ('21214','773','28119','0','5','6C59DC','1','2','0')
26416/
26417
26418INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26419values ('21215','778','28178','5','0','1A7C11','0','2','0')
26420/
26421
26422INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26423values ('21216','778','28181','2','1','2774A4','0','2','0')
26424/
26425
26426INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26427values ('21217','778','28180','0','2','F63100','1','2','0')
26428/
26429
26430INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26431values ('21218','778','28177','0','3','A54F10','1','2','0')
26432/
26433
26434INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26435values ('21219','778','28179','0','4','FC6EA3','1','2','0')
26436/
26437
26438INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26439values ('21220','778','28176','0','5','6C59DC','1','2','0')
26440/
26441
26442INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26443values ('21221','785','28226','5','0','1A7C11','0','2','0')
26444/
26445
26446INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26447values ('21222','785','28229','2','1','2774A4','0','2','0')
26448/
26449
26450INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26451values ('21223','785','28228','0','2','F63100','1','2','0')
26452/
26453
26454INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26455values ('21224','785','28225','0','3','A54F10','1','2','0')
26456/
26457
26458INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26459values ('21225','785','28227','0','4','FC6EA3','1','2','0')
26460/
26461
26462INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26463values ('21226','785','28224','0','5','6C59DC','1','2','0')
26464/
26465
26466INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26467values ('21227','790','28296','5','0','1A7C11','0','2','0')
26468/
26469
26470INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26471values ('21228','790','28299','2','1','2774A4','0','2','0')
26472/
26473
26474INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26475values ('21229','790','28298','0','2','F63100','1','2','0')
26476/
26477
26478INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26479values ('21230','790','28295','0','3','A54F10','1','2','0')
26480/
26481
26482INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26483values ('21231','790','28297','0','4','FC6EA3','1','2','0')
26484/
26485
26486INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26487values ('21232','790','28294','0','5','6C59DC','1','2','0')
26488/
26489
26490INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26491values ('21233','738','27074','5','0','1A7C11','0','2','0')
26492/
26493
26494INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26495values ('21234','738','27075','2','1','2774A4','0','2','0')
26496/
26497
26498INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26499values ('21235','738','27073','0','2','F63100','1','2','0')
26500/
26501
26502INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26503values ('21236','738','27076','0','3','A54F10','1','2','0')
26504/
26505
26506INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26507values ('21237','738','27072','0','4','FC6EA3','1','2','0')
26508/
26509
26510INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26511values ('21238','738','27069','0','5','6C59DC','1','2','0')
26512/
26513
26514INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26515values ('21239','739','27599','5','0','1A7C11','0','2','0')
26516/
26517
26518INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26519values ('21240','739','27602','2','1','2774A4','0','2','0')
26520/
26521
26522INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26523values ('21241','739','27601','0','2','F63100','1','2','0')
26524/
26525
26526INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26527values ('21242','739','27598','0','3','A54F10','1','2','0')
26528/
26529
26530INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26531values ('21243','739','27600','0','4','FC6EA3','1','2','0')
26532/
26533
26534INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26535values ('21244','739','27597','0','5','6C59DC','1','2','0')
26536/
26537
26538INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26539values ('21245','740','28008','5','0','1A7C11','0','2','0')
26540/
26541
26542INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26543values ('21246','740','28011','2','1','2774A4','0','2','0')
26544/
26545
26546INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26547values ('21247','740','28010','0','2','F63100','1','2','0')
26548/
26549
26550INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26551values ('21248','740','28007','0','3','A54F10','1','2','0')
26552/
26553
26554INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26555values ('21249','740','28009','0','4','FC6EA3','1','2','0')
26556/
26557
26558INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26559values ('21250','740','28006','0','5','6C59DC','1','2','0')
26560/
26561
26562INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26563values ('21251','741','27084','5','0','1A7C11','0','2','0')
26564/
26565
26566INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26567values ('21252','741','27085','2','1','2774A4','0','2','0')
26568/
26569
26570INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26571values ('21253','741','27083','0','2','F63100','1','2','0')
26572/
26573
26574INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26575values ('21254','741','27086','0','3','A54F10','1','2','0')
26576/
26577
26578INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26579values ('21255','741','27082','0','4','FC6EA3','1','2','0')
26580/
26581
26582INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26583values ('21256','741','27079','0','5','6C59DC','1','2','0')
26584/
26585
26586INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26587values ('21257','742','27622','5','0','1A7C11','0','2','0')
26588/
26589
26590INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26591values ('21258','742','27625','2','1','2774A4','0','2','0')
26592/
26593
26594INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26595values ('21259','742','27624','0','2','F63100','1','2','0')
26596/
26597
26598INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26599values ('21260','742','27621','0','3','A54F10','1','2','0')
26600/
26601
26602INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26603values ('21261','742','27623','0','4','FC6EA3','1','2','0')
26604/
26605
26606INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26607values ('21262','742','27620','0','5','6C59DC','1','2','0')
26608/
26609
26610INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26611values ('21263','743','27979','5','0','1A7C11','0','2','0')
26612/
26613
26614INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26615values ('21264','743','27982','2','1','2774A4','0','2','0')
26616/
26617
26618INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26619values ('21265','743','27981','0','2','F63100','1','2','0')
26620/
26621
26622INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26623values ('21266','743','27978','0','3','A54F10','1','2','0')
26624/
26625
26626INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26627values ('21267','743','27980','0','4','FC6EA3','1','2','0')
26628/
26629
26630INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26631values ('21268','743','27977','0','5','6C59DC','1','2','0')
26632/
26633
26634INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26635values ('21269','766','27124','5','0','1A7C11','0','2','0')
26636/
26637
26638INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26639values ('21270','766','27125','2','1','2774A4','0','2','0')
26640/
26641
26642INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26643values ('21271','766','27123','0','2','F63100','1','2','0')
26644/
26645
26646INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26647values ('21272','766','27126','0','3','A54F10','1','2','0')
26648/
26649
26650INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26651values ('21273','766','27122','0','4','FC6EA3','1','2','0')
26652/
26653
26654INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26655values ('21274','766','27119','0','5','6C59DC','1','2','0')
26656/
26657
26658INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26659values ('21275','772','28100','5','0','1A7C11','0','2','0')
26660/
26661
26662INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26663values ('21276','772','28103','2','1','2774A4','0','2','0')
26664/
26665
26666INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26667values ('21277','772','28102','0','2','F63100','1','2','0')
26668/
26669
26670INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26671values ('21278','772','28099','0','3','A54F10','1','2','0')
26672/
26673
26674INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26675values ('21279','772','28101','0','4','FC6EA3','1','2','0')
26676/
26677
26678INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26679values ('21280','772','28098','0','5','6C59DC','1','2','0')
26680/
26681
26682INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26683values ('21281','668','27208','5','0','1A7C11','0','2','0')
26684/
26685
26686INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26687values ('21282','669','27205','5','0','1A7C11','0','2','0')
26688/
26689
26690INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26691values ('21283','671','27240','5','0','1A7C11','0','2','0')
26692/
26693
26694INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26695values ('21284','672','27239','5','0','1A7C11','0','2','0')
26696/
26697
26698INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26699values ('21285','675','27294','5','0','1A7C11','0','2','0')
26700/
26701
26702INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26703values ('21286','676','27299','5','0','1A7C11','0','2','0')
26704/
26705
26706INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26707values ('21287','677','27301','5','0','1A7C11','0','2','0')
26708/
26709
26710INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26711values ('21288','678','27293','5','0','1A7C11','0','2','0')
26712/
26713
26714INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26715values ('21289','679','27298','5','0','1A7C11','0','2','0')
26716/
26717
26718INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26719values ('21290','680','27300','5','0','1A7C11','0','2','0')
26720/
26721
26722INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26723values ('21291','833','28731','5','0','1A7C11','0','2','0')
26724/
26725
26726INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26727values ('21292','834','28732','5','0','1A7C11','0','2','0')
26728/
26729
26730INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26731values ('21293','835','28733','5','0','1A7C11','0','2','0')
26732/
26733
26734INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26735values ('21294','836','28734','5','0','1A7C11','0','2','0')
26736/
26737
26738INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26739values ('21295','687','27417','5','0','1A7C11','0','2','0')
26740/
26741
26742INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26743values ('21296','688','27427','5','0','1A7C11','0','2','0')
26744/
26745
26746INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26747values ('21297','786','28246','5','0','1A7C11','0','2','0')
26748/
26749
26750INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26751values ('21298','787','28247','5','0','1A7C11','0','2','0')
26752/
26753
26754INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26755values ('21299','691','27376','5','0','1A7C11','0','2','0')
26756/
26757
26758INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26759values ('21300','692','27380','5','0','1A7C11','0','2','0')
26760/
26761
26762INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26763values ('21301','694','27478','5','0','1A7C11','0','2','0')
26764/
26765
26766INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26767values ('21302','695','27477','5','0','1A7C11','0','2','0')
26768/
26769
26770INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26771values ('21303','697','27516','5','0','1A7C11','0','2','0')
26772/
26773
26774INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26775values ('21304','698','27511','5','0','1A7C11','0','2','0')
26776/
26777
26778INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26779values ('21305','700','27552','5','0','1A7C11','0','2','0')
26780/
26781
26782INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26783values ('21306','701','27547','5','0','1A7C11','0','2','0')
26784/
26785
26786INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26787values ('21307','703','27590','5','0','1A7C11','0','2','0')
26788/
26789
26790INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26791values ('21308','704','27586','5','0','1A7C11','0','2','0')
26792/
26793
26794INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26795values ('21309','708','27671','5','0','1A7C11','0','2','0')
26796/
26797
26798INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26799values ('21310','709','27670','5','0','1A7C11','0','2','0')
26800/
26801
26802INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26803values ('21311','774','28151','5','0','1A7C11','0','2','0')
26804/
26805
26806INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26807values ('21312','775','28143','5','0','1A7C11','0','2','0')
26808/
26809
26810INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26811values ('21313','714','27753','5','0','1A7C11','0','2','0')
26812/
26813
26814INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26815values ('21314','715','27752','5','0','1A7C11','0','2','0')
26816/
26817
26818INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26819values ('21315','807','28613','5','0','1A7C11','0','2','0')
26820/
26821
26822INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26823values ('21316','719','27819','5','0','1A7C11','0','2','0')
26824/
26825
26826INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26827values ('21317','724','27904','5','0','1A7C11','0','2','0')
26828/
26829
26830INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26831values ('21318','725','27899','5','0','1A7C11','0','2','0')
26832/
26833
26834INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26835values ('21319','727','27936','5','0','1A7C11','0','2','0')
26836/
26837
26838INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26839values ('21320','728','27933','5','0','1A7C11','0','2','0')
26840/
26841
26842INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26843values ('21321','730','27975','5','0','1A7C11','0','2','0')
26844/
26845
26846INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26847values ('21322','731','27974','5','0','1A7C11','0','2','0')
26848/
26849
26850INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26851values ('21323','733','28003','5','0','1A7C11','0','2','0')
26852/
26853
26854INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26855values ('21324','734','28004','5','0','1A7C11','0','2','0')
26856/
26857
26858INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26859values ('21325','736','28031','5','0','1A7C11','0','2','0')
26860/
26861
26862INSERT INTO graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type)
26863values ('21326','737','28028','5','0','1A7C11','0','2','0')
26864/
26865
26866INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26867values ('365','10186','{$ICMP_LOSS_WARN}','20')
26868/
26869
26870INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26871values ('366','10186','{$ICMP_RESPONSE_TIME_WARN}','0.15')
26872/
26873
26874INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26875values ('367','10187','{$IFCONTROL}','1')
26876/
26877
26878INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26879values ('370','10188','{$IFCONTROL}','1')
26880/
26881
26882INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26883values ('373','10189','{$IFCONTROL}','1')
26884/
26885
26886INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26887values ('376','10190','{$IFCONTROL}','1')
26888/
26889
26890INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26891values ('382','10192','{$IFCONTROL}','1')
26892/
26893
26894INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26895values ('385','10203','{$SNMP_TIMEOUT}','3m')
26896/
26897
26898INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26899values ('386','10204','{$SNMP_TIMEOUT}','3m')
26900/
26901
26902INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26903values ('393','10207','{$TEMP_CRIT}','75')
26904/
26905
26906INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26907values ('394','10207','{$TEMP_WARN}','65')
26908/
26909
26910INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26911values ('395','10207','{$PSU_CRIT_STATUS}','4')
26912/
26913
26914INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26915values ('396','10207','{$FAN_CRIT_STATUS}','4')
26916/
26917
26918INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26919values ('397','10207','{$CPU_UTIL_MAX}','90')
26920/
26921
26922INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26923values ('398','10207','{$MEMORY_UTIL_MAX}','90')
26924/
26925
26926INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26927values ('399','10207','{$TEMP_CRIT_LOW}','5')
26928/
26929
26930INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26931values ('402','10208','{$TEMP_CRIT}','75')
26932/
26933
26934INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26935values ('403','10208','{$TEMP_WARN}','65')
26936/
26937
26938INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26939values ('404','10208','{$HEALTH_CRIT_STATUS}','4')
26940/
26941
26942INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26943values ('405','10208','{$HEALTH_WARN_STATUS:"offline"}','2')
26944/
26945
26946INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26947values ('406','10208','{$HEALTH_WARN_STATUS:"testing"}','3')
26948/
26949
26950INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26951values ('407','10208','{$TEMP_WARN_STATUS}','5')
26952/
26953
26954INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26955values ('408','10208','{$PSU_CRIT_STATUS}','2')
26956/
26957
26958INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26959values ('409','10208','{$FAN_CRIT_STATUS}','2')
26960/
26961
26962INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26963values ('410','10208','{$PSU_OK_STATUS}','4')
26964/
26965
26966INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26967values ('411','10208','{$FAN_OK_STATUS}','4')
26968/
26969
26970INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26971values ('412','10208','{$CPU_UTIL_MAX}','90')
26972/
26973
26974INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26975values ('413','10208','{$MEMORY_UTIL_MAX}','90')
26976/
26977
26978INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26979values ('414','10208','{$TEMP_CRIT_LOW}','5')
26980/
26981
26982INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26983values ('417','10210','{$TEMP_CRIT}','75')
26984/
26985
26986INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26987values ('418','10210','{$TEMP_WARN}','65')
26988/
26989
26990INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26991values ('419','10210','{$PSU_CRIT_STATUS}','3')
26992/
26993
26994INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26995values ('420','10210','{$FAN_CRIT_STATUS}','3')
26996/
26997
26998INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
26999values ('421','10210','{$PSU_OK_STATUS}','2')
27000/
27001
27002INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27003values ('422','10210','{$FAN_OK_STATUS}','2')
27004/
27005
27006INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27007values ('425','10210','{$TEMP_CRIT_LOW}','5')
27008/
27009
27010INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27011values ('428','10211','{$TEMP_CRIT}','75')
27012/
27013
27014INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27015values ('429','10211','{$TEMP_WARN}','65')
27016/
27017
27018INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27019values ('430','10211','{$PSU_CRIT_STATUS}','3')
27020/
27021
27022INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27023values ('431','10211','{$FAN_CRIT_STATUS}','3')
27024/
27025
27026INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27027values ('432','10211','{$PSU_OK_STATUS}','2')
27028/
27029
27030INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27031values ('433','10211','{$FAN_OK_STATUS}','2')
27032/
27033
27034INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27035values ('436','10211','{$TEMP_CRIT_LOW}','5')
27036/
27037
27038INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27039values ('439','10217','{$TEMP_CRIT:"CPU"}','75')
27040/
27041
27042INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27043values ('440','10217','{$TEMP_WARN:"CPU"}','70')
27044/
27045
27046INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27047values ('441','10217','{$TEMP_WARN_STATUS}','2')
27048/
27049
27050INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27051values ('442','10217','{$TEMP_CRIT_STATUS}','3')
27052/
27053
27054INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27055values ('443','10217','{$TEMP_DISASTER_STATUS}','4')
27056/
27057
27058INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27059values ('469','10221','{$TEMP_CRIT}','65')
27060/
27061
27062INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27063values ('470','10221','{$TEMP_WARN}','55')
27064/
27065
27066INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27067values ('471','10221','{$PSU_CRIT_STATUS}','2')
27068/
27069
27070INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27071values ('472','10221','{$FAN_CRIT_STATUS}','2')
27072/
27073
27074INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27075values ('473','10221','{$PSU_OK_STATUS}','1')
27076/
27077
27078INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27079values ('474','10221','{$FAN_OK_STATUS}','1')
27080/
27081
27082INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27083values ('475','10221','{$CPU_UTIL_MAX}','90')
27084/
27085
27086INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27087values ('476','10221','{$MEMORY_UTIL_MAX}','90')
27088/
27089
27090INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27091values ('477','10221','{$TEMP_CRIT_LOW}','5')
27092/
27093
27094INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27095values ('480','10222','{$TEMP_CRIT}','75')
27096/
27097
27098INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27099values ('481','10222','{$TEMP_WARN}','65')
27100/
27101
27102INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27103values ('482','10222','{$PSU_CRIT_STATUS}','5')
27104/
27105
27106INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27107values ('483','10222','{$FAN_CRIT_STATUS}','5')
27108/
27109
27110INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27111values ('484','10222','{$CPU_UTIL_MAX}','90')
27112/
27113
27114INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27115values ('485','10222','{$MEMORY_UTIL_MAX}','90')
27116/
27117
27118INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27119values ('486','10222','{$TEMP_CRIT_LOW}','5')
27120/
27121
27122INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27123values ('489','10223','{$TEMP_CRIT}','75')
27124/
27125
27126INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27127values ('490','10223','{$TEMP_WARN}','65')
27128/
27129
27130INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27131values ('491','10223','{$PSU_CRIT_STATUS}','4')
27132/
27133
27134INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27135values ('492','10223','{$FAN_CRIT_STATUS}','2')
27136/
27137
27138INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27139values ('493','10223','{$CPU_UTIL_MAX}','90')
27140/
27141
27142INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27143values ('494','10223','{$MEMORY_UTIL_MAX}','90')
27144/
27145
27146INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27147values ('495','10223','{$TEMP_CRIT_LOW}','5')
27148/
27149
27150INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27151values ('498','10224','{$TEMP_CRIT}','65')
27152/
27153
27154INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27155values ('499','10224','{$TEMP_WARN}','55')
27156/
27157
27158INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27159values ('500','10224','{$TEMP_CRIT_STATUS}','1')
27160/
27161
27162INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27163values ('501','10224','{$PSU_CRIT_STATUS}','3')
27164/
27165
27166INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27167values ('502','10224','{$FAN_CRIT_STATUS}','2')
27168/
27169
27170INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27171values ('505','10224','{$CPU_UTIL_MAX}','90')
27172/
27173
27174INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27175values ('506','10224','{$MEMORY_UTIL_MAX}','90')
27176/
27177
27178INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27179values ('507','10224','{$TEMP_CRIT_LOW}','5')
27180/
27181
27182INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27183values ('510','10227','{$FAN_CRIT_STATUS:"fanError"}','41')
27184/
27185
27186INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27187values ('511','10227','{$FAN_CRIT_STATUS:"hardwareFaulty"}','91')
27188/
27189
27190INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27191values ('512','10227','{$PSU_CRIT_STATUS:"psuError"}','51')
27192/
27193
27194INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27195values ('513','10227','{$PSU_CRIT_STATUS:"rpsError"}','61')
27196/
27197
27198INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27199values ('514','10227','{$PSU_CRIT_STATUS:"hardwareFaulty"}','91')
27200/
27201
27202INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27203values ('515','10227','{$CPU_UTIL_MAX}','90')
27204/
27205
27206INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27207values ('516','10227','{$MEMORY_UTIL_MAX}','90')
27208/
27209
27210INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27211values ('517','10227','{$TEMP_CRIT}','60')
27212/
27213
27214INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27215values ('518','10227','{$TEMP_WARN}','50')
27216/
27217
27218INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27219values ('519','10227','{$TEMP_CRIT_LOW}','5')
27220/
27221
27222INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27223values ('533','10229','{$FAN_CRIT_STATUS}','2')
27224/
27225
27226INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27227values ('534','10229','{$CPU_UTIL_MAX}','90')
27228/
27229
27230INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27231values ('535','10229','{$MEMORY_UTIL_MAX}','90')
27232/
27233
27234INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27235values ('536','10229','{$TEMP_CRIT}','60')
27236/
27237
27238INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27239values ('537','10229','{$TEMP_WARN}','50')
27240/
27241
27242INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27243values ('538','10229','{$TEMP_CRIT_LOW}','5')
27244/
27245
27246INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27247values ('541','10230','{$TEMP_CRIT_STATUS}','3')
27248/
27249
27250INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27251values ('542','10230','{$TEMP_WARN_STATUS}','2')
27252/
27253
27254INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27255values ('543','10230','{$PSU_CRIT_STATUS}','3')
27256/
27257
27258INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27259values ('544','10230','{$FAN_CRIT_STATUS}','3')
27260/
27261
27262INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27263values ('547','10230','{$TEMP_CRIT}','60')
27264/
27265
27266INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27267values ('548','10230','{$TEMP_WARN}','50')
27268/
27269
27270INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27271values ('549','10230','{$TEMP_CRIT_LOW}','5')
27272/
27273
27274INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27275values ('552','10231','{$TEMP_CRIT:"Routing Engine"}','80')
27276/
27277
27278INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27279values ('553','10231','{$TEMP_WARN:"Routing Engine"}','70')
27280/
27281
27282INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27283values ('554','10231','{$HEALTH_CRIT_STATUS}','3')
27284/
27285
27286INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27287values ('555','10231','{$FAN_CRIT_STATUS}','6')
27288/
27289
27290INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27291values ('556','10231','{$PSU_CRIT_STATUS}','6')
27292/
27293
27294INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27295values ('557','10231','{$CPU_UTIL_MAX}','90')
27296/
27297
27298INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27299values ('558','10231','{$MEMORY_UTIL_MAX}','90')
27300/
27301
27302INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27303values ('559','10231','{$TEMP_CRIT}','60')
27304/
27305
27306INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27307values ('560','10231','{$TEMP_WARN}','50')
27308/
27309
27310INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27311values ('561','10231','{$TEMP_CRIT_LOW}','5')
27312/
27313
27314INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27315values ('572','10233','{$TEMP_CRIT:"CPU"}','75')
27316/
27317
27318INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27319values ('573','10233','{$TEMP_WARN:"CPU"}','70')
27320/
27321
27322INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27323values ('574','10233','{$CPU_UTIL_MAX}','90')
27324/
27325
27326INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27327values ('575','10233','{$MEMORY_UTIL_MAX}','90')
27328/
27329
27330INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27331values ('576','10233','{$TEMP_CRIT}','60')
27332/
27333
27334INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27335values ('577','10233','{$TEMP_WARN}','50')
27336/
27337
27338INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27339values ('578','10233','{$TEMP_CRIT_LOW}','5')
27340/
27341
27342INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27343values ('579','10233','{$STORAGE_UTIL_CRIT}','90')
27344/
27345
27346INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27347values ('580','10233','{$STORAGE_UTIL_WARN}','80')
27348/
27349
27350INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27351values ('581','10234','{$TEMP_WARN_STATUS}','2')
27352/
27353
27354INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27355values ('582','10234','{$TEMP_CRIT_STATUS}','3')
27356/
27357
27358INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27359values ('583','10234','{$PSU_CRIT_STATUS:"failed"}','2')
27360/
27361
27362INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27363values ('584','10234','{$FAN_CRIT_STATUS:"failed"}','2')
27364/
27365
27366INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27367values ('585','10234','{$CPU_UTIL_MAX}','90')
27368/
27369
27370INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27371values ('586','10234','{$MEMORY_UTIL_MAX}','90')
27372/
27373
27374INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27375values ('587','10234','{$TEMP_CRIT}','60')
27376/
27377
27378INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27379values ('588','10234','{$TEMP_WARN}','50')
27380/
27381
27382INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27383values ('589','10234','{$TEMP_CRIT_LOW}','5')
27384/
27385
27386INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27387values ('592','10235','{$TEMP_CRIT}','75')
27388/
27389
27390INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27391values ('593','10235','{$TEMP_WARN}','65')
27392/
27393
27394INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27395values ('594','10235','{$PSU_CRIT_STATUS}','1')
27396/
27397
27398INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27399values ('595','10235','{$FAN_CRIT_STATUS}','1')
27400/
27401
27402INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27403values ('596','10235','{$CPU_UTIL_MAX}','90')
27404/
27405
27406INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27407values ('597','10235','{$MEMORY_UTIL_MAX}','90')
27408/
27409
27410INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27411values ('601','10236','{$CPU_UTIL_MAX}','90')
27412/
27413
27414INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27415values ('602','10236','{$MEMORY_UTIL_MAX}','90')
27416/
27417
27418INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27419values ('603','10237','{$CPU_UTIL_MAX}','90')
27420/
27421
27422INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27423values ('604','10237','{$MEMORY_UTIL_MAX}','90')
27424/
27425
27426INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27427values ('619','10250','{$FAN_CRIT_STATUS:"bad"}','2')
27428/
27429
27430INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27431values ('620','10250','{$PSU_CRIT_STATUS:"bad"}','2')
27432/
27433
27434INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27435values ('621','10250','{$TEMP_WARN_STATUS}','3')
27436/
27437
27438INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27439values ('622','10250','{$TEMP_CRIT_STATUS}','2')
27440/
27441
27442INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27443values ('623','10250','{$CPU_UTIL_MAX}','90')
27444/
27445
27446INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27447values ('624','10250','{$MEMORY_UTIL_MAX}','90')
27448/
27449
27450INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27451values ('625','10250','{$TEMP_CRIT}','60')
27452/
27453
27454INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27455values ('626','10250','{$TEMP_WARN}','50')
27456/
27457
27458INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27459values ('627','10250','{$TEMP_CRIT_LOW}','5')
27460/
27461
27462INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27463values ('630','10251','{$PSU_CRIT_STATUS}','2')
27464/
27465
27466INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27467values ('631','10251','{$FAN_CRIT_STATUS}','3')
27468/
27469
27470INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27471values ('632','10251','{$TEMP_WARN_STATUS}','3')
27472/
27473
27474INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27475values ('635','10251','{$TEMP_CRIT}','60')
27476/
27477
27478INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27479values ('636','10251','{$TEMP_WARN}','50')
27480/
27481
27482INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27483values ('637','10251','{$TEMP_CRIT_LOW}','5')
27484/
27485
27486INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27487values ('647','10230','{$PSU_WARN_STATUS}','4')
27488/
27489
27490INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27491values ('648','10217','{$PSU_CRIT_STATUS:"critical"}','3')
27492/
27493
27494INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27495values ('649','10217','{$PSU_CRIT_STATUS:"shutdown"}','4')
27496/
27497
27498INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27499values ('650','10217','{$PSU_WARN_STATUS:"warning"}','2')
27500/
27501
27502INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27503values ('651','10217','{$PSU_WARN_STATUS:"notFunctioning"}','6')
27504/
27505
27506INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27507values ('652','10217','{$FAN_CRIT_STATUS:"critical"}','3')
27508/
27509
27510INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27511values ('653','10217','{$FAN_CRIT_STATUS:"shutdown"}','4')
27512/
27513
27514INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27515values ('654','10217','{$FAN_WARN_STATUS:"warning"}','2')
27516/
27517
27518INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27519values ('655','10217','{$FAN_WARN_STATUS:"notFunctioning"}','6')
27520/
27521
27522INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27523values ('656','10250','{$FAN_WARN_STATUS:"warning"}','3')
27524/
27525
27526INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27527values ('657','10250','{$PSU_WARN_STATUS:"warning"}','3')
27528/
27529
27530INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27531values ('659','10254','{$FAN_CRIT_STATUS}','3')
27532/
27533
27534INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27535values ('661','10254','{$PSU_CRIT_STATUS}','2')
27536/
27537
27538INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27539values ('664','10254','{$TEMP_CRIT_LOW}','5')
27540/
27541
27542INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27543values ('665','10254','{$TEMP_CRIT}','60')
27544/
27545
27546INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27547values ('666','10254','{$TEMP_WARN_STATUS}','3')
27548/
27549
27550INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27551values ('667','10254','{$TEMP_WARN}','50')
27552/
27553
27554INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27555values ('668','10209','{$CPU_UTIL_MAX}','90')
27556/
27557
27558INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27559values ('669','10209','{$MEMORY_UTIL_MAX}','90')
27560/
27561
27562INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27563values ('674','10217','{$TEMP_CRIT_LOW}','5')
27564/
27565
27566INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27567values ('675','10217','{$TEMP_CRIT}','60')
27568/
27569
27570INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27571values ('676','10217','{$TEMP_WARN}','50')
27572/
27573
27574INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27575values ('677','10255','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}','3')
27576/
27577
27578INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27579values ('678','10255','{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}','2')
27580/
27581
27582INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27583values ('679','10255','{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS}','4')
27584/
27585
27586INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27587values ('680','10255','{$DISK_ARRAY_CRIT_STATUS:"critical"}','5')
27588/
27589
27590INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27591values ('681','10255','{$DISK_ARRAY_FAIL_STATUS:"nonRecoverable"}','6')
27592/
27593
27594INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27595values ('682','10255','{$DISK_ARRAY_WARN_STATUS:"nonCritical"}','4')
27596/
27597
27598INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27599values ('683','10255','{$DISK_FAIL_STATUS:"critical"}','5')
27600/
27601
27602INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27603values ('684','10255','{$DISK_FAIL_STATUS:"nonRecoverable"}','6')
27604/
27605
27606INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27607values ('685','10255','{$DISK_SMART_FAIL_STATUS}','1')
27608/
27609
27610INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27611values ('686','10255','{$DISK_WARN_STATUS:"nonCritical"}','4')
27612/
27613
27614INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27615values ('687','10255','{$FAN_CRIT_STATUS:"criticalLower"}','8')
27616/
27617
27618INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27619values ('688','10255','{$FAN_CRIT_STATUS:"criticalUpper"}','5')
27620/
27621
27622INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27623values ('689','10255','{$FAN_CRIT_STATUS:"failed"}','10')
27624/
27625
27626INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27627values ('690','10255','{$FAN_CRIT_STATUS:"nonRecoverableLower"}','9')
27628/
27629
27630INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27631values ('691','10255','{$FAN_CRIT_STATUS:"nonRecoverableUpper"}','6')
27632/
27633
27634INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27635values ('692','10255','{$FAN_WARN_STATUS:"nonCriticalLower"}','7')
27636/
27637
27638INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27639values ('693','10255','{$FAN_WARN_STATUS:"nonCriticalUpper"}','4')
27640/
27641
27642INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27643values ('694','10255','{$HEALTH_CRIT_STATUS}','5')
27644/
27645
27646INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27647values ('695','10255','{$HEALTH_DISASTER_STATUS}','6')
27648/
27649
27650INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27651values ('696','10255','{$HEALTH_WARN_STATUS}','4')
27652/
27653
27654INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27655values ('697','10255','{$PSU_CRIT_STATUS:"critical"}','5')
27656/
27657
27658INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27659values ('698','10255','{$PSU_CRIT_STATUS:"nonRecoverable"}','6')
27660/
27661
27662INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27663values ('699','10255','{$PSU_WARN_STATUS:"nonCritical"}','4')
27664/
27665
27666INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27667values ('700','10255','{$TEMP_CRIT:"Ambient"}','35')
27668/
27669
27670INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27671values ('701','10255','{$TEMP_CRIT:"CPU"}','75')
27672/
27673
27674INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27675values ('702','10255','{$TEMP_CRIT_LOW}','5')
27676/
27677
27678INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27679values ('703','10255','{$TEMP_CRIT_STATUS}','5')
27680/
27681
27682INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27683values ('704','10255','{$TEMP_CRIT}','60')
27684/
27685
27686INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27687values ('705','10255','{$TEMP_DISASTER_STATUS}','6')
27688/
27689
27690INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27691values ('706','10255','{$TEMP_WARN:"Ambient"}','30')
27692/
27693
27694INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27695values ('707','10255','{$TEMP_WARN:"CPU"}','70')
27696/
27697
27698INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27699values ('708','10255','{$TEMP_WARN_STATUS}','4')
27700/
27701
27702INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27703values ('709','10255','{$TEMP_WARN}','50')
27704/
27705
27706INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27707values ('710','10255','{$VDISK_CRIT_STATUS:"failed"}','3')
27708/
27709
27710INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27711values ('711','10255','{$VDISK_WARN_STATUS:"degraded"}','4')
27712/
27713
27714INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27715values ('712','10256','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"capacitorFailed"}','7')
27716/
27717
27718INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27719values ('713','10256','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS:"failed"}','4')
27720/
27721
27722INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27723values ('714','10256','{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"degraded"}','5')
27724/
27725
27726INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27727values ('715','10256','{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS:"notPresent"}','6')
27728/
27729
27730INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27731values ('716','10256','{$DISK_ARRAY_CACHE_CRIT_STATUS:"cacheModCriticalFailure"}','8')
27732/
27733
27734INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27735values ('717','10256','{$DISK_ARRAY_CACHE_OK_STATUS:"enabled"}','3')
27736/
27737
27738INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27739values ('718','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModDegradedFailsafeSpeed"}','7')
27740/
27741
27742INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27743values ('719','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheModFlashMemNotAttached"}','6')
27744/
27745
27746INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27747values ('720','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"cacheReadCacheNotMapped"}','9')
27748/
27749
27750INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27751values ('721','10256','{$DISK_ARRAY_CACHE_WARN_STATUS:"invalid"}','2')
27752/
27753
27754INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27755values ('722','10256','{$DISK_ARRAY_CRIT_STATUS}','4')
27756/
27757
27758INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27759values ('723','10256','{$DISK_ARRAY_WARN_STATUS}','3')
27760/
27761
27762INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27763values ('724','10256','{$DISK_FAIL_STATUS}','3')
27764/
27765
27766INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27767values ('725','10256','{$DISK_SMART_FAIL_STATUS:"replaceDrive"}','3')
27768/
27769
27770INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27771values ('726','10256','{$DISK_SMART_FAIL_STATUS:"replaceDriveSSDWearOut"}','4')
27772/
27773
27774INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27775values ('727','10256','{$DISK_WARN_STATUS}','4')
27776/
27777
27778INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27779values ('728','10256','{$FAN_CRIT_STATUS}','4')
27780/
27781
27782INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27783values ('729','10256','{$FAN_WARN_STATUS}','3')
27784/
27785
27786INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27787values ('730','10256','{$HEALTH_CRIT_STATUS}','4')
27788/
27789
27790INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27791values ('731','10256','{$HEALTH_WARN_STATUS}','3')
27792/
27793
27794INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27795values ('732','10256','{$PSU_CRIT_STATUS}','4')
27796/
27797
27798INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27799values ('733','10256','{$PSU_WARN_STATUS}','3')
27800/
27801
27802INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27803values ('734','10256','{$TEMP_CRIT:"Ambient"}','35')
27804/
27805
27806INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27807values ('735','10256','{$TEMP_CRIT_LOW}','5')
27808/
27809
27810INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27811values ('736','10256','{$TEMP_CRIT}','60')
27812/
27813
27814INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27815values ('737','10256','{$TEMP_WARN:"Ambient"}','30')
27816/
27817
27818INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27819values ('738','10256','{$TEMP_WARN}','50')
27820/
27821
27822INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27823values ('739','10256','{$VDISK_CRIT_STATUS}','3')
27824/
27825
27826INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27827values ('740','10256','{$VDISK_OK_STATUS}','2')
27828/
27829
27830INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27831values ('741','10257','{$DISK_OK_STATUS}','Normal')
27832/
27833
27834INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27835values ('742','10257','{$FAN_OK_STATUS}','Normal')
27836/
27837
27838INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27839values ('743','10257','{$HEALTH_CRIT_STATUS}','2')
27840/
27841
27842INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27843values ('744','10257','{$HEALTH_DISASTER_STATUS}','0')
27844/
27845
27846INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27847values ('745','10257','{$HEALTH_WARN_STATUS}','4')
27848/
27849
27850INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27851values ('746','10257','{$PSU_OK_STATUS}','Normal')
27852/
27853
27854INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27855values ('747','10257','{$TEMP_CRIT:"Ambient"}','35')
27856/
27857
27858INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27859values ('748','10257','{$TEMP_CRIT_LOW}','5')
27860/
27861
27862INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27863values ('749','10257','{$TEMP_CRIT}','60')
27864/
27865
27866INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27867values ('750','10257','{$TEMP_WARN:"Ambient"}','30')
27868/
27869
27870INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27871values ('751','10257','{$TEMP_WARN}','50')
27872/
27873
27874INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27875values ('752','10258','{$DISK_OK_STATUS}','Normal')
27876/
27877
27878INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27879values ('753','10258','{$FAN_OK_STATUS}','Normal')
27880/
27881
27882INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27883values ('754','10258','{$HEALTH_CRIT_STATUS}','2')
27884/
27885
27886INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27887values ('755','10258','{$HEALTH_DISASTER_STATUS}','0')
27888/
27889
27890INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27891values ('756','10258','{$HEALTH_WARN_STATUS}','4')
27892/
27893
27894INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27895values ('757','10258','{$PSU_OK_STATUS}','Normal')
27896/
27897
27898INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27899values ('758','10258','{$TEMP_CRIT:"Ambient"}','35')
27900/
27901
27902INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27903values ('759','10258','{$TEMP_CRIT_LOW}','5')
27904/
27905
27906INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27907values ('760','10258','{$TEMP_CRIT}','60')
27908/
27909
27910INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27911values ('761','10258','{$TEMP_WARN:"Ambient"}','30')
27912/
27913
27914INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27915values ('762','10258','{$TEMP_WARN}','50')
27916/
27917
27918INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27919values ('763','10259','{$TEMP_CRIT_LOW}','5')
27920/
27921
27922INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27923values ('764','10259','{$TEMP_CRIT}','60')
27924/
27925
27926INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27927values ('765','10259','{$TEMP_WARN}','50')
27928/
27929
27930INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27931values ('766','10260','{$PROTOCOL_HANDLER_AJP}','ajp-nio-8009')
27932/
27933
27934INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27935values ('767','10260','{$PROTOCOL_HANDLER_HTTP}','http-nio-8080')
27936/
27937
27938INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27939values ('768','10260','{$PROTOCOL_HANDLER_HTTPS}','https-openssl-nio-8443')
27940/
27941
27942INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27943values ('769','10261','{$ADDRESS}','')
27944/
27945
27946INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27947values ('770','10261','{$PORT}','')
27948/
27949
27950INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27951values ('771','10262','{$ADDRESS}','')
27952/
27953
27954INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27955values ('772','10262','{$PORT}','')
27956/
27957
27958INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27959values ('782','10263','{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}','2')
27960/
27961
27962INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27963values ('783','10263','{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}','1')
27964/
27965
27966INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27967values ('784','10263','{$DISK_ARRAY_CRIT_STATUS:"inoperable"}','2')
27968/
27969
27970INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27971values ('785','10263','{$DISK_ARRAY_OK_STATUS:"operable"}','1')
27972/
27973
27974INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27975values ('786','10263','{$DISK_ARRAY_WARN_STATUS:"degraded"}','3')
27976/
27977
27978INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27979values ('787','10263','{$DISK_CRIT_STATUS:"bad"}','16')
27980/
27981
27982INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27983values ('788','10263','{$DISK_CRIT_STATUS:"predictiveFailure"}','11')
27984/
27985
27986INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27987values ('789','10263','{$DISK_FAIL_STATUS:"failed"}','9')
27988/
27989
27990INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27991values ('790','10263','{$FAN_CRIT_STATUS:"inoperable"}','2')
27992/
27993
27994INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27995values ('791','10263','{$FAN_WARN_STATUS:"degraded"}','3')
27996/
27997
27998INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
27999values ('792','10263','{$HEALTH_CRIT_STATUS:"computeFailed"}','30')
28000/
28001
28002INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28003values ('793','10263','{$HEALTH_CRIT_STATUS:"configFailure"}','33')
28004/
28005
28006INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28007values ('794','10263','{$HEALTH_CRIT_STATUS:"inoperable"}','60')
28008/
28009
28010INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28011values ('795','10263','{$HEALTH_CRIT_STATUS:"unconfigFailure"}','34')
28012/
28013
28014INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28015values ('796','10263','{$HEALTH_WARN_STATUS:"diagnosticsFailed"}','204')
28016/
28017
28018INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28019values ('797','10263','{$HEALTH_WARN_STATUS:"powerProblem"}','62')
28020/
28021
28022INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28023values ('798','10263','{$HEALTH_WARN_STATUS:"testFailed"}','35')
28024/
28025
28026INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28027values ('799','10263','{$HEALTH_WARN_STATUS:"thermalProblem"}','60')
28028/
28029
28030INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28031values ('800','10263','{$HEALTH_WARN_STATUS:"voltageProblem"}','62')
28032/
28033
28034INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28035values ('801','10263','{$PSU_CRIT_STATUS:"inoperable"}','2')
28036/
28037
28038INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28039values ('802','10263','{$PSU_WARN_STATUS:"degraded"}','3')
28040/
28041
28042INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28043values ('803','10263','{$TEMP_CRIT:"Ambient"}','35')
28044/
28045
28046INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28047values ('804','10263','{$TEMP_CRIT_LOW}','5')
28048/
28049
28050INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28051values ('805','10263','{$TEMP_CRIT}','60')
28052/
28053
28054INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28055values ('806','10263','{$TEMP_WARN:"Ambient"}','30')
28056/
28057
28058INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28059values ('807','10263','{$TEMP_WARN}','50')
28060/
28061
28062INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28063values ('808','10263','{$VDISK_OK_STATUS:"equipped"}','10')
28064/
28065
28066INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28067values ('809','10254','{$MEMORY.NAME.NOT_MATCHES}','(Buffer|Cache)')
28068/
28069
28070INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28071values ('810','10254','{$VFS.FS.PUSED.MAX.CRIT}','95')
28072/
28073
28074INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28075values ('811','10254','{$VFS.FS.PUSED.MAX.WARN}','90')
28076/
28077
28078INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28079values ('812','10264','{$VFS.FS.FSNAME.MATCHES}','.+')
28080/
28081
28082INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28083values ('813','10264','{$VFS.FS.FSNAME.NOT_MATCHES}','^(/dev|/sys|/run|/proc|.+/shm$)')
28084/
28085
28086INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28087values ('814','10264','{$VFS.FS.FSTYPE.MATCHES}','.*(\.4|\.9|hrStorageFixedDisk|hrStorageFlashMemory)$')
28088/
28089
28090INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28091values ('815','10264','{$VFS.FS.FSTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED')
28092/
28093
28094INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28095values ('816','10264','{$VFS.FS.PUSED.MAX.CRIT}','90')
28096/
28097
28098INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28099values ('817','10264','{$VFS.FS.PUSED.MAX.WARN}','80')
28100/
28101
28102INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28103values ('818','10265','{$MEMORY.NAME.MATCHES}','.*')
28104/
28105
28106INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28107values ('819','10265','{$MEMORY.NAME.NOT_MATCHES}','CHANGE_IF_NEEDED')
28108/
28109
28110INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28111values ('820','10265','{$MEMORY.TYPE.MATCHES}','.*(\.2|hrStorageRam)$')
28112/
28113
28114INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28115values ('821','10265','{$MEMORY.TYPE.NOT_MATCHES}','CHANGE_IF_NEEDED')
28116/
28117
28118INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28119values ('822','10265','{$MEMORY.UTIL.MAX}','90')
28120/
28121
28122INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28123values ('823','10266','{$CPU.UTIL.CRIT}','90')
28124/
28125
28126INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28127values ('824','10192','{$IF.ERRORS.WARN}','2')
28128/
28129
28130INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28131values ('825','10192','{$IF.UTIL.MAX}','90')
28132/
28133
28134INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28135values ('826','10192','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*$')
28136/
28137
28138INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28139values ('827','10192','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$')
28140/
28141
28142INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28143values ('828','10192','{$NET.IF.IFALIAS.MATCHES}','.*')
28144/
28145
28146INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28147values ('829','10192','{$NET.IF.IFALIAS.NOT_MATCHES}','CHANGE_IF_NEEDED')
28148/
28149
28150INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28151values ('830','10192','{$NET.IF.IFDESCR.MATCHES}','.*')
28152/
28153
28154INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28155values ('831','10192','{$NET.IF.IFDESCR.NOT_MATCHES}','Miniport|Virtual|Teredo|Kernel|Loopback|Bluetooth|HTTPS|6to4|QoS|Layer|isatap|ISATAP')
28156/
28157
28158INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28159values ('832','10192','{$NET.IF.IFNAME.MATCHES}','^.*$')
28160/
28161
28162INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28163values ('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})')
28164/
28165
28166INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28167values ('834','10192','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$')
28168/
28169
28170INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28171values ('835','10192','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$')
28172/
28173
28174INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28175values ('836','10192','{$NET.IF.IFTYPE.MATCHES}','.*')
28176/
28177
28178INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28179values ('837','10192','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED')
28180/
28181
28182INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28183values ('838','10267','{$VFS.FS.FSNAME.MATCHES}','.+')
28184/
28185
28186INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28187values ('839','10267','{$VFS.FS.FSNAME.NOT_MATCHES}','^(/dev|/sys|/run|/proc|.+/shm$)')
28188/
28189
28190INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28191values ('840','10267','{$VFS.FS.FSTYPE.MATCHES}','.*(\.4|\.9|hrStorageFixedDisk|hrStorageFlashMemory)$')
28192/
28193
28194INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28195values ('841','10267','{$VFS.FS.FSTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED')
28196/
28197
28198INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28199values ('842','10267','{$VFS.FS.PUSED.MAX.CRIT}','90')
28200/
28201
28202INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28203values ('843','10267','{$VFS.FS.PUSED.MAX.WARN}','80')
28204/
28205
28206INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28207values ('844','10268','{$MEMORY.NAME.MATCHES}','.*')
28208/
28209
28210INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28211values ('845','10268','{$MEMORY.NAME.NOT_MATCHES}','CHANGE_IF_NEEDED')
28212/
28213
28214INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28215values ('846','10268','{$MEMORY.TYPE.MATCHES}','.*(\.2|hrStorageRam)$')
28216/
28217
28218INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28219values ('847','10268','{$MEMORY.TYPE.NOT_MATCHES}','CHANGE_IF_NEEDED')
28220/
28221
28222INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28223values ('848','10268','{$MEMORY.UTIL.MAX}','90')
28224/
28225
28226INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28227values ('849','10269','{$CPU.UTIL.CRIT}','90')
28228/
28229
28230INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28231values ('850','10189','{$IF.ERRORS.WARN}','2')
28232/
28233
28234INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28235values ('851','10189','{$IF.UTIL.MAX}','90')
28236/
28237
28238INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28239values ('852','10189','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*')
28240/
28241
28242INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28243values ('853','10189','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$')
28244/
28245
28246INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28247values ('854','10189','{$NET.IF.IFALIAS.MATCHES}','.*')
28248/
28249
28250INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28251values ('855','10189','{$NET.IF.IFALIAS.NOT_MATCHES}','CHANGE_IF_NEEDED')
28252/
28253
28254INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28255values ('856','10189','{$NET.IF.IFDESCR.MATCHES}','.*')
28256/
28257
28258INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28259values ('857','10189','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED')
28260/
28261
28262INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28263values ('858','10189','{$NET.IF.IFNAME.MATCHES}','^.*$')
28264/
28265
28266INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28267values ('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})')
28268/
28269
28270INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28271values ('860','10189','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$')
28272/
28273
28274INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28275values ('861','10189','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$')
28276/
28277
28278INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28279values ('862','10189','{$NET.IF.IFTYPE.MATCHES}','.*')
28280/
28281
28282INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28283values ('863','10189','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED')
28284/
28285
28286INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28287values ('864','10190','{$IF.ERRORS.WARN}','2')
28288/
28289
28290INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28291values ('865','10190','{$IF.UTIL.MAX}','90')
28292/
28293
28294INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28295values ('866','10190','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*')
28296/
28297
28298INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28299values ('867','10190','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$')
28300/
28301
28302INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28303values ('868','10190','{$NET.IF.IFALIAS.MATCHES}','.*')
28304/
28305
28306INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28307values ('869','10190','{$NET.IF.IFALIAS.NOT_MATCHES}','CHANGE_IF_NEEDED')
28308/
28309
28310INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28311values ('870','10190','{$NET.IF.IFDESCR.MATCHES}','.*')
28312/
28313
28314INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28315values ('871','10190','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED')
28316/
28317
28318INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28319values ('872','10190','{$NET.IF.IFNAME.MATCHES}','^.*$')
28320/
28321
28322INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28323values ('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})')
28324/
28325
28326INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28327values ('874','10190','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$')
28328/
28329
28330INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28331values ('875','10190','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$')
28332/
28333
28334INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28335values ('876','10190','{$NET.IF.IFTYPE.MATCHES}','.*')
28336/
28337
28338INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28339values ('877','10190','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED')
28340/
28341
28342INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28343values ('878','10187','{$IF.ERRORS.WARN}','2')
28344/
28345
28346INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28347values ('879','10187','{$IF.UTIL.MAX}','95')
28348/
28349
28350INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28351values ('880','10187','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*')
28352/
28353
28354INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28355values ('881','10187','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$')
28356/
28357
28358INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28359values ('882','10187','{$NET.IF.IFDESCR.MATCHES}','.*')
28360/
28361
28362INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28363values ('883','10187','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED')
28364/
28365
28366INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28367values ('884','10187','{$NET.IF.IFNAME.MATCHES}','^.*$')
28368/
28369
28370INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28371values ('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})')
28372/
28373
28374INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28375values ('886','10187','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$')
28376/
28377
28378INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28379values ('887','10187','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$')
28380/
28381
28382INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28383values ('888','10187','{$NET.IF.IFTYPE.MATCHES}','.*')
28384/
28385
28386INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28387values ('889','10187','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED')
28388/
28389
28390INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28391values ('890','10188','{$IF.ERRORS.WARN}','2')
28392/
28393
28394INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28395values ('891','10188','{$IF.UTIL.MAX}','95')
28396/
28397
28398INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28399values ('892','10188','{$NET.IF.IFADMINSTATUS.MATCHES}','^.*')
28400/
28401
28402INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28403values ('893','10188','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}','^2$')
28404/
28405
28406INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28407values ('894','10188','{$NET.IF.IFDESCR.MATCHES}','.*')
28408/
28409
28410INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28411values ('895','10188','{$NET.IF.IFDESCR.NOT_MATCHES}','CHANGE_IF_NEEDED')
28412/
28413
28414INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28415values ('896','10188','{$NET.IF.IFNAME.MATCHES}','^.*$')
28416/
28417
28418INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28419values ('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})')
28420/
28421
28422INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28423values ('898','10188','{$NET.IF.IFOPERSTATUS.MATCHES}','^.*$')
28424/
28425
28426INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28427values ('899','10188','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}','^6$')
28428/
28429
28430INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28431values ('900','10188','{$NET.IF.IFTYPE.MATCHES}','.*')
28432/
28433
28434INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28435values ('901','10188','{$NET.IF.IFTYPE.NOT_MATCHES}','CHANGE_IF_NEEDED')
28436/
28437
28438INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28439values ('902','10212','{$MEMORY.UTIL.MAX}','90')
28440/
28441
28442INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28443values ('903','10213','{$CPU.UTIL.CRIT}','90')
28444/
28445
28446INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28447values ('904','10252','{$CPU.UTIL.CRIT}','90')
28448/
28449
28450INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28451values ('905','10215','{$CPU.UTIL.CRIT}','90')
28452/
28453
28454INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28455values ('906','10169','{$JMX.CPU.LOAD.MAX}','85')
28456/
28457
28458INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28459values ('907','10169','{$JMX.CPU.LOAD.TIME}','5m')
28460/
28461
28462INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28463values ('908','10169','{$JMX.FILE.DESCRIPTORS.MAX}','85')
28464/
28465
28466INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28467values ('909','10169','{$JMX.FILE.DESCRIPTORS.TIME}','3m')
28468/
28469
28470INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28471values ('910','10169','{$JMX.HEAP.MEM.USAGE.MAX}','85')
28472/
28473
28474INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28475values ('911','10169','{$JMX.HEAP.MEM.USAGE.TIME}','10m')
28476/
28477
28478INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28479values ('912','10169','{$JMX.MP.USAGE.MAX}','85')
28480/
28481
28482INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28483values ('913','10169','{$JMX.MP.USAGE.TIME}','10m')
28484/
28485
28486INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28487values ('914','10169','{$JMX.NONHEAP.MEM.USAGE.MAX}','85')
28488/
28489
28490INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28491values ('915','10169','{$JMX.NONHEAP.MEM.USAGE.TIME}','10m')
28492/
28493
28494INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28495values ('916','10270','{$VMWARE.PASSWORD}','')
28496/
28497
28498INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28499values ('917','10270','{$VMWARE.URL}','')
28500/
28501
28502INSERT INTO hostmacro (hostmacroid,hostid,macro,value)
28503values ('918','10270','{$VMWARE.USERNAME}','')
28504/
28505
28506INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28507values ('92','10084','4')
28508/
28509
28510INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28511values ('175','10093','8')
28512/
28513
28514INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28515values ('176','10169','12')
28516/
28517
28518INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28519values ('177','10095','8')
28520/
28521
28522INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28523values ('178','10094','8')
28524/
28525
28526INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28527values ('179','10096','8')
28528/
28529
28530INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28531values ('180','10097','8')
28532/
28533
28534INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28535values ('181','10098','8')
28536/
28537
28538INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28539values ('182','10099','8')
28540/
28541
28542INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28543values ('183','10100','8')
28544/
28545
28546INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28547values ('184','10101','8')
28548/
28549
28550INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28551values ('185','10102','8')
28552/
28553
28554INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28555values ('186','10103','8')
28556/
28557
28558INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28559values ('187','10050','8')
28560/
28561
28562INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28563values ('188','10048','12')
28564/
28565
28566INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28567values ('189','10047','12')
28568/
28569
28570INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28571values ('190','10170','13')
28572/
28573
28574INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28575values ('191','10076','10')
28576/
28577
28578INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28579values ('192','10075','10')
28580/
28581
28582INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28583values ('193','10077','10')
28584/
28585
28586INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28587values ('194','10001','10')
28588/
28589
28590INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28591values ('195','10079','10')
28592/
28593
28594INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28595values ('196','10074','10')
28596/
28597
28598INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28599values ('197','10078','10')
28600/
28601
28602INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28603values ('198','10081','10')
28604/
28605
28606INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28607values ('199','10171','11')
28608/
28609
28610INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28611values ('200','10172','11')
28612/
28613
28614INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28615values ('208','10182','8')
28616/
28617
28618INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28619values ('209','10183','8')
28620/
28621
28622INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28623values ('210','10184','8')
28624/
28625
28626INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28627values ('211','10185','8')
28628/
28629
28630INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28631values ('212','10186','8')
28632/
28633
28634INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28635values ('213','10187','8')
28636/
28637
28638INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28639values ('214','10188','8')
28640/
28641
28642INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28643values ('215','10189','8')
28644/
28645
28646INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28647values ('216','10190','8')
28648/
28649
28650INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28651values ('218','10192','8')
28652/
28653
28654INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28655values ('229','10203','8')
28656/
28657
28658INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28659values ('230','10204','8')
28660/
28661
28662INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28663values ('233','10207','9')
28664/
28665
28666INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28667values ('234','10208','9')
28668/
28669
28670INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28671values ('235','10209','8')
28672/
28673
28674INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28675values ('236','10210','9')
28676/
28677
28678INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28679values ('237','10211','9')
28680/
28681
28682INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28683values ('238','10212','8')
28684/
28685
28686INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28687values ('239','10213','8')
28688/
28689
28690INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28691values ('241','10215','8')
28692/
28693
28694INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28695values ('242','10216','8')
28696/
28697
28698INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28699values ('243','10217','8')
28700/
28701
28702INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28703values ('244','10218','9')
28704/
28705
28706INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28707values ('246','10220','9')
28708/
28709
28710INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28711values ('247','10221','9')
28712/
28713
28714INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28715values ('248','10222','9')
28716/
28717
28718INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28719values ('249','10223','9')
28720/
28721
28722INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28723values ('250','10224','9')
28724/
28725
28726INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28727values ('251','10225','9')
28728/
28729
28730INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28731values ('252','10226','9')
28732/
28733
28734INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28735values ('253','10227','9')
28736/
28737
28738INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28739values ('255','10229','9')
28740/
28741
28742INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28743values ('256','10230','9')
28744/
28745
28746INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28747values ('257','10231','9')
28748/
28749
28750INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28751values ('259','10233','9')
28752/
28753
28754INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28755values ('260','10234','9')
28756/
28757
28758INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28759values ('261','10235','9')
28760/
28761
28762INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28763values ('262','10236','9')
28764/
28765
28766INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28767values ('263','10237','9')
28768/
28769
28770INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28771values ('274','10248','10')
28772/
28773
28774INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28775values ('275','10249','10')
28776/
28777
28778INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28779values ('276','10250','9')
28780/
28781
28782INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28783values ('277','10251','9')
28784/
28785
28786INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28787values ('278','10252','8')
28788/
28789
28790INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28791values ('279','10253','9')
28792/
28793
28794INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28795values ('280','10254','9')
28796/
28797
28798INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28799values ('281','10255','11')
28800/
28801
28802INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28803values ('282','10256','11')
28804/
28805
28806INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28807values ('283','10257','11')
28808/
28809
28810INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28811values ('284','10258','11')
28812/
28813
28814INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28815values ('285','10259','11')
28816/
28817
28818INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28819values ('286','10260','12')
28820/
28821
28822INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28823values ('287','10261','12')
28824/
28825
28826INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28827values ('288','10262','12')
28828/
28829
28830INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28831values ('289','10263','11')
28832/
28833
28834INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28835values ('290','10264','8')
28836/
28837
28838INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28839values ('291','10265','8')
28840/
28841
28842INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28843values ('292','10266','8')
28844/
28845
28846INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28847values ('293','10267','8')
28848/
28849
28850INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28851values ('294','10268','8')
28852/
28853
28854INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28855values ('295','10269','8')
28856/
28857
28858INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28859values ('296','10270','12')
28860/
28861
28862INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28863values ('297','10173','12')
28864/
28865
28866INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28867values ('298','10174','12')
28868/
28869
28870INSERT INTO hosts_groups (hostgroupid,hostid,groupid)
28871values ('299','10175','12')
28872/
28873
28874INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28875values ('4','10001','10050')
28876/
28877
28878INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28879values ('31','10074','10050')
28880/
28881
28882INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28883values ('32','10075','10050')
28884/
28885
28886INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28887values ('33','10076','10050')
28888/
28889
28890INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28891values ('34','10077','10050')
28892/
28893
28894INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28895values ('35','10078','10050')
28896/
28897
28898INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28899values ('36','10079','10050')
28900/
28901
28902INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28903values ('37','10081','10050')
28904/
28905
28906INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28907values ('38','10084','10047')
28908/
28909
28910INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28911values ('39','10084','10001')
28912/
28913
28914INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28915values ('133','10203','10186')
28916/
28917
28918INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28919values ('134','10204','10186')
28920/
28921
28922INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28923values ('135','10207','10190')
28924/
28925
28926INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28927values ('136','10207','10183')
28928/
28929
28930INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28931values ('137','10207','10204')
28932/
28933
28934INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28935values ('138','10208','10190')
28936/
28937
28938INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28939values ('139','10208','10204')
28940/
28941
28942INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28943values ('140','10210','10209')
28944/
28945
28946INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28947values ('141','10210','10190')
28948/
28949
28950INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28951values ('142','10210','10204')
28952/
28953
28954INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28955values ('143','10211','10209')
28956/
28957
28958INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28959values ('144','10211','10190')
28960/
28961
28962INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28963values ('145','10211','10204')
28964/
28965
28966INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28967values ('146','10218','10216')
28968/
28969
28970INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28971values ('147','10218','10217')
28972/
28973
28974INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28975values ('148','10218','10213')
28976/
28977
28978INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28979values ('149','10218','10212')
28980/
28981
28982INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28983values ('150','10218','10190')
28984/
28985
28986INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28987values ('151','10218','10183')
28988/
28989
28990INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28991values ('152','10218','10204')
28992/
28993
28994INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28995values ('159','10220','10216')
28996/
28997
28998INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
28999values ('160','10220','10217')
29000/
29001
29002INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29003values ('161','10220','10212')
29004/
29005
29006INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29007values ('162','10220','10215')
29008/
29009
29010INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29011values ('163','10220','10204')
29012/
29013
29014INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29015values ('164','10221','10190')
29016/
29017
29018INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29019values ('165','10221','10183')
29020/
29021
29022INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29023values ('166','10221','10204')
29024/
29025
29026INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29027values ('167','10222','10190')
29028/
29029
29030INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29031values ('168','10222','10204')
29032/
29033
29034INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29035values ('169','10223','10190')
29036/
29037
29038INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29039values ('170','10223','10183')
29040/
29041
29042INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29043values ('171','10223','10204')
29044/
29045
29046INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29047values ('172','10224','10190')
29048/
29049
29050INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29051values ('173','10224','10183')
29052/
29053
29054INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29055values ('174','10224','10204')
29056/
29057
29058INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29059values ('175','10225','10187')
29060/
29061
29062INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29063values ('176','10225','10182')
29064/
29065
29066INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29067values ('177','10225','10203')
29068/
29069
29070INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29071values ('178','10226','10188')
29072/
29073
29074INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29075values ('179','10226','10183')
29076/
29077
29078INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29079values ('180','10226','10204')
29080/
29081
29082INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29083values ('181','10227','10190')
29084/
29085
29086INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29087values ('182','10227','10183')
29088/
29089
29090INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29091values ('183','10227','10204')
29092/
29093
29094INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29095values ('188','10229','10190')
29096/
29097
29098INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29099values ('189','10229','10183')
29100/
29101
29102INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29103values ('190','10229','10204')
29104/
29105
29106INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29107values ('191','10230','10190')
29108/
29109
29110INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29111values ('192','10230','10204')
29112/
29113
29114INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29115values ('193','10231','10190')
29116/
29117
29118INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29119values ('194','10231','10183')
29120/
29121
29122INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29123values ('195','10231','10204')
29124/
29125
29126INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29127values ('200','10233','10190')
29128/
29129
29130INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29131values ('201','10233','10204')
29132/
29133
29134INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29135values ('202','10234','10190')
29136/
29137
29138INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29139values ('203','10234','10204')
29140/
29141
29142INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29143values ('204','10235','10190')
29144/
29145
29146INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29147values ('205','10235','10183')
29148/
29149
29150INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29151values ('206','10235','10204')
29152/
29153
29154INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29155values ('207','10236','10188')
29156/
29157
29158INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29159values ('208','10236','10204')
29160/
29161
29162INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29163values ('209','10237','10187')
29164/
29165
29166INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29167values ('210','10237','10203')
29168/
29169
29170INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29171values ('211','10248','10185')
29172/
29173
29174INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29175values ('212','10248','10190')
29176/
29177
29178INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29179values ('213','10248','10183')
29180/
29181
29182INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29183values ('214','10248','10204')
29184/
29185
29186INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29187values ('215','10249','10185')
29188/
29189
29190INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29191values ('216','10249','10192')
29192/
29193
29194INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29195values ('217','10249','10204')
29196/
29197
29198INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29199values ('218','10250','10190')
29200/
29201
29202INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29203values ('219','10250','10183')
29204/
29205
29206INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29207values ('220','10250','10204')
29208/
29209
29210INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29211values ('221','10251','10185')
29212/
29213
29214INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29215values ('222','10251','10190')
29216/
29217
29218INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29219values ('223','10251','10204')
29220/
29221
29222INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29223values ('224','10253','10216')
29224/
29225
29226INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29227values ('225','10253','10217')
29228/
29229
29230INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29231values ('226','10253','10212')
29232/
29233
29234INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29235values ('227','10253','10252')
29236/
29237
29238INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29239values ('228','10253','10190')
29240/
29241
29242INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29243values ('229','10253','10204')
29244/
29245
29246INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29247values ('230','10254','10183')
29248/
29249
29250INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29251values ('231','10254','10204')
29252/
29253
29254INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29255values ('232','10254','10190')
29256/
29257
29258INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29259values ('233','10255','10204')
29260/
29261
29262INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29263values ('234','10256','10204')
29264/
29265
29266INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29267values ('235','10257','10203')
29268/
29269
29270INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29271values ('236','10258','10204')
29272/
29273
29274INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29275values ('237','10259','10204')
29276/
29277
29278INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29279values ('238','10263','10204')
29280/
29281
29282INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29283values ('239','10254','10185')
29284/
29285
29286INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29287values ('240','10185','10266')
29288/
29289
29290INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29291values ('241','10185','10265')
29292/
29293
29294INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29295values ('242','10185','10264')
29296/
29297
29298INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29299values ('243','10184','10269')
29300/
29301
29302INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29303values ('244','10184','10268')
29304/
29305
29306INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29307values ('245','10184','10267')
29308/
29309
29310INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29311values ('246','10173','10270')
29312/
29313
29314INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29315values ('247','10174','10270')
29316/
29317
29318INSERT INTO hosts_templates (hosttemplateid,hostid,templateid)
29319values ('248','10175','10270')
29320/
29321
29322INSERT INTO items_applications (itemappid,applicationid,itemid)
29323values ('62008','1146','28735')
29324/
29325
29326INSERT INTO items_applications (itemappid,applicationid,itemid)
29327values ('62009','1146','28736')
29328/
29329
29330INSERT INTO items_applications (itemappid,applicationid,itemid)
29331values ('62010','1146','28737')
29332/
29333
29334INSERT INTO items_applications (itemappid,applicationid,itemid)
29335values ('62011','1146','28738')
29336/
29337
29338INSERT INTO items_applications (itemappid,applicationid,itemid)
29339values ('62012','1146','28739')
29340/
29341
29342INSERT INTO items_applications (itemappid,applicationid,itemid)
29343values ('62013','1146','28740')
29344/
29345
29346INSERT INTO items_applications (itemappid,applicationid,itemid)
29347values ('62014','1146','28741')
29348/
29349
29350INSERT INTO items_applications (itemappid,applicationid,itemid)
29351values ('62015','1146','28742')
29352/
29353
29354INSERT INTO items_applications (itemappid,applicationid,itemid)
29355values ('62016','1146','28743')
29356/
29357
29358INSERT INTO items_applications (itemappid,applicationid,itemid)
29359values ('62017','1146','28744')
29360/
29361
29362INSERT INTO items_applications (itemappid,applicationid,itemid)
29363values ('62018','1146','28745')
29364/
29365
29366INSERT INTO items_applications (itemappid,applicationid,itemid)
29367values ('62019','1146','28746')
29368/
29369
29370INSERT INTO items_applications (itemappid,applicationid,itemid)
29371values ('62020','1146','28747')
29372/
29373
29374INSERT INTO items_applications (itemappid,applicationid,itemid)
29375values ('62021','1146','28748')
29376/
29377
29378INSERT INTO items_applications (itemappid,applicationid,itemid)
29379values ('62022','1146','28749')
29380/
29381
29382INSERT INTO items_applications (itemappid,applicationid,itemid)
29383values ('62023','1146','28750')
29384/
29385
29386INSERT INTO items_applications (itemappid,applicationid,itemid)
29387values ('62024','1146','28751')
29388/
29389
29390INSERT INTO items_applications (itemappid,applicationid,itemid)
29391values ('62025','1146','28752')
29392/
29393
29394INSERT INTO items_applications (itemappid,applicationid,itemid)
29395values ('62026','1146','28753')
29396/
29397
29398INSERT INTO items_applications (itemappid,applicationid,itemid)
29399values ('62027','1146','28754')
29400/
29401
29402INSERT INTO items_applications (itemappid,applicationid,itemid)
29403values ('62028','1146','28755')
29404/
29405
29406INSERT INTO items_applications (itemappid,applicationid,itemid)
29407values ('62029','1146','28756')
29408/
29409
29410INSERT INTO items_applications (itemappid,applicationid,itemid)
29411values ('62030','1146','28757')
29412/
29413
29414INSERT INTO items_applications (itemappid,applicationid,itemid)
29415values ('62031','1146','28758')
29416/
29417
29418INSERT INTO items_applications (itemappid,applicationid,itemid)
29419values ('62032','1146','28759')
29420/
29421
29422INSERT INTO items_applications (itemappid,applicationid,itemid)
29423values ('62033','1146','28760')
29424/
29425
29426INSERT INTO items_applications (itemappid,applicationid,itemid)
29427values ('62034','1146','28761')
29428/
29429
29430INSERT INTO items_applications (itemappid,applicationid,itemid)
29431values ('62035','1146','28762')
29432/
29433
29434INSERT INTO items_applications (itemappid,applicationid,itemid)
29435values ('62036','1146','28763')
29436/
29437
29438INSERT INTO items_applications (itemappid,applicationid,itemid)
29439values ('62037','1146','28764')
29440/
29441
29442INSERT INTO items_applications (itemappid,applicationid,itemid)
29443values ('62038','1146','28765')
29444/
29445
29446INSERT INTO items_applications (itemappid,applicationid,itemid)
29447values ('62039','1146','28766')
29448/
29449
29450INSERT INTO items_applications (itemappid,applicationid,itemid)
29451values ('62040','1146','28767')
29452/
29453
29454INSERT INTO items_applications (itemappid,applicationid,itemid)
29455values ('62041','1146','28768')
29456/
29457
29458INSERT INTO items_applications (itemappid,applicationid,itemid)
29459values ('62042','1146','28769')
29460/
29461
29462INSERT INTO items_applications (itemappid,applicationid,itemid)
29463values ('62043','1146','28770')
29464/
29465
29466INSERT INTO items_applications (itemappid,applicationid,itemid)
29467values ('62044','1146','28771')
29468/
29469
29470INSERT INTO items_applications (itemappid,applicationid,itemid)
29471values ('62045','1146','28772')
29472/
29473
29474INSERT INTO items_applications (itemappid,applicationid,itemid)
29475values ('62046','1146','28773')
29476/
29477
29478INSERT INTO items_applications (itemappid,applicationid,itemid)
29479values ('62047','1146','28774')
29480/
29481
29482INSERT INTO items_applications (itemappid,applicationid,itemid)
29483values ('62048','1146','28775')
29484/
29485
29486INSERT INTO items_applications (itemappid,applicationid,itemid)
29487values ('62049','1146','28776')
29488/
29489
29490INSERT INTO items_applications (itemappid,applicationid,itemid)
29491values ('62050','1146','28777')
29492/
29493
29494INSERT INTO items_applications (itemappid,applicationid,itemid)
29495values ('62051','1146','28778')
29496/
29497
29498INSERT INTO items_applications (itemappid,applicationid,itemid)
29499values ('62052','1146','28779')
29500/
29501
29502INSERT INTO items_applications (itemappid,applicationid,itemid)
29503values ('62053','1146','28780')
29504/
29505
29506INSERT INTO items_applications (itemappid,applicationid,itemid)
29507values ('62054','1146','28781')
29508/
29509
29510INSERT INTO items_applications (itemappid,applicationid,itemid)
29511values ('62055','1146','28782')
29512/
29513
29514INSERT INTO items_applications (itemappid,applicationid,itemid)
29515values ('62056','1146','28783')
29516/
29517
29518INSERT INTO items_applications (itemappid,applicationid,itemid)
29519values ('62057','1146','28784')
29520/
29521
29522INSERT INTO items_applications (itemappid,applicationid,itemid)
29523values ('62058','1146','28785')
29524/
29525
29526INSERT INTO items_applications (itemappid,applicationid,itemid)
29527values ('62059','1146','28786')
29528/
29529
29530INSERT INTO items_applications (itemappid,applicationid,itemid)
29531values ('62060','1146','28787')
29532/
29533
29534INSERT INTO items_applications (itemappid,applicationid,itemid)
29535values ('62061','1146','28788')
29536/
29537
29538INSERT INTO items_applications (itemappid,applicationid,itemid)
29539values ('62062','1146','28789')
29540/
29541
29542INSERT INTO items_applications (itemappid,applicationid,itemid)
29543values ('62063','1147','28790')
29544/
29545
29546INSERT INTO items_applications (itemappid,applicationid,itemid)
29547values ('62064','1147','28791')
29548/
29549
29550INSERT INTO items_applications (itemappid,applicationid,itemid)
29551values ('62065','1147','28792')
29552/
29553
29554INSERT INTO items_applications (itemappid,applicationid,itemid)
29555values ('62066','1148','28793')
29556/
29557
29558INSERT INTO items_applications (itemappid,applicationid,itemid)
29559values ('62067','1148','28794')
29560/
29561
29562INSERT INTO items_applications (itemappid,applicationid,itemid)
29563values ('62068','1148','28795')
29564/
29565
29566INSERT INTO items_applications (itemappid,applicationid,itemid)
29567values ('62069','1148','28796')
29568/
29569
29570INSERT INTO items_applications (itemappid,applicationid,itemid)
29571values ('62070','1148','28797')
29572/
29573
29574INSERT INTO items_applications (itemappid,applicationid,itemid)
29575values ('62071','1148','28798')
29576/
29577
29578INSERT INTO items_applications (itemappid,applicationid,itemid)
29579values ('62072','1148','28799')
29580/
29581
29582INSERT INTO items_applications (itemappid,applicationid,itemid)
29583values ('62073','1148','28800')
29584/
29585
29586INSERT INTO items_applications (itemappid,applicationid,itemid)
29587values ('62074','1148','28801')
29588/
29589
29590INSERT INTO items_applications (itemappid,applicationid,itemid)
29591values ('62075','1148','28802')
29592/
29593
29594INSERT INTO items_applications (itemappid,applicationid,itemid)
29595values ('62076','1148','28803')
29596/
29597
29598INSERT INTO items_applications (itemappid,applicationid,itemid)
29599values ('62077','1148','28804')
29600/
29601
29602INSERT INTO items_applications (itemappid,applicationid,itemid)
29603values ('62078','1148','28805')
29604/
29605
29606INSERT INTO items_applications (itemappid,applicationid,itemid)
29607values ('62079','1148','28806')
29608/
29609
29610INSERT INTO items_applications (itemappid,applicationid,itemid)
29611values ('62080','1148','28807')
29612/
29613
29614INSERT INTO items_applications (itemappid,applicationid,itemid)
29615values ('62081','1148','28808')
29616/
29617
29618INSERT INTO items_applications (itemappid,applicationid,itemid)
29619values ('62082','1148','28809')
29620/
29621
29622INSERT INTO items_applications (itemappid,applicationid,itemid)
29623values ('62083','1148','28810')
29624/
29625
29626INSERT INTO items_applications (itemappid,applicationid,itemid)
29627values ('62084','1148','28811')
29628/
29629
29630INSERT INTO items_applications (itemappid,applicationid,itemid)
29631values ('62085','1149','28812')
29632/
29633
29634INSERT INTO items_applications (itemappid,applicationid,itemid)
29635values ('62086','1149','28813')
29636/
29637
29638INSERT INTO items_applications (itemappid,applicationid,itemid)
29639values ('62087','1149','28814')
29640/
29641
29642INSERT INTO items_applications (itemappid,applicationid,itemid)
29643values ('62088','1149','28815')
29644/
29645
29646INSERT INTO items_applications (itemappid,applicationid,itemid)
29647values ('62089','1149','28816')
29648/
29649
29650INSERT INTO items_applications (itemappid,applicationid,itemid)
29651values ('62090','1149','28817')
29652/
29653
29654INSERT INTO items_applications (itemappid,applicationid,itemid)
29655values ('62091','1149','28818')
29656/
29657
29658INSERT INTO items_applications (itemappid,applicationid,itemid)
29659values ('62092','1149','28819')
29660/
29661
29662INSERT INTO items_applications (itemappid,applicationid,itemid)
29663values ('62093','1149','28820')
29664/
29665
29666INSERT INTO items_applications (itemappid,applicationid,itemid)
29667values ('62094','1149','28821')
29668/
29669
29670INSERT INTO items_applications (itemappid,applicationid,itemid)
29671values ('62095','1149','28822')
29672/
29673
29674INSERT INTO items_applications (itemappid,applicationid,itemid)
29675values ('62096','1149','28823')
29676/
29677
29678INSERT INTO items_applications (itemappid,applicationid,itemid)
29679values ('62097','1149','28824')
29680/
29681
29682INSERT INTO items_applications (itemappid,applicationid,itemid)
29683values ('62098','1149','28825')
29684/
29685
29686INSERT INTO items_applications (itemappid,applicationid,itemid)
29687values ('62099','1149','28826')
29688/
29689
29690INSERT INTO items_applications (itemappid,applicationid,itemid)
29691values ('62100','1149','28827')
29692/
29693
29694INSERT INTO items_applications (itemappid,applicationid,itemid)
29695values ('62101','1149','28828')
29696/
29697
29698INSERT INTO items_applications (itemappid,applicationid,itemid)
29699values ('62102','1149','28829')
29700/
29701
29702INSERT INTO items_applications (itemappid,applicationid,itemid)
29703values ('62103','1149','28830')
29704/
29705
29706INSERT INTO items_applications (itemappid,applicationid,itemid)
29707values ('62104','1149','28831')
29708/
29709
29710INSERT INTO items_applications (itemappid,applicationid,itemid)
29711values ('62105','1149','28832')
29712/
29713
29714INSERT INTO items_applications (itemappid,applicationid,itemid)
29715values ('62106','1147','28841')
29716/
29717
29718INSERT INTO items_applications (itemappid,applicationid,itemid)
29719values ('62107','1147','28842')
29720/
29721
29722INSERT INTO items_applications (itemappid,applicationid,itemid)
29723values ('62108','1147','28843')
29724/
29725
29726INSERT INTO items_applications (itemappid,applicationid,itemid)
29727values ('62109','1147','28844')
29728/
29729
29730INSERT INTO items_applications (itemappid,applicationid,itemid)
29731values ('62110','1147','28845')
29732/
29733
29734INSERT INTO items_applications (itemappid,applicationid,itemid)
29735values ('62111','1148','28846')
29736/
29737
29738INSERT INTO items_applications (itemappid,applicationid,itemid)
29739values ('62112','1148','28847')
29740/
29741
29742INSERT INTO items_applications (itemappid,applicationid,itemid)
29743values ('62113','1148','28848')
29744/
29745
29746INSERT INTO items_applications (itemappid,applicationid,itemid)
29747values ('62114','1148','28849')
29748/
29749
29750INSERT INTO items_applications (itemappid,applicationid,itemid)
29751values ('62115','1148','28850')
29752/
29753
29754INSERT INTO items_applications (itemappid,applicationid,itemid)
29755values ('62116','1148','28851')
29756/
29757
29758INSERT INTO items_applications (itemappid,applicationid,itemid)
29759values ('62117','1148','28852')
29760/
29761
29762INSERT INTO items_applications (itemappid,applicationid,itemid)
29763values ('62118','1148','28853')
29764/
29765
29766INSERT INTO items_applications (itemappid,applicationid,itemid)
29767values ('62119','1148','28854')
29768/
29769
29770INSERT INTO items_applications (itemappid,applicationid,itemid)
29771values ('62120','1148','28855')
29772/
29773
29774INSERT INTO items_applications (itemappid,applicationid,itemid)
29775values ('62121','1148','28856')
29776/
29777
29778INSERT INTO items_applications (itemappid,applicationid,itemid)
29779values ('62122','1148','28857')
29780/
29781
29782INSERT INTO items_applications (itemappid,applicationid,itemid)
29783values ('62123','1149','28858')
29784/
29785
29786INSERT INTO items_applications (itemappid,applicationid,itemid)
29787values ('62124','1149','28859')
29788/
29789
29790INSERT INTO items_applications (itemappid,applicationid,itemid)
29791values ('62125','1149','28860')
29792/
29793
29794INSERT INTO items_applications (itemappid,applicationid,itemid)
29795values ('62126','1149','28861')
29796/
29797
29798INSERT INTO items_applications (itemappid,applicationid,itemid)
29799values ('62127','1107','28501')
29800/
29801
29802INSERT INTO items_applications (itemappid,applicationid,itemid)
29803values ('62128','1108','28502')
29804/
29805
29806INSERT INTO items_applications (itemappid,applicationid,itemid)
29807values ('62129','1105','28503')
29808/
29809
29810INSERT INTO items_applications (itemappid,applicationid,itemid)
29811values ('62130','1105','28504')
29812/
29813
29814INSERT INTO items_applications (itemappid,applicationid,itemid)
29815values ('62131','1106','28505')
29816/
29817
29818INSERT INTO items_applications (itemappid,applicationid,itemid)
29819values ('62132','1106','28506')
29820/
29821
29822INSERT INTO items_applications (itemappid,applicationid,itemid)
29823values ('62133','1106','28507')
29824/
29825
29826INSERT INTO items_applications (itemappid,applicationid,itemid)
29827values ('62134','1107','28508')
29828/
29829
29830INSERT INTO items_applications (itemappid,applicationid,itemid)
29831values ('62135','1107','28509')
29832/
29833
29834INSERT INTO items_applications (itemappid,applicationid,itemid)
29835values ('62136','1107','28510')
29836/
29837
29838INSERT INTO items_applications (itemappid,applicationid,itemid)
29839values ('62137','1109','28511')
29840/
29841
29842INSERT INTO items_applications (itemappid,applicationid,itemid)
29843values ('62138','1106','28512')
29844/
29845
29846INSERT INTO items_applications (itemappid,applicationid,itemid)
29847values ('62139','1105','28513')
29848/
29849
29850INSERT INTO items_applications (itemappid,applicationid,itemid)
29851values ('62140','1108','28514')
29852/
29853
29854INSERT INTO items_applications (itemappid,applicationid,itemid)
29855values ('62141','1108','28515')
29856/
29857
29858INSERT INTO items_applications (itemappid,applicationid,itemid)
29859values ('62142','1108','28516')
29860/
29861
29862INSERT INTO items_applications (itemappid,applicationid,itemid)
29863values ('62143','1107','28517')
29864/
29865
29866INSERT INTO items_applications (itemappid,applicationid,itemid)
29867values ('62144','1108','28518')
29868/
29869
29870INSERT INTO items_applications (itemappid,applicationid,itemid)
29871values ('62145','1105','28519')
29872/
29873
29874INSERT INTO items_applications (itemappid,applicationid,itemid)
29875values ('62146','1105','28520')
29876/
29877
29878INSERT INTO items_applications (itemappid,applicationid,itemid)
29879values ('62147','1105','28521')
29880/
29881
29882INSERT INTO items_applications (itemappid,applicationid,itemid)
29883values ('62148','1105','28522')
29884/
29885
29886INSERT INTO items_applications (itemappid,applicationid,itemid)
29887values ('62149','1105','28523')
29888/
29889
29890INSERT INTO items_applications (itemappid,applicationid,itemid)
29891values ('62150','1106','28524')
29892/
29893
29894INSERT INTO items_applications (itemappid,applicationid,itemid)
29895values ('62151','1106','28525')
29896/
29897
29898INSERT INTO items_applications (itemappid,applicationid,itemid)
29899values ('62152','1106','28526')
29900/
29901
29902INSERT INTO items_applications (itemappid,applicationid,itemid)
29903values ('62153','1106','28527')
29904/
29905
29906INSERT INTO items_applications (itemappid,applicationid,itemid)
29907values ('62154','1106','28528')
29908/
29909
29910INSERT INTO items_applications (itemappid,applicationid,itemid)
29911values ('62155','1107','28529')
29912/
29913
29914INSERT INTO items_applications (itemappid,applicationid,itemid)
29915values ('62156','1107','28530')
29916/
29917
29918INSERT INTO items_applications (itemappid,applicationid,itemid)
29919values ('62157','1107','28531')
29920/
29921
29922INSERT INTO items_applications (itemappid,applicationid,itemid)
29923values ('62158','1105','28532')
29924/
29925
29926INSERT INTO items_applications (itemappid,applicationid,itemid)
29927values ('62159','446','23644')
29928/
29929
29930INSERT INTO items_applications (itemappid,applicationid,itemid)
29931values ('62160','447','23645')
29932/
29933
29934INSERT INTO items_applications (itemappid,applicationid,itemid)
29935values ('62161','448','23646')
29936/
29937
29938INSERT INTO items_applications (itemappid,applicationid,itemid)
29939values ('62162','449','23647')
29940/
29941
29942INSERT INTO items_applications (itemappid,applicationid,itemid)
29943values ('62163','450','23648')
29944/
29945
29946INSERT INTO items_applications (itemappid,applicationid,itemid)
29947values ('62164','451','23649')
29948/
29949
29950INSERT INTO items_applications (itemappid,applicationid,itemid)
29951values ('62165','452','23650')
29952/
29953
29954INSERT INTO items_applications (itemappid,applicationid,itemid)
29955values ('62166','453','23651')
29956/
29957
29958INSERT INTO items_applications (itemappid,applicationid,itemid)
29959values ('62167','1111','28576')
29960/
29961
29962INSERT INTO items_applications (itemappid,applicationid,itemid)
29963values ('62168','1111','28577')
29964/
29965
29966INSERT INTO items_applications (itemappid,applicationid,itemid)
29967values ('62169','1111','28578')
29968/
29969
29970INSERT INTO items_applications (itemappid,applicationid,itemid)
29971values ('62170','1111','28579')
29972/
29973
29974INSERT INTO items_applications (itemappid,applicationid,itemid)
29975values ('62171','1111','28580')
29976/
29977
29978INSERT INTO items_applications (itemappid,applicationid,itemid)
29979values ('62172','1111','28581')
29980/
29981
29982INSERT INTO items_applications (itemappid,applicationid,itemid)
29983values ('62173','1111','28582')
29984/
29985
29986INSERT INTO items_applications (itemappid,applicationid,itemid)
29987values ('62174','1111','28583')
29988/
29989
29990INSERT INTO items_applications (itemappid,applicationid,itemid)
29991values ('62175','1111','28584')
29992/
29993
29994INSERT INTO items_applications (itemappid,applicationid,itemid)
29995values ('62176','1111','28585')
29996/
29997
29998INSERT INTO items_applications (itemappid,applicationid,itemid)
29999values ('62177','1111','28586')
30000/
30001
30002INSERT INTO items_applications (itemappid,applicationid,itemid)
30003values ('62178','1111','28587')
30004/
30005
30006INSERT INTO items_applications (itemappid,applicationid,itemid)
30007values ('62179','1111','28588')
30008/
30009
30010INSERT INTO items_applications (itemappid,applicationid,itemid)
30011values ('62180','1111','28589')
30012/
30013
30014INSERT INTO items_applications (itemappid,applicationid,itemid)
30015values ('62181','1111','28590')
30016/
30017
30018INSERT INTO items_applications (itemappid,applicationid,itemid)
30019values ('62182','1111','28591')
30020/
30021
30022INSERT INTO items_applications (itemappid,applicationid,itemid)
30023values ('62183','1111','28592')
30024/
30025
30026INSERT INTO items_applications (itemappid,applicationid,itemid)
30027values ('62184','1111','28593')
30028/
30029
30030INSERT INTO items_applications (itemappid,applicationid,itemid)
30031values ('62185','1111','28594')
30032/
30033
30034INSERT INTO items_applications (itemappid,applicationid,itemid)
30035values ('62186','1111','28595')
30036/
30037
30038INSERT INTO items_applications (itemappid,applicationid,itemid)
30039values ('62187','1111','28596')
30040/
30041
30042INSERT INTO items_applications (itemappid,applicationid,itemid)
30043values ('62188','1111','28597')
30044/
30045
30046INSERT INTO items_applications (itemappid,applicationid,itemid)
30047values ('62189','1111','28598')
30048/
30049
30050INSERT INTO items_applications (itemappid,applicationid,itemid)
30051values ('62190','1111','28599')
30052/
30053
30054INSERT INTO items_applications (itemappid,applicationid,itemid)
30055values ('62191','1111','28600')
30056/
30057
30058INSERT INTO items_applications (itemappid,applicationid,itemid)
30059values ('62192','1111','28601')
30060/
30061
30062INSERT INTO items_applications (itemappid,applicationid,itemid)
30063values ('62193','1111','28602')
30064/
30065
30066INSERT INTO items_applications (itemappid,applicationid,itemid)
30067values ('62194','1111','28603')
30068/
30069
30070INSERT INTO items_applications (itemappid,applicationid,itemid)
30071values ('62195','1111','28604')
30072/
30073
30074INSERT INTO items_applications (itemappid,applicationid,itemid)
30075values ('62196','1111','28605')
30076/
30077
30078INSERT INTO items_applications (itemappid,applicationid,itemid)
30079values ('62197','1111','28606')
30080/
30081
30082INSERT INTO items_applications (itemappid,applicationid,itemid)
30083values ('62198','1111','28607')
30084/
30085
30086INSERT INTO items_applications (itemappid,applicationid,itemid)
30087values ('62199','1110','28533')
30088/
30089
30090INSERT INTO items_applications (itemappid,applicationid,itemid)
30091values ('62200','1110','28534')
30092/
30093
30094INSERT INTO items_applications (itemappid,applicationid,itemid)
30095values ('62201','1110','28535')
30096/
30097
30098INSERT INTO items_applications (itemappid,applicationid,itemid)
30099values ('62202','1110','28536')
30100/
30101
30102INSERT INTO items_applications (itemappid,applicationid,itemid)
30103values ('62203','1110','28537')
30104/
30105
30106INSERT INTO items_applications (itemappid,applicationid,itemid)
30107values ('62204','1110','28538')
30108/
30109
30110INSERT INTO items_applications (itemappid,applicationid,itemid)
30111values ('62205','1110','28539')
30112/
30113
30114INSERT INTO items_applications (itemappid,applicationid,itemid)
30115values ('62206','1110','28540')
30116/
30117
30118INSERT INTO items_applications (itemappid,applicationid,itemid)
30119values ('62207','1110','28541')
30120/
30121
30122INSERT INTO items_applications (itemappid,applicationid,itemid)
30123values ('62208','1110','28542')
30124/
30125
30126INSERT INTO items_applications (itemappid,applicationid,itemid)
30127values ('62209','1110','28543')
30128/
30129
30130INSERT INTO items_applications (itemappid,applicationid,itemid)
30131values ('62210','1110','28544')
30132/
30133
30134INSERT INTO items_applications (itemappid,applicationid,itemid)
30135values ('62211','1110','28545')
30136/
30137
30138INSERT INTO items_applications (itemappid,applicationid,itemid)
30139values ('62212','1110','28546')
30140/
30141
30142INSERT INTO items_applications (itemappid,applicationid,itemid)
30143values ('62213','1110','28547')
30144/
30145
30146INSERT INTO items_applications (itemappid,applicationid,itemid)
30147values ('62214','1110','28548')
30148/
30149
30150INSERT INTO items_applications (itemappid,applicationid,itemid)
30151values ('62215','1110','28549')
30152/
30153
30154INSERT INTO items_applications (itemappid,applicationid,itemid)
30155values ('62216','1110','28550')
30156/
30157
30158INSERT INTO items_applications (itemappid,applicationid,itemid)
30159values ('62217','1110','28551')
30160/
30161
30162INSERT INTO items_applications (itemappid,applicationid,itemid)
30163values ('62218','1110','28552')
30164/
30165
30166INSERT INTO items_applications (itemappid,applicationid,itemid)
30167values ('62219','1110','28553')
30168/
30169
30170INSERT INTO items_applications (itemappid,applicationid,itemid)
30171values ('62220','1110','28554')
30172/
30173
30174INSERT INTO items_applications (itemappid,applicationid,itemid)
30175values ('62221','1110','28555')
30176/
30177
30178INSERT INTO items_applications (itemappid,applicationid,itemid)
30179values ('62222','1110','28556')
30180/
30181
30182INSERT INTO items_applications (itemappid,applicationid,itemid)
30183values ('62223','1110','28557')
30184/
30185
30186INSERT INTO items_applications (itemappid,applicationid,itemid)
30187values ('62224','1110','28558')
30188/
30189
30190INSERT INTO items_applications (itemappid,applicationid,itemid)
30191values ('62225','1110','28559')
30192/
30193
30194INSERT INTO items_applications (itemappid,applicationid,itemid)
30195values ('62226','1110','28560')
30196/
30197
30198INSERT INTO items_applications (itemappid,applicationid,itemid)
30199values ('62227','1110','28561')
30200/
30201
30202INSERT INTO items_applications (itemappid,applicationid,itemid)
30203values ('62228','1110','28562')
30204/
30205
30206INSERT INTO items_applications (itemappid,applicationid,itemid)
30207values ('62229','1110','28563')
30208/
30209
30210INSERT INTO items_applications (itemappid,applicationid,itemid)
30211values ('62230','1110','28564')
30212/
30213
30214INSERT INTO items_applications (itemappid,applicationid,itemid)
30215values ('62231','1110','28565')
30216/
30217
30218INSERT INTO items_applications (itemappid,applicationid,itemid)
30219values ('62232','1110','28566')
30220/
30221
30222INSERT INTO items_applications (itemappid,applicationid,itemid)
30223values ('62233','1110','28567')
30224/
30225
30226INSERT INTO items_applications (itemappid,applicationid,itemid)
30227values ('62234','1110','28568')
30228/
30229
30230INSERT INTO items_applications (itemappid,applicationid,itemid)
30231values ('62235','1110','28569')
30232/
30233
30234INSERT INTO items_applications (itemappid,applicationid,itemid)
30235values ('62236','1110','28570')
30236/
30237
30238INSERT INTO items_applications (itemappid,applicationid,itemid)
30239values ('62237','1110','28571')
30240/
30241
30242INSERT INTO items_applications (itemappid,applicationid,itemid)
30243values ('62238','1110','28572')
30244/
30245
30246INSERT INTO items_applications (itemappid,applicationid,itemid)
30247values ('62239','1110','28573')
30248/
30249
30250INSERT INTO items_applications (itemappid,applicationid,itemid)
30251values ('62240','1110','28574')
30252/
30253
30254INSERT INTO items_applications (itemappid,applicationid,itemid)
30255values ('62241','1110','28575')
30256/
30257
30258INSERT INTO items_applications (itemappid,applicationid,itemid)
30259values ('62242','454','23652')
30260/
30261
30262INSERT INTO items_applications (itemappid,applicationid,itemid)
30263values ('62243','455','23653')
30264/
30265
30266INSERT INTO items_applications (itemappid,applicationid,itemid)
30267values ('62244','456','23654')
30268/
30269
30270INSERT INTO items_applications (itemappid,applicationid,itemid)
30271values ('62245','206','22231')
30272/
30273
30274INSERT INTO items_applications (itemappid,applicationid,itemid)
30275values ('62246','206','22232')
30276/
30277
30278INSERT INTO items_applications (itemappid,applicationid,itemid)
30279values ('62247','206','23318')
30280/
30281
30282INSERT INTO items_applications (itemappid,applicationid,itemid)
30283values ('62248','207','10020')
30284/
30285
30286INSERT INTO items_applications (itemappid,applicationid,itemid)
30287values ('62249','207','10059')
30288/
30289
30290INSERT INTO items_applications (itemappid,applicationid,itemid)
30291values ('62250','252','22833')
30292/
30293
30294INSERT INTO items_applications (itemappid,applicationid,itemid)
30295values ('62251','252','22834')
30296/
30297
30298INSERT INTO items_applications (itemappid,applicationid,itemid)
30299values ('62252','262','22873')
30300/
30301
30302INSERT INTO items_applications (itemappid,applicationid,itemid)
30303values ('62253','262','22874')
30304/
30305
30306INSERT INTO items_applications (itemappid,applicationid,itemid)
30307values ('62254','272','22913')
30308/
30309
30310INSERT INTO items_applications (itemappid,applicationid,itemid)
30311values ('62255','272','22914')
30312/
30313
30314INSERT INTO items_applications (itemappid,applicationid,itemid)
30315values ('62256','282','22953')
30316/
30317
30318INSERT INTO items_applications (itemappid,applicationid,itemid)
30319values ('62257','282','22954')
30320/
30321
30322INSERT INTO items_applications (itemappid,applicationid,itemid)
30323values ('62258','292','22993')
30324/
30325
30326INSERT INTO items_applications (itemappid,applicationid,itemid)
30327values ('62259','292','22994')
30328/
30329
30330INSERT INTO items_applications (itemappid,applicationid,itemid)
30331values ('62260','302','23033')
30332/
30333
30334INSERT INTO items_applications (itemappid,applicationid,itemid)
30335values ('62261','302','23034')
30336/
30337
30338INSERT INTO items_applications (itemappid,applicationid,itemid)
30339values ('62262','329','23160')
30340/
30341
30342INSERT INTO items_applications (itemappid,applicationid,itemid)
30343values ('62263','329','23161')
30344/
30345
30346INSERT INTO items_applications (itemappid,applicationid,itemid)
30347values ('62264','207','23319')
30348/
30349
30350INSERT INTO items_applications (itemappid,applicationid,itemid)
30351values ('62265','252','23320')
30352/
30353
30354INSERT INTO items_applications (itemappid,applicationid,itemid)
30355values ('62266','262','23321')
30356/
30357
30358INSERT INTO items_applications (itemappid,applicationid,itemid)
30359values ('62267','272','23322')
30360/
30361
30362INSERT INTO items_applications (itemappid,applicationid,itemid)
30363values ('62268','282','23323')
30364/
30365
30366INSERT INTO items_applications (itemappid,applicationid,itemid)
30367values ('62269','292','23324')
30368/
30369
30370INSERT INTO items_applications (itemappid,applicationid,itemid)
30371values ('62270','302','23325')
30372/
30373
30374INSERT INTO items_applications (itemappid,applicationid,itemid)
30375values ('62271','329','23326')
30376/
30377
30378INSERT INTO items_applications (itemappid,applicationid,itemid)
30379values ('62272','355','23287')
30380/
30381
30382INSERT INTO items_applications (itemappid,applicationid,itemid)
30383values ('62273','355','23288')
30384/
30385
30386INSERT INTO items_applications (itemappid,applicationid,itemid)
30387values ('62274','355','23327')
30388/
30389
30390INSERT INTO items_applications (itemappid,applicationid,itemid)
30391values ('62275','356','10067')
30392/
30393
30394INSERT INTO items_applications (itemappid,applicationid,itemid)
30395values ('62276','356','10068')
30396/
30397
30398INSERT INTO items_applications (itemappid,applicationid,itemid)
30399values ('62277','356','10069')
30400/
30401
30402INSERT INTO items_applications (itemappid,applicationid,itemid)
30403values ('62278','356','10070')
30404/
30405
30406INSERT INTO items_applications (itemappid,applicationid,itemid)
30407values ('62279','356','10071')
30408/
30409
30410INSERT INTO items_applications (itemappid,applicationid,itemid)
30411values ('62280','356','10072')
30412/
30413
30414INSERT INTO items_applications (itemappid,applicationid,itemid)
30415values ('62281','356','23340')
30416/
30417
30418INSERT INTO items_applications (itemappid,applicationid,itemid)
30419values ('62282','356','23341')
30420/
30421
30422INSERT INTO items_applications (itemappid,applicationid,itemid)
30423values ('62283','356','23342')
30424/
30425
30426INSERT INTO items_applications (itemappid,applicationid,itemid)
30427values ('62284','356','23343')
30428/
30429
30430INSERT INTO items_applications (itemappid,applicationid,itemid)
30431values ('62285','356','23344')
30432/
30433
30434INSERT INTO items_applications (itemappid,applicationid,itemid)
30435values ('62286','356','23345')
30436/
30437
30438INSERT INTO items_applications (itemappid,applicationid,itemid)
30439values ('62287','356','23346')
30440/
30441
30442INSERT INTO items_applications (itemappid,applicationid,itemid)
30443values ('62288','356','23347')
30444/
30445
30446INSERT INTO items_applications (itemappid,applicationid,itemid)
30447values ('62289','356','23348')
30448/
30449
30450INSERT INTO items_applications (itemappid,applicationid,itemid)
30451values ('62290','356','23349')
30452/
30453
30454INSERT INTO items_applications (itemappid,applicationid,itemid)
30455values ('62291','356','23350')
30456/
30457
30458INSERT INTO items_applications (itemappid,applicationid,itemid)
30459values ('62292','356','23351')
30460/
30461
30462INSERT INTO items_applications (itemappid,applicationid,itemid)
30463values ('62293','356','23352')
30464/
30465
30466INSERT INTO items_applications (itemappid,applicationid,itemid)
30467values ('62294','356','23353')
30468/
30469
30470INSERT INTO items_applications (itemappid,applicationid,itemid)
30471values ('62295','356','23354')
30472/
30473
30474INSERT INTO items_applications (itemappid,applicationid,itemid)
30475values ('62296','356','23355')
30476/
30477
30478INSERT INTO items_applications (itemappid,applicationid,itemid)
30479values ('62297','356','23356')
30480/
30481
30482INSERT INTO items_applications (itemappid,applicationid,itemid)
30483values ('62298','356','23357')
30484/
30485
30486INSERT INTO items_applications (itemappid,applicationid,itemid)
30487values ('62299','356','23358')
30488/
30489
30490INSERT INTO items_applications (itemappid,applicationid,itemid)
30491values ('62300','356','23359')
30492/
30493
30494INSERT INTO items_applications (itemappid,applicationid,itemid)
30495values ('62301','356','23360')
30496/
30497
30498INSERT INTO items_applications (itemappid,applicationid,itemid)
30499values ('62302','356','25368')
30500/
30501
30502INSERT INTO items_applications (itemappid,applicationid,itemid)
30503values ('62303','356','25369')
30504/
30505
30506INSERT INTO items_applications (itemappid,applicationid,itemid)
30507values ('62304','356','28250')
30508/
30509
30510INSERT INTO items_applications (itemappid,applicationid,itemid)
30511values ('62305','356','28251')
30512/
30513
30514INSERT INTO items_applications (itemappid,applicationid,itemid)
30515values ('62306','179','10061')
30516/
30517
30518INSERT INTO items_applications (itemappid,applicationid,itemid)
30519values ('62307','179','10062')
30520/
30521
30522INSERT INTO items_applications (itemappid,applicationid,itemid)
30523values ('62308','179','10063')
30524/
30525
30526INSERT INTO items_applications (itemappid,applicationid,itemid)
30527values ('62309','179','10064')
30528/
30529
30530INSERT INTO items_applications (itemappid,applicationid,itemid)
30531values ('62310','179','10065')
30532/
30533
30534INSERT INTO items_applications (itemappid,applicationid,itemid)
30535values ('62311','179','10066')
30536/
30537
30538INSERT INTO items_applications (itemappid,applicationid,itemid)
30539values ('62312','179','22183')
30540/
30541
30542INSERT INTO items_applications (itemappid,applicationid,itemid)
30543values ('62313','179','22185')
30544/
30545
30546INSERT INTO items_applications (itemappid,applicationid,itemid)
30547values ('62314','179','22187')
30548/
30549
30550INSERT INTO items_applications (itemappid,applicationid,itemid)
30551values ('62315','179','22189')
30552/
30553
30554INSERT INTO items_applications (itemappid,applicationid,itemid)
30555values ('62316','179','22191')
30556/
30557
30558INSERT INTO items_applications (itemappid,applicationid,itemid)
30559values ('62317','179','22196')
30560/
30561
30562INSERT INTO items_applications (itemappid,applicationid,itemid)
30563values ('62318','179','22199')
30564/
30565
30566INSERT INTO items_applications (itemappid,applicationid,itemid)
30567values ('62319','179','22219')
30568/
30569
30570INSERT INTO items_applications (itemappid,applicationid,itemid)
30571values ('62320','179','22396')
30572/
30573
30574INSERT INTO items_applications (itemappid,applicationid,itemid)
30575values ('62321','179','22399')
30576/
30577
30578INSERT INTO items_applications (itemappid,applicationid,itemid)
30579values ('62322','179','22400')
30580/
30581
30582INSERT INTO items_applications (itemappid,applicationid,itemid)
30583values ('62323','179','22401')
30584/
30585
30586INSERT INTO items_applications (itemappid,applicationid,itemid)
30587values ('62324','179','22402')
30588/
30589
30590INSERT INTO items_applications (itemappid,applicationid,itemid)
30591values ('62325','179','22404')
30592/
30593
30594INSERT INTO items_applications (itemappid,applicationid,itemid)
30595values ('62326','179','22406')
30596/
30597
30598INSERT INTO items_applications (itemappid,applicationid,itemid)
30599values ('62327','179','22408')
30600/
30601
30602INSERT INTO items_applications (itemappid,applicationid,itemid)
30603values ('62328','179','22412')
30604/
30605
30606INSERT INTO items_applications (itemappid,applicationid,itemid)
30607values ('62329','179','22414')
30608/
30609
30610INSERT INTO items_applications (itemappid,applicationid,itemid)
30611values ('62330','179','22416')
30612/
30613
30614INSERT INTO items_applications (itemappid,applicationid,itemid)
30615values ('62331','179','22418')
30616/
30617
30618INSERT INTO items_applications (itemappid,applicationid,itemid)
30619values ('62332','179','22420')
30620/
30621
30622INSERT INTO items_applications (itemappid,applicationid,itemid)
30623values ('62333','179','22422')
30624/
30625
30626INSERT INTO items_applications (itemappid,applicationid,itemid)
30627values ('62334','179','22424')
30628/
30629
30630INSERT INTO items_applications (itemappid,applicationid,itemid)
30631values ('62335','179','22426')
30632/
30633
30634INSERT INTO items_applications (itemappid,applicationid,itemid)
30635values ('62336','179','22430')
30636/
30637
30638INSERT INTO items_applications (itemappid,applicationid,itemid)
30639values ('62337','179','22689')
30640/
30641
30642INSERT INTO items_applications (itemappid,applicationid,itemid)
30643values ('62338','179','23171')
30644/
30645
30646INSERT INTO items_applications (itemappid,applicationid,itemid)
30647values ('62339','179','23251')
30648/
30649
30650INSERT INTO items_applications (itemappid,applicationid,itemid)
30651values ('62340','179','23634')
30652/
30653
30654INSERT INTO items_applications (itemappid,applicationid,itemid)
30655values ('62341','179','23661')
30656/
30657
30658INSERT INTO items_applications (itemappid,applicationid,itemid)
30659values ('62342','179','23663')
30660/
30661
30662INSERT INTO items_applications (itemappid,applicationid,itemid)
30663values ('62343','179','25366')
30664/
30665
30666INSERT INTO items_applications (itemappid,applicationid,itemid)
30667values ('62344','179','25370')
30668/
30669
30670INSERT INTO items_applications (itemappid,applicationid,itemid)
30671values ('62345','179','25665')
30672/
30673
30674INSERT INTO items_applications (itemappid,applicationid,itemid)
30675values ('62346','179','25666')
30676/
30677
30678INSERT INTO items_applications (itemappid,applicationid,itemid)
30679values ('62347','179','28248')
30680/
30681
30682INSERT INTO items_applications (itemappid,applicationid,itemid)
30683values ('62348','345','10073')
30684/
30685
30686INSERT INTO items_applications (itemappid,applicationid,itemid)
30687values ('62349','345','10074')
30688/
30689
30690INSERT INTO items_applications (itemappid,applicationid,itemid)
30691values ('62350','345','10075')
30692/
30693
30694INSERT INTO items_applications (itemappid,applicationid,itemid)
30695values ('62351','345','10076')
30696/
30697
30698INSERT INTO items_applications (itemappid,applicationid,itemid)
30699values ('62352','345','10077')
30700/
30701
30702INSERT INTO items_applications (itemappid,applicationid,itemid)
30703values ('62353','345','10078')
30704/
30705
30706INSERT INTO items_applications (itemappid,applicationid,itemid)
30707values ('62354','345','23252')
30708/
30709
30710INSERT INTO items_applications (itemappid,applicationid,itemid)
30711values ('62355','345','23253')
30712/
30713
30714INSERT INTO items_applications (itemappid,applicationid,itemid)
30715values ('62356','345','23255')
30716/
30717
30718INSERT INTO items_applications (itemappid,applicationid,itemid)
30719values ('62357','345','23256')
30720/
30721
30722INSERT INTO items_applications (itemappid,applicationid,itemid)
30723values ('62358','345','23257')
30724/
30725
30726INSERT INTO items_applications (itemappid,applicationid,itemid)
30727values ('62359','345','23258')
30728/
30729
30730INSERT INTO items_applications (itemappid,applicationid,itemid)
30731values ('62360','345','23259')
30732/
30733
30734INSERT INTO items_applications (itemappid,applicationid,itemid)
30735values ('62361','345','23260')
30736/
30737
30738INSERT INTO items_applications (itemappid,applicationid,itemid)
30739values ('62362','345','23261')
30740/
30741
30742INSERT INTO items_applications (itemappid,applicationid,itemid)
30743values ('62363','345','23262')
30744/
30745
30746INSERT INTO items_applications (itemappid,applicationid,itemid)
30747values ('62364','345','23264')
30748/
30749
30750INSERT INTO items_applications (itemappid,applicationid,itemid)
30751values ('62365','345','23265')
30752/
30753
30754INSERT INTO items_applications (itemappid,applicationid,itemid)
30755values ('62366','345','23266')
30756/
30757
30758INSERT INTO items_applications (itemappid,applicationid,itemid)
30759values ('62367','345','23267')
30760/
30761
30762INSERT INTO items_applications (itemappid,applicationid,itemid)
30763values ('62368','345','23268')
30764/
30765
30766INSERT INTO items_applications (itemappid,applicationid,itemid)
30767values ('62369','345','23269')
30768/
30769
30770INSERT INTO items_applications (itemappid,applicationid,itemid)
30771values ('62370','345','23270')
30772/
30773
30774INSERT INTO items_applications (itemappid,applicationid,itemid)
30775values ('62371','345','23271')
30776/
30777
30778INSERT INTO items_applications (itemappid,applicationid,itemid)
30779values ('62372','345','23272')
30780/
30781
30782INSERT INTO items_applications (itemappid,applicationid,itemid)
30783values ('62373','345','23273')
30784/
30785
30786INSERT INTO items_applications (itemappid,applicationid,itemid)
30787values ('62374','345','23274')
30788/
30789
30790INSERT INTO items_applications (itemappid,applicationid,itemid)
30791values ('62375','345','23275')
30792/
30793
30794INSERT INTO items_applications (itemappid,applicationid,itemid)
30795values ('62376','345','23276')
30796/
30797
30798INSERT INTO items_applications (itemappid,applicationid,itemid)
30799values ('62377','345','23277')
30800/
30801
30802INSERT INTO items_applications (itemappid,applicationid,itemid)
30803values ('62378','345','23328')
30804/
30805
30806INSERT INTO items_applications (itemappid,applicationid,itemid)
30807values ('62379','345','23620')
30808/
30809
30810INSERT INTO items_applications (itemappid,applicationid,itemid)
30811values ('62380','345','23625')
30812/
30813
30814INSERT INTO items_applications (itemappid,applicationid,itemid)
30815values ('62381','345','23628')
30816/
30817
30818INSERT INTO items_applications (itemappid,applicationid,itemid)
30819values ('62382','345','23635')
30820/
30821
30822INSERT INTO items_applications (itemappid,applicationid,itemid)
30823values ('62383','345','23662')
30824/
30825
30826INSERT INTO items_applications (itemappid,applicationid,itemid)
30827values ('62384','345','23664')
30828/
30829
30830INSERT INTO items_applications (itemappid,applicationid,itemid)
30831values ('62385','345','25367')
30832/
30833
30834INSERT INTO items_applications (itemappid,applicationid,itemid)
30835values ('62386','345','25371')
30836/
30837
30838INSERT INTO items_applications (itemappid,applicationid,itemid)
30839values ('62387','345','25667')
30840/
30841
30842INSERT INTO items_applications (itemappid,applicationid,itemid)
30843values ('62388','345','25668')
30844/
30845
30846INSERT INTO items_applications (itemappid,applicationid,itemid)
30847values ('62389','345','28249')
30848/
30849
30850INSERT INTO items_applications (itemappid,applicationid,itemid)
30851values ('62390','740','26911')
30852/
30853
30854INSERT INTO items_applications (itemappid,applicationid,itemid)
30855values ('62391','740','26912')
30856/
30857
30858INSERT INTO items_applications (itemappid,applicationid,itemid)
30859values ('62392','740','26913')
30860/
30861
30862INSERT INTO items_applications (itemappid,applicationid,itemid)
30863values ('62393','740','26914')
30864/
30865
30866INSERT INTO items_applications (itemappid,applicationid,itemid)
30867values ('62394','740','26915')
30868/
30869
30870INSERT INTO items_applications (itemappid,applicationid,itemid)
30871values ('62395','740','26916')
30872/
30873
30874INSERT INTO items_applications (itemappid,applicationid,itemid)
30875values ('62396','740','26917')
30876/
30877
30878INSERT INTO items_applications (itemappid,applicationid,itemid)
30879values ('62397','740','26918')
30880/
30881
30882INSERT INTO items_applications (itemappid,applicationid,itemid)
30883values ('62398','740','26919')
30884/
30885
30886INSERT INTO items_applications (itemappid,applicationid,itemid)
30887values ('62399','740','26920')
30888/
30889
30890INSERT INTO items_applications (itemappid,applicationid,itemid)
30891values ('62400','740','26921')
30892/
30893
30894INSERT INTO items_applications (itemappid,applicationid,itemid)
30895values ('62401','740','26922')
30896/
30897
30898INSERT INTO items_applications (itemappid,applicationid,itemid)
30899values ('62402','740','26923')
30900/
30901
30902INSERT INTO items_applications (itemappid,applicationid,itemid)
30903values ('62403','740','26924')
30904/
30905
30906INSERT INTO items_applications (itemappid,applicationid,itemid)
30907values ('62404','280','22917')
30908/
30909
30910INSERT INTO items_applications (itemappid,applicationid,itemid)
30911values ('62405','280','22918')
30912/
30913
30914INSERT INTO items_applications (itemappid,applicationid,itemid)
30915values ('62406','273','22920')
30916/
30917
30918INSERT INTO items_applications (itemappid,applicationid,itemid)
30919values ('62407','279','22920')
30920/
30921
30922INSERT INTO items_applications (itemappid,applicationid,itemid)
30923values ('62408','273','22921')
30924/
30925
30926INSERT INTO items_applications (itemappid,applicationid,itemid)
30927values ('62409','279','22921')
30928/
30929
30930INSERT INTO items_applications (itemappid,applicationid,itemid)
30931values ('62410','273','22922')
30932/
30933
30934INSERT INTO items_applications (itemappid,applicationid,itemid)
30935values ('62411','279','22922')
30936/
30937
30938INSERT INTO items_applications (itemappid,applicationid,itemid)
30939values ('62412','273','22923')
30940/
30941
30942INSERT INTO items_applications (itemappid,applicationid,itemid)
30943values ('62413','279','22923')
30944/
30945
30946INSERT INTO items_applications (itemappid,applicationid,itemid)
30947values ('62414','273','22924')
30948/
30949
30950INSERT INTO items_applications (itemappid,applicationid,itemid)
30951values ('62415','279','22924')
30952/
30953
30954INSERT INTO items_applications (itemappid,applicationid,itemid)
30955values ('62416','275','22933')
30956/
30957
30958INSERT INTO items_applications (itemappid,applicationid,itemid)
30959values ('62417','278','22933')
30960/
30961
30962INSERT INTO items_applications (itemappid,applicationid,itemid)
30963values ('62418','275','22934')
30964/
30965
30966INSERT INTO items_applications (itemappid,applicationid,itemid)
30967values ('62419','278','22934')
30968/
30969
30970INSERT INTO items_applications (itemappid,applicationid,itemid)
30971values ('62420','275','22938')
30972/
30973
30974INSERT INTO items_applications (itemappid,applicationid,itemid)
30975values ('62421','278','22938')
30976/
30977
30978INSERT INTO items_applications (itemappid,applicationid,itemid)
30979values ('62422','275','22939')
30980/
30981
30982INSERT INTO items_applications (itemappid,applicationid,itemid)
30983values ('62423','278','22939')
30984/
30985
30986INSERT INTO items_applications (itemappid,applicationid,itemid)
30987values ('62424','278','22940')
30988/
30989
30990INSERT INTO items_applications (itemappid,applicationid,itemid)
30991values ('62425','281','22940')
30992/
30993
30994INSERT INTO items_applications (itemappid,applicationid,itemid)
30995values ('62426','281','22941')
30996/
30997
30998INSERT INTO items_applications (itemappid,applicationid,itemid)
30999values ('62427','276','22942')
31000/
31001
31002INSERT INTO items_applications (itemappid,applicationid,itemid)
31003values ('62428','276','22943')
31004/
31005
31006INSERT INTO items_applications (itemappid,applicationid,itemid)
31007values ('62429','273','23108')
31008/
31009
31010INSERT INTO items_applications (itemappid,applicationid,itemid)
31011values ('62430','331','23108')
31012/
31013
31014INSERT INTO items_applications (itemappid,applicationid,itemid)
31015values ('62431','279','23108')
31016/
31017
31018INSERT INTO items_applications (itemappid,applicationid,itemid)
31019values ('62432','273','23109')
31020/
31021
31022INSERT INTO items_applications (itemappid,applicationid,itemid)
31023values ('62433','331','23109')
31024/
31025
31026INSERT INTO items_applications (itemappid,applicationid,itemid)
31027values ('62434','279','23109')
31028/
31029
31030INSERT INTO items_applications (itemappid,applicationid,itemid)
31031values ('62435','273','23110')
31032/
31033
31034INSERT INTO items_applications (itemappid,applicationid,itemid)
31035values ('62436','279','23110')
31036/
31037
31038INSERT INTO items_applications (itemappid,applicationid,itemid)
31039values ('62437','273','23111')
31040/
31041
31042INSERT INTO items_applications (itemappid,applicationid,itemid)
31043values ('62438','331','23111')
31044/
31045
31046INSERT INTO items_applications (itemappid,applicationid,itemid)
31047values ('62439','279','23111')
31048/
31049
31050INSERT INTO items_applications (itemappid,applicationid,itemid)
31051values ('62440','273','23112')
31052/
31053
31054INSERT INTO items_applications (itemappid,applicationid,itemid)
31055values ('62441','331','23112')
31056/
31057
31058INSERT INTO items_applications (itemappid,applicationid,itemid)
31059values ('62442','279','23112')
31060/
31061
31062INSERT INTO items_applications (itemappid,applicationid,itemid)
31063values ('62443','273','23113')
31064/
31065
31066INSERT INTO items_applications (itemappid,applicationid,itemid)
31067values ('62444','279','23113')
31068/
31069
31070INSERT INTO items_applications (itemappid,applicationid,itemid)
31071values ('62445','273','23114')
31072/
31073
31074INSERT INTO items_applications (itemappid,applicationid,itemid)
31075values ('62446','279','23114')
31076/
31077
31078INSERT INTO items_applications (itemappid,applicationid,itemid)
31079values ('62447','273','23115')
31080/
31081
31082INSERT INTO items_applications (itemappid,applicationid,itemid)
31083values ('62448','279','23115')
31084/
31085
31086INSERT INTO items_applications (itemappid,applicationid,itemid)
31087values ('62449','274','23116')
31088/
31089
31090INSERT INTO items_applications (itemappid,applicationid,itemid)
31091values ('62450','279','23116')
31092/
31093
31094INSERT INTO items_applications (itemappid,applicationid,itemid)
31095values ('62451','274','23117')
31096/
31097
31098INSERT INTO items_applications (itemappid,applicationid,itemid)
31099values ('62452','279','23117')
31100/
31101
31102INSERT INTO items_applications (itemappid,applicationid,itemid)
31103values ('62453','273','23118')
31104/
31105
31106INSERT INTO items_applications (itemappid,applicationid,itemid)
31107values ('62454','331','23118')
31108/
31109
31110INSERT INTO items_applications (itemappid,applicationid,itemid)
31111values ('62455','273','23119')
31112/
31113
31114INSERT INTO items_applications (itemappid,applicationid,itemid)
31115values ('62456','279','23119')
31116/
31117
31118INSERT INTO items_applications (itemappid,applicationid,itemid)
31119values ('62457','273','23120')
31120/
31121
31122INSERT INTO items_applications (itemappid,applicationid,itemid)
31123values ('62458','279','23120')
31124/
31125
31126INSERT INTO items_applications (itemappid,applicationid,itemid)
31127values ('62459','273','23121')
31128/
31129
31130INSERT INTO items_applications (itemappid,applicationid,itemid)
31131values ('62460','279','23121')
31132/
31133
31134INSERT INTO items_applications (itemappid,applicationid,itemid)
31135values ('62461','276','23122')
31136/
31137
31138INSERT INTO items_applications (itemappid,applicationid,itemid)
31139values ('62462','279','23122')
31140/
31141
31142INSERT INTO items_applications (itemappid,applicationid,itemid)
31143values ('62463','273','23123')
31144/
31145
31146INSERT INTO items_applications (itemappid,applicationid,itemid)
31147values ('62464','279','23123')
31148/
31149
31150INSERT INTO items_applications (itemappid,applicationid,itemid)
31151values ('62465','276','23124')
31152/
31153
31154INSERT INTO items_applications (itemappid,applicationid,itemid)
31155values ('62466','276','23125')
31156/
31157
31158INSERT INTO items_applications (itemappid,applicationid,itemid)
31159values ('62467','276','23126')
31160/
31161
31162INSERT INTO items_applications (itemappid,applicationid,itemid)
31163values ('62468','276','23127')
31164/
31165
31166INSERT INTO items_applications (itemappid,applicationid,itemid)
31167values ('62469','276','23128')
31168/
31169
31170INSERT INTO items_applications (itemappid,applicationid,itemid)
31171values ('62470','276','23129')
31172/
31173
31174INSERT INTO items_applications (itemappid,applicationid,itemid)
31175values ('62471','276','23130')
31176/
31177
31178INSERT INTO items_applications (itemappid,applicationid,itemid)
31179values ('62472','276','23131')
31180/
31181
31182INSERT INTO items_applications (itemappid,applicationid,itemid)
31183values ('62473','277','22945')
31184/
31185
31186INSERT INTO items_applications (itemappid,applicationid,itemid)
31187values ('62474','277','22946')
31188/
31189
31190INSERT INTO items_applications (itemappid,applicationid,itemid)
31191values ('62475','274','22948')
31192/
31193
31194INSERT INTO items_applications (itemappid,applicationid,itemid)
31195values ('62476','274','22949')
31196/
31197
31198INSERT INTO items_applications (itemappid,applicationid,itemid)
31199values ('62477','274','22950')
31200/
31201
31202INSERT INTO items_applications (itemappid,applicationid,itemid)
31203values ('62478','274','22951')
31204/
31205
31206INSERT INTO items_applications (itemappid,applicationid,itemid)
31207values ('62479','274','22952')
31208/
31209
31210INSERT INTO items_applications (itemappid,applicationid,itemid)
31211values ('62480','268','22875')
31212/
31213
31214INSERT INTO items_applications (itemappid,applicationid,itemid)
31215values ('62481','268','22876')
31216/
31217
31218INSERT INTO items_applications (itemappid,applicationid,itemid)
31219values ('62482','270','22877')
31220/
31221
31222INSERT INTO items_applications (itemappid,applicationid,itemid)
31223values ('62483','270','22878')
31224/
31225
31226INSERT INTO items_applications (itemappid,applicationid,itemid)
31227values ('62484','265','22879')
31228/
31229
31230INSERT INTO items_applications (itemappid,applicationid,itemid)
31231values ('62485','268','22879')
31232/
31233
31234INSERT INTO items_applications (itemappid,applicationid,itemid)
31235values ('62486','263','22880')
31236/
31237
31238INSERT INTO items_applications (itemappid,applicationid,itemid)
31239values ('62487','269','22880')
31240/
31241
31242INSERT INTO items_applications (itemappid,applicationid,itemid)
31243values ('62488','263','22881')
31244/
31245
31246INSERT INTO items_applications (itemappid,applicationid,itemid)
31247values ('62489','269','22881')
31248/
31249
31250INSERT INTO items_applications (itemappid,applicationid,itemid)
31251values ('62490','263','22882')
31252/
31253
31254INSERT INTO items_applications (itemappid,applicationid,itemid)
31255values ('62491','269','22882')
31256/
31257
31258INSERT INTO items_applications (itemappid,applicationid,itemid)
31259values ('62492','263','22883')
31260/
31261
31262INSERT INTO items_applications (itemappid,applicationid,itemid)
31263values ('62493','269','22883')
31264/
31265
31266INSERT INTO items_applications (itemappid,applicationid,itemid)
31267values ('62494','263','22884')
31268/
31269
31270INSERT INTO items_applications (itemappid,applicationid,itemid)
31271values ('62495','269','22884')
31272/
31273
31274INSERT INTO items_applications (itemappid,applicationid,itemid)
31275values ('62496','263','22885')
31276/
31277
31278INSERT INTO items_applications (itemappid,applicationid,itemid)
31279values ('62497','269','22885')
31280/
31281
31282INSERT INTO items_applications (itemappid,applicationid,itemid)
31283values ('62498','263','22886')
31284/
31285
31286INSERT INTO items_applications (itemappid,applicationid,itemid)
31287values ('62499','269','22886')
31288/
31289
31290INSERT INTO items_applications (itemappid,applicationid,itemid)
31291values ('62500','263','22888')
31292/
31293
31294INSERT INTO items_applications (itemappid,applicationid,itemid)
31295values ('62501','269','22888')
31296/
31297
31298INSERT INTO items_applications (itemappid,applicationid,itemid)
31299values ('62502','263','22891')
31300/
31301
31302INSERT INTO items_applications (itemappid,applicationid,itemid)
31303values ('62503','269','22891')
31304/
31305
31306INSERT INTO items_applications (itemappid,applicationid,itemid)
31307values ('62504','263','22892')
31308/
31309
31310INSERT INTO items_applications (itemappid,applicationid,itemid)
31311values ('62505','269','22892')
31312/
31313
31314INSERT INTO items_applications (itemappid,applicationid,itemid)
31315values ('62506','265','22893')
31316/
31317
31318INSERT INTO items_applications (itemappid,applicationid,itemid)
31319values ('62507','268','22893')
31320/
31321
31322INSERT INTO items_applications (itemappid,applicationid,itemid)
31323values ('62508','265','22894')
31324/
31325
31326INSERT INTO items_applications (itemappid,applicationid,itemid)
31327values ('62509','268','22894')
31328/
31329
31330INSERT INTO items_applications (itemappid,applicationid,itemid)
31331values ('62510','266','22895')
31332/
31333
31334INSERT INTO items_applications (itemappid,applicationid,itemid)
31335values ('62511','266','22896')
31336/
31337
31338INSERT INTO items_applications (itemappid,applicationid,itemid)
31339values ('62512','266','22897')
31340/
31341
31342INSERT INTO items_applications (itemappid,applicationid,itemid)
31343values ('62513','265','22898')
31344/
31345
31346INSERT INTO items_applications (itemappid,applicationid,itemid)
31347values ('62514','268','22898')
31348/
31349
31350INSERT INTO items_applications (itemappid,applicationid,itemid)
31351values ('62515','265','22899')
31352/
31353
31354INSERT INTO items_applications (itemappid,applicationid,itemid)
31355values ('62516','268','22899')
31356/
31357
31358INSERT INTO items_applications (itemappid,applicationid,itemid)
31359values ('62517','268','22900')
31360/
31361
31362INSERT INTO items_applications (itemappid,applicationid,itemid)
31363values ('62518','271','22900')
31364/
31365
31366INSERT INTO items_applications (itemappid,applicationid,itemid)
31367values ('62519','271','22901')
31368/
31369
31370INSERT INTO items_applications (itemappid,applicationid,itemid)
31371values ('62520','266','22902')
31372/
31373
31374INSERT INTO items_applications (itemappid,applicationid,itemid)
31375values ('62521','266','22903')
31376/
31377
31378INSERT INTO items_applications (itemappid,applicationid,itemid)
31379values ('62522','264','22908')
31380/
31381
31382INSERT INTO items_applications (itemappid,applicationid,itemid)
31383values ('62523','264','22909')
31384/
31385
31386INSERT INTO items_applications (itemappid,applicationid,itemid)
31387values ('62524','264','22910')
31388/
31389
31390INSERT INTO items_applications (itemappid,applicationid,itemid)
31391values ('62525','264','22911')
31392/
31393
31394INSERT INTO items_applications (itemappid,applicationid,itemid)
31395values ('62526','264','22912')
31396/
31397
31398INSERT INTO items_applications (itemappid,applicationid,itemid)
31399values ('62527','267','23073')
31400/
31401
31402INSERT INTO items_applications (itemappid,applicationid,itemid)
31403values ('62528','267','23074')
31404/
31405
31406INSERT INTO items_applications (itemappid,applicationid,itemid)
31407values ('62529','283','22961')
31408/
31409
31410INSERT INTO items_applications (itemappid,applicationid,itemid)
31411values ('62530','289','22961')
31412/
31413
31414INSERT INTO items_applications (itemappid,applicationid,itemid)
31415values ('62531','283','22962')
31416/
31417
31418INSERT INTO items_applications (itemappid,applicationid,itemid)
31419values ('62532','289','22962')
31420/
31421
31422INSERT INTO items_applications (itemappid,applicationid,itemid)
31423values ('62533','283','22963')
31424/
31425
31426INSERT INTO items_applications (itemappid,applicationid,itemid)
31427values ('62534','289','22963')
31428/
31429
31430INSERT INTO items_applications (itemappid,applicationid,itemid)
31431values ('62535','283','22965')
31432/
31433
31434INSERT INTO items_applications (itemappid,applicationid,itemid)
31435values ('62536','289','22965')
31436/
31437
31438INSERT INTO items_applications (itemappid,applicationid,itemid)
31439values ('62537','283','22968')
31440/
31441
31442INSERT INTO items_applications (itemappid,applicationid,itemid)
31443values ('62538','289','22968')
31444/
31445
31446INSERT INTO items_applications (itemappid,applicationid,itemid)
31447values ('62539','283','22971')
31448/
31449
31450INSERT INTO items_applications (itemappid,applicationid,itemid)
31451values ('62540','289','22971')
31452/
31453
31454INSERT INTO items_applications (itemappid,applicationid,itemid)
31455values ('62541','283','22972')
31456/
31457
31458INSERT INTO items_applications (itemappid,applicationid,itemid)
31459values ('62542','289','22972')
31460/
31461
31462INSERT INTO items_applications (itemappid,applicationid,itemid)
31463values ('62543','285','22973')
31464/
31465
31466INSERT INTO items_applications (itemappid,applicationid,itemid)
31467values ('62544','288','22973')
31468/
31469
31470INSERT INTO items_applications (itemappid,applicationid,itemid)
31471values ('62545','285','22974')
31472/
31473
31474INSERT INTO items_applications (itemappid,applicationid,itemid)
31475values ('62546','288','22974')
31476/
31477
31478INSERT INTO items_applications (itemappid,applicationid,itemid)
31479values ('62547','285','22978')
31480/
31481
31482INSERT INTO items_applications (itemappid,applicationid,itemid)
31483values ('62548','288','22978')
31484/
31485
31486INSERT INTO items_applications (itemappid,applicationid,itemid)
31487values ('62549','288','22980')
31488/
31489
31490INSERT INTO items_applications (itemappid,applicationid,itemid)
31491values ('62550','291','22980')
31492/
31493
31494INSERT INTO items_applications (itemappid,applicationid,itemid)
31495values ('62551','291','22981')
31496/
31497
31498INSERT INTO items_applications (itemappid,applicationid,itemid)
31499values ('62552','286','22982')
31500/
31501
31502INSERT INTO items_applications (itemappid,applicationid,itemid)
31503values ('62553','286','22983')
31504/
31505
31506INSERT INTO items_applications (itemappid,applicationid,itemid)
31507values ('62554','287','22985')
31508/
31509
31510INSERT INTO items_applications (itemappid,applicationid,itemid)
31511values ('62555','287','22986')
31512/
31513
31514INSERT INTO items_applications (itemappid,applicationid,itemid)
31515values ('62556','284','22988')
31516/
31517
31518INSERT INTO items_applications (itemappid,applicationid,itemid)
31519values ('62557','284','22989')
31520/
31521
31522INSERT INTO items_applications (itemappid,applicationid,itemid)
31523values ('62558','284','22990')
31524/
31525
31526INSERT INTO items_applications (itemappid,applicationid,itemid)
31527values ('62559','284','22991')
31528/
31529
31530INSERT INTO items_applications (itemappid,applicationid,itemid)
31531values ('62560','284','22992')
31532/
31533
31534INSERT INTO items_applications (itemappid,applicationid,itemid)
31535values ('62561','9','10009')
31536/
31537
31538INSERT INTO items_applications (itemappid,applicationid,itemid)
31539values ('62562','13','10010')
31540/
31541
31542INSERT INTO items_applications (itemappid,applicationid,itemid)
31543values ('62563','17','10010')
31544/
31545
31546INSERT INTO items_applications (itemappid,applicationid,itemid)
31547values ('62564','9','10013')
31548/
31549
31550INSERT INTO items_applications (itemappid,applicationid,itemid)
31551values ('62565','15','10014')
31552/
31553
31554INSERT INTO items_applications (itemappid,applicationid,itemid)
31555values ('62566','1','10016')
31556/
31557
31558INSERT INTO items_applications (itemappid,applicationid,itemid)
31559values ('62567','23','10016')
31560/
31561
31562INSERT INTO items_applications (itemappid,applicationid,itemid)
31563values ('62568','23','10019')
31564/
31565
31566INSERT INTO items_applications (itemappid,applicationid,itemid)
31567values ('62569','21','10025')
31568/
31569
31570INSERT INTO items_applications (itemappid,applicationid,itemid)
31571values ('62570','1','10025')
31572/
31573
31574INSERT INTO items_applications (itemappid,applicationid,itemid)
31575values ('62571','15','10026')
31576/
31577
31578INSERT INTO items_applications (itemappid,applicationid,itemid)
31579values ('62572','15','10030')
31580/
31581
31582INSERT INTO items_applications (itemappid,applicationid,itemid)
31583values ('62573','1','10055')
31584/
31585
31586INSERT INTO items_applications (itemappid,applicationid,itemid)
31587values ('62574','1','10056')
31588/
31589
31590INSERT INTO items_applications (itemappid,applicationid,itemid)
31591values ('62575','21','10057')
31592/
31593
31594INSERT INTO items_applications (itemappid,applicationid,itemid)
31595values ('62576','1','10057')
31596/
31597
31598INSERT INTO items_applications (itemappid,applicationid,itemid)
31599values ('62577','21','10058')
31600/
31601
31602INSERT INTO items_applications (itemappid,applicationid,itemid)
31603values ('62578','1','10058')
31604/
31605
31606INSERT INTO items_applications (itemappid,applicationid,itemid)
31607values ('62579','21','17318')
31608/
31609
31610INSERT INTO items_applications (itemappid,applicationid,itemid)
31611values ('62580','1','17318')
31612/
31613
31614INSERT INTO items_applications (itemappid,applicationid,itemid)
31615values ('62581','15','17350')
31616/
31617
31618INSERT INTO items_applications (itemappid,applicationid,itemid)
31619values ('62582','21','17352')
31620/
31621
31622INSERT INTO items_applications (itemappid,applicationid,itemid)
31623values ('62583','1','17352')
31624/
31625
31626INSERT INTO items_applications (itemappid,applicationid,itemid)
31627values ('62584','13','17354')
31628/
31629
31630INSERT INTO items_applications (itemappid,applicationid,itemid)
31631values ('62585','17','17354')
31632/
31633
31634INSERT INTO items_applications (itemappid,applicationid,itemid)
31635values ('62586','13','17356')
31636/
31637
31638INSERT INTO items_applications (itemappid,applicationid,itemid)
31639values ('62587','17','17356')
31640/
31641
31642INSERT INTO items_applications (itemappid,applicationid,itemid)
31643values ('62588','13','17358')
31644/
31645
31646INSERT INTO items_applications (itemappid,applicationid,itemid)
31647values ('62589','17','17358')
31648/
31649
31650INSERT INTO items_applications (itemappid,applicationid,itemid)
31651values ('62590','13','17360')
31652/
31653
31654INSERT INTO items_applications (itemappid,applicationid,itemid)
31655values ('62591','17','17360')
31656/
31657
31658INSERT INTO items_applications (itemappid,applicationid,itemid)
31659values ('62592','13','17362')
31660/
31661
31662INSERT INTO items_applications (itemappid,applicationid,itemid)
31663values ('62593','17','17362')
31664/
31665
31666INSERT INTO items_applications (itemappid,applicationid,itemid)
31667values ('62594','15','22181')
31668/
31669
31670INSERT INTO items_applications (itemappid,applicationid,itemid)
31671values ('62595','13','22665')
31672/
31673
31674INSERT INTO items_applications (itemappid,applicationid,itemid)
31675values ('62596','17','22665')
31676/
31677
31678INSERT INTO items_applications (itemappid,applicationid,itemid)
31679values ('62597','13','22668')
31680/
31681
31682INSERT INTO items_applications (itemappid,applicationid,itemid)
31683values ('62598','17','22668')
31684/
31685
31686INSERT INTO items_applications (itemappid,applicationid,itemid)
31687values ('62599','13','22671')
31688/
31689
31690INSERT INTO items_applications (itemappid,applicationid,itemid)
31691values ('62600','17','22671')
31692/
31693
31694INSERT INTO items_applications (itemappid,applicationid,itemid)
31695values ('62601','13','22674')
31696/
31697
31698INSERT INTO items_applications (itemappid,applicationid,itemid)
31699values ('62602','17','22674')
31700/
31701
31702INSERT INTO items_applications (itemappid,applicationid,itemid)
31703values ('62603','13','22677')
31704/
31705
31706INSERT INTO items_applications (itemappid,applicationid,itemid)
31707values ('62604','17','22677')
31708/
31709
31710INSERT INTO items_applications (itemappid,applicationid,itemid)
31711values ('62605','13','22680')
31712/
31713
31714INSERT INTO items_applications (itemappid,applicationid,itemid)
31715values ('62606','17','22680')
31716/
31717
31718INSERT INTO items_applications (itemappid,applicationid,itemid)
31719values ('62607','13','22683')
31720/
31721
31722INSERT INTO items_applications (itemappid,applicationid,itemid)
31723values ('62608','17','22683')
31724/
31725
31726INSERT INTO items_applications (itemappid,applicationid,itemid)
31727values ('62609','13','28497')
31728/
31729
31730INSERT INTO items_applications (itemappid,applicationid,itemid)
31731values ('62610','17','28497')
31732/
31733
31734INSERT INTO items_applications (itemappid,applicationid,itemid)
31735values ('62611','13','28499')
31736/
31737
31738INSERT INTO items_applications (itemappid,applicationid,itemid)
31739values ('62612','17','28499')
31740/
31741
31742INSERT INTO items_applications (itemappid,applicationid,itemid)
31743values ('62613','351','23289')
31744/
31745
31746INSERT INTO items_applications (itemappid,applicationid,itemid)
31747values ('62614','351','23290')
31748/
31749
31750INSERT INTO items_applications (itemappid,applicationid,itemid)
31751values ('62615','353','23291')
31752/
31753
31754INSERT INTO items_applications (itemappid,applicationid,itemid)
31755values ('62616','353','23292')
31756/
31757
31758INSERT INTO items_applications (itemappid,applicationid,itemid)
31759values ('62617','348','23293')
31760/
31761
31762INSERT INTO items_applications (itemappid,applicationid,itemid)
31763values ('62618','351','23293')
31764/
31765
31766INSERT INTO items_applications (itemappid,applicationid,itemid)
31767values ('62619','346','23294')
31768/
31769
31770INSERT INTO items_applications (itemappid,applicationid,itemid)
31771values ('62620','352','23294')
31772/
31773
31774INSERT INTO items_applications (itemappid,applicationid,itemid)
31775values ('62621','346','23295')
31776/
31777
31778INSERT INTO items_applications (itemappid,applicationid,itemid)
31779values ('62622','352','23295')
31780/
31781
31782INSERT INTO items_applications (itemappid,applicationid,itemid)
31783values ('62623','346','23296')
31784/
31785
31786INSERT INTO items_applications (itemappid,applicationid,itemid)
31787values ('62624','352','23296')
31788/
31789
31790INSERT INTO items_applications (itemappid,applicationid,itemid)
31791values ('62625','346','23297')
31792/
31793
31794INSERT INTO items_applications (itemappid,applicationid,itemid)
31795values ('62626','352','23297')
31796/
31797
31798INSERT INTO items_applications (itemappid,applicationid,itemid)
31799values ('62627','346','23298')
31800/
31801
31802INSERT INTO items_applications (itemappid,applicationid,itemid)
31803values ('62628','352','23298')
31804/
31805
31806INSERT INTO items_applications (itemappid,applicationid,itemid)
31807values ('62629','346','23299')
31808/
31809
31810INSERT INTO items_applications (itemappid,applicationid,itemid)
31811values ('62630','352','23299')
31812/
31813
31814INSERT INTO items_applications (itemappid,applicationid,itemid)
31815values ('62631','346','23300')
31816/
31817
31818INSERT INTO items_applications (itemappid,applicationid,itemid)
31819values ('62632','352','23300')
31820/
31821
31822INSERT INTO items_applications (itemappid,applicationid,itemid)
31823values ('62633','346','23301')
31824/
31825
31826INSERT INTO items_applications (itemappid,applicationid,itemid)
31827values ('62634','352','23301')
31828/
31829
31830INSERT INTO items_applications (itemappid,applicationid,itemid)
31831values ('62635','346','23302')
31832/
31833
31834INSERT INTO items_applications (itemappid,applicationid,itemid)
31835values ('62636','352','23302')
31836/
31837
31838INSERT INTO items_applications (itemappid,applicationid,itemid)
31839values ('62637','346','23303')
31840/
31841
31842INSERT INTO items_applications (itemappid,applicationid,itemid)
31843values ('62638','352','23303')
31844/
31845
31846INSERT INTO items_applications (itemappid,applicationid,itemid)
31847values ('62639','346','23304')
31848/
31849
31850INSERT INTO items_applications (itemappid,applicationid,itemid)
31851values ('62640','352','23304')
31852/
31853
31854INSERT INTO items_applications (itemappid,applicationid,itemid)
31855values ('62641','346','23305')
31856/
31857
31858INSERT INTO items_applications (itemappid,applicationid,itemid)
31859values ('62642','352','23305')
31860/
31861
31862INSERT INTO items_applications (itemappid,applicationid,itemid)
31863values ('62643','346','23306')
31864/
31865
31866INSERT INTO items_applications (itemappid,applicationid,itemid)
31867values ('62644','352','23306')
31868/
31869
31870INSERT INTO items_applications (itemappid,applicationid,itemid)
31871values ('62645','348','23307')
31872/
31873
31874INSERT INTO items_applications (itemappid,applicationid,itemid)
31875values ('62646','351','23307')
31876/
31877
31878INSERT INTO items_applications (itemappid,applicationid,itemid)
31879values ('62647','348','23308')
31880/
31881
31882INSERT INTO items_applications (itemappid,applicationid,itemid)
31883values ('62648','351','23308')
31884/
31885
31886INSERT INTO items_applications (itemappid,applicationid,itemid)
31887values ('62649','349','23309')
31888/
31889
31890INSERT INTO items_applications (itemappid,applicationid,itemid)
31891values ('62650','349','23310')
31892/
31893
31894INSERT INTO items_applications (itemappid,applicationid,itemid)
31895values ('62651','349','23311')
31896/
31897
31898INSERT INTO items_applications (itemappid,applicationid,itemid)
31899values ('62652','348','23312')
31900/
31901
31902INSERT INTO items_applications (itemappid,applicationid,itemid)
31903values ('62653','351','23312')
31904/
31905
31906INSERT INTO items_applications (itemappid,applicationid,itemid)
31907values ('62654','348','23313')
31908/
31909
31910INSERT INTO items_applications (itemappid,applicationid,itemid)
31911values ('62655','351','23313')
31912/
31913
31914INSERT INTO items_applications (itemappid,applicationid,itemid)
31915values ('62656','351','23314')
31916/
31917
31918INSERT INTO items_applications (itemappid,applicationid,itemid)
31919values ('62657','354','23314')
31920/
31921
31922INSERT INTO items_applications (itemappid,applicationid,itemid)
31923values ('62658','354','23315')
31924/
31925
31926INSERT INTO items_applications (itemappid,applicationid,itemid)
31927values ('62659','349','23316')
31928/
31929
31930INSERT INTO items_applications (itemappid,applicationid,itemid)
31931values ('62660','349','23317')
31932/
31933
31934INSERT INTO items_applications (itemappid,applicationid,itemid)
31935values ('62661','346','28498')
31936/
31937
31938INSERT INTO items_applications (itemappid,applicationid,itemid)
31939values ('62662','352','28498')
31940/
31941
31942INSERT INTO items_applications (itemappid,applicationid,itemid)
31943values ('62663','346','28500')
31944/
31945
31946INSERT INTO items_applications (itemappid,applicationid,itemid)
31947values ('62664','352','28500')
31948/
31949
31950INSERT INTO items_applications (itemappid,applicationid,itemid)
31951values ('62665','7','22446')
31952/
31953
31954INSERT INTO items_applications (itemappid,applicationid,itemid)
31955values ('62666','7','22448')
31956/
31957
31958INSERT INTO items_applications (itemappid,applicationid,itemid)
31959values ('62667','5','22452')
31960/
31961
31962INSERT INTO items_applications (itemappid,applicationid,itemid)
31963values ('62668','5','22454')
31964/
31965
31966INSERT INTO items_applications (itemappid,applicationid,itemid)
31967values ('62669','5','22456')
31968/
31969
31970INSERT INTO items_applications (itemappid,applicationid,itemid)
31971values ('62670','5','22458')
31972/
31973
31974INSERT INTO items_applications (itemappid,applicationid,itemid)
31975values ('62671','5','22686')
31976/
31977
31978INSERT INTO items_applications (itemappid,applicationid,itemid)
31979values ('62672','350','23280')
31980/
31981
31982INSERT INTO items_applications (itemappid,applicationid,itemid)
31983values ('62673','350','23281')
31984/
31985
31986INSERT INTO items_applications (itemappid,applicationid,itemid)
31987values ('62674','347','23282')
31988/
31989
31990INSERT INTO items_applications (itemappid,applicationid,itemid)
31991values ('62675','347','23283')
31992/
31993
31994INSERT INTO items_applications (itemappid,applicationid,itemid)
31995values ('62676','347','23284')
31996/
31997
31998INSERT INTO items_applications (itemappid,applicationid,itemid)
31999values ('62677','347','23285')
32000/
32001
32002INSERT INTO items_applications (itemappid,applicationid,itemid)
32003values ('62678','347','23286')
32004/
32005
32006INSERT INTO items_applications (itemappid,applicationid,itemid)
32007values ('62679','308','23035')
32008/
32009
32010INSERT INTO items_applications (itemappid,applicationid,itemid)
32011values ('62680','308','23036')
32012/
32013
32014INSERT INTO items_applications (itemappid,applicationid,itemid)
32015values ('62681','305','23039')
32016/
32017
32018INSERT INTO items_applications (itemappid,applicationid,itemid)
32019values ('62682','308','23039')
32020/
32021
32022INSERT INTO items_applications (itemappid,applicationid,itemid)
32023values ('62683','303','23041')
32024/
32025
32026INSERT INTO items_applications (itemappid,applicationid,itemid)
32027values ('62684','309','23041')
32028/
32029
32030INSERT INTO items_applications (itemappid,applicationid,itemid)
32031values ('62685','303','23042')
32032/
32033
32034INSERT INTO items_applications (itemappid,applicationid,itemid)
32035values ('62686','309','23042')
32036/
32037
32038INSERT INTO items_applications (itemappid,applicationid,itemid)
32039values ('62687','303','23043')
32040/
32041
32042INSERT INTO items_applications (itemappid,applicationid,itemid)
32043values ('62688','309','23043')
32044/
32045
32046INSERT INTO items_applications (itemappid,applicationid,itemid)
32047values ('62689','305','23053')
32048/
32049
32050INSERT INTO items_applications (itemappid,applicationid,itemid)
32051values ('62690','308','23053')
32052/
32053
32054INSERT INTO items_applications (itemappid,applicationid,itemid)
32055values ('62691','305','23054')
32056/
32057
32058INSERT INTO items_applications (itemappid,applicationid,itemid)
32059values ('62692','308','23054')
32060/
32061
32062INSERT INTO items_applications (itemappid,applicationid,itemid)
32063values ('62693','305','23058')
32064/
32065
32066INSERT INTO items_applications (itemappid,applicationid,itemid)
32067values ('62694','308','23058')
32068/
32069
32070INSERT INTO items_applications (itemappid,applicationid,itemid)
32071values ('62695','305','23059')
32072/
32073
32074INSERT INTO items_applications (itemappid,applicationid,itemid)
32075values ('62696','308','23059')
32076/
32077
32078INSERT INTO items_applications (itemappid,applicationid,itemid)
32079values ('62697','308','23060')
32080/
32081
32082INSERT INTO items_applications (itemappid,applicationid,itemid)
32083values ('62698','311','23060')
32084/
32085
32086INSERT INTO items_applications (itemappid,applicationid,itemid)
32087values ('62699','311','23061')
32088/
32089
32090INSERT INTO items_applications (itemappid,applicationid,itemid)
32091values ('62700','306','23062')
32092/
32093
32094INSERT INTO items_applications (itemappid,applicationid,itemid)
32095values ('62701','306','23063')
32096/
32097
32098INSERT INTO items_applications (itemappid,applicationid,itemid)
32099values ('62702','307','23077')
32100/
32101
32102INSERT INTO items_applications (itemappid,applicationid,itemid)
32103values ('62703','307','23078')
32104/
32105
32106INSERT INTO items_applications (itemappid,applicationid,itemid)
32107values ('62704','304','23068')
32108/
32109
32110INSERT INTO items_applications (itemappid,applicationid,itemid)
32111values ('62705','304','23069')
32112/
32113
32114INSERT INTO items_applications (itemappid,applicationid,itemid)
32115values ('62706','304','23070')
32116/
32117
32118INSERT INTO items_applications (itemappid,applicationid,itemid)
32119values ('62707','304','23071')
32120/
32121
32122INSERT INTO items_applications (itemappid,applicationid,itemid)
32123values ('62708','304','23072')
32124/
32125
32126INSERT INTO items_applications (itemappid,applicationid,itemid)
32127values ('62709','258','22835')
32128/
32129
32130INSERT INTO items_applications (itemappid,applicationid,itemid)
32131values ('62710','258','22836')
32132/
32133
32134INSERT INTO items_applications (itemappid,applicationid,itemid)
32135values ('62711','260','22837')
32136/
32137
32138INSERT INTO items_applications (itemappid,applicationid,itemid)
32139values ('62712','260','22838')
32140/
32141
32142INSERT INTO items_applications (itemappid,applicationid,itemid)
32143values ('62713','255','22839')
32144/
32145
32146INSERT INTO items_applications (itemappid,applicationid,itemid)
32147values ('62714','258','22839')
32148/
32149
32150INSERT INTO items_applications (itemappid,applicationid,itemid)
32151values ('62715','253','22840')
32152/
32153
32154INSERT INTO items_applications (itemappid,applicationid,itemid)
32155values ('62716','259','22840')
32156/
32157
32158INSERT INTO items_applications (itemappid,applicationid,itemid)
32159values ('62717','253','22841')
32160/
32161
32162INSERT INTO items_applications (itemappid,applicationid,itemid)
32163values ('62718','259','22841')
32164/
32165
32166INSERT INTO items_applications (itemappid,applicationid,itemid)
32167values ('62719','253','22842')
32168/
32169
32170INSERT INTO items_applications (itemappid,applicationid,itemid)
32171values ('62720','259','22842')
32172/
32173
32174INSERT INTO items_applications (itemappid,applicationid,itemid)
32175values ('62721','253','22843')
32176/
32177
32178INSERT INTO items_applications (itemappid,applicationid,itemid)
32179values ('62722','259','22843')
32180/
32181
32182INSERT INTO items_applications (itemappid,applicationid,itemid)
32183values ('62723','253','22844')
32184/
32185
32186INSERT INTO items_applications (itemappid,applicationid,itemid)
32187values ('62724','259','22844')
32188/
32189
32190INSERT INTO items_applications (itemappid,applicationid,itemid)
32191values ('62725','253','22845')
32192/
32193
32194INSERT INTO items_applications (itemappid,applicationid,itemid)
32195values ('62726','259','22845')
32196/
32197
32198INSERT INTO items_applications (itemappid,applicationid,itemid)
32199values ('62727','253','22846')
32200/
32201
32202INSERT INTO items_applications (itemappid,applicationid,itemid)
32203values ('62728','259','22846')
32204/
32205
32206INSERT INTO items_applications (itemappid,applicationid,itemid)
32207values ('62729','253','22848')
32208/
32209
32210INSERT INTO items_applications (itemappid,applicationid,itemid)
32211values ('62730','259','22848')
32212/
32213
32214INSERT INTO items_applications (itemappid,applicationid,itemid)
32215values ('62731','253','22851')
32216/
32217
32218INSERT INTO items_applications (itemappid,applicationid,itemid)
32219values ('62732','259','22851')
32220/
32221
32222INSERT INTO items_applications (itemappid,applicationid,itemid)
32223values ('62733','253','22852')
32224/
32225
32226INSERT INTO items_applications (itemappid,applicationid,itemid)
32227values ('62734','259','22852')
32228/
32229
32230INSERT INTO items_applications (itemappid,applicationid,itemid)
32231values ('62735','255','22853')
32232/
32233
32234INSERT INTO items_applications (itemappid,applicationid,itemid)
32235values ('62736','258','22853')
32236/
32237
32238INSERT INTO items_applications (itemappid,applicationid,itemid)
32239values ('62737','255','22854')
32240/
32241
32242INSERT INTO items_applications (itemappid,applicationid,itemid)
32243values ('62738','258','22854')
32244/
32245
32246INSERT INTO items_applications (itemappid,applicationid,itemid)
32247values ('62739','256','22855')
32248/
32249
32250INSERT INTO items_applications (itemappid,applicationid,itemid)
32251values ('62740','256','22856')
32252/
32253
32254INSERT INTO items_applications (itemappid,applicationid,itemid)
32255values ('62741','256','22857')
32256/
32257
32258INSERT INTO items_applications (itemappid,applicationid,itemid)
32259values ('62742','255','22858')
32260/
32261
32262INSERT INTO items_applications (itemappid,applicationid,itemid)
32263values ('62743','258','22858')
32264/
32265
32266INSERT INTO items_applications (itemappid,applicationid,itemid)
32267values ('62744','255','22859')
32268/
32269
32270INSERT INTO items_applications (itemappid,applicationid,itemid)
32271values ('62745','258','22859')
32272/
32273
32274INSERT INTO items_applications (itemappid,applicationid,itemid)
32275values ('62746','258','22860')
32276/
32277
32278INSERT INTO items_applications (itemappid,applicationid,itemid)
32279values ('62747','261','22860')
32280/
32281
32282INSERT INTO items_applications (itemappid,applicationid,itemid)
32283values ('62748','261','22861')
32284/
32285
32286INSERT INTO items_applications (itemappid,applicationid,itemid)
32287values ('62749','256','22862')
32288/
32289
32290INSERT INTO items_applications (itemappid,applicationid,itemid)
32291values ('62750','256','22863')
32292/
32293
32294INSERT INTO items_applications (itemappid,applicationid,itemid)
32295values ('62751','254','22868')
32296/
32297
32298INSERT INTO items_applications (itemappid,applicationid,itemid)
32299values ('62752','254','22869')
32300/
32301
32302INSERT INTO items_applications (itemappid,applicationid,itemid)
32303values ('62753','254','22870')
32304/
32305
32306INSERT INTO items_applications (itemappid,applicationid,itemid)
32307values ('62754','254','22871')
32308/
32309
32310INSERT INTO items_applications (itemappid,applicationid,itemid)
32311values ('62755','254','22872')
32312/
32313
32314INSERT INTO items_applications (itemappid,applicationid,itemid)
32315values ('62756','257','23075')
32316/
32317
32318INSERT INTO items_applications (itemappid,applicationid,itemid)
32319values ('62757','257','23076')
32320/
32321
32322INSERT INTO items_applications (itemappid,applicationid,itemid)
32323values ('62758','298','22996')
32324/
32325
32326INSERT INTO items_applications (itemappid,applicationid,itemid)
32327values ('62759','300','22997')
32328/
32329
32330INSERT INTO items_applications (itemappid,applicationid,itemid)
32331values ('62760','300','22998')
32332/
32333
32334INSERT INTO items_applications (itemappid,applicationid,itemid)
32335values ('62761','295','22999')
32336/
32337
32338INSERT INTO items_applications (itemappid,applicationid,itemid)
32339values ('62762','298','22999')
32340/
32341
32342INSERT INTO items_applications (itemappid,applicationid,itemid)
32343values ('62763','293','23000')
32344/
32345
32346INSERT INTO items_applications (itemappid,applicationid,itemid)
32347values ('62764','299','23000')
32348/
32349
32350INSERT INTO items_applications (itemappid,applicationid,itemid)
32351values ('62765','293','23001')
32352/
32353
32354INSERT INTO items_applications (itemappid,applicationid,itemid)
32355values ('62766','299','23001')
32356/
32357
32358INSERT INTO items_applications (itemappid,applicationid,itemid)
32359values ('62767','293','23002')
32360/
32361
32362INSERT INTO items_applications (itemappid,applicationid,itemid)
32363values ('62768','299','23002')
32364/
32365
32366INSERT INTO items_applications (itemappid,applicationid,itemid)
32367values ('62769','293','23003')
32368/
32369
32370INSERT INTO items_applications (itemappid,applicationid,itemid)
32371values ('62770','299','23003')
32372/
32373
32374INSERT INTO items_applications (itemappid,applicationid,itemid)
32375values ('62771','293','23004')
32376/
32377
32378INSERT INTO items_applications (itemappid,applicationid,itemid)
32379values ('62772','299','23004')
32380/
32381
32382INSERT INTO items_applications (itemappid,applicationid,itemid)
32383values ('62773','293','23005')
32384/
32385
32386INSERT INTO items_applications (itemappid,applicationid,itemid)
32387values ('62774','299','23005')
32388/
32389
32390INSERT INTO items_applications (itemappid,applicationid,itemid)
32391values ('62775','293','23007')
32392/
32393
32394INSERT INTO items_applications (itemappid,applicationid,itemid)
32395values ('62776','299','23007')
32396/
32397
32398INSERT INTO items_applications (itemappid,applicationid,itemid)
32399values ('62777','293','23011')
32400/
32401
32402INSERT INTO items_applications (itemappid,applicationid,itemid)
32403values ('62778','299','23011')
32404/
32405
32406INSERT INTO items_applications (itemappid,applicationid,itemid)
32407values ('62779','293','23012')
32408/
32409
32410INSERT INTO items_applications (itemappid,applicationid,itemid)
32411values ('62780','299','23012')
32412/
32413
32414INSERT INTO items_applications (itemappid,applicationid,itemid)
32415values ('62781','295','23013')
32416/
32417
32418INSERT INTO items_applications (itemappid,applicationid,itemid)
32419values ('62782','298','23013')
32420/
32421
32422INSERT INTO items_applications (itemappid,applicationid,itemid)
32423values ('62783','295','23014')
32424/
32425
32426INSERT INTO items_applications (itemappid,applicationid,itemid)
32427values ('62784','298','23014')
32428/
32429
32430INSERT INTO items_applications (itemappid,applicationid,itemid)
32431values ('62785','296','23015')
32432/
32433
32434INSERT INTO items_applications (itemappid,applicationid,itemid)
32435values ('62786','296','23016')
32436/
32437
32438INSERT INTO items_applications (itemappid,applicationid,itemid)
32439values ('62787','296','23017')
32440/
32441
32442INSERT INTO items_applications (itemappid,applicationid,itemid)
32443values ('62788','295','23018')
32444/
32445
32446INSERT INTO items_applications (itemappid,applicationid,itemid)
32447values ('62789','298','23018')
32448/
32449
32450INSERT INTO items_applications (itemappid,applicationid,itemid)
32451values ('62790','295','23019')
32452/
32453
32454INSERT INTO items_applications (itemappid,applicationid,itemid)
32455values ('62791','298','23019')
32456/
32457
32458INSERT INTO items_applications (itemappid,applicationid,itemid)
32459values ('62792','298','23020')
32460/
32461
32462INSERT INTO items_applications (itemappid,applicationid,itemid)
32463values ('62793','301','23020')
32464/
32465
32466INSERT INTO items_applications (itemappid,applicationid,itemid)
32467values ('62794','301','23021')
32468/
32469
32470INSERT INTO items_applications (itemappid,applicationid,itemid)
32471values ('62795','296','23022')
32472/
32473
32474INSERT INTO items_applications (itemappid,applicationid,itemid)
32475values ('62796','296','23023')
32476/
32477
32478INSERT INTO items_applications (itemappid,applicationid,itemid)
32479values ('62797','297','23025')
32480/
32481
32482INSERT INTO items_applications (itemappid,applicationid,itemid)
32483values ('62798','297','23026')
32484/
32485
32486INSERT INTO items_applications (itemappid,applicationid,itemid)
32487values ('62799','294','23028')
32488/
32489
32490INSERT INTO items_applications (itemappid,applicationid,itemid)
32491values ('62800','294','23029')
32492/
32493
32494INSERT INTO items_applications (itemappid,applicationid,itemid)
32495values ('62801','294','23030')
32496/
32497
32498INSERT INTO items_applications (itemappid,applicationid,itemid)
32499values ('62802','294','23031')
32500/
32501
32502INSERT INTO items_applications (itemappid,applicationid,itemid)
32503values ('62803','294','23032')
32504/
32505
32506INSERT INTO items_applications (itemappid,applicationid,itemid)
32507values ('62804','322','23134')
32508/
32509
32510INSERT INTO items_applications (itemappid,applicationid,itemid)
32511values ('62805','320','23134')
32512/
32513
32514INSERT INTO items_applications (itemappid,applicationid,itemid)
32515values ('62806','322','23135')
32516/
32517
32518INSERT INTO items_applications (itemappid,applicationid,itemid)
32519values ('62807','320','23135')
32520/
32521
32522INSERT INTO items_applications (itemappid,applicationid,itemid)
32523values ('62808','322','23136')
32524/
32525
32526INSERT INTO items_applications (itemappid,applicationid,itemid)
32527values ('62809','320','23136')
32528/
32529
32530INSERT INTO items_applications (itemappid,applicationid,itemid)
32531values ('62810','322','23137')
32532/
32533
32534INSERT INTO items_applications (itemappid,applicationid,itemid)
32535values ('62811','320','23137')
32536/
32537
32538INSERT INTO items_applications (itemappid,applicationid,itemid)
32539values ('62812','323','23138')
32540/
32541
32542INSERT INTO items_applications (itemappid,applicationid,itemid)
32543values ('62813','324','23140')
32544/
32545
32546INSERT INTO items_applications (itemappid,applicationid,itemid)
32547values ('62814','325','23143')
32548/
32549
32550INSERT INTO items_applications (itemappid,applicationid,itemid)
32551values ('62815','320','23143')
32552/
32553
32554INSERT INTO items_applications (itemappid,applicationid,itemid)
32555values ('62816','325','23144')
32556/
32557
32558INSERT INTO items_applications (itemappid,applicationid,itemid)
32559values ('62817','320','23144')
32560/
32561
32562INSERT INTO items_applications (itemappid,applicationid,itemid)
32563values ('62818','325','23145')
32564/
32565
32566INSERT INTO items_applications (itemappid,applicationid,itemid)
32567values ('62819','320','23145')
32568/
32569
32570INSERT INTO items_applications (itemappid,applicationid,itemid)
32571values ('62820','328','23147')
32572/
32573
32574INSERT INTO items_applications (itemappid,applicationid,itemid)
32575values ('62821','328','23148')
32576/
32577
32578INSERT INTO items_applications (itemappid,applicationid,itemid)
32579values ('62822','319','23149')
32580/
32581
32582INSERT INTO items_applications (itemappid,applicationid,itemid)
32583values ('62823','323','23149')
32584/
32585
32586INSERT INTO items_applications (itemappid,applicationid,itemid)
32587values ('62824','319','23150')
32588/
32589
32590INSERT INTO items_applications (itemappid,applicationid,itemid)
32591values ('62825','328','23158')
32592/
32593
32594INSERT INTO items_applications (itemappid,applicationid,itemid)
32595values ('62826','328','23159')
32596/
32597
32598INSERT INTO items_applications (itemappid,applicationid,itemid)
32599values ('62827','328','23668')
32600/
32601
32602INSERT INTO items_applications (itemappid,applicationid,itemid)
32603values ('62828','322','23164')
32604/
32605
32606INSERT INTO items_applications (itemappid,applicationid,itemid)
32607values ('62829','322','23165')
32608/
32609
32610INSERT INTO items_applications (itemappid,applicationid,itemid)
32611values ('62830','322','23167')
32612/
32613
32614INSERT INTO items_applications (itemappid,applicationid,itemid)
32615values ('62831','322','23168')
32616/
32617
32618INSERT INTO items_applications (itemappid,applicationid,itemid)
32619values ('62832','330','23169')
32620/
32621
32622INSERT INTO items_applications (itemappid,applicationid,itemid)
32623values ('62833','330','23170')
32624/
32625
32626INSERT INTO items_applications (itemappid,applicationid,itemid)
32627values ('62834','321','23666')
32628/
32629
32630INSERT INTO items_applications (itemappid,applicationid,itemid)
32631values ('62835','743','26925')
32632/
32633
32634INSERT INTO items_applications (itemappid,applicationid,itemid)
32635values ('62836','743','26926')
32636/
32637
32638INSERT INTO items_applications (itemappid,applicationid,itemid)
32639values ('62837','741','26927')
32640/
32641
32642INSERT INTO items_applications (itemappid,applicationid,itemid)
32643values ('62838','742','26928')
32644/
32645
32646INSERT INTO items_applications (itemappid,applicationid,itemid)
32647values ('62839','743','26929')
32648/
32649
32650INSERT INTO items_applications (itemappid,applicationid,itemid)
32651values ('62840','743','26930')
32652/
32653
32654INSERT INTO items_applications (itemappid,applicationid,itemid)
32655values ('62841','743','26931')
32656/
32657
32658INSERT INTO items_applications (itemappid,applicationid,itemid)
32659values ('62842','743','26932')
32660/
32661
32662INSERT INTO items_applications (itemappid,applicationid,itemid)
32663values ('62843','745','26933')
32664/
32665
32666INSERT INTO items_applications (itemappid,applicationid,itemid)
32667values ('62844','746','26934')
32668/
32669
32670INSERT INTO items_applications (itemappid,applicationid,itemid)
32671values ('62845','744','26935')
32672/
32673
32674INSERT INTO items_applications (itemappid,applicationid,itemid)
32675values ('62846','744','26936')
32676/
32677
32678INSERT INTO items_applications (itemappid,applicationid,itemid)
32679values ('62847','746','26937')
32680/
32681
32682INSERT INTO items_applications (itemappid,applicationid,itemid)
32683values ('62848','746','26938')
32684/
32685
32686INSERT INTO items_applications (itemappid,applicationid,itemid)
32687values ('62849','746','26939')
32688/
32689
32690INSERT INTO items_applications (itemappid,applicationid,itemid)
32691values ('62850','746','26940')
32692/
32693
32694INSERT INTO items_applications (itemappid,applicationid,itemid)
32695values ('62851','746','26941')
32696/
32697
32698INSERT INTO items_applications (itemappid,applicationid,itemid)
32699values ('62852','746','26942')
32700/
32701
32702INSERT INTO items_applications (itemappid,applicationid,itemid)
32703values ('62853','745','26943')
32704/
32705
32706INSERT INTO items_applications (itemappid,applicationid,itemid)
32707values ('62854','780','27065')
32708/
32709
32710INSERT INTO items_applications (itemappid,applicationid,itemid)
32711values ('62855','780','27066')
32712/
32713
32714INSERT INTO items_applications (itemappid,applicationid,itemid)
32715values ('62856','780','27067')
32716/
32717
32718INSERT INTO items_applications (itemappid,applicationid,itemid)
32719values ('62857','797','27138')
32720/
32721
32722INSERT INTO items_applications (itemappid,applicationid,itemid)
32723values ('62858','797','27139')
32724/
32725
32726INSERT INTO items_applications (itemappid,applicationid,itemid)
32727values ('62859','797','27140')
32728/
32729
32730INSERT INTO items_applications (itemappid,applicationid,itemid)
32731values ('62860','799','27149')
32732/
32733
32734INSERT INTO items_applications (itemappid,applicationid,itemid)
32735values ('62861','799','27150')
32736/
32737
32738INSERT INTO items_applications (itemappid,applicationid,itemid)
32739values ('62862','799','27151')
32740/
32741
32742INSERT INTO items_applications (itemappid,applicationid,itemid)
32743values ('62863','805','27192')
32744/
32745
32746INSERT INTO items_applications (itemappid,applicationid,itemid)
32747values ('62864','805','27193')
32748/
32749
32750INSERT INTO items_applications (itemappid,applicationid,itemid)
32751values ('62865','805','27194')
32752/
32753
32754INSERT INTO items_applications (itemappid,applicationid,itemid)
32755values ('62866','813','27225')
32756/
32757
32758INSERT INTO items_applications (itemappid,applicationid,itemid)
32759values ('62867','813','27226')
32760/
32761
32762INSERT INTO items_applications (itemappid,applicationid,itemid)
32763values ('62868','813','27227')
32764/
32765
32766INSERT INTO items_applications (itemappid,applicationid,itemid)
32767values ('62869','822','27261')
32768/
32769
32770INSERT INTO items_applications (itemappid,applicationid,itemid)
32771values ('62870','822','27262')
32772/
32773
32774INSERT INTO items_applications (itemappid,applicationid,itemid)
32775values ('62871','822','27263')
32776/
32777
32778INSERT INTO items_applications (itemappid,applicationid,itemid)
32779values ('62872','825','27282')
32780/
32781
32782INSERT INTO items_applications (itemappid,applicationid,itemid)
32783values ('62873','825','27283')
32784/
32785
32786INSERT INTO items_applications (itemappid,applicationid,itemid)
32787values ('62874','825','27284')
32788/
32789
32790INSERT INTO items_applications (itemappid,applicationid,itemid)
32791values ('62875','842','27333')
32792/
32793
32794INSERT INTO items_applications (itemappid,applicationid,itemid)
32795values ('62876','842','27334')
32796/
32797
32798INSERT INTO items_applications (itemappid,applicationid,itemid)
32799values ('62877','842','27335')
32800/
32801
32802INSERT INTO items_applications (itemappid,applicationid,itemid)
32803values ('62878','847','27365')
32804/
32805
32806INSERT INTO items_applications (itemappid,applicationid,itemid)
32807values ('62879','847','27366')
32808/
32809
32810INSERT INTO items_applications (itemappid,applicationid,itemid)
32811values ('62880','847','27367')
32812/
32813
32814INSERT INTO items_applications (itemappid,applicationid,itemid)
32815values ('62881','876','27462')
32816/
32817
32818INSERT INTO items_applications (itemappid,applicationid,itemid)
32819values ('62882','876','27463')
32820/
32821
32822INSERT INTO items_applications (itemappid,applicationid,itemid)
32823values ('62883','876','27464')
32824/
32825
32826INSERT INTO items_applications (itemappid,applicationid,itemid)
32827values ('62884','885','27496')
32828/
32829
32830INSERT INTO items_applications (itemappid,applicationid,itemid)
32831values ('62885','885','27497')
32832/
32833
32834INSERT INTO items_applications (itemappid,applicationid,itemid)
32835values ('62886','885','27498')
32836/
32837
32838INSERT INTO items_applications (itemappid,applicationid,itemid)
32839values ('62887','894','27532')
32840/
32841
32842INSERT INTO items_applications (itemappid,applicationid,itemid)
32843values ('62888','894','27533')
32844/
32845
32846INSERT INTO items_applications (itemappid,applicationid,itemid)
32847values ('62889','894','27534')
32848/
32849
32850INSERT INTO items_applications (itemappid,applicationid,itemid)
32851values ('62890','903','27568')
32852/
32853
32854INSERT INTO items_applications (itemappid,applicationid,itemid)
32855values ('62891','903','27569')
32856/
32857
32858INSERT INTO items_applications (itemappid,applicationid,itemid)
32859values ('62892','903','27570')
32860/
32861
32862INSERT INTO items_applications (itemappid,applicationid,itemid)
32863values ('62893','912','27608')
32864/
32865
32866INSERT INTO items_applications (itemappid,applicationid,itemid)
32867values ('62894','912','27609')
32868/
32869
32870INSERT INTO items_applications (itemappid,applicationid,itemid)
32871values ('62895','912','27610')
32872/
32873
32874INSERT INTO items_applications (itemappid,applicationid,itemid)
32875values ('62896','915','27631')
32876/
32877
32878INSERT INTO items_applications (itemappid,applicationid,itemid)
32879values ('62897','915','27632')
32880/
32881
32882INSERT INTO items_applications (itemappid,applicationid,itemid)
32883values ('62898','915','27633')
32884/
32885
32886INSERT INTO items_applications (itemappid,applicationid,itemid)
32887values ('62899','918','27654')
32888/
32889
32890INSERT INTO items_applications (itemappid,applicationid,itemid)
32891values ('62900','918','27655')
32892/
32893
32894INSERT INTO items_applications (itemappid,applicationid,itemid)
32895values ('62901','918','27656')
32896/
32897
32898INSERT INTO items_applications (itemappid,applicationid,itemid)
32899values ('62902','936','27734')
32900/
32901
32902INSERT INTO items_applications (itemappid,applicationid,itemid)
32903values ('62903','936','27735')
32904/
32905
32906INSERT INTO items_applications (itemappid,applicationid,itemid)
32907values ('62904','936','27736')
32908/
32909
32910INSERT INTO items_applications (itemappid,applicationid,itemid)
32911values ('62905','944','27766')
32912/
32913
32914INSERT INTO items_applications (itemappid,applicationid,itemid)
32915values ('62906','944','27767')
32916/
32917
32918INSERT INTO items_applications (itemappid,applicationid,itemid)
32919values ('62907','944','27768')
32920/
32921
32922INSERT INTO items_applications (itemappid,applicationid,itemid)
32923values ('62908','951','27800')
32924/
32925
32926INSERT INTO items_applications (itemappid,applicationid,itemid)
32927values ('62909','951','27801')
32928/
32929
32930INSERT INTO items_applications (itemappid,applicationid,itemid)
32931values ('62910','951','27802')
32932/
32933
32934INSERT INTO items_applications (itemappid,applicationid,itemid)
32935values ('62911','971','27882')
32936/
32937
32938INSERT INTO items_applications (itemappid,applicationid,itemid)
32939values ('62912','971','27883')
32940/
32941
32942INSERT INTO items_applications (itemappid,applicationid,itemid)
32943values ('62913','971','27884')
32944/
32945
32946INSERT INTO items_applications (itemappid,applicationid,itemid)
32947values ('62914','979','27919')
32948/
32949
32950INSERT INTO items_applications (itemappid,applicationid,itemid)
32951values ('62915','979','27920')
32952/
32953
32954INSERT INTO items_applications (itemappid,applicationid,itemid)
32955values ('62916','979','27921')
32956/
32957
32958INSERT INTO items_applications (itemappid,applicationid,itemid)
32959values ('62917','988','27956')
32960/
32961
32962INSERT INTO items_applications (itemappid,applicationid,itemid)
32963values ('62918','988','27957')
32964/
32965
32966INSERT INTO items_applications (itemappid,applicationid,itemid)
32967values ('62919','988','27958')
32968/
32969
32970INSERT INTO items_applications (itemappid,applicationid,itemid)
32971values ('62920','994','27986')
32972/
32973
32974INSERT INTO items_applications (itemappid,applicationid,itemid)
32975values ('62921','994','27987')
32976/
32977
32978INSERT INTO items_applications (itemappid,applicationid,itemid)
32979values ('62922','994','27988')
32980/
32981
32982INSERT INTO items_applications (itemappid,applicationid,itemid)
32983values ('62923','1000','28015')
32984/
32985
32986INSERT INTO items_applications (itemappid,applicationid,itemid)
32987values ('62924','1000','28016')
32988/
32989
32990INSERT INTO items_applications (itemappid,applicationid,itemid)
32991values ('62925','1000','28017')
32992/
32993
32994INSERT INTO items_applications (itemappid,applicationid,itemid)
32995values ('62926','1020','28070')
32996/
32997
32998INSERT INTO items_applications (itemappid,applicationid,itemid)
32999values ('62927','1020','28071')
33000/
33001
33002INSERT INTO items_applications (itemappid,applicationid,itemid)
33003values ('62928','1020','28072')
33004/
33005
33006INSERT INTO items_applications (itemappid,applicationid,itemid)
33007values ('62929','1027','28107')
33008/
33009
33010INSERT INTO items_applications (itemappid,applicationid,itemid)
33011values ('62930','1027','28108')
33012/
33013
33014INSERT INTO items_applications (itemappid,applicationid,itemid)
33015values ('62931','1027','28109')
33016/
33017
33018INSERT INTO items_applications (itemappid,applicationid,itemid)
33019values ('62932','1030','28130')
33020/
33021
33022INSERT INTO items_applications (itemappid,applicationid,itemid)
33023values ('62933','1030','28131')
33024/
33025
33026INSERT INTO items_applications (itemappid,applicationid,itemid)
33027values ('62934','1030','28132')
33028/
33029
33030INSERT INTO items_applications (itemappid,applicationid,itemid)
33031values ('62935','1043','28185')
33032/
33033
33034INSERT INTO items_applications (itemappid,applicationid,itemid)
33035values ('62936','1043','28186')
33036/
33037
33038INSERT INTO items_applications (itemappid,applicationid,itemid)
33039values ('62937','1043','28187')
33040/
33041
33042INSERT INTO items_applications (itemappid,applicationid,itemid)
33043values ('62938','1055','28233')
33044/
33045
33046INSERT INTO items_applications (itemappid,applicationid,itemid)
33047values ('62939','1055','28234')
33048/
33049
33050INSERT INTO items_applications (itemappid,applicationid,itemid)
33051values ('62940','1055','28235')
33052/
33053
33054INSERT INTO items_applications (itemappid,applicationid,itemid)
33055values ('62941','1060','28282')
33056/
33057
33058INSERT INTO items_applications (itemappid,applicationid,itemid)
33059values ('62942','1060','28283')
33060/
33061
33062INSERT INTO items_applications (itemappid,applicationid,itemid)
33063values ('62943','1060','28284')
33064/
33065
33066INSERT INTO items_applications (itemappid,applicationid,itemid)
33067values ('62944','1070','28330')
33068/
33069
33070INSERT INTO items_applications (itemappid,applicationid,itemid)
33071values ('62945','1070','28331')
33072/
33073
33074INSERT INTO items_applications (itemappid,applicationid,itemid)
33075values ('62946','1070','28332')
33076/
33077
33078INSERT INTO items_applications (itemappid,applicationid,itemid)
33079values ('62947','1079','28377')
33080/
33081
33082INSERT INTO items_applications (itemappid,applicationid,itemid)
33083values ('62948','1079','28378')
33084/
33085
33086INSERT INTO items_applications (itemappid,applicationid,itemid)
33087values ('62949','1079','28379')
33088/
33089
33090INSERT INTO items_applications (itemappid,applicationid,itemid)
33091values ('62950','1088','28426')
33092/
33093
33094INSERT INTO items_applications (itemappid,applicationid,itemid)
33095values ('62951','1088','28427')
33096/
33097
33098INSERT INTO items_applications (itemappid,applicationid,itemid)
33099values ('62952','1088','28428')
33100/
33101
33102INSERT INTO items_applications (itemappid,applicationid,itemid)
33103values ('62953','1095','28454')
33104/
33105
33106INSERT INTO items_applications (itemappid,applicationid,itemid)
33107values ('62954','1095','28455')
33108/
33109
33110INSERT INTO items_applications (itemappid,applicationid,itemid)
33111values ('62955','1095','28456')
33112/
33113
33114INSERT INTO items_applications (itemappid,applicationid,itemid)
33115values ('62956','1102','28482')
33116/
33117
33118INSERT INTO items_applications (itemappid,applicationid,itemid)
33119values ('62957','1102','28483')
33120/
33121
33122INSERT INTO items_applications (itemappid,applicationid,itemid)
33123values ('62958','1102','28484')
33124/
33125
33126INSERT INTO items_applications (itemappid,applicationid,itemid)
33127values ('62959','1114','28614')
33128/
33129
33130INSERT INTO items_applications (itemappid,applicationid,itemid)
33131values ('62960','1114','28615')
33132/
33133
33134INSERT INTO items_applications (itemappid,applicationid,itemid)
33135values ('62961','1114','28616')
33136/
33137
33138INSERT INTO items_applications (itemappid,applicationid,itemid)
33139values ('62962','770','27030')
33140/
33141
33142INSERT INTO items_applications (itemappid,applicationid,itemid)
33143values ('62963','910','27607')
33144/
33145
33146INSERT INTO items_applications (itemappid,applicationid,itemid)
33147values ('62964','771','27032')
33148/
33149
33150INSERT INTO items_applications (itemappid,applicationid,itemid)
33151values ('62965','803','27191')
33152/
33153
33154INSERT INTO items_applications (itemappid,applicationid,itemid)
33155values ('62966','840','27332')
33156/
33157
33158INSERT INTO items_applications (itemappid,applicationid,itemid)
33159values ('62967','874','27461')
33160/
33161
33162INSERT INTO items_applications (itemappid,applicationid,itemid)
33163values ('62968','892','27531')
33164/
33165
33166INSERT INTO items_applications (itemappid,applicationid,itemid)
33167values ('62969','901','27567')
33168/
33169
33170INSERT INTO items_applications (itemappid,applicationid,itemid)
33171values ('62970','913','27630')
33172/
33173
33174INSERT INTO items_applications (itemappid,applicationid,itemid)
33175values ('62971','916','27653')
33176/
33177
33178INSERT INTO items_applications (itemappid,applicationid,itemid)
33179values ('62972','934','27733')
33180/
33181
33182INSERT INTO items_applications (itemappid,applicationid,itemid)
33183values ('62973','949','27799')
33184/
33185
33186INSERT INTO items_applications (itemappid,applicationid,itemid)
33187values ('62974','986','27955')
33188/
33189
33190INSERT INTO items_applications (itemappid,applicationid,itemid)
33191values ('62975','1018','28069')
33192/
33193
33194INSERT INTO items_applications (itemappid,applicationid,itemid)
33195values ('62976','1028','28129')
33196/
33197
33198INSERT INTO items_applications (itemappid,applicationid,itemid)
33199values ('62977','1058','28281')
33200/
33201
33202INSERT INTO items_applications (itemappid,applicationid,itemid)
33203values ('62978','798','27141')
33204/
33205
33206INSERT INTO items_applications (itemappid,applicationid,itemid)
33207values ('62979','798','27142')
33208/
33209
33210INSERT INTO items_applications (itemappid,applicationid,itemid)
33211values ('62980','797','27143')
33212/
33213
33214INSERT INTO items_applications (itemappid,applicationid,itemid)
33215values ('62981','798','27144')
33216/
33217
33218INSERT INTO items_applications (itemappid,applicationid,itemid)
33219values ('62982','798','27145')
33220/
33221
33222INSERT INTO items_applications (itemappid,applicationid,itemid)
33223values ('62983','798','27146')
33224/
33225
33226INSERT INTO items_applications (itemappid,applicationid,itemid)
33227values ('62984','798','27147')
33228/
33229
33230INSERT INTO items_applications (itemappid,applicationid,itemid)
33231values ('62985','797','28252')
33232/
33233
33234INSERT INTO items_applications (itemappid,applicationid,itemid)
33235values ('62986','911','27611')
33236/
33237
33238INSERT INTO items_applications (itemappid,applicationid,itemid)
33239values ('62987','911','27612')
33240/
33241
33242INSERT INTO items_applications (itemappid,applicationid,itemid)
33243values ('62988','911','27613')
33244/
33245
33246INSERT INTO items_applications (itemappid,applicationid,itemid)
33247values ('62989','911','27614')
33248/
33249
33250INSERT INTO items_applications (itemappid,applicationid,itemid)
33251values ('62990','911','27615')
33252/
33253
33254INSERT INTO items_applications (itemappid,applicationid,itemid)
33255values ('62991','911','27616')
33256/
33257
33258INSERT INTO items_applications (itemappid,applicationid,itemid)
33259values ('62992','912','27618')
33260/
33261
33262INSERT INTO items_applications (itemappid,applicationid,itemid)
33263values ('62993','999','28018')
33264/
33265
33266INSERT INTO items_applications (itemappid,applicationid,itemid)
33267values ('62994','999','28019')
33268/
33269
33270INSERT INTO items_applications (itemappid,applicationid,itemid)
33271values ('62995','999','28020')
33272/
33273
33274INSERT INTO items_applications (itemappid,applicationid,itemid)
33275values ('62996','999','28021')
33276/
33277
33278INSERT INTO items_applications (itemappid,applicationid,itemid)
33279values ('62997','999','28022')
33280/
33281
33282INSERT INTO items_applications (itemappid,applicationid,itemid)
33283values ('62998','999','28023')
33284/
33285
33286INSERT INTO items_applications (itemappid,applicationid,itemid)
33287values ('62999','1000','28025')
33288/
33289
33290INSERT INTO items_applications (itemappid,applicationid,itemid)
33291values ('63000','912','28253')
33292/
33293
33294INSERT INTO items_applications (itemappid,applicationid,itemid)
33295values ('63001','1000','28254')
33296/
33297
33298INSERT INTO items_applications (itemappid,applicationid,itemid)
33299values ('63002','1087','28429')
33300/
33301
33302INSERT INTO items_applications (itemappid,applicationid,itemid)
33303values ('63003','1087','28430')
33304/
33305
33306INSERT INTO items_applications (itemappid,applicationid,itemid)
33307values ('63004','1087','28431')
33308/
33309
33310INSERT INTO items_applications (itemappid,applicationid,itemid)
33311values ('63005','1087','28432')
33312/
33313
33314INSERT INTO items_applications (itemappid,applicationid,itemid)
33315values ('63006','1087','28433')
33316/
33317
33318INSERT INTO items_applications (itemappid,applicationid,itemid)
33319values ('63007','1087','28434')
33320/
33321
33322INSERT INTO items_applications (itemappid,applicationid,itemid)
33323values ('63008','1088','28435')
33324/
33325
33326INSERT INTO items_applications (itemappid,applicationid,itemid)
33327values ('63009','1088','28436')
33328/
33329
33330INSERT INTO items_applications (itemappid,applicationid,itemid)
33331values ('63010','800','27152')
33332/
33333
33334INSERT INTO items_applications (itemappid,applicationid,itemid)
33335values ('63011','800','27153')
33336/
33337
33338INSERT INTO items_applications (itemappid,applicationid,itemid)
33339values ('63012','799','27154')
33340/
33341
33342INSERT INTO items_applications (itemappid,applicationid,itemid)
33343values ('63013','800','27155')
33344/
33345
33346INSERT INTO items_applications (itemappid,applicationid,itemid)
33347values ('63014','800','27156')
33348/
33349
33350INSERT INTO items_applications (itemappid,applicationid,itemid)
33351values ('63015','800','27157')
33352/
33353
33354INSERT INTO items_applications (itemappid,applicationid,itemid)
33355values ('63016','800','27158')
33356/
33357
33358INSERT INTO items_applications (itemappid,applicationid,itemid)
33359values ('63017','799','28255')
33360/
33361
33362INSERT INTO items_applications (itemappid,applicationid,itemid)
33363values ('63018','804','27195')
33364/
33365
33366INSERT INTO items_applications (itemappid,applicationid,itemid)
33367values ('63019','804','27196')
33368/
33369
33370INSERT INTO items_applications (itemappid,applicationid,itemid)
33371values ('63020','804','27197')
33372/
33373
33374INSERT INTO items_applications (itemappid,applicationid,itemid)
33375values ('63021','804','27198')
33376/
33377
33378INSERT INTO items_applications (itemappid,applicationid,itemid)
33379values ('63022','804','27199')
33380/
33381
33382INSERT INTO items_applications (itemappid,applicationid,itemid)
33383values ('63023','804','27200')
33384/
33385
33386INSERT INTO items_applications (itemappid,applicationid,itemid)
33387values ('63024','805','27202')
33388/
33389
33390INSERT INTO items_applications (itemappid,applicationid,itemid)
33391values ('63025','812','27228')
33392/
33393
33394INSERT INTO items_applications (itemappid,applicationid,itemid)
33395values ('63026','812','27229')
33396/
33397
33398INSERT INTO items_applications (itemappid,applicationid,itemid)
33399values ('63027','812','27230')
33400/
33401
33402INSERT INTO items_applications (itemappid,applicationid,itemid)
33403values ('63028','812','27231')
33404/
33405
33406INSERT INTO items_applications (itemappid,applicationid,itemid)
33407values ('63029','812','27232')
33408/
33409
33410INSERT INTO items_applications (itemappid,applicationid,itemid)
33411values ('63030','812','27233')
33412/
33413
33414INSERT INTO items_applications (itemappid,applicationid,itemid)
33415values ('63031','813','27235')
33416/
33417
33418INSERT INTO items_applications (itemappid,applicationid,itemid)
33419values ('63032','821','27264')
33420/
33421
33422INSERT INTO items_applications (itemappid,applicationid,itemid)
33423values ('63033','821','27265')
33424/
33425
33426INSERT INTO items_applications (itemappid,applicationid,itemid)
33427values ('63034','821','27266')
33428/
33429
33430INSERT INTO items_applications (itemappid,applicationid,itemid)
33431values ('63035','821','27267')
33432/
33433
33434INSERT INTO items_applications (itemappid,applicationid,itemid)
33435values ('63036','821','27268')
33436/
33437
33438INSERT INTO items_applications (itemappid,applicationid,itemid)
33439values ('63037','821','27269')
33440/
33441
33442INSERT INTO items_applications (itemappid,applicationid,itemid)
33443values ('63038','822','27271')
33444/
33445
33446INSERT INTO items_applications (itemappid,applicationid,itemid)
33447values ('63039','824','27285')
33448/
33449
33450INSERT INTO items_applications (itemappid,applicationid,itemid)
33451values ('63040','824','27286')
33452/
33453
33454INSERT INTO items_applications (itemappid,applicationid,itemid)
33455values ('63041','824','27287')
33456/
33457
33458INSERT INTO items_applications (itemappid,applicationid,itemid)
33459values ('63042','824','27288')
33460/
33461
33462INSERT INTO items_applications (itemappid,applicationid,itemid)
33463values ('63043','824','27289')
33464/
33465
33466INSERT INTO items_applications (itemappid,applicationid,itemid)
33467values ('63044','824','27290')
33468/
33469
33470INSERT INTO items_applications (itemappid,applicationid,itemid)
33471values ('63045','825','27292')
33472/
33473
33474INSERT INTO items_applications (itemappid,applicationid,itemid)
33475values ('63046','841','27336')
33476/
33477
33478INSERT INTO items_applications (itemappid,applicationid,itemid)
33479values ('63047','841','27337')
33480/
33481
33482INSERT INTO items_applications (itemappid,applicationid,itemid)
33483values ('63048','841','27338')
33484/
33485
33486INSERT INTO items_applications (itemappid,applicationid,itemid)
33487values ('63049','841','27339')
33488/
33489
33490INSERT INTO items_applications (itemappid,applicationid,itemid)
33491values ('63050','841','27340')
33492/
33493
33494INSERT INTO items_applications (itemappid,applicationid,itemid)
33495values ('63051','841','27341')
33496/
33497
33498INSERT INTO items_applications (itemappid,applicationid,itemid)
33499values ('63052','842','27343')
33500/
33501
33502INSERT INTO items_applications (itemappid,applicationid,itemid)
33503values ('63053','846','27368')
33504/
33505
33506INSERT INTO items_applications (itemappid,applicationid,itemid)
33507values ('63054','846','27369')
33508/
33509
33510INSERT INTO items_applications (itemappid,applicationid,itemid)
33511values ('63055','846','27370')
33512/
33513
33514INSERT INTO items_applications (itemappid,applicationid,itemid)
33515values ('63056','846','27371')
33516/
33517
33518INSERT INTO items_applications (itemappid,applicationid,itemid)
33519values ('63057','846','27372')
33520/
33521
33522INSERT INTO items_applications (itemappid,applicationid,itemid)
33523values ('63058','846','27373')
33524/
33525
33526INSERT INTO items_applications (itemappid,applicationid,itemid)
33527values ('63059','847','27375')
33528/
33529
33530INSERT INTO items_applications (itemappid,applicationid,itemid)
33531values ('63060','875','27465')
33532/
33533
33534INSERT INTO items_applications (itemappid,applicationid,itemid)
33535values ('63061','875','27466')
33536/
33537
33538INSERT INTO items_applications (itemappid,applicationid,itemid)
33539values ('63062','875','27467')
33540/
33541
33542INSERT INTO items_applications (itemappid,applicationid,itemid)
33543values ('63063','875','27468')
33544/
33545
33546INSERT INTO items_applications (itemappid,applicationid,itemid)
33547values ('63064','875','27469')
33548/
33549
33550INSERT INTO items_applications (itemappid,applicationid,itemid)
33551values ('63065','875','27470')
33552/
33553
33554INSERT INTO items_applications (itemappid,applicationid,itemid)
33555values ('63066','876','27472')
33556/
33557
33558INSERT INTO items_applications (itemappid,applicationid,itemid)
33559values ('63067','884','27499')
33560/
33561
33562INSERT INTO items_applications (itemappid,applicationid,itemid)
33563values ('63068','884','27500')
33564/
33565
33566INSERT INTO items_applications (itemappid,applicationid,itemid)
33567values ('63069','884','27501')
33568/
33569
33570INSERT INTO items_applications (itemappid,applicationid,itemid)
33571values ('63070','884','27502')
33572/
33573
33574INSERT INTO items_applications (itemappid,applicationid,itemid)
33575values ('63071','884','27503')
33576/
33577
33578INSERT INTO items_applications (itemappid,applicationid,itemid)
33579values ('63072','884','27504')
33580/
33581
33582INSERT INTO items_applications (itemappid,applicationid,itemid)
33583values ('63073','885','27506')
33584/
33585
33586INSERT INTO items_applications (itemappid,applicationid,itemid)
33587values ('63074','893','27535')
33588/
33589
33590INSERT INTO items_applications (itemappid,applicationid,itemid)
33591values ('63075','893','27536')
33592/
33593
33594INSERT INTO items_applications (itemappid,applicationid,itemid)
33595values ('63076','893','27537')
33596/
33597
33598INSERT INTO items_applications (itemappid,applicationid,itemid)
33599values ('63077','893','27538')
33600/
33601
33602INSERT INTO items_applications (itemappid,applicationid,itemid)
33603values ('63078','893','27539')
33604/
33605
33606INSERT INTO items_applications (itemappid,applicationid,itemid)
33607values ('63079','893','27540')
33608/
33609
33610INSERT INTO items_applications (itemappid,applicationid,itemid)
33611values ('63080','894','27542')
33612/
33613
33614INSERT INTO items_applications (itemappid,applicationid,itemid)
33615values ('63081','902','27571')
33616/
33617
33618INSERT INTO items_applications (itemappid,applicationid,itemid)
33619values ('63082','902','27572')
33620/
33621
33622INSERT INTO items_applications (itemappid,applicationid,itemid)
33623values ('63083','902','27573')
33624/
33625
33626INSERT INTO items_applications (itemappid,applicationid,itemid)
33627values ('63084','902','27574')
33628/
33629
33630INSERT INTO items_applications (itemappid,applicationid,itemid)
33631values ('63085','902','27575')
33632/
33633
33634INSERT INTO items_applications (itemappid,applicationid,itemid)
33635values ('63086','902','27576')
33636/
33637
33638INSERT INTO items_applications (itemappid,applicationid,itemid)
33639values ('63087','903','27578')
33640/
33641
33642INSERT INTO items_applications (itemappid,applicationid,itemid)
33643values ('63088','914','27634')
33644/
33645
33646INSERT INTO items_applications (itemappid,applicationid,itemid)
33647values ('63089','914','27635')
33648/
33649
33650INSERT INTO items_applications (itemappid,applicationid,itemid)
33651values ('63090','914','27636')
33652/
33653
33654INSERT INTO items_applications (itemappid,applicationid,itemid)
33655values ('63091','914','27637')
33656/
33657
33658INSERT INTO items_applications (itemappid,applicationid,itemid)
33659values ('63092','914','27638')
33660/
33661
33662INSERT INTO items_applications (itemappid,applicationid,itemid)
33663values ('63093','914','27639')
33664/
33665
33666INSERT INTO items_applications (itemappid,applicationid,itemid)
33667values ('63094','915','27641')
33668/
33669
33670INSERT INTO items_applications (itemappid,applicationid,itemid)
33671values ('63095','917','27657')
33672/
33673
33674INSERT INTO items_applications (itemappid,applicationid,itemid)
33675values ('63096','917','27658')
33676/
33677
33678INSERT INTO items_applications (itemappid,applicationid,itemid)
33679values ('63097','917','27659')
33680/
33681
33682INSERT INTO items_applications (itemappid,applicationid,itemid)
33683values ('63098','917','27660')
33684/
33685
33686INSERT INTO items_applications (itemappid,applicationid,itemid)
33687values ('63099','917','27661')
33688/
33689
33690INSERT INTO items_applications (itemappid,applicationid,itemid)
33691values ('63100','917','27662')
33692/
33693
33694INSERT INTO items_applications (itemappid,applicationid,itemid)
33695values ('63101','918','27664')
33696/
33697
33698INSERT INTO items_applications (itemappid,applicationid,itemid)
33699values ('63102','935','27737')
33700/
33701
33702INSERT INTO items_applications (itemappid,applicationid,itemid)
33703values ('63103','935','27738')
33704/
33705
33706INSERT INTO items_applications (itemappid,applicationid,itemid)
33707values ('63104','935','27739')
33708/
33709
33710INSERT INTO items_applications (itemappid,applicationid,itemid)
33711values ('63105','935','27740')
33712/
33713
33714INSERT INTO items_applications (itemappid,applicationid,itemid)
33715values ('63106','935','27741')
33716/
33717
33718INSERT INTO items_applications (itemappid,applicationid,itemid)
33719values ('63107','935','27742')
33720/
33721
33722INSERT INTO items_applications (itemappid,applicationid,itemid)
33723values ('63108','936','27744')
33724/
33725
33726INSERT INTO items_applications (itemappid,applicationid,itemid)
33727values ('63109','943','27769')
33728/
33729
33730INSERT INTO items_applications (itemappid,applicationid,itemid)
33731values ('63110','943','27770')
33732/
33733
33734INSERT INTO items_applications (itemappid,applicationid,itemid)
33735values ('63111','943','27771')
33736/
33737
33738INSERT INTO items_applications (itemappid,applicationid,itemid)
33739values ('63112','943','27772')
33740/
33741
33742INSERT INTO items_applications (itemappid,applicationid,itemid)
33743values ('63113','943','27773')
33744/
33745
33746INSERT INTO items_applications (itemappid,applicationid,itemid)
33747values ('63114','943','27774')
33748/
33749
33750INSERT INTO items_applications (itemappid,applicationid,itemid)
33751values ('63115','944','27776')
33752/
33753
33754INSERT INTO items_applications (itemappid,applicationid,itemid)
33755values ('63116','950','27803')
33756/
33757
33758INSERT INTO items_applications (itemappid,applicationid,itemid)
33759values ('63117','950','27804')
33760/
33761
33762INSERT INTO items_applications (itemappid,applicationid,itemid)
33763values ('63118','950','27805')
33764/
33765
33766INSERT INTO items_applications (itemappid,applicationid,itemid)
33767values ('63119','950','27806')
33768/
33769
33770INSERT INTO items_applications (itemappid,applicationid,itemid)
33771values ('63120','950','27807')
33772/
33773
33774INSERT INTO items_applications (itemappid,applicationid,itemid)
33775values ('63121','950','27808')
33776/
33777
33778INSERT INTO items_applications (itemappid,applicationid,itemid)
33779values ('63122','951','27810')
33780/
33781
33782INSERT INTO items_applications (itemappid,applicationid,itemid)
33783values ('63123','970','27885')
33784/
33785
33786INSERT INTO items_applications (itemappid,applicationid,itemid)
33787values ('63124','970','27886')
33788/
33789
33790INSERT INTO items_applications (itemappid,applicationid,itemid)
33791values ('63125','970','27887')
33792/
33793
33794INSERT INTO items_applications (itemappid,applicationid,itemid)
33795values ('63126','970','27888')
33796/
33797
33798INSERT INTO items_applications (itemappid,applicationid,itemid)
33799values ('63127','970','27889')
33800/
33801
33802INSERT INTO items_applications (itemappid,applicationid,itemid)
33803values ('63128','970','27890')
33804/
33805
33806INSERT INTO items_applications (itemappid,applicationid,itemid)
33807values ('63129','971','27892')
33808/
33809
33810INSERT INTO items_applications (itemappid,applicationid,itemid)
33811values ('63130','978','27922')
33812/
33813
33814INSERT INTO items_applications (itemappid,applicationid,itemid)
33815values ('63131','978','27923')
33816/
33817
33818INSERT INTO items_applications (itemappid,applicationid,itemid)
33819values ('63132','978','27924')
33820/
33821
33822INSERT INTO items_applications (itemappid,applicationid,itemid)
33823values ('63133','978','27925')
33824/
33825
33826INSERT INTO items_applications (itemappid,applicationid,itemid)
33827values ('63134','978','27926')
33828/
33829
33830INSERT INTO items_applications (itemappid,applicationid,itemid)
33831values ('63135','978','27927')
33832/
33833
33834INSERT INTO items_applications (itemappid,applicationid,itemid)
33835values ('63136','979','27929')
33836/
33837
33838INSERT INTO items_applications (itemappid,applicationid,itemid)
33839values ('63137','987','27959')
33840/
33841
33842INSERT INTO items_applications (itemappid,applicationid,itemid)
33843values ('63138','987','27960')
33844/
33845
33846INSERT INTO items_applications (itemappid,applicationid,itemid)
33847values ('63139','987','27961')
33848/
33849
33850INSERT INTO items_applications (itemappid,applicationid,itemid)
33851values ('63140','987','27962')
33852/
33853
33854INSERT INTO items_applications (itemappid,applicationid,itemid)
33855values ('63141','987','27963')
33856/
33857
33858INSERT INTO items_applications (itemappid,applicationid,itemid)
33859values ('63142','987','27964')
33860/
33861
33862INSERT INTO items_applications (itemappid,applicationid,itemid)
33863values ('63143','988','27966')
33864/
33865
33866INSERT INTO items_applications (itemappid,applicationid,itemid)
33867values ('63144','993','27989')
33868/
33869
33870INSERT INTO items_applications (itemappid,applicationid,itemid)
33871values ('63145','993','27990')
33872/
33873
33874INSERT INTO items_applications (itemappid,applicationid,itemid)
33875values ('63146','993','27991')
33876/
33877
33878INSERT INTO items_applications (itemappid,applicationid,itemid)
33879values ('63147','993','27992')
33880/
33881
33882INSERT INTO items_applications (itemappid,applicationid,itemid)
33883values ('63148','993','27993')
33884/
33885
33886INSERT INTO items_applications (itemappid,applicationid,itemid)
33887values ('63149','993','27994')
33888/
33889
33890INSERT INTO items_applications (itemappid,applicationid,itemid)
33891values ('63150','994','27996')
33892/
33893
33894INSERT INTO items_applications (itemappid,applicationid,itemid)
33895values ('63151','1019','28073')
33896/
33897
33898INSERT INTO items_applications (itemappid,applicationid,itemid)
33899values ('63152','1019','28074')
33900/
33901
33902INSERT INTO items_applications (itemappid,applicationid,itemid)
33903values ('63153','1019','28075')
33904/
33905
33906INSERT INTO items_applications (itemappid,applicationid,itemid)
33907values ('63154','1019','28076')
33908/
33909
33910INSERT INTO items_applications (itemappid,applicationid,itemid)
33911values ('63155','1019','28077')
33912/
33913
33914INSERT INTO items_applications (itemappid,applicationid,itemid)
33915values ('63156','1019','28078')
33916/
33917
33918INSERT INTO items_applications (itemappid,applicationid,itemid)
33919values ('63157','1020','28080')
33920/
33921
33922INSERT INTO items_applications (itemappid,applicationid,itemid)
33923values ('63158','1026','28110')
33924/
33925
33926INSERT INTO items_applications (itemappid,applicationid,itemid)
33927values ('63159','1026','28111')
33928/
33929
33930INSERT INTO items_applications (itemappid,applicationid,itemid)
33931values ('63160','1026','28112')
33932/
33933
33934INSERT INTO items_applications (itemappid,applicationid,itemid)
33935values ('63161','1026','28113')
33936/
33937
33938INSERT INTO items_applications (itemappid,applicationid,itemid)
33939values ('63162','1026','28114')
33940/
33941
33942INSERT INTO items_applications (itemappid,applicationid,itemid)
33943values ('63163','1026','28115')
33944/
33945
33946INSERT INTO items_applications (itemappid,applicationid,itemid)
33947values ('63164','1027','28117')
33948/
33949
33950INSERT INTO items_applications (itemappid,applicationid,itemid)
33951values ('63165','1029','28133')
33952/
33953
33954INSERT INTO items_applications (itemappid,applicationid,itemid)
33955values ('63166','1029','28134')
33956/
33957
33958INSERT INTO items_applications (itemappid,applicationid,itemid)
33959values ('63167','1029','28135')
33960/
33961
33962INSERT INTO items_applications (itemappid,applicationid,itemid)
33963values ('63168','1029','28136')
33964/
33965
33966INSERT INTO items_applications (itemappid,applicationid,itemid)
33967values ('63169','1029','28137')
33968/
33969
33970INSERT INTO items_applications (itemappid,applicationid,itemid)
33971values ('63170','1029','28138')
33972/
33973
33974INSERT INTO items_applications (itemappid,applicationid,itemid)
33975values ('63171','1030','28140')
33976/
33977
33978INSERT INTO items_applications (itemappid,applicationid,itemid)
33979values ('63172','1042','28188')
33980/
33981
33982INSERT INTO items_applications (itemappid,applicationid,itemid)
33983values ('63173','1042','28189')
33984/
33985
33986INSERT INTO items_applications (itemappid,applicationid,itemid)
33987values ('63174','1042','28190')
33988/
33989
33990INSERT INTO items_applications (itemappid,applicationid,itemid)
33991values ('63175','1042','28191')
33992/
33993
33994INSERT INTO items_applications (itemappid,applicationid,itemid)
33995values ('63176','1042','28192')
33996/
33997
33998INSERT INTO items_applications (itemappid,applicationid,itemid)
33999values ('63177','1042','28193')
34000/
34001
34002INSERT INTO items_applications (itemappid,applicationid,itemid)
34003values ('63178','1043','28195')
34004/
34005
34006INSERT INTO items_applications (itemappid,applicationid,itemid)
34007values ('63179','1054','28236')
34008/
34009
34010INSERT INTO items_applications (itemappid,applicationid,itemid)
34011values ('63180','1054','28237')
34012/
34013
34014INSERT INTO items_applications (itemappid,applicationid,itemid)
34015values ('63181','1054','28238')
34016/
34017
34018INSERT INTO items_applications (itemappid,applicationid,itemid)
34019values ('63182','1054','28239')
34020/
34021
34022INSERT INTO items_applications (itemappid,applicationid,itemid)
34023values ('63183','1054','28240')
34024/
34025
34026INSERT INTO items_applications (itemappid,applicationid,itemid)
34027values ('63184','1054','28241')
34028/
34029
34030INSERT INTO items_applications (itemappid,applicationid,itemid)
34031values ('63185','1055','28243')
34032/
34033
34034INSERT INTO items_applications (itemappid,applicationid,itemid)
34035values ('63186','805','28256')
34036/
34037
34038INSERT INTO items_applications (itemappid,applicationid,itemid)
34039values ('63187','813','28257')
34040/
34041
34042INSERT INTO items_applications (itemappid,applicationid,itemid)
34043values ('63188','822','28258')
34044/
34045
34046INSERT INTO items_applications (itemappid,applicationid,itemid)
34047values ('63189','825','28259')
34048/
34049
34050INSERT INTO items_applications (itemappid,applicationid,itemid)
34051values ('63190','842','28260')
34052/
34053
34054INSERT INTO items_applications (itemappid,applicationid,itemid)
34055values ('63191','847','28261')
34056/
34057
34058INSERT INTO items_applications (itemappid,applicationid,itemid)
34059values ('63192','876','28262')
34060/
34061
34062INSERT INTO items_applications (itemappid,applicationid,itemid)
34063values ('63193','885','28263')
34064/
34065
34066INSERT INTO items_applications (itemappid,applicationid,itemid)
34067values ('63194','894','28264')
34068/
34069
34070INSERT INTO items_applications (itemappid,applicationid,itemid)
34071values ('63195','903','28265')
34072/
34073
34074INSERT INTO items_applications (itemappid,applicationid,itemid)
34075values ('63196','915','28266')
34076/
34077
34078INSERT INTO items_applications (itemappid,applicationid,itemid)
34079values ('63197','918','28267')
34080/
34081
34082INSERT INTO items_applications (itemappid,applicationid,itemid)
34083values ('63198','936','28268')
34084/
34085
34086INSERT INTO items_applications (itemappid,applicationid,itemid)
34087values ('63199','944','28269')
34088/
34089
34090INSERT INTO items_applications (itemappid,applicationid,itemid)
34091values ('63200','951','28270')
34092/
34093
34094INSERT INTO items_applications (itemappid,applicationid,itemid)
34095values ('63201','971','28271')
34096/
34097
34098INSERT INTO items_applications (itemappid,applicationid,itemid)
34099values ('63202','979','28272')
34100/
34101
34102INSERT INTO items_applications (itemappid,applicationid,itemid)
34103values ('63203','988','28273')
34104/
34105
34106INSERT INTO items_applications (itemappid,applicationid,itemid)
34107values ('63204','994','28274')
34108/
34109
34110INSERT INTO items_applications (itemappid,applicationid,itemid)
34111values ('63205','1020','28275')
34112/
34113
34114INSERT INTO items_applications (itemappid,applicationid,itemid)
34115values ('63206','1027','28276')
34116/
34117
34118INSERT INTO items_applications (itemappid,applicationid,itemid)
34119values ('63207','1030','28277')
34120/
34121
34122INSERT INTO items_applications (itemappid,applicationid,itemid)
34123values ('63208','1043','28278')
34124/
34125
34126INSERT INTO items_applications (itemappid,applicationid,itemid)
34127values ('63209','1055','28279')
34128/
34129
34130INSERT INTO items_applications (itemappid,applicationid,itemid)
34131values ('63210','1059','28285')
34132/
34133
34134INSERT INTO items_applications (itemappid,applicationid,itemid)
34135values ('63211','1059','28286')
34136/
34137
34138INSERT INTO items_applications (itemappid,applicationid,itemid)
34139values ('63212','1059','28287')
34140/
34141
34142INSERT INTO items_applications (itemappid,applicationid,itemid)
34143values ('63213','1059','28288')
34144/
34145
34146INSERT INTO items_applications (itemappid,applicationid,itemid)
34147values ('63214','1059','28289')
34148/
34149
34150INSERT INTO items_applications (itemappid,applicationid,itemid)
34151values ('63215','1059','28290')
34152/
34153
34154INSERT INTO items_applications (itemappid,applicationid,itemid)
34155values ('63216','1060','28291')
34156/
34157
34158INSERT INTO items_applications (itemappid,applicationid,itemid)
34159values ('63217','1060','28292')
34160/
34161
34162INSERT INTO items_applications (itemappid,applicationid,itemid)
34163values ('63218','1069','28333')
34164/
34165
34166INSERT INTO items_applications (itemappid,applicationid,itemid)
34167values ('63219','1069','28334')
34168/
34169
34170INSERT INTO items_applications (itemappid,applicationid,itemid)
34171values ('63220','1069','28335')
34172/
34173
34174INSERT INTO items_applications (itemappid,applicationid,itemid)
34175values ('63221','1069','28336')
34176/
34177
34178INSERT INTO items_applications (itemappid,applicationid,itemid)
34179values ('63222','1069','28337')
34180/
34181
34182INSERT INTO items_applications (itemappid,applicationid,itemid)
34183values ('63223','1069','28338')
34184/
34185
34186INSERT INTO items_applications (itemappid,applicationid,itemid)
34187values ('63224','1070','28339')
34188/
34189
34190INSERT INTO items_applications (itemappid,applicationid,itemid)
34191values ('63225','1070','28340')
34192/
34193
34194INSERT INTO items_applications (itemappid,applicationid,itemid)
34195values ('63226','1078','28380')
34196/
34197
34198INSERT INTO items_applications (itemappid,applicationid,itemid)
34199values ('63227','1078','28381')
34200/
34201
34202INSERT INTO items_applications (itemappid,applicationid,itemid)
34203values ('63228','1078','28382')
34204/
34205
34206INSERT INTO items_applications (itemappid,applicationid,itemid)
34207values ('63229','1078','28383')
34208/
34209
34210INSERT INTO items_applications (itemappid,applicationid,itemid)
34211values ('63230','1078','28384')
34212/
34213
34214INSERT INTO items_applications (itemappid,applicationid,itemid)
34215values ('63231','1078','28385')
34216/
34217
34218INSERT INTO items_applications (itemappid,applicationid,itemid)
34219values ('63232','1079','28386')
34220/
34221
34222INSERT INTO items_applications (itemappid,applicationid,itemid)
34223values ('63233','1079','28387')
34224/
34225
34226INSERT INTO items_applications (itemappid,applicationid,itemid)
34227values ('63234','1094','28457')
34228/
34229
34230INSERT INTO items_applications (itemappid,applicationid,itemid)
34231values ('63235','1094','28458')
34232/
34233
34234INSERT INTO items_applications (itemappid,applicationid,itemid)
34235values ('63236','1094','28459')
34236/
34237
34238INSERT INTO items_applications (itemappid,applicationid,itemid)
34239values ('63237','1094','28460')
34240/
34241
34242INSERT INTO items_applications (itemappid,applicationid,itemid)
34243values ('63238','1094','28461')
34244/
34245
34246INSERT INTO items_applications (itemappid,applicationid,itemid)
34247values ('63239','1094','28462')
34248/
34249
34250INSERT INTO items_applications (itemappid,applicationid,itemid)
34251values ('63240','1095','28463')
34252/
34253
34254INSERT INTO items_applications (itemappid,applicationid,itemid)
34255values ('63241','1095','28464')
34256/
34257
34258INSERT INTO items_applications (itemappid,applicationid,itemid)
34259values ('63242','1101','28485')
34260/
34261
34262INSERT INTO items_applications (itemappid,applicationid,itemid)
34263values ('63243','1101','28486')
34264/
34265
34266INSERT INTO items_applications (itemappid,applicationid,itemid)
34267values ('63244','1101','28487')
34268/
34269
34270INSERT INTO items_applications (itemappid,applicationid,itemid)
34271values ('63245','1101','28488')
34272/
34273
34274INSERT INTO items_applications (itemappid,applicationid,itemid)
34275values ('63246','1101','28489')
34276/
34277
34278INSERT INTO items_applications (itemappid,applicationid,itemid)
34279values ('63247','1101','28490')
34280/
34281
34282INSERT INTO items_applications (itemappid,applicationid,itemid)
34283values ('63248','1102','28491')
34284/
34285
34286INSERT INTO items_applications (itemappid,applicationid,itemid)
34287values ('63249','1102','28492')
34288/
34289
34290INSERT INTO items_applications (itemappid,applicationid,itemid)
34291values ('63250','1113','28617')
34292/
34293
34294INSERT INTO items_applications (itemappid,applicationid,itemid)
34295values ('63251','1113','28618')
34296/
34297
34298INSERT INTO items_applications (itemappid,applicationid,itemid)
34299values ('63252','1113','28619')
34300/
34301
34302INSERT INTO items_applications (itemappid,applicationid,itemid)
34303values ('63253','1113','28620')
34304/
34305
34306INSERT INTO items_applications (itemappid,applicationid,itemid)
34307values ('63254','1113','28621')
34308/
34309
34310INSERT INTO items_applications (itemappid,applicationid,itemid)
34311values ('63255','1113','28622')
34312/
34313
34314INSERT INTO items_applications (itemappid,applicationid,itemid)
34315values ('63256','1114','28623')
34316/
34317
34318INSERT INTO items_applications (itemappid,applicationid,itemid)
34319values ('63257','1114','28624')
34320/
34321
34322INSERT INTO items_applications (itemappid,applicationid,itemid)
34323values ('63258','1142','28709')
34324/
34325
34326INSERT INTO items_applications (itemappid,applicationid,itemid)
34327values ('63259','1145','28710')
34328/
34329
34330INSERT INTO items_applications (itemappid,applicationid,itemid)
34331values ('63260','1141','28718')
34332/
34333
34334INSERT INTO items_applications (itemappid,applicationid,itemid)
34335values ('63261','1141','28719')
34336/
34337
34338INSERT INTO items_applications (itemappid,applicationid,itemid)
34339values ('63262','1141','28720')
34340/
34341
34342INSERT INTO items_applications (itemappid,applicationid,itemid)
34343values ('63263','1144','28724')
34344/
34345
34346INSERT INTO items_applications (itemappid,applicationid,itemid)
34347values ('63264','1144','28725')
34348/
34349
34350INSERT INTO items_applications (itemappid,applicationid,itemid)
34351values ('63265','1144','28726')
34352/
34353
34354INSERT INTO items_applications (itemappid,applicationid,itemid)
34355values ('63266','1124','28655')
34356/
34357
34358INSERT INTO items_applications (itemappid,applicationid,itemid)
34359values ('63267','1127','28656')
34360/
34361
34362INSERT INTO items_applications (itemappid,applicationid,itemid)
34363values ('63268','1130','28657')
34364/
34365
34366INSERT INTO items_applications (itemappid,applicationid,itemid)
34367values ('63269','1133','28658')
34368/
34369
34370INSERT INTO items_applications (itemappid,applicationid,itemid)
34371values ('63270','1136','28659')
34372/
34373
34374INSERT INTO items_applications (itemappid,applicationid,itemid)
34375values ('63271','1139','28660')
34376/
34377
34378INSERT INTO items_applications (itemappid,applicationid,itemid)
34379values ('63272','1123','28676')
34380/
34381
34382INSERT INTO items_applications (itemappid,applicationid,itemid)
34383values ('63273','1123','28677')
34384/
34385
34386INSERT INTO items_applications (itemappid,applicationid,itemid)
34387values ('63274','1123','28678')
34388/
34389
34390INSERT INTO items_applications (itemappid,applicationid,itemid)
34391values ('63275','1126','28682')
34392/
34393
34394INSERT INTO items_applications (itemappid,applicationid,itemid)
34395values ('63276','1126','28683')
34396/
34397
34398INSERT INTO items_applications (itemappid,applicationid,itemid)
34399values ('63277','1126','28684')
34400/
34401
34402INSERT INTO items_applications (itemappid,applicationid,itemid)
34403values ('63278','1129','28688')
34404/
34405
34406INSERT INTO items_applications (itemappid,applicationid,itemid)
34407values ('63279','1129','28689')
34408/
34409
34410INSERT INTO items_applications (itemappid,applicationid,itemid)
34411values ('63280','1129','28690')
34412/
34413
34414INSERT INTO items_applications (itemappid,applicationid,itemid)
34415values ('63281','1132','28694')
34416/
34417
34418INSERT INTO items_applications (itemappid,applicationid,itemid)
34419values ('63282','1132','28695')
34420/
34421
34422INSERT INTO items_applications (itemappid,applicationid,itemid)
34423values ('63283','1132','28696')
34424/
34425
34426INSERT INTO items_applications (itemappid,applicationid,itemid)
34427values ('63284','1135','28700')
34428/
34429
34430INSERT INTO items_applications (itemappid,applicationid,itemid)
34431values ('63285','1135','28701')
34432/
34433
34434INSERT INTO items_applications (itemappid,applicationid,itemid)
34435values ('63286','1135','28702')
34436/
34437
34438INSERT INTO items_applications (itemappid,applicationid,itemid)
34439values ('63287','1138','28706')
34440/
34441
34442INSERT INTO items_applications (itemappid,applicationid,itemid)
34443values ('63288','1138','28707')
34444/
34445
34446INSERT INTO items_applications (itemappid,applicationid,itemid)
34447values ('63289','1138','28708')
34448/
34449
34450INSERT INTO items_applications (itemappid,applicationid,itemid)
34451values ('63290','810','27203')
34452/
34453
34454INSERT INTO items_applications (itemappid,applicationid,itemid)
34455values ('63291','810','27204')
34456/
34457
34458INSERT INTO items_applications (itemappid,applicationid,itemid)
34459values ('63292','807','27205')
34460/
34461
34462INSERT INTO items_applications (itemappid,applicationid,itemid)
34463values ('63293','807','27206')
34464/
34465
34466INSERT INTO items_applications (itemappid,applicationid,itemid)
34467values ('63294','807','27207')
34468/
34469
34470INSERT INTO items_applications (itemappid,applicationid,itemid)
34471values ('63295','806','27208')
34472/
34473
34474INSERT INTO items_applications (itemappid,applicationid,itemid)
34475values ('63296','808','27212')
34476/
34477
34478INSERT INTO items_applications (itemappid,applicationid,itemid)
34479values ('63297','809','27213')
34480/
34481
34482INSERT INTO items_applications (itemappid,applicationid,itemid)
34483values ('63298','810','27214')
34484/
34485
34486INSERT INTO items_applications (itemappid,applicationid,itemid)
34487values ('63299','1068','28323')
34488/
34489
34490INSERT INTO items_applications (itemappid,applicationid,itemid)
34491values ('63300','1068','28324')
34492/
34493
34494INSERT INTO items_applications (itemappid,applicationid,itemid)
34495values ('63301','1062','28325')
34496/
34497
34498INSERT INTO items_applications (itemappid,applicationid,itemid)
34499values ('63302','1062','28326')
34500/
34501
34502INSERT INTO items_applications (itemappid,applicationid,itemid)
34503values ('63303','1064','28327')
34504/
34505
34506INSERT INTO items_applications (itemappid,applicationid,itemid)
34507values ('63304','1064','28328')
34508/
34509
34510INSERT INTO items_applications (itemappid,applicationid,itemid)
34511values ('63305','1066','28329')
34512/
34513
34514INSERT INTO items_applications (itemappid,applicationid,itemid)
34515values ('63306','819','27236')
34516/
34517
34518INSERT INTO items_applications (itemappid,applicationid,itemid)
34519values ('63307','819','27237')
34520/
34521
34522INSERT INTO items_applications (itemappid,applicationid,itemid)
34523values ('63308','813','27238')
34524/
34525
34526INSERT INTO items_applications (itemappid,applicationid,itemid)
34527values ('63309','815','27239')
34528/
34529
34530INSERT INTO items_applications (itemappid,applicationid,itemid)
34531values ('63310','814','27240')
34532/
34533
34534INSERT INTO items_applications (itemappid,applicationid,itemid)
34535values ('63311','816','27246')
34536/
34537
34538INSERT INTO items_applications (itemappid,applicationid,itemid)
34539values ('63312','816','27247')
34540/
34541
34542INSERT INTO items_applications (itemappid,applicationid,itemid)
34543values ('63313','817','27248')
34544/
34545
34546INSERT INTO items_applications (itemappid,applicationid,itemid)
34547values ('63314','818','27249')
34548/
34549
34550INSERT INTO items_applications (itemappid,applicationid,itemid)
34551values ('63315','818','27250')
34552/
34553
34554INSERT INTO items_applications (itemappid,applicationid,itemid)
34555values ('63316','827','27293')
34556/
34557
34558INSERT INTO items_applications (itemappid,applicationid,itemid)
34559values ('63317','826','27294')
34560/
34561
34562INSERT INTO items_applications (itemappid,applicationid,itemid)
34563values ('63318','831','27295')
34564/
34565
34566INSERT INTO items_applications (itemappid,applicationid,itemid)
34567values ('63319','831','27296')
34568/
34569
34570INSERT INTO items_applications (itemappid,applicationid,itemid)
34571values ('63320','835','27297')
34572/
34573
34574INSERT INTO items_applications (itemappid,applicationid,itemid)
34575values ('63321','837','27298')
34576/
34577
34578INSERT INTO items_applications (itemappid,applicationid,itemid)
34579values ('63322','836','27299')
34580/
34581
34582INSERT INTO items_applications (itemappid,applicationid,itemid)
34583values ('63323','839','27300')
34584/
34585
34586INSERT INTO items_applications (itemappid,applicationid,itemid)
34587values ('63324','838','27301')
34588/
34589
34590INSERT INTO items_applications (itemappid,applicationid,itemid)
34591values ('63325','829','27312')
34592/
34593
34594INSERT INTO items_applications (itemappid,applicationid,itemid)
34595values ('63326','830','27313')
34596/
34597
34598INSERT INTO items_applications (itemappid,applicationid,itemid)
34599values ('63327','828','27314')
34600/
34601
34602INSERT INTO items_applications (itemappid,applicationid,itemid)
34603values ('63328','828','27315')
34604/
34605
34606INSERT INTO items_applications (itemappid,applicationid,itemid)
34607values ('63329','833','27316')
34608/
34609
34610INSERT INTO items_applications (itemappid,applicationid,itemid)
34611values ('63330','834','27317')
34612/
34613
34614INSERT INTO items_applications (itemappid,applicationid,itemid)
34615values ('63331','832','27318')
34616/
34617
34618INSERT INTO items_applications (itemappid,applicationid,itemid)
34619values ('63332','835','27319')
34620/
34621
34622INSERT INTO items_applications (itemappid,applicationid,itemid)
34623values ('63333','835','27320')
34624/
34625
34626INSERT INTO items_applications (itemappid,applicationid,itemid)
34627values ('63334','851','27376')
34628/
34629
34630INSERT INTO items_applications (itemappid,applicationid,itemid)
34631values ('63335','852','27378')
34632/
34633
34634INSERT INTO items_applications (itemappid,applicationid,itemid)
34635values ('63336','852','27379')
34636/
34637
34638INSERT INTO items_applications (itemappid,applicationid,itemid)
34639values ('63337','852','28727')
34640/
34641
34642INSERT INTO items_applications (itemappid,applicationid,itemid)
34643values ('63338','869','27380')
34644/
34645
34646INSERT INTO items_applications (itemappid,applicationid,itemid)
34647values ('63339','870','27382')
34648/
34649
34650INSERT INTO items_applications (itemappid,applicationid,itemid)
34651values ('63340','870','27383')
34652/
34653
34654INSERT INTO items_applications (itemappid,applicationid,itemid)
34655values ('63341','858','27385')
34656/
34657
34658INSERT INTO items_applications (itemappid,applicationid,itemid)
34659values ('63342','858','27386')
34660/
34661
34662INSERT INTO items_applications (itemappid,applicationid,itemid)
34663values ('63343','1048','28209')
34664/
34665
34666INSERT INTO items_applications (itemappid,applicationid,itemid)
34667values ('63344','1048','28210')
34668/
34669
34670INSERT INTO items_applications (itemappid,applicationid,itemid)
34671values ('63345','858','28728')
34672/
34673
34674INSERT INTO items_applications (itemappid,applicationid,itemid)
34675values ('63346','870','28729')
34676/
34677
34678INSERT INTO items_applications (itemappid,applicationid,itemid)
34679values ('63347','1048','28730')
34680/
34681
34682INSERT INTO items_applications (itemappid,applicationid,itemid)
34683values ('63348','848','27415')
34684/
34685
34686INSERT INTO items_applications (itemappid,applicationid,itemid)
34687values ('63349','848','27416')
34688/
34689
34690INSERT INTO items_applications (itemappid,applicationid,itemid)
34691values ('63350','849','27417')
34692/
34693
34694INSERT INTO items_applications (itemappid,applicationid,itemid)
34695values ('63351','852','27419')
34696/
34697
34698INSERT INTO items_applications (itemappid,applicationid,itemid)
34699values ('63352','853','27420')
34700/
34701
34702INSERT INTO items_applications (itemappid,applicationid,itemid)
34703values ('63353','853','27421')
34704/
34705
34706INSERT INTO items_applications (itemappid,applicationid,itemid)
34707values ('63354','854','27422')
34708/
34709
34710INSERT INTO items_applications (itemappid,applicationid,itemid)
34711values ('63355','855','27423')
34712/
34713
34714INSERT INTO items_applications (itemappid,applicationid,itemid)
34715values ('63356','1056','28246')
34716/
34717
34718INSERT INTO items_applications (itemappid,applicationid,itemid)
34719values ('63357','848','28731')
34720/
34721
34722INSERT INTO items_applications (itemappid,applicationid,itemid)
34723values ('63358','856','27425')
34724/
34725
34726INSERT INTO items_applications (itemappid,applicationid,itemid)
34727values ('63359','856','27426')
34728/
34729
34730INSERT INTO items_applications (itemappid,applicationid,itemid)
34731values ('63360','857','27427')
34732/
34733
34734INSERT INTO items_applications (itemappid,applicationid,itemid)
34735values ('63361','858','27428')
34736/
34737
34738INSERT INTO items_applications (itemappid,applicationid,itemid)
34739values ('63362','859','27429')
34740/
34741
34742INSERT INTO items_applications (itemappid,applicationid,itemid)
34743values ('63363','859','27430')
34744/
34745
34746INSERT INTO items_applications (itemappid,applicationid,itemid)
34747values ('63364','860','27431')
34748/
34749
34750INSERT INTO items_applications (itemappid,applicationid,itemid)
34751values ('63365','861','27432')
34752/
34753
34754INSERT INTO items_applications (itemappid,applicationid,itemid)
34755values ('63366','868','27443')
34756/
34757
34758INSERT INTO items_applications (itemappid,applicationid,itemid)
34759values ('63367','868','27444')
34760/
34761
34762INSERT INTO items_applications (itemappid,applicationid,itemid)
34763values ('63368','870','27445')
34764/
34765
34766INSERT INTO items_applications (itemappid,applicationid,itemid)
34767values ('63369','871','27446')
34768/
34769
34770INSERT INTO items_applications (itemappid,applicationid,itemid)
34771values ('63370','871','27447')
34772/
34773
34774INSERT INTO items_applications (itemappid,applicationid,itemid)
34775values ('63371','872','27448')
34776/
34777
34778INSERT INTO items_applications (itemappid,applicationid,itemid)
34779values ('63372','873','27449')
34780/
34781
34782INSERT INTO items_applications (itemappid,applicationid,itemid)
34783values ('63373','1048','28208')
34784/
34785
34786INSERT INTO items_applications (itemappid,applicationid,itemid)
34787values ('63374','1049','28215')
34788/
34789
34790INSERT INTO items_applications (itemappid,applicationid,itemid)
34791values ('63375','1050','28216')
34792/
34793
34794INSERT INTO items_applications (itemappid,applicationid,itemid)
34795values ('63376','1051','28217')
34796/
34797
34798INSERT INTO items_applications (itemappid,applicationid,itemid)
34799values ('63377','1051','28218')
34800/
34801
34802INSERT INTO items_applications (itemappid,applicationid,itemid)
34803values ('63378','1052','28220')
34804/
34805
34806INSERT INTO items_applications (itemappid,applicationid,itemid)
34807values ('63379','1052','28222')
34808/
34809
34810INSERT INTO items_applications (itemappid,applicationid,itemid)
34811values ('63380','1057','28247')
34812/
34813
34814INSERT INTO items_applications (itemappid,applicationid,itemid)
34815values ('63381','856','28732')
34816/
34817
34818INSERT INTO items_applications (itemappid,applicationid,itemid)
34819values ('63382','868','28733')
34820/
34821
34822INSERT INTO items_applications (itemappid,applicationid,itemid)
34823values ('63383','1052','28734')
34824/
34825
34826INSERT INTO items_applications (itemappid,applicationid,itemid)
34827values ('63384','878','27477')
34828/
34829
34830INSERT INTO items_applications (itemappid,applicationid,itemid)
34831values ('63385','877','27478')
34832/
34833
34834INSERT INTO items_applications (itemappid,applicationid,itemid)
34835values ('63386','880','27479')
34836/
34837
34838INSERT INTO items_applications (itemappid,applicationid,itemid)
34839values ('63387','881','27480')
34840/
34841
34842INSERT INTO items_applications (itemappid,applicationid,itemid)
34843values ('63388','882','27481')
34844/
34845
34846INSERT INTO items_applications (itemappid,applicationid,itemid)
34847values ('63389','882','27482')
34848/
34849
34850INSERT INTO items_applications (itemappid,applicationid,itemid)
34851values ('63390','882','27483')
34852/
34853
34854INSERT INTO items_applications (itemappid,applicationid,itemid)
34855values ('63391','882','27484')
34856/
34857
34858INSERT INTO items_applications (itemappid,applicationid,itemid)
34859values ('63392','879','27485')
34860/
34861
34862INSERT INTO items_applications (itemappid,applicationid,itemid)
34863values ('63393','891','27507')
34864/
34865
34866INSERT INTO items_applications (itemappid,applicationid,itemid)
34867values ('63394','891','27508')
34868/
34869
34870INSERT INTO items_applications (itemappid,applicationid,itemid)
34871values ('63395','891','27509')
34872/
34873
34874INSERT INTO items_applications (itemappid,applicationid,itemid)
34875values ('63396','891','27510')
34876/
34877
34878INSERT INTO items_applications (itemappid,applicationid,itemid)
34879values ('63397','886','27511')
34880/
34881
34882INSERT INTO items_applications (itemappid,applicationid,itemid)
34883values ('63398','887','27516')
34884/
34885
34886INSERT INTO items_applications (itemappid,applicationid,itemid)
34887values ('63399','888','27517')
34888/
34889
34890INSERT INTO items_applications (itemappid,applicationid,itemid)
34891values ('63400','890','27518')
34892/
34893
34894INSERT INTO items_applications (itemappid,applicationid,itemid)
34895values ('63401','889','27519')
34896/
34897
34898INSERT INTO items_applications (itemappid,applicationid,itemid)
34899values ('63402','900','27543')
34900/
34901
34902INSERT INTO items_applications (itemappid,applicationid,itemid)
34903values ('63403','900','27544')
34904/
34905
34906INSERT INTO items_applications (itemappid,applicationid,itemid)
34907values ('63404','900','27545')
34908/
34909
34910INSERT INTO items_applications (itemappid,applicationid,itemid)
34911values ('63405','900','27546')
34912/
34913
34914INSERT INTO items_applications (itemappid,applicationid,itemid)
34915values ('63406','895','27547')
34916/
34917
34918INSERT INTO items_applications (itemappid,applicationid,itemid)
34919values ('63407','896','27552')
34920/
34921
34922INSERT INTO items_applications (itemappid,applicationid,itemid)
34923values ('63408','897','27553')
34924/
34925
34926INSERT INTO items_applications (itemappid,applicationid,itemid)
34927values ('63409','899','27554')
34928/
34929
34930INSERT INTO items_applications (itemappid,applicationid,itemid)
34931values ('63410','898','27555')
34932/
34933
34934INSERT INTO items_applications (itemappid,applicationid,itemid)
34935values ('63411','909','27579')
34936/
34937
34938INSERT INTO items_applications (itemappid,applicationid,itemid)
34939values ('63412','909','27580')
34940/
34941
34942INSERT INTO items_applications (itemappid,applicationid,itemid)
34943values ('63413','909','27581')
34944/
34945
34946INSERT INTO items_applications (itemappid,applicationid,itemid)
34947values ('63414','909','27582')
34948/
34949
34950INSERT INTO items_applications (itemappid,applicationid,itemid)
34951values ('63415','909','27583')
34952/
34953
34954INSERT INTO items_applications (itemappid,applicationid,itemid)
34955values ('63416','906','27584')
34956/
34957
34958INSERT INTO items_applications (itemappid,applicationid,itemid)
34959values ('63417','906','27585')
34960/
34961
34962INSERT INTO items_applications (itemappid,applicationid,itemid)
34963values ('63418','904','27586')
34964/
34965
34966INSERT INTO items_applications (itemappid,applicationid,itemid)
34967values ('63419','905','27590')
34968/
34969
34970INSERT INTO items_applications (itemappid,applicationid,itemid)
34971values ('63420','905','27591')
34972/
34973
34974INSERT INTO items_applications (itemappid,applicationid,itemid)
34975values ('63421','905','27592')
34976/
34977
34978INSERT INTO items_applications (itemappid,applicationid,itemid)
34979values ('63422','907','27593')
34980/
34981
34982INSERT INTO items_applications (itemappid,applicationid,itemid)
34983values ('63423','908','27594')
34984/
34985
34986INSERT INTO items_applications (itemappid,applicationid,itemid)
34987values ('63424','908','27595')
34988/
34989
34990INSERT INTO items_applications (itemappid,applicationid,itemid)
34991values ('63425','920','27670')
34992/
34993
34994INSERT INTO items_applications (itemappid,applicationid,itemid)
34995values ('63426','919','27671')
34996/
34997
34998INSERT INTO items_applications (itemappid,applicationid,itemid)
34999values ('63427','921','27672')
35000/
35001
35002INSERT INTO items_applications (itemappid,applicationid,itemid)
35003values ('63428','922','27673')
35004/
35005
35006INSERT INTO items_applications (itemappid,applicationid,itemid)
35007values ('63429','923','27674')
35008/
35009
35010INSERT INTO items_applications (itemappid,applicationid,itemid)
35011values ('63430','924','27675')
35012/
35013
35014INSERT INTO items_applications (itemappid,applicationid,itemid)
35015values ('63431','924','27676')
35016/
35017
35018INSERT INTO items_applications (itemappid,applicationid,itemid)
35019values ('63432','924','27677')
35020/
35021
35022INSERT INTO items_applications (itemappid,applicationid,itemid)
35023values ('63433','924','27678')
35024/
35025
35026INSERT INTO items_applications (itemappid,applicationid,itemid)
35027values ('63434','924','27679')
35028/
35029
35030INSERT INTO items_applications (itemappid,applicationid,itemid)
35031values ('63435','1036','28141')
35032/
35033
35034INSERT INTO items_applications (itemappid,applicationid,itemid)
35035values ('63436','1036','28142')
35036/
35037
35038INSERT INTO items_applications (itemappid,applicationid,itemid)
35039values ('63437','1031','28143')
35040/
35041
35042INSERT INTO items_applications (itemappid,applicationid,itemid)
35043values ('63438','1033','28150')
35044/
35045
35046INSERT INTO items_applications (itemappid,applicationid,itemid)
35047values ('63439','1032','28151')
35048/
35049
35050INSERT INTO items_applications (itemappid,applicationid,itemid)
35051values ('63440','1032','28152')
35052/
35053
35054INSERT INTO items_applications (itemappid,applicationid,itemid)
35055values ('63441','1032','28153')
35056/
35057
35058INSERT INTO items_applications (itemappid,applicationid,itemid)
35059values ('63442','1034','28154')
35060/
35061
35062INSERT INTO items_applications (itemappid,applicationid,itemid)
35063values ('63443','1035','28155')
35064/
35065
35066INSERT INTO items_applications (itemappid,applicationid,itemid)
35067values ('63444','1033','28156')
35068/
35069
35070INSERT INTO items_applications (itemappid,applicationid,itemid)
35071values ('63445','1036','28157')
35072/
35073
35074INSERT INTO items_applications (itemappid,applicationid,itemid)
35075values ('63446','1036','28158')
35076/
35077
35078INSERT INTO items_applications (itemappid,applicationid,itemid)
35079values ('63447','941','27748')
35080/
35081
35082INSERT INTO items_applications (itemappid,applicationid,itemid)
35083values ('63448','941','27749')
35084/
35085
35086INSERT INTO items_applications (itemappid,applicationid,itemid)
35087values ('63449','941','27750')
35088/
35089
35090INSERT INTO items_applications (itemappid,applicationid,itemid)
35091values ('63450','939','27751')
35092/
35093
35094INSERT INTO items_applications (itemappid,applicationid,itemid)
35095values ('63451','938','27752')
35096/
35097
35098INSERT INTO items_applications (itemappid,applicationid,itemid)
35099values ('63452','937','27753')
35100/
35101
35102INSERT INTO items_applications (itemappid,applicationid,itemid)
35103values ('63453','941','27754')
35104/
35105
35106INSERT INTO items_applications (itemappid,applicationid,itemid)
35107values ('63454','940','27755')
35108/
35109
35110INSERT INTO items_applications (itemappid,applicationid,itemid)
35111values ('63455','948','27777')
35112/
35113
35114INSERT INTO items_applications (itemappid,applicationid,itemid)
35115values ('63456','948','27778')
35116/
35117
35118INSERT INTO items_applications (itemappid,applicationid,itemid)
35119values ('63457','945','27783')
35120/
35121
35122INSERT INTO items_applications (itemappid,applicationid,itemid)
35123values ('63458','945','27784')
35124/
35125
35126INSERT INTO items_applications (itemappid,applicationid,itemid)
35127values ('63459','948','27785')
35128/
35129
35130INSERT INTO items_applications (itemappid,applicationid,itemid)
35131values ('63460','946','27786')
35132/
35133
35134INSERT INTO items_applications (itemappid,applicationid,itemid)
35135values ('63461','947','27787')
35136/
35137
35138INSERT INTO items_applications (itemappid,applicationid,itemid)
35139values ('63462','957','27811')
35140/
35141
35142INSERT INTO items_applications (itemappid,applicationid,itemid)
35143values ('63463','957','27812')
35144/
35145
35146INSERT INTO items_applications (itemappid,applicationid,itemid)
35147values ('63464','957','27813')
35148/
35149
35150INSERT INTO items_applications (itemappid,applicationid,itemid)
35151values ('63465','951','27814')
35152/
35153
35154INSERT INTO items_applications (itemappid,applicationid,itemid)
35155values ('63466','953','27819')
35156/
35157
35158INSERT INTO items_applications (itemappid,applicationid,itemid)
35159values ('63467','954','27821')
35160/
35161
35162INSERT INTO items_applications (itemappid,applicationid,itemid)
35163values ('63468','956','27822')
35164/
35165
35166INSERT INTO items_applications (itemappid,applicationid,itemid)
35167values ('63469','955','27823')
35168/
35169
35170INSERT INTO items_applications (itemappid,applicationid,itemid)
35171values ('63470','952','28613')
35172/
35173
35174INSERT INTO items_applications (itemappid,applicationid,itemid)
35175values ('63471','1044','28200')
35176/
35177
35178INSERT INTO items_applications (itemappid,applicationid,itemid)
35179values ('63472','1044','28201')
35180/
35181
35182INSERT INTO items_applications (itemappid,applicationid,itemid)
35183values ('63473','1045','28202')
35184/
35185
35186INSERT INTO items_applications (itemappid,applicationid,itemid)
35187values ('63474','1045','28203')
35188/
35189
35190INSERT INTO items_applications (itemappid,applicationid,itemid)
35191values ('63475','1047','28204')
35192/
35193
35194INSERT INTO items_applications (itemappid,applicationid,itemid)
35195values ('63476','1047','28205')
35196/
35197
35198INSERT INTO items_applications (itemappid,applicationid,itemid)
35199values ('63477','1046','28206')
35200/
35201
35202INSERT INTO items_applications (itemappid,applicationid,itemid)
35203values ('63478','976','27893')
35204/
35205
35206INSERT INTO items_applications (itemappid,applicationid,itemid)
35207values ('63479','976','27894')
35208/
35209
35210INSERT INTO items_applications (itemappid,applicationid,itemid)
35211values ('63480','976','27895')
35212/
35213
35214INSERT INTO items_applications (itemappid,applicationid,itemid)
35215values ('63481','976','27896')
35216/
35217
35218INSERT INTO items_applications (itemappid,applicationid,itemid)
35219values ('63482','974','27897')
35220/
35221
35222INSERT INTO items_applications (itemappid,applicationid,itemid)
35223values ('63483','973','27898')
35224/
35225
35226INSERT INTO items_applications (itemappid,applicationid,itemid)
35227values ('63484','973','27899')
35228/
35229
35230INSERT INTO items_applications (itemappid,applicationid,itemid)
35231values ('63485','973','27900')
35232/
35233
35234INSERT INTO items_applications (itemappid,applicationid,itemid)
35235values ('63486','972','27904')
35236/
35237
35238INSERT INTO items_applications (itemappid,applicationid,itemid)
35239values ('63487','974','27905')
35240/
35241
35242INSERT INTO items_applications (itemappid,applicationid,itemid)
35243values ('63488','975','27906')
35244/
35245
35246INSERT INTO items_applications (itemappid,applicationid,itemid)
35247values ('63489','975','27907')
35248/
35249
35250INSERT INTO items_applications (itemappid,applicationid,itemid)
35251values ('63490','975','27908')
35252/
35253
35254INSERT INTO items_applications (itemappid,applicationid,itemid)
35255values ('63491','985','27930')
35256/
35257
35258INSERT INTO items_applications (itemappid,applicationid,itemid)
35259values ('63492','985','27931')
35260/
35261
35262INSERT INTO items_applications (itemappid,applicationid,itemid)
35263values ('63493','985','27932')
35264/
35265
35266INSERT INTO items_applications (itemappid,applicationid,itemid)
35267values ('63494','981','27933')
35268/
35269
35270INSERT INTO items_applications (itemappid,applicationid,itemid)
35271values ('63495','981','27934')
35272/
35273
35274INSERT INTO items_applications (itemappid,applicationid,itemid)
35275values ('63496','981','27935')
35276/
35277
35278INSERT INTO items_applications (itemappid,applicationid,itemid)
35279values ('63497','980','27936')
35280/
35281
35282INSERT INTO items_applications (itemappid,applicationid,itemid)
35283values ('63498','982','27940')
35284/
35285
35286INSERT INTO items_applications (itemappid,applicationid,itemid)
35287values ('63499','982','27941')
35288/
35289
35290INSERT INTO items_applications (itemappid,applicationid,itemid)
35291values ('63500','984','27942')
35292/
35293
35294INSERT INTO items_applications (itemappid,applicationid,itemid)
35295values ('63501','983','27943')
35296/
35297
35298INSERT INTO items_applications (itemappid,applicationid,itemid)
35299values ('63502','991','27967')
35300/
35301
35302INSERT INTO items_applications (itemappid,applicationid,itemid)
35303values ('63503','991','27968')
35304/
35305
35306INSERT INTO items_applications (itemappid,applicationid,itemid)
35307values ('63504','991','27969')
35308/
35309
35310INSERT INTO items_applications (itemappid,applicationid,itemid)
35311values ('63505','991','27970')
35312/
35313
35314INSERT INTO items_applications (itemappid,applicationid,itemid)
35315values ('63506','991','27971')
35316/
35317
35318INSERT INTO items_applications (itemappid,applicationid,itemid)
35319values ('63507','990','27972')
35320/
35321
35322INSERT INTO items_applications (itemappid,applicationid,itemid)
35323values ('63508','990','27973')
35324/
35325
35326INSERT INTO items_applications (itemappid,applicationid,itemid)
35327values ('63509','990','27974')
35328/
35329
35330INSERT INTO items_applications (itemappid,applicationid,itemid)
35331values ('63510','989','27975')
35332/
35333
35334INSERT INTO items_applications (itemappid,applicationid,itemid)
35335values ('63511','997','27997')
35336/
35337
35338INSERT INTO items_applications (itemappid,applicationid,itemid)
35339values ('63512','997','27998')
35340/
35341
35342INSERT INTO items_applications (itemappid,applicationid,itemid)
35343values ('63513','997','27999')
35344/
35345
35346INSERT INTO items_applications (itemappid,applicationid,itemid)
35347values ('63514','997','28000')
35348/
35349
35350INSERT INTO items_applications (itemappid,applicationid,itemid)
35351values ('63515','995','28003')
35352/
35353
35354INSERT INTO items_applications (itemappid,applicationid,itemid)
35355values ('63516','996','28004')
35356/
35357
35358INSERT INTO items_applications (itemappid,applicationid,itemid)
35359values ('63517','1003','28026')
35360/
35361
35362INSERT INTO items_applications (itemappid,applicationid,itemid)
35363values ('63518','1003','28027')
35364/
35365
35366INSERT INTO items_applications (itemappid,applicationid,itemid)
35367values ('63519','1002','28028')
35368/
35369
35370INSERT INTO items_applications (itemappid,applicationid,itemid)
35371values ('63520','1002','28029')
35372/
35373
35374INSERT INTO items_applications (itemappid,applicationid,itemid)
35375values ('63521','1002','28030')
35376/
35377
35378INSERT INTO items_applications (itemappid,applicationid,itemid)
35379values ('63522','1001','28031')
35380/
35381
35382INSERT INTO items_applications (itemappid,applicationid,itemid)
35383values ('63523','1120','28634')
35384/
35385
35386INSERT INTO items_applications (itemappid,applicationid,itemid)
35387values ('63524','1120','28635')
35388/
35389
35390INSERT INTO items_applications (itemappid,applicationid,itemid)
35391values ('63525','1120','28636')
35392/
35393
35394INSERT INTO items_applications (itemappid,applicationid,itemid)
35395values ('63526','1120','28637')
35396/
35397
35398INSERT INTO items_applications (itemappid,applicationid,itemid)
35399values ('63527','1120','28638')
35400/
35401
35402INSERT INTO items_applications (itemappid,applicationid,itemid)
35403values ('63528','1119','28639')
35404/
35405
35406INSERT INTO items_applications (itemappid,applicationid,itemid)
35407values ('63529','1114','28640')
35408/
35409
35410INSERT INTO items_applications (itemappid,applicationid,itemid)
35411values ('63530','1117','28641')
35412/
35413
35414INSERT INTO items_applications (itemappid,applicationid,itemid)
35415values ('63531','1117','28642')
35416/
35417
35418INSERT INTO items_applications (itemappid,applicationid,itemid)
35419values ('63532','1116','28643')
35420/
35421
35422INSERT INTO items_applications (itemappid,applicationid,itemid)
35423values ('63533','1118','28644')
35424/
35425
35426INSERT INTO items_applications (itemappid,applicationid,itemid)
35427values ('63534','1118','28645')
35428/
35429
35430INSERT INTO items_applications (itemappid,applicationid,itemid)
35431values ('63535','1118','28646')
35432/
35433
35434INSERT INTO items_applications (itemappid,applicationid,itemid)
35435values ('63536','1118','28647')
35436/
35437
35438INSERT INTO items_applications (itemappid,applicationid,itemid)
35439values ('63537','1121','28648')
35440/
35441
35442INSERT INTO items_applications (itemappid,applicationid,itemid)
35443values ('63538','1121','28649')
35444/
35445
35446INSERT INTO items_applications (itemappid,applicationid,itemid)
35447values ('63539','1121','28650')
35448/
35449
35450INSERT INTO items_applications (itemappid,applicationid,itemid)
35451values ('63540','1115','28651')
35452/
35453
35454INSERT INTO items_applications (itemappid,applicationid,itemid)
35455values ('63541','1115','28652')
35456/
35457
35458INSERT INTO items_applications (itemappid,applicationid,itemid)
35459values ('63542','1115','28653')
35460/
35461
35462INSERT INTO items_applications (itemappid,applicationid,itemid)
35463values ('63543','1070','28341')
35464/
35465
35466INSERT INTO items_applications (itemappid,applicationid,itemid)
35467values ('63544','1073','28342')
35468/
35469
35470INSERT INTO items_applications (itemappid,applicationid,itemid)
35471values ('63545','1073','28343')
35472/
35473
35474INSERT INTO items_applications (itemappid,applicationid,itemid)
35475values ('63546','1073','28344')
35476/
35477
35478INSERT INTO items_applications (itemappid,applicationid,itemid)
35479values ('63547','1073','28345')
35480/
35481
35482INSERT INTO items_applications (itemappid,applicationid,itemid)
35483values ('63548','1076','28354')
35484/
35485
35486INSERT INTO items_applications (itemappid,applicationid,itemid)
35487values ('63549','1076','28355')
35488/
35489
35490INSERT INTO items_applications (itemappid,applicationid,itemid)
35491values ('63550','1076','28356')
35492/
35493
35494INSERT INTO items_applications (itemappid,applicationid,itemid)
35495values ('63551','1076','28357')
35496/
35497
35498INSERT INTO items_applications (itemappid,applicationid,itemid)
35499values ('63552','1075','28358')
35500/
35501
35502INSERT INTO items_applications (itemappid,applicationid,itemid)
35503values ('63553','1072','28359')
35504/
35505
35506INSERT INTO items_applications (itemappid,applicationid,itemid)
35507values ('63554','1072','28360')
35508/
35509
35510INSERT INTO items_applications (itemappid,applicationid,itemid)
35511values ('63555','1074','28361')
35512/
35513
35514INSERT INTO items_applications (itemappid,applicationid,itemid)
35515values ('63556','1074','28362')
35516/
35517
35518INSERT INTO items_applications (itemappid,applicationid,itemid)
35519values ('63557','1074','28363')
35520/
35521
35522INSERT INTO items_applications (itemappid,applicationid,itemid)
35523values ('63558','1074','28364')
35524/
35525
35526INSERT INTO items_applications (itemappid,applicationid,itemid)
35527values ('63559','1074','28365')
35528/
35529
35530INSERT INTO items_applications (itemappid,applicationid,itemid)
35531values ('63560','1074','28366')
35532/
35533
35534INSERT INTO items_applications (itemappid,applicationid,itemid)
35535values ('63561','1074','28367')
35536/
35537
35538INSERT INTO items_applications (itemappid,applicationid,itemid)
35539values ('63562','1077','28368')
35540/
35541
35542INSERT INTO items_applications (itemappid,applicationid,itemid)
35543values ('63563','1077','28369')
35544/
35545
35546INSERT INTO items_applications (itemappid,applicationid,itemid)
35547values ('63564','1077','28370')
35548/
35549
35550INSERT INTO items_applications (itemappid,applicationid,itemid)
35551values ('63565','1077','28371')
35552/
35553
35554INSERT INTO items_applications (itemappid,applicationid,itemid)
35555values ('63566','1077','28372')
35556/
35557
35558INSERT INTO items_applications (itemappid,applicationid,itemid)
35559values ('63567','1077','28373')
35560/
35561
35562INSERT INTO items_applications (itemappid,applicationid,itemid)
35563values ('63568','1071','28374')
35564/
35565
35566INSERT INTO items_applications (itemappid,applicationid,itemid)
35567values ('63569','1071','28375')
35568/
35569
35570INSERT INTO items_applications (itemappid,applicationid,itemid)
35571values ('63570','1071','28376')
35572/
35573
35574INSERT INTO items_applications (itemappid,applicationid,itemid)
35575values ('63571','1085','28388')
35576/
35577
35578INSERT INTO items_applications (itemappid,applicationid,itemid)
35579values ('63572','1082','28390')
35580/
35581
35582INSERT INTO items_applications (itemappid,applicationid,itemid)
35583values ('63573','1082','28391')
35584/
35585
35586INSERT INTO items_applications (itemappid,applicationid,itemid)
35587values ('63574','1079','28654')
35588/
35589
35590INSERT INTO items_applications (itemappid,applicationid,itemid)
35591values ('63575','1085','28404')
35592/
35593
35594INSERT INTO items_applications (itemappid,applicationid,itemid)
35595values ('63576','1085','28405')
35596/
35597
35598INSERT INTO items_applications (itemappid,applicationid,itemid)
35599values ('63577','1085','28406')
35600/
35601
35602INSERT INTO items_applications (itemappid,applicationid,itemid)
35603values ('63578','1085','28407')
35604/
35605
35606INSERT INTO items_applications (itemappid,applicationid,itemid)
35607values ('63579','1085','28408')
35608/
35609
35610INSERT INTO items_applications (itemappid,applicationid,itemid)
35611values ('63580','1085','28409')
35612/
35613
35614INSERT INTO items_applications (itemappid,applicationid,itemid)
35615values ('63581','1085','28410')
35616/
35617
35618INSERT INTO items_applications (itemappid,applicationid,itemid)
35619values ('63582','1084','28411')
35620/
35621
35622INSERT INTO items_applications (itemappid,applicationid,itemid)
35623values ('63583','1081','28412')
35624/
35625
35626INSERT INTO items_applications (itemappid,applicationid,itemid)
35627values ('63584','1080','28413')
35628/
35629
35630INSERT INTO items_applications (itemappid,applicationid,itemid)
35631values ('63585','1080','28414')
35632/
35633
35634INSERT INTO items_applications (itemappid,applicationid,itemid)
35635values ('63586','1080','28415')
35636/
35637
35638INSERT INTO items_applications (itemappid,applicationid,itemid)
35639values ('63587','1080','28416')
35640/
35641
35642INSERT INTO items_applications (itemappid,applicationid,itemid)
35643values ('63588','1083','28417')
35644/
35645
35646INSERT INTO items_applications (itemappid,applicationid,itemid)
35647values ('63589','1083','28418')
35648/
35649
35650INSERT INTO items_applications (itemappid,applicationid,itemid)
35651values ('63590','1083','28419')
35652/
35653
35654INSERT INTO items_applications (itemappid,applicationid,itemid)
35655values ('63591','1083','28420')
35656/
35657
35658INSERT INTO items_applications (itemappid,applicationid,itemid)
35659values ('63592','1083','28421')
35660/
35661
35662INSERT INTO items_applications (itemappid,applicationid,itemid)
35663values ('63593','1083','28422')
35664/
35665
35666INSERT INTO items_applications (itemappid,applicationid,itemid)
35667values ('63594','1086','28423')
35668/
35669
35670INSERT INTO items_applications (itemappid,applicationid,itemid)
35671values ('63595','1086','28424')
35672/
35673
35674INSERT INTO items_applications (itemappid,applicationid,itemid)
35675values ('63596','1086','28425')
35676/
35677
35678INSERT INTO items_applications (itemappid,applicationid,itemid)
35679values ('63597','1088','28437')
35680/
35681
35682INSERT INTO items_applications (itemappid,applicationid,itemid)
35683values ('63598','1090','28438')
35684/
35685
35686INSERT INTO items_applications (itemappid,applicationid,itemid)
35687values ('63599','1090','28439')
35688/
35689
35690INSERT INTO items_applications (itemappid,applicationid,itemid)
35691values ('63600','1093','28446')
35692/
35693
35694INSERT INTO items_applications (itemappid,applicationid,itemid)
35695values ('63601','1093','28447')
35696/
35697
35698INSERT INTO items_applications (itemappid,applicationid,itemid)
35699values ('63602','1093','28448')
35700/
35701
35702INSERT INTO items_applications (itemappid,applicationid,itemid)
35703values ('63603','1092','28449')
35704/
35705
35706INSERT INTO items_applications (itemappid,applicationid,itemid)
35707values ('63604','1089','28450')
35708/
35709
35710INSERT INTO items_applications (itemappid,applicationid,itemid)
35711values ('63605','1089','28451')
35712/
35713
35714INSERT INTO items_applications (itemappid,applicationid,itemid)
35715values ('63606','1091','28452')
35716/
35717
35718INSERT INTO items_applications (itemappid,applicationid,itemid)
35719values ('63607','1091','28453')
35720/
35721
35722INSERT INTO items_applications (itemappid,applicationid,itemid)
35723values ('63608','1095','28465')
35724/
35725
35726INSERT INTO items_applications (itemappid,applicationid,itemid)
35727values ('63609','1097','28466')
35728/
35729
35730INSERT INTO items_applications (itemappid,applicationid,itemid)
35731values ('63610','1097','28467')
35732/
35733
35734INSERT INTO items_applications (itemappid,applicationid,itemid)
35735values ('63611','1100','28474')
35736/
35737
35738INSERT INTO items_applications (itemappid,applicationid,itemid)
35739values ('63612','1100','28475')
35740/
35741
35742INSERT INTO items_applications (itemappid,applicationid,itemid)
35743values ('63613','1100','28476')
35744/
35745
35746INSERT INTO items_applications (itemappid,applicationid,itemid)
35747values ('63614','1099','28477')
35748/
35749
35750INSERT INTO items_applications (itemappid,applicationid,itemid)
35751values ('63615','1096','28478')
35752/
35753
35754INSERT INTO items_applications (itemappid,applicationid,itemid)
35755values ('63616','1096','28479')
35756/
35757
35758INSERT INTO items_applications (itemappid,applicationid,itemid)
35759values ('63617','1098','28480')
35760/
35761
35762INSERT INTO items_applications (itemappid,applicationid,itemid)
35763values ('63618','1098','28481')
35764/
35765
35766INSERT INTO items_applications (itemappid,applicationid,itemid)
35767values ('63619','1104','28495')
35768/
35769
35770INSERT INTO items_applications (itemappid,applicationid,itemid)
35771values ('63620','1103','28496')
35772/
35773
35774INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35775values ('1','1','0','Down')
35776/
35777
35778INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35779values ('2','1','1','Up')
35780/
35781
35782INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35783values ('3','2','0','not available')
35784/
35785
35786INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35787values ('4','2','1','available')
35788/
35789
35790INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35791values ('5','2','2','unknown')
35792/
35793
35794INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35795values ('13','6','1','Other')
35796/
35797
35798INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35799values ('14','6','2','OK')
35800/
35801
35802INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35803values ('15','6','3','Degraded')
35804/
35805
35806INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35807values ('17','7','1','Other')
35808/
35809
35810INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35811values ('18','7','2','Unknown')
35812/
35813
35814INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35815values ('19','7','3','OK')
35816/
35817
35818INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35819values ('20','7','4','NonCritical')
35820/
35821
35822INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35823values ('21','7','5','Critical')
35824/
35825
35826INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35827values ('22','7','6','NonRecoverable')
35828/
35829
35830INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35831values ('23','5','1','unknown')
35832/
35833
35834INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35835values ('24','5','2','batteryNormal')
35836/
35837
35838INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35839values ('25','5','3','batteryLow')
35840/
35841
35842INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35843values ('26','4','1','unknown')
35844/
35845
35846INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35847values ('27','4','2','notInstalled')
35848/
35849
35850INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35851values ('28','4','3','ok')
35852/
35853
35854INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35855values ('29','4','4','failed')
35856/
35857
35858INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35859values ('30','4','5','highTemperature')
35860/
35861
35862INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35863values ('31','4','6','replaceImmediately')
35864/
35865
35866INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35867values ('32','4','7','lowCapacity')
35868/
35869
35870INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35871values ('33','3','0','Running')
35872/
35873
35874INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35875values ('34','3','1','Paused')
35876/
35877
35878INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35879values ('35','3','3','Pause pending')
35880/
35881
35882INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35883values ('36','3','4','Continue pending')
35884/
35885
35886INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35887values ('37','3','5','Stop pending')
35888/
35889
35890INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35891values ('38','3','6','Stopped')
35892/
35893
35894INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35895values ('39','3','7','Unknown')
35896/
35897
35898INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35899values ('40','3','255','No such service')
35900/
35901
35902INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35903values ('41','3','2','Start pending')
35904/
35905
35906INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35907values ('49','9','1','unknown')
35908/
35909
35910INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35911values ('50','9','2','running')
35912/
35913
35914INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35915values ('51','9','3','warning')
35916/
35917
35918INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35919values ('52','9','4','testing')
35920/
35921
35922INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35923values ('53','9','5','down')
35924/
35925
35926INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35927values ('61','8','1','up')
35928/
35929
35930INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35931values ('62','8','2','down')
35932/
35933
35934INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35935values ('63','8','3','testing')
35936/
35937
35938INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35939values ('64','8','4','unknown')
35940/
35941
35942INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35943values ('65','8','5','dormant')
35944/
35945
35946INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35947values ('66','8','6','notPresent')
35948/
35949
35950INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35951values ('67','8','7','lowerLayerDown')
35952/
35953
35954INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35955values ('68','10','1','Up')
35956/
35957
35958INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35959values ('69','11','1','up')
35960/
35961
35962INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35963values ('70','11','2','down')
35964/
35965
35966INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35967values ('71','11','3','testing')
35968/
35969
35970INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35971values ('72','12','0','poweredOff')
35972/
35973
35974INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35975values ('73','12','1','poweredOn')
35976/
35977
35978INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35979values ('74','12','2','suspended')
35980/
35981
35982INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35983values ('75','13','0','gray')
35984/
35985
35986INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35987values ('76','13','1','green')
35988/
35989
35990INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35991values ('77','13','2','yellow')
35992/
35993
35994INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35995values ('78','13','3','red')
35996/
35997
35998INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
35999values ('79','14','0','normal')
36000/
36001
36002INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36003values ('80','14','1','in maintenance')
36004/
36005
36006INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36007values ('81','14','2','no data collection')
36008/
36009
36010INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36011values ('82','15','0','Normal')
36012/
36013
36014INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36015values ('83','15','1','Low memory')
36016/
36017
36018INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36019values ('84','16','0','Automatic')
36020/
36021
36022INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36023values ('85','16','1','Automatic delayed')
36024/
36025
36026INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36027values ('86','16','2','Manual')
36028/
36029
36030INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36031values ('87','16','3','Disabled')
36032/
36033
36034INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36035values ('88','16','4','Unknown')
36036/
36037
36038INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36039values ('89','17','100','Continue')
36040/
36041
36042INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36043values ('90','17','101','Switching Protocols')
36044/
36045
36046INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36047values ('91','17','102','Processing')
36048/
36049
36050INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36051values ('92','17','200','OK')
36052/
36053
36054INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36055values ('93','17','201','Created')
36056/
36057
36058INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36059values ('94','17','202','Accepted')
36060/
36061
36062INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36063values ('95','17','203','Non-Authoritative Information')
36064/
36065
36066INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36067values ('96','17','204','No Content')
36068/
36069
36070INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36071values ('97','17','205','Reset Content')
36072/
36073
36074INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36075values ('98','17','206','Partial Content')
36076/
36077
36078INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36079values ('99','17','207','Multi-Status')
36080/
36081
36082INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36083values ('100','17','208','Already Reported')
36084/
36085
36086INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36087values ('101','17','226','IM Used')
36088/
36089
36090INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36091values ('102','17','300','Multiple Choices')
36092/
36093
36094INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36095values ('103','17','301','Moved Permanently')
36096/
36097
36098INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36099values ('104','17','302','Found')
36100/
36101
36102INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36103values ('105','17','303','See Other')
36104/
36105
36106INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36107values ('106','17','304','Not Modified')
36108/
36109
36110INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36111values ('107','17','305','Use Proxy')
36112/
36113
36114INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36115values ('108','17','306','Switch Proxy')
36116/
36117
36118INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36119values ('109','17','307','Temporary Redirect')
36120/
36121
36122INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36123values ('110','17','308','Permanent Redirect/Resume Incomplete')
36124/
36125
36126INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36127values ('111','17','400','Bad Request')
36128/
36129
36130INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36131values ('112','17','401','Unauthorized')
36132/
36133
36134INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36135values ('113','17','402','Payment Required')
36136/
36137
36138INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36139values ('114','17','403','Forbidden')
36140/
36141
36142INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36143values ('115','17','404','Not Found')
36144/
36145
36146INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36147values ('116','17','405','Method Not Allowed')
36148/
36149
36150INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36151values ('117','17','406','Not Acceptable')
36152/
36153
36154INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36155values ('118','17','407','Proxy Authentication Required')
36156/
36157
36158INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36159values ('119','17','408','Request Timeout')
36160/
36161
36162INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36163values ('120','17','409','Conflict')
36164/
36165
36166INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36167values ('121','17','410','Gone')
36168/
36169
36170INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36171values ('122','17','411','Length Required')
36172/
36173
36174INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36175values ('123','17','412','Precondition Failed')
36176/
36177
36178INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36179values ('124','17','413','Payload Too Large')
36180/
36181
36182INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36183values ('125','17','414','Request-URI Too Long')
36184/
36185
36186INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36187values ('126','17','415','Unsupported Media Type')
36188/
36189
36190INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36191values ('127','17','416','Requested Range Not Satisfiable')
36192/
36193
36194INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36195values ('128','17','417','Expectation Failed')
36196/
36197
36198INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36199values ('129','17','418','I''m a Teapot')
36200/
36201
36202INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36203values ('130','17','419','Authentication Timeout')
36204/
36205
36206INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36207values ('131','17','420','Method Failure/Enhance Your Calm')
36208/
36209
36210INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36211values ('132','17','421','Misdirected Request')
36212/
36213
36214INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36215values ('133','17','422','Unprocessable Entity')
36216/
36217
36218INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36219values ('134','17','423','Locked')
36220/
36221
36222INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36223values ('135','17','424','Failed Dependency')
36224/
36225
36226INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36227values ('136','17','426','Upgrade Required')
36228/
36229
36230INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36231values ('137','17','428','Precondition Required')
36232/
36233
36234INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36235values ('138','17','429','Too Many Requests')
36236/
36237
36238INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36239values ('139','17','431','Request Header Fields Too Large')
36240/
36241
36242INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36243values ('140','17','440','Login Timeout')
36244/
36245
36246INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36247values ('141','17','444','No Response')
36248/
36249
36250INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36251values ('142','17','449','Retry With')
36252/
36253
36254INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36255values ('143','17','450','Blocked by Windows Parental Controls')
36256/
36257
36258INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36259values ('144','17','451','Unavailable for Legal Reasons/Redirect')
36260/
36261
36262INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36263values ('145','17','494','Request Header Too Large')
36264/
36265
36266INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36267values ('146','17','495','Cert Error')
36268/
36269
36270INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36271values ('147','17','496','No Cert')
36272/
36273
36274INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36275values ('148','17','497','HTTP to HTTPS')
36276/
36277
36278INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36279values ('149','17','498','Token Expired/Invalid')
36280/
36281
36282INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36283values ('150','17','499','Client Closed Request/Token Required')
36284/
36285
36286INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36287values ('151','17','500','Internal Server Error')
36288/
36289
36290INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36291values ('152','17','501','Not Implemented')
36292/
36293
36294INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36295values ('153','17','502','Bad Gateway')
36296/
36297
36298INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36299values ('154','17','503','Service Unavailable')
36300/
36301
36302INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36303values ('155','17','504','Gateway Timeout')
36304/
36305
36306INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36307values ('156','17','505','HTTP Version Not Supported')
36308/
36309
36310INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36311values ('157','17','506','Variant Also Negotiates')
36312/
36313
36314INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36315values ('158','17','507','Insufficient Storage')
36316/
36317
36318INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36319values ('159','17','508','Loop Detected')
36320/
36321
36322INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36323values ('160','17','509','Bandwidth Limit Exceeded')
36324/
36325
36326INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36327values ('161','17','510','Not Extended')
36328/
36329
36330INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36331values ('162','17','511','Network Authentication Required')
36332/
36333
36334INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36335values ('163','17','520','Unknown Error')
36336/
36337
36338INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36339values ('164','17','598','Network Read Timeout Error')
36340/
36341
36342INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36343values ('165','17','599','Network Connect Timeout Error')
36344/
36345
36346INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36347values ('166','18','1','ok')
36348/
36349
36350INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36351values ('167','18','2','unavailable')
36352/
36353
36354INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36355values ('168','18','3','nonoperational')
36356/
36357
36358INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36359values ('169','19','1','unknown')
36360/
36361
36362INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36363values ('170','19','2','halfDuplex')
36364/
36365
36366INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36367values ('171','19','3','fullDuplex')
36368/
36369
36370INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36371values ('172','20','1','up')
36372/
36373
36374INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36375values ('173','20','2','down')
36376/
36377
36378INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36379values ('174','20','3','testing')
36380/
36381
36382INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36383values ('175','20','4','unknown')
36384/
36385
36386INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36387values ('176','20','5','dormant')
36388/
36389
36390INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36391values ('177','20','6','notPresent')
36392/
36393
36394INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36395values ('178','20','7','lowerLayerDown')
36396/
36397
36398INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36399values ('179','21','1','other')
36400/
36401
36402INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36403values ('180','21','2','regular1822')
36404/
36405
36406INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36407values ('181','21','3','hdh1822')
36408/
36409
36410INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36411values ('182','21','4','ddnX25')
36412/
36413
36414INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36415values ('183','21','5','rfc877x25')
36416/
36417
36418INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36419values ('184','21','6','ethernetCsmacd')
36420/
36421
36422INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36423values ('185','21','7','iso88023Csmacd')
36424/
36425
36426INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36427values ('186','21','8','iso88024TokenBus')
36428/
36429
36430INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36431values ('187','21','9','iso88025TokenRing')
36432/
36433
36434INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36435values ('188','21','10','iso88026Man')
36436/
36437
36438INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36439values ('189','21','11','starLan')
36440/
36441
36442INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36443values ('190','21','12','proteon10Mbit')
36444/
36445
36446INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36447values ('191','21','13','proteon80Mbit')
36448/
36449
36450INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36451values ('192','21','14','hyperchannel')
36452/
36453
36454INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36455values ('193','21','15','fddi')
36456/
36457
36458INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36459values ('194','21','16','lapb')
36460/
36461
36462INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36463values ('195','21','17','sdlc')
36464/
36465
36466INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36467values ('196','21','18','ds1')
36468/
36469
36470INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36471values ('197','21','19','e1')
36472/
36473
36474INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36475values ('198','21','20','basicISDN')
36476/
36477
36478INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36479values ('199','21','21','primaryISDN')
36480/
36481
36482INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36483values ('200','21','22','propPointToPointSerial')
36484/
36485
36486INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36487values ('201','21','23','ppp')
36488/
36489
36490INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36491values ('202','21','24','softwareLoopback')
36492/
36493
36494INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36495values ('203','21','25','eon')
36496/
36497
36498INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36499values ('204','21','26','ethernet3Mbit')
36500/
36501
36502INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36503values ('205','21','27','nsip')
36504/
36505
36506INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36507values ('206','21','28','slip')
36508/
36509
36510INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36511values ('207','21','29','ultra')
36512/
36513
36514INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36515values ('208','21','30','ds3')
36516/
36517
36518INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36519values ('209','21','31','sip')
36520/
36521
36522INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36523values ('210','21','32','frameRelay')
36524/
36525
36526INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36527values ('211','21','33','rs232')
36528/
36529
36530INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36531values ('212','21','34','para')
36532/
36533
36534INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36535values ('213','21','35','arcnet')
36536/
36537
36538INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36539values ('214','21','36','arcnetPlus')
36540/
36541
36542INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36543values ('215','21','37','atm')
36544/
36545
36546INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36547values ('216','21','38','miox25')
36548/
36549
36550INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36551values ('217','21','39','sonet')
36552/
36553
36554INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36555values ('218','21','40','x25ple')
36556/
36557
36558INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36559values ('219','21','41','iso88022llc')
36560/
36561
36562INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36563values ('220','21','42','localTalk')
36564/
36565
36566INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36567values ('221','21','43','smdsDxi')
36568/
36569
36570INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36571values ('222','21','44','frameRelayService')
36572/
36573
36574INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36575values ('223','21','45','v35')
36576/
36577
36578INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36579values ('224','21','46','hssi')
36580/
36581
36582INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36583values ('225','21','47','hippi')
36584/
36585
36586INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36587values ('226','21','48','modem')
36588/
36589
36590INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36591values ('227','21','49','aal5')
36592/
36593
36594INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36595values ('228','21','50','sonetPath')
36596/
36597
36598INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36599values ('229','21','51','sonetVT')
36600/
36601
36602INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36603values ('230','21','52','smdsIcip')
36604/
36605
36606INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36607values ('231','21','53','propVirtual')
36608/
36609
36610INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36611values ('232','21','54','propMultiplexor')
36612/
36613
36614INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36615values ('233','21','55','ieee80212')
36616/
36617
36618INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36619values ('234','21','56','fibreChannel')
36620/
36621
36622INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36623values ('235','21','57','hippiInterface')
36624/
36625
36626INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36627values ('236','21','58','frameRelayInterconnect')
36628/
36629
36630INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36631values ('237','21','59','aflane8023')
36632/
36633
36634INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36635values ('238','21','60','aflane8025')
36636/
36637
36638INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36639values ('239','21','61','cctEmul')
36640/
36641
36642INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36643values ('240','21','62','fastEther')
36644/
36645
36646INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36647values ('241','21','63','isdn')
36648/
36649
36650INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36651values ('242','21','64','v11')
36652/
36653
36654INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36655values ('243','21','65','v36')
36656/
36657
36658INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36659values ('244','21','66','g703at64k')
36660/
36661
36662INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36663values ('245','21','67','g703at2mb')
36664/
36665
36666INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36667values ('246','21','68','qllc')
36668/
36669
36670INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36671values ('247','21','69','fastEtherFX')
36672/
36673
36674INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36675values ('248','21','70','channel')
36676/
36677
36678INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36679values ('249','21','71','ieee80211')
36680/
36681
36682INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36683values ('250','21','72','ibm370parChan')
36684/
36685
36686INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36687values ('251','21','73','escon')
36688/
36689
36690INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36691values ('252','21','74','dlsw')
36692/
36693
36694INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36695values ('253','21','75','isdns')
36696/
36697
36698INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36699values ('254','21','76','isdnu')
36700/
36701
36702INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36703values ('255','21','77','lapd')
36704/
36705
36706INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36707values ('256','21','78','ipSwitch')
36708/
36709
36710INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36711values ('257','21','79','rsrb')
36712/
36713
36714INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36715values ('258','21','80','atmLogical')
36716/
36717
36718INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36719values ('259','21','81','ds0')
36720/
36721
36722INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36723values ('260','21','82','ds0Bundle')
36724/
36725
36726INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36727values ('261','21','83','bsc')
36728/
36729
36730INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36731values ('262','21','84','async')
36732/
36733
36734INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36735values ('263','21','85','cnr')
36736/
36737
36738INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36739values ('264','21','86','iso88025Dtr')
36740/
36741
36742INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36743values ('265','21','87','eplrs')
36744/
36745
36746INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36747values ('266','21','88','arap')
36748/
36749
36750INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36751values ('267','21','89','propCnls')
36752/
36753
36754INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36755values ('268','21','90','hostPad')
36756/
36757
36758INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36759values ('269','21','91','termPad')
36760/
36761
36762INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36763values ('270','21','92','frameRelayMPI')
36764/
36765
36766INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36767values ('271','21','93','x213')
36768/
36769
36770INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36771values ('272','21','94','adsl')
36772/
36773
36774INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36775values ('273','21','95','radsl')
36776/
36777
36778INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36779values ('274','21','96','sdsl')
36780/
36781
36782INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36783values ('275','21','97','vdsl')
36784/
36785
36786INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36787values ('276','21','98','iso88025CRFPInt')
36788/
36789
36790INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36791values ('277','21','99','myrinet')
36792/
36793
36794INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36795values ('278','21','100','voiceEM')
36796/
36797
36798INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36799values ('279','21','101','voiceFXO')
36800/
36801
36802INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36803values ('280','21','102','voiceFXS')
36804/
36805
36806INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36807values ('281','21','103','voiceEncap')
36808/
36809
36810INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36811values ('282','21','104','voiceOverIp')
36812/
36813
36814INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36815values ('283','21','105','atmDxi')
36816/
36817
36818INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36819values ('284','21','106','atmFuni')
36820/
36821
36822INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36823values ('285','21','107','atmIma')
36824/
36825
36826INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36827values ('286','21','108','pppMultilinkBundle')
36828/
36829
36830INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36831values ('287','21','109','ipOverCdlc')
36832/
36833
36834INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36835values ('288','21','110','ipOverClaw')
36836/
36837
36838INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36839values ('289','21','111','stackToStack')
36840/
36841
36842INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36843values ('290','21','112','virtualIpAddress')
36844/
36845
36846INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36847values ('291','21','113','mpc')
36848/
36849
36850INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36851values ('292','21','114','ipOverAtm')
36852/
36853
36854INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36855values ('293','21','115','iso88025Fiber')
36856/
36857
36858INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36859values ('294','21','116','tdlc')
36860/
36861
36862INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36863values ('295','21','117','gigabitEthernet')
36864/
36865
36866INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36867values ('296','21','118','hdlc')
36868/
36869
36870INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36871values ('297','21','119','lapf')
36872/
36873
36874INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36875values ('298','21','120','v37')
36876/
36877
36878INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36879values ('299','21','121','x25mlp')
36880/
36881
36882INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36883values ('300','21','122','x25huntGroup')
36884/
36885
36886INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36887values ('301','21','123','trasnpHdlc')
36888/
36889
36890INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36891values ('302','21','124','interleave')
36892/
36893
36894INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36895values ('303','21','125','fast')
36896/
36897
36898INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36899values ('304','21','126','ip')
36900/
36901
36902INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36903values ('305','21','127','docsCableMaclayer')
36904/
36905
36906INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36907values ('306','21','128','docsCableDownstream')
36908/
36909
36910INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36911values ('307','21','129','docsCableUpstream')
36912/
36913
36914INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36915values ('308','21','130','a12MppSwitch')
36916/
36917
36918INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36919values ('309','21','131','tunnel')
36920/
36921
36922INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36923values ('310','21','132','coffee')
36924/
36925
36926INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36927values ('311','21','133','ces')
36928/
36929
36930INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36931values ('312','21','134','atmSubInterface')
36932/
36933
36934INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36935values ('313','21','135','l2vlan')
36936/
36937
36938INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36939values ('314','21','136','l3ipvlan')
36940/
36941
36942INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36943values ('315','21','137','l3ipxvlan')
36944/
36945
36946INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36947values ('316','21','138','digitalPowerline')
36948/
36949
36950INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36951values ('317','21','139','mediaMailOverIp')
36952/
36953
36954INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36955values ('318','21','140','dtm')
36956/
36957
36958INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36959values ('319','21','141','dcn')
36960/
36961
36962INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36963values ('320','21','142','ipForward')
36964/
36965
36966INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36967values ('321','21','143','msdsl')
36968/
36969
36970INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36971values ('322','21','144','ieee1394')
36972/
36973
36974INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36975values ('323','21','145','if-gsn')
36976/
36977
36978INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36979values ('324','21','146','dvbRccMacLayer')
36980/
36981
36982INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36983values ('325','21','147','dvbRccDownstream')
36984/
36985
36986INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36987values ('326','21','148','dvbRccUpstream')
36988/
36989
36990INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36991values ('327','21','149','atmVirtual')
36992/
36993
36994INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36995values ('328','21','150','mplsTunnel')
36996/
36997
36998INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
36999values ('329','21','151','srp')
37000/
37001
37002INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37003values ('330','21','152','voiceOverAtm')
37004/
37005
37006INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37007values ('331','21','153','voiceOverFrameRelay')
37008/
37009
37010INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37011values ('332','21','154','idsl')
37012/
37013
37014INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37015values ('333','21','155','compositeLink')
37016/
37017
37018INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37019values ('334','21','156','ss7SigLink')
37020/
37021
37022INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37023values ('335','21','157','propWirelessP2P')
37024/
37025
37026INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37027values ('336','21','158','frForward')
37028/
37029
37030INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37031values ('337','21','159','rfc1483')
37032/
37033
37034INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37035values ('338','21','160','usb')
37036/
37037
37038INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37039values ('339','21','161','ieee8023adLag')
37040/
37041
37042INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37043values ('340','21','162','bgppolicyaccounting')
37044/
37045
37046INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37047values ('341','21','163','frf16MfrBundle')
37048/
37049
37050INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37051values ('342','21','164','h323Gatekeeper')
37052/
37053
37054INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37055values ('343','21','165','h323Proxy')
37056/
37057
37058INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37059values ('344','21','166','mpls')
37060/
37061
37062INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37063values ('345','21','167','mfSigLink')
37064/
37065
37066INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37067values ('346','21','168','hdsl2')
37068/
37069
37070INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37071values ('347','21','169','shdsl')
37072/
37073
37074INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37075values ('348','21','170','ds1FDL')
37076/
37077
37078INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37079values ('349','21','171','pos')
37080/
37081
37082INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37083values ('350','21','172','dvbAsiIn')
37084/
37085
37086INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37087values ('351','21','173','dvbAsiOut')
37088/
37089
37090INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37091values ('352','21','174','plc')
37092/
37093
37094INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37095values ('353','21','175','nfas')
37096/
37097
37098INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37099values ('354','21','176','tr008')
37100/
37101
37102INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37103values ('355','21','177','gr303RDT')
37104/
37105
37106INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37107values ('356','21','178','gr303IDT')
37108/
37109
37110INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37111values ('357','21','179','isup')
37112/
37113
37114INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37115values ('358','21','180','propDocsWirelessMaclayer')
37116/
37117
37118INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37119values ('359','21','181','propDocsWirelessDownstream')
37120/
37121
37122INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37123values ('360','21','182','propDocsWirelessUpstream')
37124/
37125
37126INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37127values ('361','21','183','hiperlan2')
37128/
37129
37130INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37131values ('362','21','184','propBWAp2Mp')
37132/
37133
37134INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37135values ('363','21','185','sonetOverheadChannel')
37136/
37137
37138INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37139values ('364','21','186','digitalWrapperOverheadChannel')
37140/
37141
37142INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37143values ('365','21','187','aal2')
37144/
37145
37146INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37147values ('366','21','188','radioMAC')
37148/
37149
37150INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37151values ('367','21','189','atmRadio')
37152/
37153
37154INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37155values ('368','21','190','imt')
37156/
37157
37158INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37159values ('369','21','191','mvl')
37160/
37161
37162INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37163values ('370','21','192','reachDSL')
37164/
37165
37166INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37167values ('371','21','193','frDlciEndPt')
37168/
37169
37170INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37171values ('372','21','194','atmVciEndPt')
37172/
37173
37174INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37175values ('373','21','195','opticalChannel')
37176/
37177
37178INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37179values ('374','21','196','opticalTransport')
37180/
37181
37182INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37183values ('375','21','197','propAtm')
37184/
37185
37186INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37187values ('376','21','198','voiceOverCable')
37188/
37189
37190INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37191values ('377','21','199','infiniband')
37192/
37193
37194INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37195values ('378','21','200','teLink')
37196/
37197
37198INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37199values ('379','21','201','q2931')
37200/
37201
37202INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37203values ('380','21','202','virtualTg')
37204/
37205
37206INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37207values ('381','21','203','sipTg')
37208/
37209
37210INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37211values ('382','21','204','sipSig')
37212/
37213
37214INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37215values ('383','21','205','docsCableUpstreamChannel')
37216/
37217
37218INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37219values ('384','21','206','econet')
37220/
37221
37222INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37223values ('385','21','207','pon155')
37224/
37225
37226INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37227values ('386','21','208','pon622')
37228/
37229
37230INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37231values ('387','21','209','bridge')
37232/
37233
37234INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37235values ('388','21','210','linegroup')
37236/
37237
37238INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37239values ('389','21','211','voiceEMFGD')
37240/
37241
37242INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37243values ('390','21','212','voiceFGDEANA')
37244/
37245
37246INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37247values ('391','21','213','voiceDID')
37248/
37249
37250INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37251values ('392','21','214','mpegTransport')
37252/
37253
37254INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37255values ('393','21','215','sixToFour')
37256/
37257
37258INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37259values ('394','21','216','gtp')
37260/
37261
37262INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37263values ('395','21','217','pdnEtherLoop1')
37264/
37265
37266INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37267values ('396','21','218','pdnEtherLoop2')
37268/
37269
37270INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37271values ('397','21','219','opticalChannelGroup')
37272/
37273
37274INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37275values ('398','21','220','homepna')
37276/
37277
37278INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37279values ('399','21','221','gfp')
37280/
37281
37282INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37283values ('400','21','222','ciscoISLvlan')
37284/
37285
37286INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37287values ('401','21','223','actelisMetaLOOP')
37288/
37289
37290INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37291values ('402','21','224','fcipLink')
37292/
37293
37294INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37295values ('403','21','225','rpr')
37296/
37297
37298INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37299values ('404','21','226','qam')
37300/
37301
37302INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37303values ('405','21','227','lmp')
37304/
37305
37306INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37307values ('406','21','228','cblVectaStar')
37308/
37309
37310INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37311values ('407','21','229','docsCableMCmtsDownstream')
37312/
37313
37314INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37315values ('408','21','230','adsl2')
37316/
37317
37318INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37319values ('409','21','231','macSecControlledIF')
37320/
37321
37322INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37323values ('410','21','232','macSecUncontrolledIF')
37324/
37325
37326INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37327values ('411','21','233','aviciOpticalEther')
37328/
37329
37330INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37331values ('412','21','234','atmbond')
37332/
37333
37334INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37335values ('413','21','235','voiceFGDOS')
37336/
37337
37338INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37339values ('414','21','236','mocaVersion1')
37340/
37341
37342INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37343values ('415','21','237','ieee80216WMAN')
37344/
37345
37346INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37347values ('416','21','238','adsl2plus')
37348/
37349
37350INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37351values ('417','21','239','dvbRcsMacLayer')
37352/
37353
37354INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37355values ('418','21','240','dvbTdm')
37356/
37357
37358INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37359values ('419','21','241','dvbRcsTdma')
37360/
37361
37362INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37363values ('420','21','242','x86Laps')
37364/
37365
37366INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37367values ('421','21','243','wwanPP')
37368/
37369
37370INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37371values ('422','21','244','wwanPP2')
37372/
37373
37374INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37375values ('423','21','245','voiceEBS')
37376/
37377
37378INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37379values ('424','21','246','ifPwType')
37380/
37381
37382INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37383values ('425','21','247','ilan')
37384/
37385
37386INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37387values ('426','21','248','pip')
37388/
37389
37390INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37391values ('427','21','249','aluELP')
37392/
37393
37394INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37395values ('428','21','250','gpon')
37396/
37397
37398INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37399values ('429','21','251','vdsl2')
37400/
37401
37402INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37403values ('430','21','252','capwapDot11Profile')
37404/
37405
37406INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37407values ('431','21','253','capwapDot11Bss')
37408/
37409
37410INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37411values ('432','21','254','capwapWtpVirtualRadio')
37412/
37413
37414INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37415values ('433','21','255','bits')
37416/
37417
37418INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37419values ('434','21','256','docsCableUpstreamRfPort')
37420/
37421
37422INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37423values ('435','21','257','cableDownstreamRfPort')
37424/
37425
37426INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37427values ('436','21','258','vmwareVirtualNic')
37428/
37429
37430INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37431values ('437','21','259','ieee802154')
37432/
37433
37434INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37435values ('438','21','260','otnOdu')
37436/
37437
37438INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37439values ('439','21','261','otnOtu')
37440/
37441
37442INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37443values ('440','21','262','ifVfiType')
37444/
37445
37446INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37447values ('441','21','263','g9981')
37448/
37449
37450INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37451values ('442','21','264','g9982')
37452/
37453
37454INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37455values ('443','21','265','g9983')
37456/
37457
37458INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37459values ('444','21','266','aluEpon')
37460/
37461
37462INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37463values ('445','21','267','aluEponOnu')
37464/
37465
37466INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37467values ('446','21','268','aluEponPhysicalUni')
37468/
37469
37470INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37471values ('447','21','269','aluEponLogicalLink')
37472/
37473
37474INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37475values ('448','21','270','aluGponOnu')
37476/
37477
37478INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37479values ('449','21','271','aluGponPhysicalUni')
37480/
37481
37482INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37483values ('450','21','272','vmwareNicTeam')
37484/
37485
37486INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37487values ('451','21','277','docsOfdmDownstream')
37488/
37489
37490INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37491values ('452','21','278','docsOfdmaUpstream')
37492/
37493
37494INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37495values ('453','21','279','gfast')
37496/
37497
37498INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37499values ('454','21','280','sdci')
37500/
37501
37502INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37503values ('455','21','281','xboxWireless')
37504/
37505
37506INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37507values ('456','21','282','fastdsl')
37508/
37509
37510INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37511values ('457','21','283','docsCableScte55d1FwdOob')
37512/
37513
37514INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37515values ('458','21','284','docsCableScte55d1RetOob')
37516/
37517
37518INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37519values ('459','21','285','docsCableScte55d2DsOob')
37520/
37521
37522INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37523values ('460','21','286','docsCableScte55d2UsOob')
37524/
37525
37526INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37527values ('461','21','287','docsCableNdf')
37528/
37529
37530INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37531values ('462','21','288','docsCableNdr')
37532/
37533
37534INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37535values ('463','21','289','ptm')
37536/
37537
37538INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37539values ('464','21','290','ghn')
37540/
37541
37542INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37543values ('465','22','0','not available')
37544/
37545
37546INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37547values ('466','22','1','available')
37548/
37549
37550INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37551values ('467','22','2','unknown')
37552/
37553
37554INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37555values ('468','23','1','deviceStateUnknown')
37556/
37557
37558INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37559values ('469','23','2','deviceNotEquipped')
37560/
37561
37562INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37563values ('470','23','3','deviceStateOk')
37564/
37565
37566INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37567values ('471','23','4','deviceStateFailed')
37568/
37569
37570INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37571values ('472','23','5','deviceStateOutOfService')
37572/
37573
37574INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37575values ('473','24','1','unknown')
37576/
37577
37578INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37579values ('474','24','2','faulty')
37580/
37581
37582INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37583values ('475','24','3','below-min')
37584/
37585
37586INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37587values ('476','24','4','nominal')
37588/
37589
37590INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37591values ('477','24','5','above-max')
37592/
37593
37594INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37595values ('478','24','6','absent')
37596/
37597
37598INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37599values ('479','25','1','online')
37600/
37601
37602INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37603values ('480','25','2','offline')
37604/
37605
37606INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37607values ('481','25','3','testing')
37608/
37609
37610INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37611values ('482','25','4','faulty')
37612/
37613
37614INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37615values ('483','26','1','other')
37616/
37617
37618INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37619values ('484','26','2','normal')
37620/
37621
37622INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37623values ('485','26','3','failure')
37624/
37625
37626INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37627values ('486','27','1','other')
37628/
37629
37630INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37631values ('487','27','2','normal')
37632/
37633
37634INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37635values ('488','27','3','failure')
37636/
37637
37638INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37639values ('489','28','1','normal')
37640/
37641
37642INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37643values ('490','28','2','warning')
37644/
37645
37646INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37647values ('491','28','3','critical')
37648/
37649
37650INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37651values ('492','28','4','shutdown')
37652/
37653
37654INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37655values ('493','28','5','notPresent')
37656/
37657
37658INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37659values ('494','28','6','notFunctioning')
37660/
37661
37662INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37663values ('495','29','1','true - on')
37664/
37665
37666INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37667values ('496','29','2','false - off')
37668/
37669
37670INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37671values ('497','30','1','up')
37672/
37673
37674INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37675values ('498','30','2','down')
37676/
37677
37678INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37679values ('499','30','3','absent')
37680/
37681
37682INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37683values ('500','31','1','up')
37684/
37685
37686INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37687values ('501','31','2','down')
37688/
37689
37690INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37691values ('502','31','3','absent')
37692/
37693
37694INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37695values ('503','32','1','noexist')
37696/
37697
37698INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37699values ('504','32','2','existnopower')
37700/
37701
37702INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37703values ('505','32','3','existreadypower')
37704/
37705
37706INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37707values ('506','32','4','normal')
37708/
37709
37710INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37711values ('507','32','5','powerbutabnormal')
37712/
37713
37714INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37715values ('508','32','6','unknown')
37716/
37717
37718INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37719values ('509','33','0','other')
37720/
37721
37722INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37723values ('510','33','1','working')
37724/
37725
37726INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37727values ('511','33','2','fail')
37728/
37729
37730INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37731values ('512','33','3','speed-0')
37732/
37733
37734INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37735values ('513','33','4','speed-low')
37736/
37737
37738INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37739values ('514','33','5','speed-middle')
37740/
37741
37742INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37743values ('515','33','6','speed-high')
37744/
37745
37746INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37747values ('516','34','0','other')
37748/
37749
37750INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37751values ('517','34','1','lowVoltage')
37752/
37753
37754INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37755values ('518','34','2','overCurrent')
37756/
37757
37758INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37759values ('519','34','3','working')
37760/
37761
37762INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37763values ('520','34','4','fail')
37764/
37765
37766INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37767values ('521','34','5','connect')
37768/
37769
37770INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37771values ('522','34','6','disconnect')
37772/
37773
37774INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37775values ('523','35','1','true')
37776/
37777
37778INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37779values ('524','35','2','false')
37780/
37781
37782INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37783values ('525','36','1','true - on')
37784/
37785
37786INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37787values ('526','36','2','false - off')
37788/
37789
37790INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37791values ('527','37','1','alarm')
37792/
37793
37794INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37795values ('528','37','2','normal')
37796/
37797
37798INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37799values ('529','38','1','notPresent')
37800/
37801
37802INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37803values ('530','38','2','presentOK')
37804/
37805
37806INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37807values ('531','38','3','presentNotOK')
37808/
37809
37810INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37811values ('532','38','4','presentPowerOff')
37812/
37813
37814INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37815values ('533','39','1','notSupported')
37816/
37817
37818INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37819values ('534','39','2','normal')
37820/
37821
37822INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37823values ('535','39','3','postFailure')
37824/
37825
37826INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37827values ('536','39','4','entityAbsent')
37828/
37829
37830INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37831values ('543','39','11','poeError')
37832/
37833
37834INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37835values ('550','40','1','unknown')
37836/
37837
37838INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37839values ('551','40','2','bad')
37840/
37841
37842INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37843values ('552','40','3','warning')
37844/
37845
37846INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37847values ('553','40','4','good')
37848/
37849
37850INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37851values ('554','40','5','notPresent')
37852/
37853
37854INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37855values ('555','41','1','normal')
37856/
37857
37858INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37859values ('556','41','2','abnormal')
37860/
37861
37862INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37863values ('557','42','1','online')
37864/
37865
37866INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37867values ('558','42','2','operational')
37868/
37869
37870INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37871values ('559','42','3','failed')
37872/
37873
37874INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37875values ('560','42','4','offline')
37876/
37877
37878INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37879values ('561','43','1','invalid')
37880/
37881
37882INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37883values ('562','43','2','bad')
37884/
37885
37886INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37887values ('563','43','3','warning')
37888/
37889
37890INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37891values ('564','43','4','good')
37892/
37893
37894INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37895values ('565','43','5','disabled')
37896/
37897
37898INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37899values ('566','44','1','unknown')
37900/
37901
37902INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37903values ('567','44','2','disabled')
37904/
37905
37906INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37907values ('568','44','3','failed')
37908/
37909
37910INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37911values ('569','44','4','warning')
37912/
37913
37914INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37915values ('570','44','5','standby')
37916/
37917
37918INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37919values ('571','44','6','engaged')
37920/
37921
37922INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37923values ('572','44','7','redundant')
37924/
37925
37926INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37927values ('573','44','8','notPresent')
37928/
37929
37930INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37931values ('574','45','1','normal')
37932/
37933
37934INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37935values ('575','45','2','high')
37936/
37937
37938INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37939values ('576','45','3','excessivelyHigh')
37940/
37941
37942INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37943values ('577','45','4','low')
37944/
37945
37946INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37947values ('578','45','5','excessivelyLow')
37948/
37949
37950INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37951values ('579','45','6','noSensor')
37952/
37953
37954INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37955values ('580','45','7','unknown')
37956/
37957
37958INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37959values ('581','46','1','other')
37960/
37961
37962INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37963values ('582','46','2','off')
37964/
37965
37966INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37967values ('583','46','3','on - RedAlarm')
37968/
37969
37970INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37971values ('584','47','1','unknown')
37972/
37973
37974INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37975values ('585','47','2','running')
37976/
37977
37978INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37979values ('586','47','3','ready')
37980/
37981
37982INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37983values ('587','47','4','reset')
37984/
37985
37986INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37987values ('588','47','5','runningAtFullSpeed')
37988/
37989
37990INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37991values ('589','47','6','down or off')
37992/
37993
37994INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37995values ('590','47','7','standby')
37996/
37997
37998INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
37999values ('591','48','1','unknown')
38000/
38001
38002INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38003values ('592','48','2','disabled')
38004/
38005
38006INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38007values ('593','48','3','enabled')
38008/
38009
38010INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38011values ('594','48','4','testing')
38012/
38013
38014INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38015values ('595','49','1','operational')
38016/
38017
38018INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38019values ('596','49','2','failed')
38020/
38021
38022INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38023values ('597','49','3','powering')
38024/
38025
38026INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38027values ('598','49','4','notpowering')
38028/
38029
38030INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38031values ('599','49','5','notpresent')
38032/
38033
38034INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38035values ('600','50','1','operational')
38036/
38037
38038INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38039values ('601','50','2','failed')
38040/
38041
38042INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38043values ('602','50','3','powering')
38044/
38045
38046INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38047values ('603','50','4','notpowering')
38048/
38049
38050INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38051values ('604','50','5','notpresent')
38052/
38053
38054INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38055values ('605','51','1','normal')
38056/
38057
38058INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38059values ('606','51','2','warning')
38060/
38061
38062INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38063values ('607','51','3','critical')
38064/
38065
38066INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38067values ('608','51','4','shutdown')
38068/
38069
38070INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38071values ('609','51','5','notpresent')
38072/
38073
38074INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38075values ('610','51','6','notoperational')
38076/
38077
38078INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38079values ('611','52','0','normal')
38080/
38081
38082INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38083values ('612','52','1','abnormal')
38084/
38085
38086INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38087values ('613','53','0','normal')
38088/
38089
38090INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38091values ('614','53','1','abnormal')
38092/
38093
38094INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38095values ('615','53','2','not available')
38096/
38097
38098INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38099values ('616','54','1','other')
38100/
38101
38102INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38103values ('617','54','2','ok')
38104/
38105
38106INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38107values ('618','54','3','degraded')
38108/
38109
38110INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38111values ('619','54','4','failed')
38112/
38113
38114INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38115values ('620','55','1','other')
38116/
38117
38118INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38119values ('621','55','2','unknown')
38120/
38121
38122INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38123values ('622','55','3','system')
38124/
38125
38126INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38127values ('623','55','4','systemBoard')
38128/
38129
38130INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38131values ('624','55','5','ioBoard')
38132/
38133
38134INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38135values ('625','55','6','cpu')
38136/
38137
38138INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38139values ('626','55','7','memory')
38140/
38141
38142INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38143values ('627','55','8','storage')
38144/
38145
38146INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38147values ('628','55','9','removableMedia')
38148/
38149
38150INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38151values ('629','55','10','powerSupply')
38152/
38153
38154INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38155values ('630','55','11','ambient')
38156/
38157
38158INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38159values ('631','55','12','chassis')
38160/
38161
38162INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38163values ('632','55','13','bridgeCard')
38164/
38165
38166INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38167values ('633','56','1','other')
38168/
38169
38170INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38171values ('634','56','2','ida')
38172/
38173
38174INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38175values ('635','56','3','idaExpansion')
38176/
38177
38178INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38179values ('636','56','4','ida-2')
38180/
38181
38182INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38183values ('637','56','5','smart')
38184/
38185
38186INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38187values ('638','56','6','smart-2e')
38188/
38189
38190INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38191values ('639','56','7','smart-2p')
38192/
38193
38194INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38195values ('640','56','8','smart-2sl')
38196/
38197
38198INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38199values ('641','56','9','smart-3100es')
38200/
38201
38202INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38203values ('642','56','10','smart-3200')
38204/
38205
38206INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38207values ('643','56','11','smart-2dh')
38208/
38209
38210INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38211values ('644','56','12','smart-221')
38212/
38213
38214INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38215values ('645','56','13','sa-4250es')
38216/
38217
38218INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38219values ('646','56','14','sa-4200')
38220/
38221
38222INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38223values ('647','56','15','sa-integrated')
38224/
38225
38226INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38227values ('648','56','16','sa-431')
38228/
38229
38230INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38231values ('649','56','17','sa-5300')
38232/
38233
38234INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38235values ('650','56','18','raidLc2')
38236/
38237
38238INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38239values ('651','56','19','sa-5i')
38240/
38241
38242INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38243values ('652','56','20','sa-532')
38244/
38245
38246INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38247values ('653','56','21','sa-5312')
38248/
38249
38250INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38251values ('654','56','22','sa-641')
38252/
38253
38254INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38255values ('655','56','23','sa-642')
38256/
38257
38258INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38259values ('656','56','24','sa-6400')
38260/
38261
38262INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38263values ('657','56','25','sa-6400em')
38264/
38265
38266INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38267values ('658','56','26','sa-6i')
38268/
38269
38270INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38271values ('659','56','27','sa-generic')
38272/
38273
38274INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38275values ('660','56','29','sa-p600')
38276/
38277
38278INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38279values ('661','56','30','sa-p400')
38280/
38281
38282INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38283values ('662','56','31','sa-e200')
38284/
38285
38286INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38287values ('663','56','32','sa-e200i')
38288/
38289
38290INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38291values ('664','56','33','sa-p400i')
38292/
38293
38294INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38295values ('665','56','34','sa-p800')
38296/
38297
38298INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38299values ('666','56','35','sa-e500')
38300/
38301
38302INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38303values ('667','56','36','sa-p700m')
38304/
38305
38306INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38307values ('668','56','37','sa-p212')
38308/
38309
38310INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38311values ('669','56','38','sa-p410')
38312/
38313
38314INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38315values ('670','56','39','sa-p410i')
38316/
38317
38318INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38319values ('671','56','40','sa-p411')
38320/
38321
38322INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38323values ('672','56','41','sa-b110i')
38324/
38325
38326INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38327values ('673','56','42','sa-p712m')
38328/
38329
38330INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38331values ('674','56','43','sa-p711m')
38332/
38333
38334INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38335values ('675','56','44','sa-p812')
38336/
38337
38338INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38339values ('676','57','1','other')
38340/
38341
38342INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38343values ('677','57','2','ok')
38344/
38345
38346INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38347values ('678','57','3','failed')
38348/
38349
38350INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38351values ('679','57','4','predictiveFailure')
38352/
38353
38354INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38355values ('680','58','0','nonRecoverable')
38356/
38357
38358INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38359values ('681','58','2','critical')
38360/
38361
38362INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38363values ('682','58','4','nonCritical')
38364/
38365
38366INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38367values ('683','58','255','normal')
38368/
38369
38370INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38371values ('684','59','1','other')
38372/
38373
38374INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38375values ('685','59','2','unknown')
38376/
38377
38378INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38379values ('686','59','3','ok')
38380/
38381
38382INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38383values ('687','59','4','nonCritical')
38384/
38385
38386INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38387values ('688','59','5','critical')
38388/
38389
38390INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38391values ('689','59','6','nonRecoverable')
38392/
38393
38394INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38395values ('690','60','1','other')
38396/
38397
38398INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38399values ('691','60','2','unknown')
38400/
38401
38402INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38403values ('692','60','3','ok')
38404/
38405
38406INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38407values ('693','60','4','nonCriticalUpper')
38408/
38409
38410INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38411values ('694','60','5','criticalUpper')
38412/
38413
38414INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38415values ('695','60','6','nonRecoverableUpper')
38416/
38417
38418INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38419values ('696','60','7','nonCriticalLower')
38420/
38421
38422INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38423values ('697','60','8','criticalLower')
38424/
38425
38426INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38427values ('698','60','9','nonRecoverableLower')
38428/
38429
38430INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38431values ('699','60','10','failed')
38432/
38433
38434INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38435values ('700','61','1','other')
38436/
38437
38438INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38439values ('701','61','2','unknown')
38440/
38441
38442INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38443values ('702','61','3','ok')
38444/
38445
38446INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38447values ('703','61','4','nonCritical')
38448/
38449
38450INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38451values ('704','61','5','critical')
38452/
38453
38454INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38455values ('705','61','6','nonRecoverable')
38456/
38457
38458INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38459values ('706','62','0','ok')
38460/
38461
38462INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38463values ('707','62','1','failed')
38464/
38465
38466INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38467values ('708','63','1','Unknown')
38468/
38469
38470INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38471values ('709','63','2','HDD')
38472/
38473
38474INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38475values ('710','63','3','SSD')
38476/
38477
38478INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38479values ('711','64','1','Unknown')
38480/
38481
38482INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38483values ('712','64','2','Ready')
38484/
38485
38486INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38487values ('713','64','3','Failed')
38488/
38489
38490INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38491values ('714','64','4','Degraded')
38492/
38493
38494INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38495values ('715','64','5','Missing')
38496/
38497
38498INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38499values ('716','64','6','Charging')
38500/
38501
38502INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38503values ('717','64','7','Below threshold')
38504/
38505
38506INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38507values ('718','65','1','Other')
38508/
38509
38510INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38511values ('719','65','2','RAID-0')
38512/
38513
38514INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38515values ('720','65','3','RAID-1')
38516/
38517
38518INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38519values ('721','65','4','RAID-5')
38520/
38521
38522INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38523values ('722','65','5','RAID-6')
38524/
38525
38526INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38527values ('723','65','6','RAID-10')
38528/
38529
38530INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38531values ('724','65','7','RAID-50')
38532/
38533
38534INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38535values ('725','65','8','RAID-60')
38536/
38537
38538INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38539values ('726','65','9','Concatenated RAID 1')
38540/
38541
38542INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38543values ('727','65','10','Concatenated RAID 5')
38544/
38545
38546INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38547values ('728','66','1','Not applicable')
38548/
38549
38550INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38551values ('729','66','2','Reconstructing')
38552/
38553
38554INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38555values ('730','66','3','Resynching')
38556/
38557
38558INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38559values ('731','66','4','Initializing')
38560/
38561
38562INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38563values ('732','66','5','Background init')
38564/
38565
38566INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38567values ('733','67','1','Write Through')
38568/
38569
38570INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38571values ('734','67','2','Write Back')
38572/
38573
38574INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38575values ('735','67','3','Force Write Back')
38576/
38577
38578INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38579values ('736','68','1','No Read Ahead')
38580/
38581
38582INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38583values ('737','68','2','Read Ahead')
38584/
38585
38586INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38587values ('738','68','3','Adaptive Read Ahead')
38588/
38589
38590INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38591values ('739','69','1','Unknown')
38592/
38593
38594INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38595values ('740','69','2','Online')
38596/
38597
38598INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38599values ('741','69','3','Failed')
38600/
38601
38602INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38603values ('742','69','4','Degraded')
38604/
38605
38606INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38607values ('743','70','1','other')
38608/
38609
38610INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38611values ('744','70','2','ok')
38612/
38613
38614INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38615values ('745','70','3','replaceDrive')
38616/
38617
38618INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38619values ('746','70','4','replaceDriveSSDWearOut')
38620/
38621
38622INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38623values ('747','71','1','other')
38624/
38625
38626INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38627values ('748','71','2','invalid')
38628/
38629
38630INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38631values ('749','71','3','enabled')
38632/
38633
38634INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38635values ('750','71','4','tmpDisabled')
38636/
38637
38638INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38639values ('751','71','5','permDisabled')
38640/
38641
38642INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38643values ('752','71','6','cacheModFlashMemNotAttached')
38644/
38645
38646INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38647values ('753','71','7','cacheModDegradedFailsafeSpeed')
38648/
38649
38650INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38651values ('754','71','8','cacheModCriticalFailure')
38652/
38653
38654INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38655values ('755','71','9','cacheReadCacheNotMapped')
38656/
38657
38658INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38659values ('756','72','1','Other')
38660/
38661
38662INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38663values ('757','72','2','Ok')
38664/
38665
38666INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38667values ('758','72','3','Recharging')
38668/
38669
38670INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38671values ('759','72','4','Failed')
38672/
38673
38674INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38675values ('760','72','5','Degraded')
38676/
38677
38678INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38679values ('761','72','6','Not Present')
38680/
38681
38682INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38683values ('762','72','7','Capacitor failed')
38684/
38685
38686INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38687values ('763','73','1','Other')
38688/
38689
38690INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38691values ('764','73','2','rotatingPlatters')
38692/
38693
38694INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38695values ('765','73','3','solidState')
38696/
38697
38698INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38699values ('766','74','0','other')
38700/
38701
38702INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38703values ('767','74','2','none')
38704/
38705
38706INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38707values ('768','74','3','RAID-1/RAID-10')
38708/
38709
38710INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38711values ('769','74','4','RAID-4')
38712/
38713
38714INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38715values ('770','74','5','RAID-5')
38716/
38717
38718INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38719values ('771','74','7','RAID-6')
38720/
38721
38722INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38723values ('772','74','8','RAID-50')
38724/
38725
38726INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38727values ('773','74','9','RAID-60')
38728/
38729
38730INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38731values ('774','74','10','RAID-1 ADM')
38732/
38733
38734INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38735values ('775','74','11','RAID-10 ADM')
38736/
38737
38738INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38739values ('776','75','1','other')
38740/
38741
38742INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38743values ('777','75','2','ok')
38744/
38745
38746INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38747values ('778','75','3','failed')
38748/
38749
38750INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38751values ('779','75','4','unconfigured')
38752/
38753
38754INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38755values ('780','75','5','recovering')
38756/
38757
38758INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38759values ('781','75','6','readyForRebuild')
38760/
38761
38762INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38763values ('782','75','7','rebuilding')
38764/
38765
38766INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38767values ('783','75','8','wrongDrive')
38768/
38769
38770INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38771values ('784','75','9','badConnect')
38772/
38773
38774INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38775values ('785','75','10','overheating')
38776/
38777
38778INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38779values ('786','75','11','shutdown')
38780/
38781
38782INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38783values ('787','75','12','expanding')
38784/
38785
38786INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38787values ('788','75','13','notAvailable')
38788/
38789
38790INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38791values ('789','75','14','queuedForExpansion')
38792/
38793
38794INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38795values ('790','75','15','multipathAccessDegraded')
38796/
38797
38798INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38799values ('791','75','16','erasing')
38800/
38801
38802INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38803values ('792','75','17','predictiveSpareRebuildReady')
38804/
38805
38806INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38807values ('793','75','18','rapidParityInitInProgress')
38808/
38809
38810INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38811values ('794','75','19','rapidParityInitPending')
38812/
38813
38814INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38815values ('795','75','20','noAccessEncryptedNoCntlrKey')
38816/
38817
38818INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38819values ('796','75','21','unencryptedToEncryptedInProgress')
38820/
38821
38822INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38823values ('797','75','22','newLogDrvKeyRekeyInProgress')
38824/
38825
38826INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38827values ('798','75','23','noAccessEncryptedCntlrEncryptnNotEnbld')
38828/
38829
38830INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38831values ('799','75','24','unencryptedToEncryptedNotStarted')
38832/
38833
38834INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38835values ('800','75','25','newLogDrvKeyRekeyRequestReceived')
38836/
38837
38838INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38839values ('801','56','45','sw-1210m')
38840/
38841
38842INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38843values ('802','56','46','sa-p220i')
38844/
38845
38846INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38847values ('803','56','47','sa-p222')
38848/
38849
38850INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38851values ('804','56','48','sa-p420')
38852/
38853
38854INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38855values ('805','56','49','sa-p420i')
38856/
38857
38858INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38859values ('806','56','50','sa-p421')
38860/
38861
38862INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38863values ('807','56','51','sa-b320i')
38864/
38865
38866INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38867values ('808','56','52','sa-p822')
38868/
38869
38870INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38871values ('809','56','53','sa-p721m')
38872/
38873
38874INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38875values ('810','56','54','sa-b120i')
38876/
38877
38878INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38879values ('811','56','55','hps-1224')
38880/
38881
38882INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38883values ('812','56','56','hps-1228')
38884/
38885
38886INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38887values ('813','56','57','hps-1228m')
38888/
38889
38890INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38891values ('814','56','58','sa-p822se')
38892/
38893
38894INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38895values ('815','56','59','hps-1224e')
38896/
38897
38898INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38899values ('816','56','60','hps-1228e')
38900/
38901
38902INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38903values ('817','56','61','hps-1228em')
38904/
38905
38906INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38907values ('818','56','62','sa-p230i')
38908/
38909
38910INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38911values ('819','56','63','sa-p430i')
38912/
38913
38914INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38915values ('820','56','64','sa-p430')
38916/
38917
38918INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38919values ('821','56','65','sa-p431')
38920/
38921
38922INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38923values ('822','56','66','sa-p731m')
38924/
38925
38926INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38927values ('823','56','67','sa-p830i')
38928/
38929
38930INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38931values ('824','56','68','sa-p830')
38932/
38933
38934INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38935values ('825','56','69','sa-p831')
38936/
38937
38938INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38939values ('826','56','70','sa-p530')
38940/
38941
38942INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38943values ('827','56','71','sa-p531')
38944/
38945
38946INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38947values ('828','56','72','sa-p244br')
38948/
38949
38950INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38951values ('829','56','73','sa-p246br')
38952/
38953
38954INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38955values ('830','56','74','sa-p440')
38956/
38957
38958INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38959values ('831','56','75','sa-p440ar')
38960/
38961
38962INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38963values ('832','56','76','sa-p441')
38964/
38965
38966INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38967values ('833','56','77','sa-p741m')
38968/
38969
38970INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38971values ('834','56','78','sa-p840')
38972/
38973
38974INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38975values ('835','56','79','sa-p841')
38976/
38977
38978INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38979values ('836','56','80','sh-h240ar')
38980/
38981
38982INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38983values ('837','56','81','sh-h244br')
38984/
38985
38986INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38987values ('838','56','82','sh-h240')
38988/
38989
38990INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38991values ('839','56','83','sh-h241')
38992/
38993
38994INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38995values ('840','56','84','sa-b140i')
38996/
38997
38998INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
38999values ('841','56','85','sh-generic')
39000/
39001
39002INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39003values ('842','56','88','sa-p840ar')
39004/
39005
39006INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39007values ('843','39','21','stackError')
39008/
39009
39010INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39011values ('844','39','22','stackPortBlocked')
39012/
39013
39014INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39015values ('845','39','23','stackPortFailed')
39016/
39017
39018INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39019values ('846','39','31','sfpRecvError')
39020/
39021
39022INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39023values ('847','39','32','sfpSendError')
39024/
39025
39026INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39027values ('848','39','33','sfpBothError')
39028/
39029
39030INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39031values ('849','39','41','fanError')
39032/
39033
39034INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39035values ('850','39','51','psuError')
39036/
39037
39038INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39039values ('851','39','61','rpsError')
39040/
39041
39042INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39043values ('852','39','71','moduleFaulty')
39044/
39045
39046INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39047values ('853','39','81','sensorError')
39048/
39049
39050INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39051values ('854','39','91','hardwareFaulty')
39052/
39053
39054INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39055values ('855','76','0','unknown')
39056/
39057
39058INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39059values ('856','76','1','operable')
39060/
39061
39062INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39063values ('857','76','2','inoperable')
39064/
39065
39066INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39067values ('858','76','3','degraded')
39068/
39069
39070INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39071values ('859','76','4','poweredOff')
39072/
39073
39074INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39075values ('860','76','5','powerProblem')
39076/
39077
39078INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39079values ('861','76','6','removed')
39080/
39081
39082INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39083values ('862','76','7','voltageProblem')
39084/
39085
39086INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39087values ('863','76','8','thermalProblem')
39088/
39089
39090INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39091values ('864','76','9','performanceProblem')
39092/
39093
39094INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39095values ('865','76','10','accessibilityProblem')
39096/
39097
39098INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39099values ('866','76','11','identityUnestablishable')
39100/
39101
39102INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39103values ('867','76','12','biosPostTimeout')
39104/
39105
39106INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39107values ('868','76','13','disabled')
39108/
39109
39110INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39111values ('869','76','14','malformedFru')
39112/
39113
39114INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39115values ('870','76','15','backplanePortProblem')
39116/
39117
39118INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39119values ('871','76','16','chassisIntrusion')
39120/
39121
39122INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39123values ('872','76','51','fabricConnProblem')
39124/
39125
39126INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39127values ('873','76','52','fabricUnsupportedConn')
39128/
39129
39130INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39131values ('874','76','81','config')
39132/
39133
39134INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39135values ('875','76','82','equipmentProblem')
39136/
39137
39138INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39139values ('876','76','83','decomissioning')
39140/
39141
39142INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39143values ('877','76','84','chassisLimitExceeded')
39144/
39145
39146INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39147values ('878','76','100','notSupported')
39148/
39149
39150INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39151values ('879','76','101','discovery')
39152/
39153
39154INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39155values ('880','76','102','discoveryFailed')
39156/
39157
39158INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39159values ('881','76','103','identify')
39160/
39161
39162INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39163values ('882','76','104','postFailure')
39164/
39165
39166INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39167values ('883','76','105','upgradeProblem')
39168/
39169
39170INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39171values ('884','76','106','peerCommProblem')
39172/
39173
39174INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39175values ('885','76','107','autoUpgrade')
39176/
39177
39178INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39179values ('886','76','108','linkActivateBlocked')
39180/
39181
39182INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39183values ('887','77','0','indeterminate')
39184/
39185
39186INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39187values ('888','77','1','unassociated')
39188/
39189
39190INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39191values ('889','77','10','ok')
39192/
39193
39194INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39195values ('890','77','11','discovery')
39196/
39197
39198INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39199values ('891','77','12','config')
39200/
39201
39202INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39203values ('892','77','13','unconfig')
39204/
39205
39206INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39207values ('893','77','14','powerOff')
39208/
39209
39210INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39211values ('894','77','15','restart')
39212/
39213
39214INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39215values ('895','77','20','maintenance')
39216/
39217
39218INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39219values ('896','77','21','test')
39220/
39221
39222INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39223values ('897','77','29','computeMismatch')
39224/
39225
39226INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39227values ('898','77','30','computeFailed')
39228/
39229
39230INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39231values ('899','77','31','degraded')
39232/
39233
39234INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39235values ('900','77','32','discoveryFailed')
39236/
39237
39238INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39239values ('901','77','33','configFailure')
39240/
39241
39242INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39243values ('902','77','34','unconfigFailed')
39244/
39245
39246INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39247values ('903','77','35','testFailed')
39248/
39249
39250INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39251values ('904','77','36','maintenanceFailed')
39252/
39253
39254INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39255values ('905','77','40','removed')
39256/
39257
39258INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39259values ('906','77','41','disabled')
39260/
39261
39262INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39263values ('907','77','50','inaccessible')
39264/
39265
39266INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39267values ('908','77','60','thermalProblem')
39268/
39269
39270INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39271values ('909','77','61','powerProblem')
39272/
39273
39274INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39275values ('910','77','62','voltageProblem')
39276/
39277
39278INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39279values ('911','77','63','inoperable')
39280/
39281
39282INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39283values ('912','77','101','decomissioning')
39284/
39285
39286INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39287values ('913','77','201','biosRestore')
39288/
39289
39290INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39291values ('914','77','202','cmosReset')
39292/
39293
39294INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39295values ('915','77','203','diagnostics')
39296/
39297
39298INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39299values ('916','77','204','diagnosticsFailed')
39300/
39301
39302INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39303values ('917','77','210','pendingReboot')
39304/
39305
39306INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39307values ('918','77','211','pendingReassociation')
39308/
39309
39310INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39311values ('919','77','212','svnicNotPresent')
39312/
39313
39314INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39315values ('920','78','0','unknown')
39316/
39317
39318INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39319values ('921','78','1','online')
39320/
39321
39322INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39323values ('922','78','2','unconfiguredGood')
39324/
39325
39326INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39327values ('923','78','3','globalHotSpare')
39328/
39329
39330INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39331values ('924','78','4','dedicatedHotSpare')
39332/
39333
39334INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39335values ('925','78','5','jbod')
39336/
39337
39338INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39339values ('926','78','6','offline')
39340/
39341
39342INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39343values ('927','78','7','rebuilding')
39344/
39345
39346INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39347values ('928','78','8','copyback')
39348/
39349
39350INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39351values ('929','78','9','failed')
39352/
39353
39354INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39355values ('930','78','10','unconfiguredBad')
39356/
39357
39358INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39359values ('931','78','11','predictiveFailure')
39360/
39361
39362INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39363values ('932','78','12','disabledForRemoval')
39364/
39365
39366INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39367values ('933','78','13','foreignConfiguration')
39368/
39369
39370INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39371values ('934','78','14','zeroing')
39372/
39373
39374INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39375values ('935','78','15','good')
39376/
39377
39378INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39379values ('936','78','16','bad')
39380/
39381
39382INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39383values ('937','78','17','lockedForeignConfiguration')
39384/
39385
39386INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39387values ('938','79','0','unspecified')
39388/
39389
39390INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39391values ('939','79','1','simple')
39392/
39393
39394INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39395values ('940','79','2','mirror')
39396/
39397
39398INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39399values ('941','79','3','stripe')
39400/
39401
39402INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39403values ('942','79','4','raid')
39404/
39405
39406INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39407values ('943','79','5','stripeParity')
39408/
39409
39410INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39411values ('944','79','6','stripeDualParity')
39412/
39413
39414INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39415values ('945','79','7','mirrorStripe')
39416/
39417
39418INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39419values ('946','79','8','stripeParityStripe')
39420/
39421
39422INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39423values ('947','79','9','stripeDualParityStripe')
39424/
39425
39426INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39427values ('948','80','0','unknown')
39428/
39429
39430INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39431values ('949','80','1','empty')
39432/
39433
39434INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39435values ('950','80','10','equipped')
39436/
39437
39438INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39439values ('951','80','11','missing')
39440/
39441
39442INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39443values ('952','80','12','mismatch')
39444/
39445
39446INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39447values ('953','80','13','equippedNotPrimary')
39448/
39449
39450INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39451values ('954','80','14','equippedSlave')
39452/
39453
39454INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39455values ('955','80','15','mismatchSlave')
39456/
39457
39458INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39459values ('956','80','16','missingSlave')
39460/
39461
39462INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39463values ('957','80','20','equippedIdentityUnestablishable')
39464/
39465
39466INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39467values ('958','80','21','mismatchIdentityUnestablishable')
39468/
39469
39470INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39471values ('959','80','22','equippedWithMalformedFru')
39472/
39473
39474INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39475values ('960','80','30','inaccessible')
39476/
39477
39478INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39479values ('961','80','40','unauthorized')
39480/
39481
39482INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39483values ('962','80','100','notSupported')
39484/
39485
39486INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39487values ('963','80','101','equippedUnsupported')
39488/
39489
39490INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39491values ('964','80','102','equippedDiscNotStarted')
39492/
39493
39494INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39495values ('965','80','103','equippedDiscInProgress')
39496/
39497
39498INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39499values ('966','80','104','equippedDiscError')
39500/
39501
39502INSERT INTO mappings (mappingid,valuemapid,value,newvalue)
39503values ('967','80','105','equippedDiscUnknown')
39504/
39505
39506INSERT 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)
39507values ('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')
39508/
39509
39510INSERT 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)
39511values ('1','1','10084','0','185',NULL,'{HOST.NAME}' || chr(13) || chr(10) || '{HOST.CONN}','0','111','61',NULL,NULL,'0','0','200','200','0','0','')
39512/
39513
39514INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39515values ('1','22446','22444')
39516/
39517
39518INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39519values ('3','22448','22444')
39520/
39521
39522INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39523values ('5','22452','22450')
39524/
39525
39526INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39527values ('7','22454','22450')
39528/
39529
39530INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39531values ('9','22456','22450')
39532/
39533
39534INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39535values ('11','22458','22450')
39536/
39537
39538INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39539values ('65','22686','22450')
39540/
39541
39542INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39543values ('135','22868','22867')
39544/
39545
39546INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39547values ('136','22869','22867')
39548/
39549
39550INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39551values ('137','22870','22867')
39552/
39553
39554INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39555values ('138','22871','22867')
39556/
39557
39558INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39559values ('139','22872','22867')
39560/
39561
39562INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39563values ('142','22908','22907')
39564/
39565
39566INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39567values ('143','22909','22907')
39568/
39569
39570INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39571values ('144','22910','22907')
39572/
39573
39574INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39575values ('145','22911','22907')
39576/
39577
39578INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39579values ('146','22912','22907')
39580/
39581
39582INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39583values ('147','22945','22944')
39584/
39585
39586INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39587values ('148','22946','22944')
39588/
39589
39590INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39591values ('149','22948','22947')
39592/
39593
39594INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39595values ('150','22949','22947')
39596/
39597
39598INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39599values ('151','22950','22947')
39600/
39601
39602INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39603values ('152','22951','22947')
39604/
39605
39606INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39607values ('153','22952','22947')
39608/
39609
39610INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39611values ('154','22985','22984')
39612/
39613
39614INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39615values ('155','22986','22984')
39616/
39617
39618INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39619values ('156','22988','22987')
39620/
39621
39622INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39623values ('157','22989','22987')
39624/
39625
39626INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39627values ('158','22990','22987')
39628/
39629
39630INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39631values ('159','22991','22987')
39632/
39633
39634INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39635values ('160','22992','22987')
39636/
39637
39638INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39639values ('161','23025','23024')
39640/
39641
39642INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39643values ('162','23026','23024')
39644/
39645
39646INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39647values ('163','23028','23027')
39648/
39649
39650INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39651values ('164','23029','23027')
39652/
39653
39654INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39655values ('165','23030','23027')
39656/
39657
39658INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39659values ('166','23031','23027')
39660/
39661
39662INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39663values ('167','23032','23027')
39664/
39665
39666INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39667values ('170','23068','23067')
39668/
39669
39670INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39671values ('171','23069','23067')
39672/
39673
39674INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39675values ('172','23070','23067')
39676/
39677
39678INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39679values ('173','23071','23067')
39680/
39681
39682INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39683values ('174','23072','23067')
39684/
39685
39686INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39687values ('175','23164','23162')
39688/
39689
39690INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39691values ('176','23165','23162')
39692/
39693
39694INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39695values ('178','23167','23162')
39696/
39697
39698INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39699values ('179','23168','23162')
39700/
39701
39702INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39703values ('180','23169','23163')
39704/
39705
39706INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39707values ('181','23170','23163')
39708/
39709
39710INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39711values ('182','23280','23278')
39712/
39713
39714INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39715values ('183','23281','23278')
39716/
39717
39718INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39719values ('184','23282','23279')
39720/
39721
39722INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39723values ('185','23283','23279')
39724/
39725
39726INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39727values ('186','23284','23279')
39728/
39729
39730INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39731values ('187','23285','23279')
39732/
39733
39734INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39735values ('188','23286','23279')
39736/
39737
39738INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39739values ('189','23073','23540')
39740/
39741
39742INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39743values ('190','23074','23540')
39744/
39745
39746INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39747values ('191','23075','23329')
39748/
39749
39750INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39751values ('192','23076','23329')
39752/
39753
39754INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39755values ('220','23666','23665')
39756/
39757
39758INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39759values ('775','27030','27029')
39760/
39761
39762INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39763values ('776','27032','27031')
39764/
39765
39766INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39767values ('803','27069','27068')
39768/
39769
39770INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39771values ('804','27070','27068')
39772/
39773
39774INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39775values ('805','27071','27068')
39776/
39777
39778INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39779values ('806','27072','27068')
39780/
39781
39782INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39783values ('807','27073','27068')
39784/
39785
39786INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39787values ('808','27074','27068')
39788/
39789
39790INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39791values ('809','27075','27068')
39792/
39793
39794INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39795values ('810','27076','27068')
39796/
39797
39798INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39799values ('811','27077','27068')
39800/
39801
39802INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39803values ('812','27079','27078')
39804/
39805
39806INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39807values ('813','27080','27078')
39808/
39809
39810INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39811values ('814','27081','27078')
39812/
39813
39814INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39815values ('815','27082','27078')
39816/
39817
39818INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39819values ('816','27083','27078')
39820/
39821
39822INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39823values ('817','27084','27078')
39824/
39825
39826INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39827values ('818','27085','27078')
39828/
39829
39830INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39831values ('819','27086','27078')
39832/
39833
39834INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39835values ('820','27087','27078')
39836/
39837
39838INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39839values ('821','27089','27088')
39840/
39841
39842INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39843values ('822','27090','27088')
39844/
39845
39846INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39847values ('823','27091','27088')
39848/
39849
39850INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39851values ('824','27092','27088')
39852/
39853
39854INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39855values ('825','27093','27088')
39856/
39857
39858INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39859values ('826','27094','27088')
39860/
39861
39862INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39863values ('827','27095','27088')
39864/
39865
39866INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39867values ('828','27096','27088')
39868/
39869
39870INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39871values ('829','27097','27088')
39872/
39873
39874INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39875values ('830','27099','27098')
39876/
39877
39878INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39879values ('831','27100','27098')
39880/
39881
39882INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39883values ('832','27101','27098')
39884/
39885
39886INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39887values ('833','27102','27098')
39888/
39889
39890INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39891values ('834','27103','27098')
39892/
39893
39894INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39895values ('835','27104','27098')
39896/
39897
39898INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39899values ('836','27105','27098')
39900/
39901
39902INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39903values ('837','27106','27098')
39904/
39905
39906INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39907values ('838','27107','27098')
39908/
39909
39910INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39911values ('848','27119','27118')
39912/
39913
39914INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39915values ('849','27120','27118')
39916/
39917
39918INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39919values ('850','27121','27118')
39920/
39921
39922INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39923values ('851','27122','27118')
39924/
39925
39926INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39927values ('852','27123','27118')
39928/
39929
39930INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39931values ('853','27124','27118')
39932/
39933
39934INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39935values ('854','27125','27118')
39936/
39937
39938INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39939values ('855','27126','27118')
39940/
39941
39942INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39943values ('856','27127','27118')
39944/
39945
39946INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39947values ('875','27181','27180')
39948/
39949
39950INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39951values ('876','27182','27180')
39952/
39953
39954INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39955values ('877','27183','27180')
39956/
39957
39958INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39959values ('878','27184','27180')
39960/
39961
39962INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39963values ('879','27185','27180')
39964/
39965
39966INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39967values ('880','27186','27180')
39968/
39969
39970INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39971values ('881','27187','27180')
39972/
39973
39974INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39975values ('882','27188','27180')
39976/
39977
39978INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39979values ('883','27189','27180')
39980/
39981
39982INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39983values ('884','27191','27190')
39984/
39985
39986INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39987values ('885','27212','27209')
39988/
39989
39990INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39991values ('886','27213','27210')
39992/
39993
39994INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39995values ('887','27214','27211')
39996/
39997
39998INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
39999values ('888','27216','27215')
40000/
40001
40002INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40003values ('889','27217','27215')
40004/
40005
40006INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40007values ('890','27218','27215')
40008/
40009
40010INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40011values ('891','27219','27215')
40012/
40013
40014INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40015values ('892','27220','27215')
40016/
40017
40018INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40019values ('893','27221','27215')
40020/
40021
40022INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40023values ('894','27222','27215')
40024/
40025
40026INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40027values ('895','27223','27215')
40028/
40029
40030INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40031values ('896','27224','27215')
40032/
40033
40034INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40035values ('898','27246','27242')
40036/
40037
40038INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40039values ('899','27247','27242')
40040/
40041
40042INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40043values ('900','27248','27243')
40044/
40045
40046INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40047values ('901','27249','27244')
40048/
40049
40050INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40051values ('902','27250','27244')
40052/
40053
40054INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40055values ('903','27252','27251')
40056/
40057
40058INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40059values ('904','27253','27251')
40060/
40061
40062INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40063values ('905','27254','27251')
40064/
40065
40066INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40067values ('906','27255','27251')
40068/
40069
40070INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40071values ('907','27256','27251')
40072/
40073
40074INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40075values ('908','27257','27251')
40076/
40077
40078INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40079values ('909','27258','27251')
40080/
40081
40082INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40083values ('910','27259','27251')
40084/
40085
40086INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40087values ('911','27260','27251')
40088/
40089
40090INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40091values ('912','27273','27272')
40092/
40093
40094INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40095values ('913','27274','27272')
40096/
40097
40098INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40099values ('914','27275','27272')
40100/
40101
40102INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40103values ('915','27276','27272')
40104/
40105
40106INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40107values ('916','27277','27272')
40108/
40109
40110INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40111values ('917','27278','27272')
40112/
40113
40114INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40115values ('918','27279','27272')
40116/
40117
40118INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40119values ('919','27280','27272')
40120/
40121
40122INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40123values ('920','27281','27272')
40124/
40125
40126INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40127values ('921','27312','27302')
40128/
40129
40130INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40131values ('922','27313','27303')
40132/
40133
40134INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40135values ('923','27314','27304')
40136/
40137
40138INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40139values ('924','27315','27306')
40140/
40141
40142INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40143values ('925','27316','27307')
40144/
40145
40146INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40147values ('926','27317','27308')
40148/
40149
40150INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40151values ('927','27318','27309')
40152/
40153
40154INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40155values ('928','27319','27310')
40156/
40157
40158INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40159values ('929','27320','27311')
40160/
40161
40162INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40163values ('930','27322','27321')
40164/
40165
40166INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40167values ('931','27323','27321')
40168/
40169
40170INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40171values ('932','27324','27321')
40172/
40173
40174INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40175values ('933','27325','27321')
40176/
40177
40178INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40179values ('934','27326','27321')
40180/
40181
40182INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40183values ('935','27327','27321')
40184/
40185
40186INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40187values ('936','27328','27321')
40188/
40189
40190INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40191values ('937','27329','27321')
40192/
40193
40194INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40195values ('938','27330','27321')
40196/
40197
40198INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40199values ('939','27332','27331')
40200/
40201
40202INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40203values ('950','27415','27390')
40204/
40205
40206INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40207values ('951','27416','27390')
40208/
40209
40210INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40211values ('952','27417','27391')
40212/
40213
40214INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40215values ('954','27419','27393')
40216/
40217
40218INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40219values ('955','27420','27394')
40220/
40221
40222INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40223values ('956','27421','27394')
40224/
40225
40226INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40227values ('957','27422','27395')
40228/
40229
40230INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40231values ('958','27423','27396')
40232/
40233
40234INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40235values ('960','27425','27397')
40236/
40237
40238INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40239values ('961','27426','27397')
40240/
40241
40242INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40243values ('962','27427','27398')
40244/
40245
40246INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40247values ('963','27428','27399')
40248/
40249
40250INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40251values ('964','27429','27400')
40252/
40253
40254INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40255values ('965','27430','27400')
40256/
40257
40258INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40259values ('966','27431','27401')
40260/
40261
40262INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40263values ('967','27432','27402')
40264/
40265
40266INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40267values ('978','27443','27409')
40268/
40269
40270INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40271values ('979','27444','27409')
40272/
40273
40274INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40275values ('980','27445','27410')
40276/
40277
40278INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40279values ('981','27446','27411')
40280/
40281
40282INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40283values ('982','27447','27411')
40284/
40285
40286INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40287values ('983','27448','27412')
40288/
40289
40290INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40291values ('984','27449','27413')
40292/
40293
40294INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40295values ('985','27451','27450')
40296/
40297
40298INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40299values ('986','27452','27450')
40300/
40301
40302INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40303values ('987','27453','27450')
40304/
40305
40306INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40307values ('988','27454','27450')
40308/
40309
40310INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40311values ('989','27455','27450')
40312/
40313
40314INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40315values ('990','27456','27450')
40316/
40317
40318INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40319values ('991','27457','27450')
40320/
40321
40322INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40323values ('992','27458','27450')
40324/
40325
40326INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40327values ('993','27459','27450')
40328/
40329
40330INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40331values ('994','27461','27460')
40332/
40333
40334INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40335values ('995','27477','27473')
40336/
40337
40338INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40339values ('996','27478','27473')
40340/
40341
40342INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40343values ('997','27479','27474')
40344/
40345
40346INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40347values ('998','27480','27475')
40348/
40349
40350INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40351values ('999','27481','27476')
40352/
40353
40354INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40355values ('1000','27482','27476')
40356/
40357
40358INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40359values ('1001','27483','27476')
40360/
40361
40362INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40363values ('1002','27484','27476')
40364/
40365
40366INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40367values ('1003','27485','27476')
40368/
40369
40370INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40371values ('1004','27487','27486')
40372/
40373
40374INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40375values ('1005','27488','27486')
40376/
40377
40378INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40379values ('1006','27489','27486')
40380/
40381
40382INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40383values ('1007','27490','27486')
40384/
40385
40386INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40387values ('1008','27491','27486')
40388/
40389
40390INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40391values ('1009','27492','27486')
40392/
40393
40394INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40395values ('1010','27493','27486')
40396/
40397
40398INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40399values ('1011','27494','27486')
40400/
40401
40402INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40403values ('1012','27495','27486')
40404/
40405
40406INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40407values ('1013','27516','27512')
40408/
40409
40410INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40411values ('1014','27517','27513')
40412/
40413
40414INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40415values ('1015','27518','27514')
40416/
40417
40418INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40419values ('1016','27519','27515')
40420/
40421
40422INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40423values ('1017','27521','27520')
40424/
40425
40426INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40427values ('1018','27522','27520')
40428/
40429
40430INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40431values ('1019','27523','27520')
40432/
40433
40434INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40435values ('1020','27524','27520')
40436/
40437
40438INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40439values ('1021','27525','27520')
40440/
40441
40442INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40443values ('1022','27526','27520')
40444/
40445
40446INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40447values ('1023','27527','27520')
40448/
40449
40450INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40451values ('1024','27528','27520')
40452/
40453
40454INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40455values ('1025','27529','27520')
40456/
40457
40458INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40459values ('1026','27531','27530')
40460/
40461
40462INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40463values ('1027','27552','27548')
40464/
40465
40466INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40467values ('1028','27553','27549')
40468/
40469
40470INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40471values ('1029','27554','27550')
40472/
40473
40474INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40475values ('1030','27555','27551')
40476/
40477
40478INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40479values ('1031','27557','27556')
40480/
40481
40482INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40483values ('1032','27558','27556')
40484/
40485
40486INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40487values ('1033','27559','27556')
40488/
40489
40490INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40491values ('1034','27560','27556')
40492/
40493
40494INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40495values ('1035','27561','27556')
40496/
40497
40498INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40499values ('1036','27562','27556')
40500/
40501
40502INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40503values ('1037','27563','27556')
40504/
40505
40506INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40507values ('1038','27564','27556')
40508/
40509
40510INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40511values ('1039','27565','27556')
40512/
40513
40514INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40515values ('1040','27567','27566')
40516/
40517
40518INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40519values ('1041','27590','27587')
40520/
40521
40522INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40523values ('1042','27591','27587')
40524/
40525
40526INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40527values ('1043','27592','27587')
40528/
40529
40530INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40531values ('1044','27593','27588')
40532/
40533
40534INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40535values ('1045','27594','27589')
40536/
40537
40538INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40539values ('1046','27595','27589')
40540/
40541
40542INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40543values ('1047','27597','27596')
40544/
40545
40546INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40547values ('1048','27598','27596')
40548/
40549
40550INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40551values ('1049','27599','27596')
40552/
40553
40554INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40555values ('1050','27600','27596')
40556/
40557
40558INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40559values ('1051','27601','27596')
40560/
40561
40562INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40563values ('1052','27602','27596')
40564/
40565
40566INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40567values ('1053','27603','27596')
40568/
40569
40570INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40571values ('1054','27604','27596')
40572/
40573
40574INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40575values ('1055','27605','27596')
40576/
40577
40578INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40579values ('1056','27607','27606')
40580/
40581
40582INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40583values ('1057','27620','27619')
40584/
40585
40586INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40587values ('1058','27621','27619')
40588/
40589
40590INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40591values ('1059','27622','27619')
40592/
40593
40594INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40595values ('1060','27623','27619')
40596/
40597
40598INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40599values ('1061','27624','27619')
40600/
40601
40602INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40603values ('1062','27625','27619')
40604/
40605
40606INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40607values ('1063','27626','27619')
40608/
40609
40610INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40611values ('1064','27627','27619')
40612/
40613
40614INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40615values ('1065','27628','27619')
40616/
40617
40618INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40619values ('1066','27630','27629')
40620/
40621
40622INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40623values ('1067','27643','27642')
40624/
40625
40626INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40627values ('1068','27644','27642')
40628/
40629
40630INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40631values ('1069','27645','27642')
40632/
40633
40634INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40635values ('1070','27646','27642')
40636/
40637
40638INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40639values ('1071','27647','27642')
40640/
40641
40642INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40643values ('1072','27648','27642')
40644/
40645
40646INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40647values ('1073','27649','27642')
40648/
40649
40650INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40651values ('1074','27650','27642')
40652/
40653
40654INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40655values ('1075','27651','27642')
40656/
40657
40658INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40659values ('1076','27653','27652')
40660/
40661
40662INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40663values ('1077','27670','27665')
40664/
40665
40666INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40667values ('1078','27671','27665')
40668/
40669
40670INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40671values ('1079','27672','27666')
40672/
40673
40674INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40675values ('1080','27673','27667')
40676/
40677
40678INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40679values ('1081','27674','27668')
40680/
40681
40682INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40683values ('1082','27675','27669')
40684/
40685
40686INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40687values ('1083','27676','27669')
40688/
40689
40690INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40691values ('1084','27677','27669')
40692/
40693
40694INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40695values ('1085','27678','27669')
40696/
40697
40698INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40699values ('1086','27679','27669')
40700/
40701
40702INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40703values ('1107','27723','27722')
40704/
40705
40706INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40707values ('1108','27724','27722')
40708/
40709
40710INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40711values ('1109','27725','27722')
40712/
40713
40714INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40715values ('1110','27726','27722')
40716/
40717
40718INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40719values ('1111','27727','27722')
40720/
40721
40722INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40723values ('1112','27728','27722')
40724/
40725
40726INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40727values ('1113','27729','27722')
40728/
40729
40730INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40731values ('1114','27730','27722')
40732/
40733
40734INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40735values ('1115','27731','27722')
40736/
40737
40738INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40739values ('1116','27733','27732')
40740/
40741
40742INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40743values ('1117','27748','27745')
40744/
40745
40746INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40747values ('1118','27749','27745')
40748/
40749
40750INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40751values ('1119','27750','27745')
40752/
40753
40754INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40755values ('1120','27751','27745')
40756/
40757
40758INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40759values ('1121','27752','27745')
40760/
40761
40762INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40763values ('1122','27753','27745')
40764/
40765
40766INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40767values ('1123','27754','27746')
40768/
40769
40770INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40771values ('1124','27755','27747')
40772/
40773
40774INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40775values ('1125','27757','27756')
40776/
40777
40778INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40779values ('1126','27758','27756')
40780/
40781
40782INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40783values ('1127','27759','27756')
40784/
40785
40786INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40787values ('1128','27760','27756')
40788/
40789
40790INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40791values ('1129','27761','27756')
40792/
40793
40794INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40795values ('1130','27762','27756')
40796/
40797
40798INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40799values ('1131','27763','27756')
40800/
40801
40802INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40803values ('1132','27764','27756')
40804/
40805
40806INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40807values ('1133','27765','27756')
40808/
40809
40810INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40811values ('1134','27783','27779')
40812/
40813
40814INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40815values ('1135','27784','27779')
40816/
40817
40818INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40819values ('1136','27785','27780')
40820/
40821
40822INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40823values ('1137','27786','27781')
40824/
40825
40826INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40827values ('1138','27787','27782')
40828/
40829
40830INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40831values ('1139','27789','27788')
40832/
40833
40834INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40835values ('1140','27790','27788')
40836/
40837
40838INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40839values ('1141','27791','27788')
40840/
40841
40842INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40843values ('1142','27792','27788')
40844/
40845
40846INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40847values ('1143','27793','27788')
40848/
40849
40850INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40851values ('1144','27794','27788')
40852/
40853
40854INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40855values ('1145','27795','27788')
40856/
40857
40858INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40859values ('1146','27796','27788')
40860/
40861
40862INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40863values ('1147','27797','27788')
40864/
40865
40866INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40867values ('1148','27799','27798')
40868/
40869
40870INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40871values ('1149','27819','27815')
40872/
40873
40874INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40875values ('1151','27821','27816')
40876/
40877
40878INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40879values ('1152','27822','27817')
40880/
40881
40882INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40883values ('1153','27823','27818')
40884/
40885
40886INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40887values ('1183','27873','27872')
40888/
40889
40890INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40891values ('1184','27874','27872')
40892/
40893
40894INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40895values ('1185','27875','27872')
40896/
40897
40898INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40899values ('1186','27876','27872')
40900/
40901
40902INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40903values ('1187','27877','27872')
40904/
40905
40906INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40907values ('1188','27878','27872')
40908/
40909
40910INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40911values ('1189','27879','27872')
40912/
40913
40914INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40915values ('1190','27880','27872')
40916/
40917
40918INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40919values ('1191','27881','27872')
40920/
40921
40922INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40923values ('1192','27904','27901')
40924/
40925
40926INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40927values ('1193','27905','27902')
40928/
40929
40930INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40931values ('1194','27906','27903')
40932/
40933
40934INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40935values ('1195','27907','27903')
40936/
40937
40938INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40939values ('1196','27908','27903')
40940/
40941
40942INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40943values ('1197','27910','27909')
40944/
40945
40946INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40947values ('1198','27911','27909')
40948/
40949
40950INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40951values ('1199','27912','27909')
40952/
40953
40954INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40955values ('1200','27913','27909')
40956/
40957
40958INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40959values ('1201','27914','27909')
40960/
40961
40962INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40963values ('1202','27915','27909')
40964/
40965
40966INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40967values ('1203','27916','27909')
40968/
40969
40970INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40971values ('1204','27917','27909')
40972/
40973
40974INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40975values ('1205','27918','27909')
40976/
40977
40978INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40979values ('1206','27940','27937')
40980/
40981
40982INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40983values ('1207','27941','27937')
40984/
40985
40986INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40987values ('1208','27942','27938')
40988/
40989
40990INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40991values ('1209','27943','27939')
40992/
40993
40994INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40995values ('1210','27945','27944')
40996/
40997
40998INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
40999values ('1211','27946','27944')
41000/
41001
41002INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41003values ('1212','27947','27944')
41004/
41005
41006INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41007values ('1213','27948','27944')
41008/
41009
41010INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41011values ('1214','27949','27944')
41012/
41013
41014INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41015values ('1215','27950','27944')
41016/
41017
41018INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41019values ('1216','27951','27944')
41020/
41021
41022INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41023values ('1217','27952','27944')
41024/
41025
41026INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41027values ('1218','27953','27944')
41028/
41029
41030INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41031values ('1219','27955','27954')
41032/
41033
41034INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41035values ('1220','27977','27976')
41036/
41037
41038INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41039values ('1221','27978','27976')
41040/
41041
41042INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41043values ('1222','27979','27976')
41044/
41045
41046INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41047values ('1223','27980','27976')
41048/
41049
41050INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41051values ('1224','27981','27976')
41052/
41053
41054INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41055values ('1225','27982','27976')
41056/
41057
41058INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41059values ('1226','27983','27976')
41060/
41061
41062INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41063values ('1227','27984','27976')
41064/
41065
41066INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41067values ('1228','27985','27976')
41068/
41069
41070INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41071values ('1229','28003','28001')
41072/
41073
41074INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41075values ('1230','28004','28002')
41076/
41077
41078INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41079values ('1231','28006','28005')
41080/
41081
41082INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41083values ('1232','28007','28005')
41084/
41085
41086INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41087values ('1233','28008','28005')
41088/
41089
41090INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41091values ('1234','28009','28005')
41092/
41093
41094INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41095values ('1235','28010','28005')
41096/
41097
41098INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41099values ('1236','28011','28005')
41100/
41101
41102INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41103values ('1237','28012','28005')
41104/
41105
41106INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41107values ('1238','28013','28005')
41108/
41109
41110INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41111values ('1239','28014','28005')
41112/
41113
41114INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41115values ('1253','28059','28058')
41116/
41117
41118INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41119values ('1254','28060','28058')
41120/
41121
41122INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41123values ('1255','28061','28058')
41124/
41125
41126INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41127values ('1256','28062','28058')
41128/
41129
41130INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41131values ('1257','28063','28058')
41132/
41133
41134INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41135values ('1258','28064','28058')
41136/
41137
41138INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41139values ('1259','28065','28058')
41140/
41141
41142INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41143values ('1260','28066','28058')
41144/
41145
41146INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41147values ('1261','28067','28058')
41148/
41149
41150INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41151values ('1262','28069','28068')
41152/
41153
41154INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41155values ('1276','28098','28097')
41156/
41157
41158INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41159values ('1277','28099','28097')
41160/
41161
41162INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41163values ('1278','28100','28097')
41164/
41165
41166INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41167values ('1279','28101','28097')
41168/
41169
41170INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41171values ('1280','28102','28097')
41172/
41173
41174INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41175values ('1281','28103','28097')
41176/
41177
41178INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41179values ('1282','28104','28097')
41180/
41181
41182INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41183values ('1283','28105','28097')
41184/
41185
41186INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41187values ('1284','28106','28097')
41188/
41189
41190INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41191values ('1285','28119','28118')
41192/
41193
41194INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41195values ('1286','28120','28118')
41196/
41197
41198INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41199values ('1287','28121','28118')
41200/
41201
41202INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41203values ('1288','28122','28118')
41204/
41205
41206INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41207values ('1289','28123','28118')
41208/
41209
41210INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41211values ('1290','28124','28118')
41212/
41213
41214INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41215values ('1291','28125','28118')
41216/
41217
41218INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41219values ('1292','28126','28118')
41220/
41221
41222INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41223values ('1293','28127','28118')
41224/
41225
41226INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41227values ('1294','28129','28128')
41228/
41229
41230INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41231values ('1295','28150','28144')
41232/
41233
41234INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41235values ('1296','28151','28145')
41236/
41237
41238INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41239values ('1297','28152','28145')
41240/
41241
41242INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41243values ('1298','28153','28145')
41244/
41245
41246INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41247values ('1299','28154','28146')
41248/
41249
41250INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41251values ('1300','28155','28147')
41252/
41253
41254INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41255values ('1301','28156','28148')
41256/
41257
41258INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41259values ('1302','28157','28149')
41260/
41261
41262INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41263values ('1303','28158','28149')
41264/
41265
41266INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41267values ('1317','28176','28175')
41268/
41269
41270INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41271values ('1318','28177','28175')
41272/
41273
41274INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41275values ('1319','28178','28175')
41276/
41277
41278INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41279values ('1320','28179','28175')
41280/
41281
41282INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41283values ('1321','28180','28175')
41284/
41285
41286INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41287values ('1322','28181','28175')
41288/
41289
41290INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41291values ('1323','28182','28175')
41292/
41293
41294INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41295values ('1324','28183','28175')
41296/
41297
41298INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41299values ('1325','28184','28175')
41300/
41301
41302INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41303values ('1326','28200','28196')
41304/
41305
41306INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41307values ('1327','28201','28196')
41308/
41309
41310INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41311values ('1328','28202','28197')
41312/
41313
41314INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41315values ('1329','28203','28197')
41316/
41317
41318INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41319values ('1330','28204','28198')
41320/
41321
41322INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41323values ('1331','28205','28198')
41324/
41325
41326INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41327values ('1332','28206','28199')
41328/
41329
41330INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41331values ('1333','28208','28207')
41332/
41333
41334INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41335values ('1334','28215','28212')
41336/
41337
41338INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41339values ('1335','28216','28213')
41340/
41341
41342INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41343values ('1336','28217','28214')
41344/
41345
41346INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41347values ('1337','28218','28214')
41348/
41349
41350INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41351values ('1338','28220','28219')
41352/
41353
41354INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41355values ('1340','28222','28219')
41356/
41357
41358INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41359values ('1341','28224','28223')
41360/
41361
41362INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41363values ('1342','28225','28223')
41364/
41365
41366INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41367values ('1343','28226','28223')
41368/
41369
41370INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41371values ('1344','28227','28223')
41372/
41373
41374INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41375values ('1345','28228','28223')
41376/
41377
41378INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41379values ('1346','28229','28223')
41380/
41381
41382INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41383values ('1347','28230','28223')
41384/
41385
41386INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41387values ('1348','28231','28223')
41388/
41389
41390INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41391values ('1349','28232','28223')
41392/
41393
41394INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41395values ('1350','28246','28244')
41396/
41397
41398INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41399values ('1351','28247','28245')
41400/
41401
41402INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41403values ('1352','28281','28280')
41404/
41405
41406INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41407values ('1353','28294','28293')
41408/
41409
41410INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41411values ('1354','28295','28293')
41412/
41413
41414INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41415values ('1355','28296','28293')
41416/
41417
41418INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41419values ('1356','28297','28293')
41420/
41421
41422INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41423values ('1357','28298','28293')
41424/
41425
41426INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41427values ('1358','28299','28293')
41428/
41429
41430INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41431values ('1359','28300','28293')
41432/
41433
41434INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41435values ('1360','28301','28293')
41436/
41437
41438INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41439values ('1361','28302','28293')
41440/
41441
41442INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41443values ('1375','28323','28306')
41444/
41445
41446INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41447values ('1376','28324','28306')
41448/
41449
41450INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41451values ('1377','28325','28307')
41452/
41453
41454INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41455values ('1378','28326','28307')
41456/
41457
41458INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41459values ('1379','28327','28308')
41460/
41461
41462INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41463values ('1380','28328','28308')
41464/
41465
41466INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41467values ('1381','28329','28309')
41468/
41469
41470INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41471values ('1382','28354','28346')
41472/
41473
41474INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41475values ('1383','28355','28346')
41476/
41477
41478INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41479values ('1384','28356','28347')
41480/
41481
41482INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41483values ('1385','28357','28347')
41484/
41485
41486INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41487values ('1386','28358','28348')
41488/
41489
41490INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41491values ('1387','28359','28349')
41492/
41493
41494INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41495values ('1388','28360','28349')
41496/
41497
41498INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41499values ('1389','28361','28350')
41500/
41501
41502INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41503values ('1390','28362','28350')
41504/
41505
41506INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41507values ('1391','28363','28350')
41508/
41509
41510INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41511values ('1392','28364','28350')
41512/
41513
41514INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41515values ('1393','28365','28350')
41516/
41517
41518INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41519values ('1394','28366','28350')
41520/
41521
41522INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41523values ('1395','28367','28350')
41524/
41525
41526INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41527values ('1396','28368','28351')
41528/
41529
41530INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41531values ('1397','28369','28351')
41532/
41533
41534INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41535values ('1398','28370','28351')
41536/
41537
41538INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41539values ('1399','28371','28351')
41540/
41541
41542INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41543values ('1400','28372','28351')
41544/
41545
41546INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41547values ('1401','28373','28351')
41548/
41549
41550INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41551values ('1402','28374','28352')
41552/
41553
41554INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41555values ('1403','28375','28352')
41556/
41557
41558INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41559values ('1404','28376','28353')
41560/
41561
41562INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41563values ('1405','28404','28392')
41564/
41565
41566INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41567values ('1406','28405','28392')
41568/
41569
41570INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41571values ('1407','28406','28393')
41572/
41573
41574INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41575values ('1408','28407','28394')
41576/
41577
41578INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41579values ('1409','28408','28395')
41580/
41581
41582INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41583values ('1410','28409','28396')
41584/
41585
41586INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41587values ('1411','28410','28397')
41588/
41589
41590INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41591values ('1412','28411','28398')
41592/
41593
41594INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41595values ('1413','28412','28399')
41596/
41597
41598INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41599values ('1414','28413','28400')
41600/
41601
41602INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41603values ('1415','28414','28400')
41604/
41605
41606INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41607values ('1416','28415','28401')
41608/
41609
41610INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41611values ('1417','28416','28401')
41612/
41613
41614INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41615values ('1418','28417','28402')
41616/
41617
41618INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41619values ('1419','28418','28402')
41620/
41621
41622INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41623values ('1420','28419','28402')
41624/
41625
41626INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41627values ('1421','28420','28402')
41628/
41629
41630INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41631values ('1422','28421','28402')
41632/
41633
41634INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41635values ('1423','28422','28402')
41636/
41637
41638INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41639values ('1424','28423','28403')
41640/
41641
41642INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41643values ('1425','28424','28403')
41644/
41645
41646INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41647values ('1426','28425','28403')
41648/
41649
41650INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41651values ('1427','28446','28440')
41652/
41653
41654INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41655values ('1428','28447','28441')
41656/
41657
41658INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41659values ('1429','28448','28442')
41660/
41661
41662INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41663values ('1430','28449','28443')
41664/
41665
41666INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41667values ('1431','28450','28444')
41668/
41669
41670INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41671values ('1432','28451','28444')
41672/
41673
41674INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41675values ('1433','28452','28445')
41676/
41677
41678INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41679values ('1434','28453','28445')
41680/
41681
41682INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41683values ('1435','28474','28468')
41684/
41685
41686INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41687values ('1436','28475','28469')
41688/
41689
41690INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41691values ('1437','28476','28470')
41692/
41693
41694INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41695values ('1438','28477','28471')
41696/
41697
41698INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41699values ('1439','28478','28472')
41700/
41701
41702INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41703values ('1440','28479','28472')
41704/
41705
41706INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41707values ('1441','28480','28473')
41708/
41709
41710INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41711values ('1442','28481','28473')
41712/
41713
41714INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41715values ('1443','28495','28493')
41716/
41717
41718INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41719values ('1444','28496','28494')
41720/
41721
41722INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41723values ('1449','28613','27815')
41724/
41725
41726INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41727values ('1450','28634','28625')
41728/
41729
41730INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41731values ('1451','28635','28625')
41732/
41733
41734INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41735values ('1452','28636','28625')
41736/
41737
41738INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41739values ('1453','28637','28625')
41740/
41741
41742INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41743values ('1454','28638','28626')
41744/
41745
41746INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41747values ('1455','28639','28627')
41748/
41749
41750INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41751values ('1456','28640','28628')
41752/
41753
41754INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41755values ('1457','28641','28628')
41756/
41757
41758INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41759values ('1458','28642','28628')
41760/
41761
41762INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41763values ('1459','28643','28629')
41764/
41765
41766INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41767values ('1460','28644','28630')
41768/
41769
41770INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41771values ('1461','28645','28630')
41772/
41773
41774INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41775values ('1462','28646','28630')
41776/
41777
41778INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41779values ('1463','28647','28630')
41780/
41781
41782INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41783values ('1464','28648','28631')
41784/
41785
41786INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41787values ('1465','28649','28631')
41788/
41789
41790INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41791values ('1466','28650','28631')
41792/
41793
41794INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41795values ('1467','28651','28632')
41796/
41797
41798INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41799values ('1468','28652','28632')
41800/
41801
41802INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41803values ('1469','28653','28633')
41804/
41805
41806INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41807values ('1470','28673','28661')
41808/
41809
41810INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41811values ('1471','28674','28661')
41812/
41813
41814INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41815values ('1472','28675','28661')
41816/
41817
41818INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41819values ('1473','28676','28662')
41820/
41821
41822INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41823values ('1474','28677','28662')
41824/
41825
41826INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41827values ('1475','28678','28662')
41828/
41829
41830INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41831values ('1476','28679','28663')
41832/
41833
41834INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41835values ('1477','28680','28663')
41836/
41837
41838INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41839values ('1478','28681','28663')
41840/
41841
41842INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41843values ('1479','28682','28664')
41844/
41845
41846INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41847values ('1480','28683','28664')
41848/
41849
41850INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41851values ('1481','28684','28664')
41852/
41853
41854INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41855values ('1482','28685','28665')
41856/
41857
41858INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41859values ('1483','28686','28665')
41860/
41861
41862INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41863values ('1484','28687','28665')
41864/
41865
41866INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41867values ('1485','28688','28666')
41868/
41869
41870INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41871values ('1486','28689','28666')
41872/
41873
41874INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41875values ('1487','28690','28666')
41876/
41877
41878INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41879values ('1488','28691','28667')
41880/
41881
41882INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41883values ('1489','28692','28667')
41884/
41885
41886INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41887values ('1490','28693','28667')
41888/
41889
41890INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41891values ('1491','28694','28668')
41892/
41893
41894INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41895values ('1492','28695','28668')
41896/
41897
41898INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41899values ('1493','28696','28668')
41900/
41901
41902INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41903values ('1494','28697','28669')
41904/
41905
41906INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41907values ('1495','28698','28669')
41908/
41909
41910INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41911values ('1496','28699','28669')
41912/
41913
41914INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41915values ('1497','28700','28670')
41916/
41917
41918INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41919values ('1498','28701','28670')
41920/
41921
41922INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41923values ('1499','28702','28670')
41924/
41925
41926INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41927values ('1500','28703','28671')
41928/
41929
41930INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41931values ('1501','28704','28671')
41932/
41933
41934INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41935values ('1502','28705','28671')
41936/
41937
41938INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41939values ('1503','28706','28672')
41940/
41941
41942INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41943values ('1504','28707','28672')
41944/
41945
41946INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41947values ('1505','28708','28672')
41948/
41949
41950INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41951values ('1506','28715','28711')
41952/
41953
41954INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41955values ('1507','28716','28711')
41956/
41957
41958INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41959values ('1508','28717','28711')
41960/
41961
41962INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41963values ('1509','28718','28712')
41964/
41965
41966INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41967values ('1510','28719','28712')
41968/
41969
41970INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41971values ('1511','28720','28712')
41972/
41973
41974INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41975values ('1512','28721','28713')
41976/
41977
41978INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41979values ('1513','28722','28713')
41980/
41981
41982INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41983values ('1514','28723','28713')
41984/
41985
41986INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41987values ('1515','28724','28714')
41988/
41989
41990INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41991values ('1516','28725','28714')
41992/
41993
41994INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41995values ('1517','28726','28714')
41996/
41997
41998INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
41999values ('1518','28731','27390')
42000/
42001
42002INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42003values ('1519','28732','27397')
42004/
42005
42006INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42007values ('1520','28733','27409')
42008/
42009
42010INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42011values ('1521','28734','28219')
42012/
42013
42014INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42015values ('1522','28841','28833')
42016/
42017
42018INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42019values ('1523','28842','28834')
42020/
42021
42022INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42023values ('1524','28843','28834')
42024/
42025
42026INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42027values ('1525','28844','28834')
42028/
42029
42030INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42031values ('1526','28845','28834')
42032/
42033
42034INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42035values ('1527','28846','28837')
42036/
42037
42038INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42039values ('1528','28847','28837')
42040/
42041
42042INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42043values ('1529','28848','28837')
42044/
42045
42046INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42047values ('1530','28849','28837')
42048/
42049
42050INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42051values ('1531','28850','28838')
42052/
42053
42054INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42055values ('1532','28851','28838')
42056/
42057
42058INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42059values ('1533','28852','28838')
42060/
42061
42062INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42063values ('1534','28853','28838')
42064/
42065
42066INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42067values ('1535','28854','28839')
42068/
42069
42070INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42071values ('1536','28855','28839')
42072/
42073
42074INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42075values ('1537','28856','28839')
42076/
42077
42078INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42079values ('1538','28857','28839')
42080/
42081
42082INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42083values ('1539','28858','28840')
42084/
42085
42086INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42087values ('1540','28859','28840')
42088/
42089
42090INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42091values ('1541','28860','28840')
42092/
42093
42094INSERT INTO item_discovery (itemdiscoveryid,itemid,parent_itemid)
42095values ('1542','28861','28840')
42096/
42097
42098INSERT INTO application_template (application_templateid,applicationid,templateid)
42099values ('1','207','206')
42100/
42101
42102INSERT INTO application_template (application_templateid,applicationid,templateid)
42103values ('12','252','206')
42104/
42105
42106INSERT INTO application_template (application_templateid,applicationid,templateid)
42107values ('13','262','206')
42108/
42109
42110INSERT INTO application_template (application_templateid,applicationid,templateid)
42111values ('14','272','206')
42112/
42113
42114INSERT INTO application_template (application_templateid,applicationid,templateid)
42115values ('15','282','206')
42116/
42117
42118INSERT INTO application_template (application_templateid,applicationid,templateid)
42119values ('16','292','206')
42120/
42121
42122INSERT INTO application_template (application_templateid,applicationid,templateid)
42123values ('17','302','206')
42124/
42125
42126INSERT INTO application_template (application_templateid,applicationid,templateid)
42127values ('18','329','206')
42128/
42129
42130INSERT INTO application_template (application_templateid,applicationid,templateid)
42131values ('19','345','179')
42132/
42133
42134INSERT INTO application_template (application_templateid,applicationid,templateid)
42135values ('20','346','13')
42136/
42137
42138INSERT INTO application_template (application_templateid,applicationid,templateid)
42139values ('21','347','5')
42140/
42141
42142INSERT INTO application_template (application_templateid,applicationid,templateid)
42143values ('22','348','21')
42144/
42145
42146INSERT INTO application_template (application_templateid,applicationid,templateid)
42147values ('23','349','15')
42148/
42149
42150INSERT INTO application_template (application_templateid,applicationid,templateid)
42151values ('24','350','7')
42152/
42153
42154INSERT INTO application_template (application_templateid,applicationid,templateid)
42155values ('25','351','1')
42156/
42157
42158INSERT INTO application_template (application_templateid,applicationid,templateid)
42159values ('26','352','17')
42160/
42161
42162INSERT INTO application_template (application_templateid,applicationid,templateid)
42163values ('27','353','9')
42164/
42165
42166INSERT INTO application_template (application_templateid,applicationid,templateid)
42167values ('28','354','23')
42168/
42169
42170INSERT INTO application_template (application_templateid,applicationid,templateid)
42171values ('29','355','207')
42172/
42173
42174INSERT INTO application_template (application_templateid,applicationid,templateid)
42175values ('165','797','780')
42176/
42177
42178INSERT INTO application_template (application_templateid,applicationid,templateid)
42179values ('166','799','780')
42180/
42181
42182INSERT INTO application_template (application_templateid,applicationid,templateid)
42183values ('167','803','784')
42184/
42185
42186INSERT INTO application_template (application_templateid,applicationid,templateid)
42187values ('168','803','771')
42188/
42189
42190INSERT INTO application_template (application_templateid,applicationid,templateid)
42191values ('169','804','800')
42192/
42193
42194INSERT INTO application_template (application_templateid,applicationid,templateid)
42195values ('170','805','799')
42196/
42197
42198INSERT INTO application_template (application_templateid,applicationid,templateid)
42199values ('171','811','784')
42200/
42201
42202INSERT INTO application_template (application_templateid,applicationid,templateid)
42203values ('172','812','800')
42204/
42205
42206INSERT INTO application_template (application_templateid,applicationid,templateid)
42207values ('173','813','799')
42208/
42209
42210INSERT INTO application_template (application_templateid,applicationid,templateid)
42211values ('174','820','784')
42212/
42213
42214INSERT INTO application_template (application_templateid,applicationid,templateid)
42215values ('175','821','800')
42216/
42217
42218INSERT INTO application_template (application_templateid,applicationid,templateid)
42219values ('176','822','799')
42220/
42221
42222INSERT INTO application_template (application_templateid,applicationid,templateid)
42223values ('177','823','784')
42224/
42225
42226INSERT INTO application_template (application_templateid,applicationid,templateid)
42227values ('178','824','800')
42228/
42229
42230INSERT INTO application_template (application_templateid,applicationid,templateid)
42231values ('179','825','799')
42232/
42233
42234INSERT INTO application_template (application_templateid,applicationid,templateid)
42235values ('180','836','826')
42236/
42237
42238INSERT INTO application_template (application_templateid,applicationid,templateid)
42239values ('181','837','827')
42240/
42241
42242INSERT INTO application_template (application_templateid,applicationid,templateid)
42243values ('182','838','826')
42244/
42245
42246INSERT INTO application_template (application_templateid,applicationid,templateid)
42247values ('183','839','827')
42248/
42249
42250INSERT INTO application_template (application_templateid,applicationid,templateid)
42251values ('184','840','784')
42252/
42253
42254INSERT INTO application_template (application_templateid,applicationid,templateid)
42255values ('185','840','771')
42256/
42257
42258INSERT INTO application_template (application_templateid,applicationid,templateid)
42259values ('186','841','800')
42260/
42261
42262INSERT INTO application_template (application_templateid,applicationid,templateid)
42263values ('187','842','799')
42264/
42265
42266INSERT INTO application_template (application_templateid,applicationid,templateid)
42267values ('191','846','800')
42268/
42269
42270INSERT INTO application_template (application_templateid,applicationid,templateid)
42271values ('192','847','799')
42272/
42273
42274INSERT INTO application_template (application_templateid,applicationid,templateid)
42275values ('193','856','848')
42276/
42277
42278INSERT INTO application_template (application_templateid,applicationid,templateid)
42279values ('194','857','849')
42280/
42281
42282INSERT INTO application_template (application_templateid,applicationid,templateid)
42283values ('195','858','852')
42284/
42285
42286INSERT INTO application_template (application_templateid,applicationid,templateid)
42287values ('196','859','853')
42288/
42289
42290INSERT INTO application_template (application_templateid,applicationid,templateid)
42291values ('197','860','854')
42292/
42293
42294INSERT INTO application_template (application_templateid,applicationid,templateid)
42295values ('198','861','855')
42296/
42297
42298INSERT INTO application_template (application_templateid,applicationid,templateid)
42299values ('205','868','848')
42300/
42301
42302INSERT INTO application_template (application_templateid,applicationid,templateid)
42303values ('206','869','851')
42304/
42305
42306INSERT INTO application_template (application_templateid,applicationid,templateid)
42307values ('207','870','852')
42308/
42309
42310INSERT INTO application_template (application_templateid,applicationid,templateid)
42311values ('208','871','853')
42312/
42313
42314INSERT INTO application_template (application_templateid,applicationid,templateid)
42315values ('209','872','854')
42316/
42317
42318INSERT INTO application_template (application_templateid,applicationid,templateid)
42319values ('210','873','855')
42320/
42321
42322INSERT INTO application_template (application_templateid,applicationid,templateid)
42323values ('211','874','784')
42324/
42325
42326INSERT INTO application_template (application_templateid,applicationid,templateid)
42327values ('212','874','771')
42328/
42329
42330INSERT INTO application_template (application_templateid,applicationid,templateid)
42331values ('213','875','800')
42332/
42333
42334INSERT INTO application_template (application_templateid,applicationid,templateid)
42335values ('214','876','799')
42336/
42337
42338INSERT INTO application_template (application_templateid,applicationid,templateid)
42339values ('215','883','784')
42340/
42341
42342INSERT INTO application_template (application_templateid,applicationid,templateid)
42343values ('216','884','800')
42344/
42345
42346INSERT INTO application_template (application_templateid,applicationid,templateid)
42347values ('217','885','799')
42348/
42349
42350INSERT INTO application_template (application_templateid,applicationid,templateid)
42351values ('218','892','784')
42352/
42353
42354INSERT INTO application_template (application_templateid,applicationid,templateid)
42355values ('219','892','771')
42356/
42357
42358INSERT INTO application_template (application_templateid,applicationid,templateid)
42359values ('220','893','800')
42360/
42361
42362INSERT INTO application_template (application_templateid,applicationid,templateid)
42363values ('221','894','799')
42364/
42365
42366INSERT INTO application_template (application_templateid,applicationid,templateid)
42367values ('222','901','784')
42368/
42369
42370INSERT INTO application_template (application_templateid,applicationid,templateid)
42371values ('223','901','771')
42372/
42373
42374INSERT INTO application_template (application_templateid,applicationid,templateid)
42375values ('224','902','800')
42376/
42377
42378INSERT INTO application_template (application_templateid,applicationid,templateid)
42379values ('225','903','799')
42380/
42381
42382INSERT INTO application_template (application_templateid,applicationid,templateid)
42383values ('226','910','781')
42384/
42385
42386INSERT INTO application_template (application_templateid,applicationid,templateid)
42387values ('227','910','770')
42388/
42389
42390INSERT INTO application_template (application_templateid,applicationid,templateid)
42391values ('228','911','798')
42392/
42393
42394INSERT INTO application_template (application_templateid,applicationid,templateid)
42395values ('229','912','797')
42396/
42397
42398INSERT INTO application_template (application_templateid,applicationid,templateid)
42399values ('230','913','782')
42400/
42401
42402INSERT INTO application_template (application_templateid,applicationid,templateid)
42403values ('231','913','771')
42404/
42405
42406INSERT INTO application_template (application_templateid,applicationid,templateid)
42407values ('232','914','800')
42408/
42409
42410INSERT INTO application_template (application_templateid,applicationid,templateid)
42411values ('233','915','799')
42412/
42413
42414INSERT INTO application_template (application_templateid,applicationid,templateid)
42415values ('234','916','784')
42416/
42417
42418INSERT INTO application_template (application_templateid,applicationid,templateid)
42419values ('235','916','771')
42420/
42421
42422INSERT INTO application_template (application_templateid,applicationid,templateid)
42423values ('236','917','800')
42424/
42425
42426INSERT INTO application_template (application_templateid,applicationid,templateid)
42427values ('237','918','799')
42428/
42429
42430INSERT INTO application_template (application_templateid,applicationid,templateid)
42431values ('243','934','784')
42432/
42433
42434INSERT INTO application_template (application_templateid,applicationid,templateid)
42435values ('244','934','771')
42436/
42437
42438INSERT INTO application_template (application_templateid,applicationid,templateid)
42439values ('245','935','800')
42440/
42441
42442INSERT INTO application_template (application_templateid,applicationid,templateid)
42443values ('246','936','799')
42444/
42445
42446INSERT INTO application_template (application_templateid,applicationid,templateid)
42447values ('247','942','784')
42448/
42449
42450INSERT INTO application_template (application_templateid,applicationid,templateid)
42451values ('248','943','800')
42452/
42453
42454INSERT INTO application_template (application_templateid,applicationid,templateid)
42455values ('249','944','799')
42456/
42457
42458INSERT INTO application_template (application_templateid,applicationid,templateid)
42459values ('250','949','784')
42460/
42461
42462INSERT INTO application_template (application_templateid,applicationid,templateid)
42463values ('251','949','771')
42464/
42465
42466INSERT INTO application_template (application_templateid,applicationid,templateid)
42467values ('252','950','800')
42468/
42469
42470INSERT INTO application_template (application_templateid,applicationid,templateid)
42471values ('253','951','799')
42472/
42473
42474INSERT INTO application_template (application_templateid,applicationid,templateid)
42475values ('263','969','784')
42476/
42477
42478INSERT INTO application_template (application_templateid,applicationid,templateid)
42479values ('264','970','800')
42480/
42481
42482INSERT INTO application_template (application_templateid,applicationid,templateid)
42483values ('265','971','799')
42484/
42485
42486INSERT INTO application_template (application_templateid,applicationid,templateid)
42487values ('266','977','784')
42488/
42489
42490INSERT INTO application_template (application_templateid,applicationid,templateid)
42491values ('267','978','800')
42492/
42493
42494INSERT INTO application_template (application_templateid,applicationid,templateid)
42495values ('268','979','799')
42496/
42497
42498INSERT INTO application_template (application_templateid,applicationid,templateid)
42499values ('269','986','784')
42500/
42501
42502INSERT INTO application_template (application_templateid,applicationid,templateid)
42503values ('270','986','771')
42504/
42505
42506INSERT INTO application_template (application_templateid,applicationid,templateid)
42507values ('271','987','800')
42508/
42509
42510INSERT INTO application_template (application_templateid,applicationid,templateid)
42511values ('272','988','799')
42512/
42513
42514INSERT INTO application_template (application_templateid,applicationid,templateid)
42515values ('273','992','782')
42516/
42517
42518INSERT INTO application_template (application_templateid,applicationid,templateid)
42519values ('274','993','800')
42520/
42521
42522INSERT INTO application_template (application_templateid,applicationid,templateid)
42523values ('275','994','799')
42524/
42525
42526INSERT INTO application_template (application_templateid,applicationid,templateid)
42527values ('276','998','781')
42528/
42529
42530INSERT INTO application_template (application_templateid,applicationid,templateid)
42531values ('277','999','798')
42532/
42533
42534INSERT INTO application_template (application_templateid,applicationid,templateid)
42535values ('278','1000','797')
42536/
42537
42538INSERT INTO application_template (application_templateid,applicationid,templateid)
42539values ('283','1018','784')
42540/
42541
42542INSERT INTO application_template (application_templateid,applicationid,templateid)
42543values ('284','1018','771')
42544/
42545
42546INSERT INTO application_template (application_templateid,applicationid,templateid)
42547values ('285','1019','800')
42548/
42549
42550INSERT INTO application_template (application_templateid,applicationid,templateid)
42551values ('286','1020','799')
42552/
42553
42554INSERT INTO application_template (application_templateid,applicationid,templateid)
42555values ('291','1025','786')
42556/
42557
42558INSERT INTO application_template (application_templateid,applicationid,templateid)
42559values ('292','1026','800')
42560/
42561
42562INSERT INTO application_template (application_templateid,applicationid,templateid)
42563values ('293','1027','799')
42564/
42565
42566INSERT INTO application_template (application_templateid,applicationid,templateid)
42567values ('294','1028','784')
42568/
42569
42570INSERT INTO application_template (application_templateid,applicationid,templateid)
42571values ('295','1028','771')
42572/
42573
42574INSERT INTO application_template (application_templateid,applicationid,templateid)
42575values ('296','1029','800')
42576/
42577
42578INSERT INTO application_template (application_templateid,applicationid,templateid)
42579values ('297','1030','799')
42580/
42581
42582INSERT INTO application_template (application_templateid,applicationid,templateid)
42583values ('302','1041','784')
42584/
42585
42586INSERT INTO application_template (application_templateid,applicationid,templateid)
42587values ('303','1042','800')
42588/
42589
42590INSERT INTO application_template (application_templateid,applicationid,templateid)
42591values ('304','1043','799')
42592/
42593
42594INSERT INTO application_template (application_templateid,applicationid,templateid)
42595values ('305','1048','852')
42596/
42597
42598INSERT INTO application_template (application_templateid,applicationid,templateid)
42599values ('306','1049','855')
42600/
42601
42602INSERT INTO application_template (application_templateid,applicationid,templateid)
42603values ('307','1050','854')
42604/
42605
42606INSERT INTO application_template (application_templateid,applicationid,templateid)
42607values ('308','1051','853')
42608/
42609
42610INSERT INTO application_template (application_templateid,applicationid,templateid)
42611values ('309','1052','848')
42612/
42613
42614INSERT INTO application_template (application_templateid,applicationid,templateid)
42615values ('310','1053','784')
42616/
42617
42618INSERT INTO application_template (application_templateid,applicationid,templateid)
42619values ('311','1054','800')
42620/
42621
42622INSERT INTO application_template (application_templateid,applicationid,templateid)
42623values ('312','1055','799')
42624/
42625
42626INSERT INTO application_template (application_templateid,applicationid,templateid)
42627values ('313','1057','1056')
42628/
42629
42630INSERT INTO application_template (application_templateid,applicationid,templateid)
42631values ('314','1058','771')
42632/
42633
42634INSERT INTO application_template (application_templateid,applicationid,templateid)
42635values ('315','1059','800')
42636/
42637
42638INSERT INTO application_template (application_templateid,applicationid,templateid)
42639values ('316','1060','799')
42640/
42641
42642INSERT INTO application_template (application_templateid,applicationid,templateid)
42643values ('317','1058','784')
42644/
42645
42646INSERT INTO application_template (application_templateid,applicationid,templateid)
42647values ('318','1069','800')
42648/
42649
42650INSERT INTO application_template (application_templateid,applicationid,templateid)
42651values ('319','1070','799')
42652/
42653
42654INSERT INTO application_template (application_templateid,applicationid,templateid)
42655values ('320','1078','800')
42656/
42657
42658INSERT INTO application_template (application_templateid,applicationid,templateid)
42659values ('321','1079','799')
42660/
42661
42662INSERT INTO application_template (application_templateid,applicationid,templateid)
42663values ('322','1087','798')
42664/
42665
42666INSERT INTO application_template (application_templateid,applicationid,templateid)
42667values ('323','1088','797')
42668/
42669
42670INSERT INTO application_template (application_templateid,applicationid,templateid)
42671values ('324','1094','800')
42672/
42673
42674INSERT INTO application_template (application_templateid,applicationid,templateid)
42675values ('325','1095','799')
42676/
42677
42678INSERT INTO application_template (application_templateid,applicationid,templateid)
42679values ('326','1101','800')
42680/
42681
42682INSERT INTO application_template (application_templateid,applicationid,templateid)
42683values ('327','1102','799')
42684/
42685
42686INSERT INTO application_template (application_templateid,applicationid,templateid)
42687values ('328','1113','800')
42688/
42689
42690INSERT INTO application_template (application_templateid,applicationid,templateid)
42691values ('329','1114','799')
42692/
42693
42694INSERT INTO application_template (application_templateid,applicationid,templateid)
42695values ('334','1125','1122')
42696/
42697
42698INSERT INTO application_template (application_templateid,applicationid,templateid)
42699values ('335','1126','1123')
42700/
42701
42702INSERT INTO application_template (application_templateid,applicationid,templateid)
42703values ('336','1127','1124')
42704/
42705
42706INSERT INTO application_template (application_templateid,applicationid,templateid)
42707values ('337','1128','1125')
42708/
42709
42710INSERT INTO application_template (application_templateid,applicationid,templateid)
42711values ('338','1129','1126')
42712/
42713
42714INSERT INTO application_template (application_templateid,applicationid,templateid)
42715values ('339','1130','1127')
42716/
42717
42718INSERT INTO application_template (application_templateid,applicationid,templateid)
42719values ('340','1131','1125')
42720/
42721
42722INSERT INTO application_template (application_templateid,applicationid,templateid)
42723values ('341','1132','1126')
42724/
42725
42726INSERT INTO application_template (application_templateid,applicationid,templateid)
42727values ('342','1133','1127')
42728/
42729
42730INSERT INTO application_template (application_templateid,applicationid,templateid)
42731values ('343','1134','1125')
42732/
42733
42734INSERT INTO application_template (application_templateid,applicationid,templateid)
42735values ('344','1135','1126')
42736/
42737
42738INSERT INTO application_template (application_templateid,applicationid,templateid)
42739values ('345','1136','1127')
42740/
42741
42742INSERT INTO application_template (application_templateid,applicationid,templateid)
42743values ('346','1137','1125')
42744/
42745
42746INSERT INTO application_template (application_templateid,applicationid,templateid)
42747values ('347','1138','1126')
42748/
42749
42750INSERT INTO application_template (application_templateid,applicationid,templateid)
42751values ('348','1139','1127')
42752/
42753
42754INSERT INTO application_template (application_templateid,applicationid,templateid)
42755values ('349','1143','1140')
42756/
42757
42758INSERT INTO application_template (application_templateid,applicationid,templateid)
42759values ('350','1144','1141')
42760/
42761
42762INSERT INTO application_template (application_templateid,applicationid,templateid)
42763values ('351','1145','1142')
42764/
42765
42766INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42767values ('1','22444','8','{#IFNAME}','@Network interfaces for discovery')
42768/
42769
42770INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42771values ('2','22450','8','{#FSTYPE}','@File systems for discovery')
42772/
42773
42774INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42775values ('4','22867','8','{#FSTYPE}','@File systems for discovery')
42776/
42777
42778INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42779values ('5','22907','8','{#FSTYPE}','@File systems for discovery')
42780/
42781
42782INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42783values ('6','22944','8','{#IFNAME}','@Network interfaces for discovery')
42784/
42785
42786INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42787values ('7','22947','8','{#FSTYPE}','@File systems for discovery')
42788/
42789
42790INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42791values ('8','22984','8','{#IFNAME}','@Network interfaces for discovery')
42792/
42793
42794INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42795values ('9','22987','8','{#FSTYPE}','@File systems for discovery')
42796/
42797
42798INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42799values ('10','23024','8','{#IFNAME}','@Network interfaces for discovery')
42800/
42801
42802INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42803values ('11','23027','8','{#FSTYPE}','@File systems for discovery')
42804/
42805
42806INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42807values ('12','23067','8','{#FSTYPE}','@File systems for discovery')
42808/
42809
42810INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42811values ('13','23162','8','{#FSTYPE}','@File systems for discovery')
42812/
42813
42814INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42815values ('14','23163','8','{#IFNAME}','@Network interfaces for discovery')
42816/
42817
42818INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42819values ('15','23329','8','{#IFNAME}','@Network interfaces for discovery')
42820/
42821
42822INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42823values ('16','23540','8','{#IFNAME}','@Network interfaces for discovery')
42824/
42825
42826INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42827values ('19','23278','8','{#IFNAME}','@Network interfaces for discovery')
42828/
42829
42830INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42831values ('20','23279','8','{#FSTYPE}','@File systems for discovery')
42832/
42833
42834INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42835values ('21','23665','8','{#SERVICE.NAME}','@Windows service names for discovery')
42836/
42837
42838INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42839values ('22','23665','8','{#SERVICE.STARTUPNAME}','@Windows service startup states for discovery')
42840/
42841
42842INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42843values ('215','27029','8','{#IFOPERSTATUS}','1')
42844/
42845
42846INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42847values ('216','27029','8','{#SNMPVALUE}','(2|3)')
42848/
42849
42850INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42851values ('217','27031','8','{#IFOPERSTATUS}','1')
42852/
42853
42854INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42855values ('218','27031','8','{#SNMPVALUE}','(2|3)')
42856/
42857
42858INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42859values ('227','27068','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42860/
42861
42862INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42863values ('228','27068','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42864/
42865
42866INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42867values ('229','27078','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42868/
42869
42870INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42871values ('230','27078','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42872/
42873
42874INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42875values ('231','27088','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42876/
42877
42878INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42879values ('232','27088','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42880/
42881
42882INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42883values ('233','27098','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42884/
42885
42886INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42887values ('234','27098','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42888/
42889
42890INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42891values ('237','27118','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42892/
42893
42894INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42895values ('238','27118','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42896/
42897
42898INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42899values ('243','27180','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42900/
42901
42902INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42903values ('244','27180','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42904/
42905
42906INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42907values ('245','27190','8','{#IFOPERSTATUS}','1')
42908/
42909
42910INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42911values ('246','27190','8','{#SNMPVALUE}','(2|3)')
42912/
42913
42914INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42915values ('247','27209','8','{#TEMP_SENSOR}','1')
42916/
42917
42918INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42919values ('248','27210','8','{#SNMPVALUE}','[^1]')
42920/
42921
42922INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42923values ('249','27211','8','{#ENT_SN}','.+')
42924/
42925
42926INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42927values ('250','27215','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42928/
42929
42930INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42931values ('251','27215','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42932/
42933
42934INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42935values ('253','27242','8','{#SENSOR_TYPE}','1')
42936/
42937
42938INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42939values ('254','27243','8','{#SENSOR_TYPE}','3')
42940/
42941
42942INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42943values ('255','27244','8','{#SENSOR_TYPE}','2')
42944/
42945
42946INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42947values ('256','27251','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42948/
42949
42950INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42951values ('257','27251','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42952/
42953
42954INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42955values ('258','27272','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42956/
42957
42958INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42959values ('259','27272','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42960/
42961
42962INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42963values ('260','27321','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
42964/
42965
42966INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42967values ('261','27321','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
42968/
42969
42970INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42971values ('262','27331','8','{#IFOPERSTATUS}','1')
42972/
42973
42974INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42975values ('263','27331','8','{#SNMPVALUE}','(2|3)')
42976/
42977
42978INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42979values ('266','27393','8','{#ENT_SN}','.+')
42980/
42981
42982INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42983values ('267','27393','8','{#ENT_CLASS}','[^3]')
42984/
42985
42986INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42987values ('268','27399','8','{#ENT_SN}','.+')
42988/
42989
42990INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42991values ('269','27399','8','{#ENT_CLASS}','[^3]')
42992/
42993
42994INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42995values ('272','27410','8','{#ENT_SN}','.+')
42996/
42997
42998INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
42999values ('273','27410','8','{#ENT_CLASS}','[^3]')
43000/
43001
43002INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43003values ('274','27450','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43004/
43005
43006INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43007values ('275','27450','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43008/
43009
43010INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43011values ('276','27460','8','{#IFOPERSTATUS}','1')
43012/
43013
43014INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43015values ('277','27460','8','{#SNMPVALUE}','(2|3)')
43016/
43017
43018INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43019values ('278','27486','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43020/
43021
43022INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43023values ('279','27486','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43024/
43025
43026INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43027values ('280','27520','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43028/
43029
43030INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43031values ('281','27520','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43032/
43033
43034INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43035values ('282','27530','8','{#IFOPERSTATUS}','1')
43036/
43037
43038INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43039values ('283','27530','8','{#SNMPVALUE}','(2|3)')
43040/
43041
43042INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43043values ('284','27550','8','{#STATUS}','[^0]')
43044/
43045
43046INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43047values ('285','27551','8','{#STATUS}','[^0]')
43048/
43049
43050INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43051values ('286','27556','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43052/
43053
43054INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43055values ('287','27556','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43056/
43057
43058INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43059values ('288','27566','8','{#IFOPERSTATUS}','1')
43060/
43061
43062INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43063values ('289','27566','8','{#SNMPVALUE}','(2|3)')
43064/
43065
43066INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43067values ('290','27596','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43068/
43069
43070INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43071values ('291','27596','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43072/
43073
43074INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43075values ('292','27606','8','{#IFOPERSTATUS}','1')
43076/
43077
43078INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43079values ('293','27606','8','{#SNMPVALUE}','(2|3)')
43080/
43081
43082INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43083values ('294','27619','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43084/
43085
43086INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43087values ('295','27619','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43088/
43089
43090INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43091values ('296','27629','8','{#IFOPERSTATUS}','1')
43092/
43093
43094INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43095values ('297','27629','8','{#SNMPVALUE}','(2|3)')
43096/
43097
43098INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43099values ('298','27642','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43100/
43101
43102INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43103values ('299','27642','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43104/
43105
43106INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43107values ('300','27652','8','{#IFOPERSTATUS}','1')
43108/
43109
43110INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43111values ('301','27652','8','{#SNMPVALUE}','(2|3)')
43112/
43113
43114INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43115values ('302','27665','8','{#SNMPVALUE}','^(MODULE|Module) (LEVEL|level)1$')
43116/
43117
43118INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43119values ('303','27665','8','{#SNMPVALUE}','(Fabric|FABRIC) (.+) (Module|MODULE)')
43120/
43121
43122INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43123values ('304','27666','8','{#SNMPVALUE}','^(MODULE|Module) (LEVEL|level)1$')
43124/
43125
43126INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43127values ('305','27666','8','{#SNMPVALUE}','(Fabric|FABRIC) (.+) (Module|MODULE)')
43128/
43129
43130INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43131values ('306','27666','8','{#SNMPVALUE}','(T|t)emperature.*(s|S)ensor')
43132/
43133
43134INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43135values ('307','27667','8','{#ENT_CLASS}','7')
43136/
43137
43138INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43139values ('308','27668','8','{#ENT_CLASS}','6')
43140/
43141
43142INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43143values ('309','27669','8','{#ENT_CLASS}','3')
43144/
43145
43146INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43147values ('323','27722','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43148/
43149
43150INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43151values ('324','27722','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43152/
43153
43154INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43155values ('325','27732','8','{#IFOPERSTATUS}','1')
43156/
43157
43158INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43159values ('326','27732','8','{#SNMPVALUE}','(2|3)')
43160/
43161
43162INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43163values ('327','27745','8','{#ENT_NAME}','MPU.*')
43164/
43165
43166INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43167values ('328','27746','8','{#ENT_CLASS}','3')
43168/
43169
43170INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43171values ('329','27756','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43172/
43173
43174INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43175values ('330','27756','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43176/
43177
43178INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43179values ('331','27779','8','{#SENSOR_TYPE}','2')
43180/
43181
43182INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43183values ('332','27780','8','{#ENT_CLASS}','2')
43184/
43185
43186INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43187values ('333','27788','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43188/
43189
43190INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43191values ('334','27788','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43192/
43193
43194INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43195values ('335','27798','8','{#IFOPERSTATUS}','1')
43196/
43197
43198INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43199values ('336','27798','8','{#SNMPVALUE}','(2|3)')
43200/
43201
43202INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43203values ('337','27815','8','{#SNMPVALUE}','Routing Engine.*')
43204/
43205
43206INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43207values ('338','27816','8','{#SNMPVALUE}','[^0]+')
43208/
43209
43210INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43211values ('350','27872','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43212/
43213
43214INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43215values ('351','27872','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43216/
43217
43218INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43219values ('352','27903','8','{#STORAGE_TYPE}','.+4$')
43220/
43221
43222INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43223values ('353','27903','8','{#STORAGE_TYPE}','.+hrStorageFixedDisk')
43224/
43225
43226INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43227values ('354','27909','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43228/
43229
43230INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43231values ('355','27909','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43232/
43233
43234INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43235values ('356','27944','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43236/
43237
43238INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43239values ('357','27944','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43240/
43241
43242INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43243values ('358','27954','8','{#IFOPERSTATUS}','1')
43244/
43245
43246INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43247values ('359','27954','8','{#SNMPVALUE}','(2|3)')
43248/
43249
43250INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43251values ('360','27976','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43252/
43253
43254INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43255values ('361','27976','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43256/
43257
43258INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43259values ('362','28005','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43260/
43261
43262INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43263values ('363','28005','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43264/
43265
43266INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43267values ('368','28058','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43268/
43269
43270INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43271values ('369','28058','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43272/
43273
43274INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43275values ('370','28068','8','{#IFOPERSTATUS}','1')
43276/
43277
43278INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43279values ('371','28068','8','{#SNMPVALUE}','(2|3)')
43280/
43281
43282INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43283values ('376','28097','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43284/
43285
43286INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43287values ('377','28097','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43288/
43289
43290INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43291values ('378','28118','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43292/
43293
43294INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43295values ('379','28118','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43296/
43297
43298INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43299values ('380','28128','8','{#IFOPERSTATUS}','1')
43300/
43301
43302INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43303values ('381','28128','8','{#SNMPVALUE}','(2|3)')
43304/
43305
43306INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43307values ('382','28144','8','{#SENSOR_TYPE}','8')
43308/
43309
43310INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43311values ('383','28144','8','{#SENSOR_PRECISION}','0')
43312/
43313
43314INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43315values ('384','28146','8','{#ENT_CLASS}','.+8.3.2$')
43316/
43317
43318INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43319values ('385','28146','8','{#ENT_STATUS}','(1|2|3|4)')
43320/
43321
43322INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43323values ('386','28147','8','{#ENT_CLASS}','.+8.3.1$')
43324/
43325
43326INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43327values ('387','28147','8','{#ENT_STATUS}','(1|2|3|4)')
43328/
43329
43330INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43331values ('388','28148','8','{#ENT_CLASS}','.+8.3.3$')
43332/
43333
43334INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43335values ('389','28148','8','{#ENT_STATUS}','(1|2|3|4)')
43336/
43337
43338INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43339values ('390','28149','8','{#ENT_CLASS}','3')
43340/
43341
43342INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43343values ('395','28175','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43344/
43345
43346INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43347values ('396','28175','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43348/
43349
43350INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43351values ('397','28196','8','{#SENSOR_TYPE}','8')
43352/
43353
43354INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43355values ('398','28196','8','{#SENSOR_PRECISION}','1')
43356/
43357
43358INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43359values ('399','28197','8','{#SNMPVALUE}','10')
43360/
43361
43362INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43363values ('400','28198','8','{#ENT_CLASS}','3')
43364/
43365
43366INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43367values ('401','28199','8','{#ENT_CLASS}','6')
43368/
43369
43370INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43371values ('402','28207','8','{#ENT_SN}','.+')
43372/
43373
43374INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43375values ('403','28207','8','{#ENT_CLASS}','[^3]')
43376/
43377
43378INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43379values ('404','28223','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43380/
43381
43382INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43383values ('405','28223','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43384/
43385
43386INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43387values ('406','27088','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43388/
43389
43390INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43391values ('407','27098','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43392/
43393
43394INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43395values ('408','27180','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43396/
43397
43398INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43399values ('409','27215','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43400/
43401
43402INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43403values ('410','27251','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43404/
43405
43406INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43407values ('411','27272','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43408/
43409
43410INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43411values ('412','27321','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43412/
43413
43414INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43415values ('413','27450','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43416/
43417
43418INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43419values ('414','27486','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43420/
43421
43422INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43423values ('415','27520','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43424/
43425
43426INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43427values ('416','27556','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43428/
43429
43430INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43431values ('417','27642','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43432/
43433
43434INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43435values ('418','27722','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43436/
43437
43438INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43439values ('419','27756','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43440/
43441
43442INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43443values ('420','27788','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43444/
43445
43446INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43447values ('421','27872','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43448/
43449
43450INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43451values ('422','27909','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43452/
43453
43454INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43455values ('423','27944','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43456/
43457
43458INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43459values ('424','28058','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43460/
43461
43462INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43463values ('425','28118','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43464/
43465
43466INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43467values ('426','28175','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43468/
43469
43470INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43471values ('427','28223','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43472/
43473
43474INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43475values ('428','27068','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43476/
43477
43478INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43479values ('429','27596','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43480/
43481
43482INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43483values ('430','28005','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43484/
43485
43486INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43487values ('431','27078','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43488/
43489
43490INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43491values ('432','27619','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43492/
43493
43494INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43495values ('433','27976','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43496/
43497
43498INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43499values ('434','27118','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43500/
43501
43502INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43503values ('435','28097','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43504/
43505
43506INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43507values ('436','28280','8','{#IFOPERSTATUS}','1')
43508/
43509
43510INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43511values ('437','28280','8','{#SNMPVALUE}','(2|3)')
43512/
43513
43514INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43515values ('438','28293','8','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.MATCHES}')
43516/
43517
43518INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43519values ('439','28293','9','{#IFADMINSTATUS}','{$NET.IF.IFADMINSTATUS.NOT_MATCHES}')
43520/
43521
43522INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43523values ('440','28293','8','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.MATCHES}')
43524/
43525
43526INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43527values ('448','28306','8','{#SENSOR_TYPE}','8')
43528/
43529
43530INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43531values ('449','28306','8','{#SENSOR_PRECISION}','1')
43532/
43533
43534INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43535values ('450','28307','8','{#SNMPVALUE}','10')
43536/
43537
43538INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43539values ('451','28308','8','{#ENT_CLASS}','3')
43540/
43541
43542INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43543values ('452','28309','8','{#ENT_CLASS}','6')
43544/
43545
43546INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43547values ('453','28346','8','{#SENSOR_LOCALE}','.*CPU.*')
43548/
43549
43550INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43551values ('454','28347','8','{#SENSOR_LOCALE}','.*Inlet Temp.*')
43552/
43553
43554INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43555values ('455','28349','8','{#TYPE}','3')
43556/
43557
43558INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43559values ('456','28392','8','{#SENSOR_LOCALE}','(4|8|9|12|13)')
43560/
43561
43562INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43563values ('457','28393','8','{#SNMPINDEX}','0\.1')
43564/
43565
43566INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43567values ('458','28393','8','{#SENSOR_LOCALE}','11')
43568/
43569
43570INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43571values ('459','28394','8','{#SENSOR_LOCALE}','6')
43572/
43573
43574INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43575values ('460','28395','8','{#SENSOR_LOCALE}','7')
43576/
43577
43578INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43579values ('461','28396','8','{#SENSOR_LOCALE}','10')
43580/
43581
43582INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43583values ('462','28397','8','{#SENSOR_LOCALE}','3')
43584/
43585
43586INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43587values ('463','28440','8','{#SNMPVALUE}','(DIMM|PSU|PCH|RAID|RR|PCI).*')
43588/
43589
43590INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43591values ('464','28441','8','{#SNMPVALUE}','Ambient.*')
43592/
43593
43594INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43595values ('465','28442','8','{#SNMPVALUE}','CPU [0-9]* Temp')
43596/
43597
43598INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43599values ('466','28468','8','{#SNMPVALUE}','(DIMM|PSU|PCH|RAID|RR|PCI).*')
43600/
43601
43602INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43603values ('467','28469','8','{#SNMPVALUE}','Ambient.*')
43604/
43605
43606INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43607values ('468','28470','8','{#SNMPVALUE}','CPU [0-9]* Temp')
43608/
43609
43610INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43611values ('469','28493','8','{#SNMPVALUE}','[1-9]+')
43612/
43613
43614INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43615values ('470','28493','8','{#SENSOR_DESCR}','.*Temp.*')
43616/
43617
43618INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43619values ('471','28494','8','{#SNMPVALUE}','[1-9]+')
43620/
43621
43622INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43623values ('472','28494','8','{#SENSOR_DESCR}','FAN.*')
43624/
43625
43626INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43627values ('473','28661','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}')
43628/
43629
43630INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43631values ('474','28661','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}')
43632/
43633
43634INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43635values ('475','28661','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}')
43636/
43637
43638INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43639values ('476','28661','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}')
43640/
43641
43642INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43643values ('477','28662','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}')
43644/
43645
43646INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43647values ('478','28662','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}')
43648/
43649
43650INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43651values ('479','28662','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}')
43652/
43653
43654INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43655values ('480','28662','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}')
43656/
43657
43658INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43659values ('481','28663','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}')
43660/
43661
43662INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43663values ('482','28663','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}')
43664/
43665
43666INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43667values ('483','28663','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}')
43668/
43669
43670INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43671values ('484','28663','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}')
43672/
43673
43674INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43675values ('485','28664','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}')
43676/
43677
43678INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43679values ('486','28664','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}')
43680/
43681
43682INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43683values ('487','28664','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}')
43684/
43685
43686INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43687values ('488','28664','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}')
43688/
43689
43690INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43691values ('489','28665','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}')
43692/
43693
43694INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43695values ('490','28665','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}')
43696/
43697
43698INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43699values ('491','28665','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}')
43700/
43701
43702INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43703values ('492','28665','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}')
43704/
43705
43706INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43707values ('493','28666','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}')
43708/
43709
43710INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43711values ('494','28666','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}')
43712/
43713
43714INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43715values ('495','28666','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}')
43716/
43717
43718INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43719values ('496','28666','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}')
43720/
43721
43722INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43723values ('497','28667','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}')
43724/
43725
43726INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43727values ('498','28667','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}')
43728/
43729
43730INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43731values ('499','28667','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}')
43732/
43733
43734INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43735values ('500','28667','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}')
43736/
43737
43738INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43739values ('501','28668','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}')
43740/
43741
43742INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43743values ('502','28668','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}')
43744/
43745
43746INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43747values ('503','28668','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}')
43748/
43749
43750INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43751values ('504','28668','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}')
43752/
43753
43754INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43755values ('505','28669','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}')
43756/
43757
43758INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43759values ('506','28669','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}')
43760/
43761
43762INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43763values ('507','28669','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}')
43764/
43765
43766INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43767values ('508','28669','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}')
43768/
43769
43770INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43771values ('509','28670','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}')
43772/
43773
43774INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43775values ('510','28670','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}')
43776/
43777
43778INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43779values ('511','28670','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}')
43780/
43781
43782INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43783values ('512','28670','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}')
43784/
43785
43786INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43787values ('513','28671','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}')
43788/
43789
43790INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43791values ('514','28671','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}')
43792/
43793
43794INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43795values ('515','28671','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}')
43796/
43797
43798INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43799values ('516','28671','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}')
43800/
43801
43802INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43803values ('517','28672','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}')
43804/
43805
43806INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43807values ('518','28672','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}')
43808/
43809
43810INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43811values ('519','28672','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}')
43812/
43813
43814INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43815values ('520','28672','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}')
43816/
43817
43818INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43819values ('521','27118','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
43820/
43821
43822INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43823values ('522','27118','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
43824/
43825
43826INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43827values ('523','27118','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
43828/
43829
43830INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43831values ('524','27118','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
43832/
43833
43834INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43835values ('525','27118','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
43836/
43837
43838INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43839values ('526','27118','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
43840/
43841
43842INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43843values ('527','27118','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
43844/
43845
43846INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43847values ('528','27118','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
43848/
43849
43850INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43851values ('529','27118','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
43852/
43853
43854INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43855values ('530','28097','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
43856/
43857
43858INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43859values ('531','28097','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
43860/
43861
43862INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43863values ('532','28097','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
43864/
43865
43866INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43867values ('533','28097','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
43868/
43869
43870INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43871values ('534','28097','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
43872/
43873
43874INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43875values ('535','28097','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
43876/
43877
43878INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43879values ('536','28097','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
43880/
43881
43882INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43883values ('537','28097','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
43884/
43885
43886INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43887values ('538','28097','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
43888/
43889
43890INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43891values ('539','28711','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}')
43892/
43893
43894INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43895values ('540','28711','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}')
43896/
43897
43898INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43899values ('541','28711','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}')
43900/
43901
43902INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43903values ('542','28711','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}')
43904/
43905
43906INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43907values ('543','28712','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}')
43908/
43909
43910INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43911values ('544','28712','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}')
43912/
43913
43914INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43915values ('545','28712','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}')
43916/
43917
43918INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43919values ('546','28712','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}')
43920/
43921
43922INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43923values ('547','28713','8','{#FSTYPE}','{$VFS.FS.FSTYPE.MATCHES}')
43924/
43925
43926INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43927values ('548','28713','9','{#FSTYPE}','{$VFS.FS.FSTYPE.NOT_MATCHES}')
43928/
43929
43930INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43931values ('549','28713','8','{#FSNAME}','{$VFS.FS.FSNAME.MATCHES}')
43932/
43933
43934INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43935values ('550','28713','9','{#FSNAME}','{$VFS.FS.FSNAME.NOT_MATCHES}')
43936/
43937
43938INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43939values ('551','28714','8','{#MEMTYPE}','{$MEMORY.TYPE.MATCHES}')
43940/
43941
43942INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43943values ('552','28714','9','{#MEMTYPE}','{$MEMORY.TYPE.NOT_MATCHES}')
43944/
43945
43946INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43947values ('553','28714','8','{#MEMNAME}','{$MEMORY.NAME.MATCHES}')
43948/
43949
43950INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43951values ('554','28714','9','{#MEMNAME}','{$MEMORY.NAME.NOT_MATCHES}')
43952/
43953
43954INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43955values ('555','27088','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
43956/
43957
43958INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43959values ('556','27088','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
43960/
43961
43962INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43963values ('557','27088','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
43964/
43965
43966INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43967values ('558','27088','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
43968/
43969
43970INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43971values ('559','27088','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
43972/
43973
43974INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43975values ('560','27088','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
43976/
43977
43978INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43979values ('561','27088','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
43980/
43981
43982INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43983values ('562','27088','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
43984/
43985
43986INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43987values ('563','27088','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
43988/
43989
43990INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43991values ('564','27098','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
43992/
43993
43994INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43995values ('565','27098','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
43996/
43997
43998INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
43999values ('566','27098','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44000/
44001
44002INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44003values ('567','27098','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44004/
44005
44006INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44007values ('568','27098','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44008/
44009
44010INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44011values ('569','27098','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44012/
44013
44014INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44015values ('570','27098','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44016/
44017
44018INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44019values ('571','27098','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44020/
44021
44022INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44023values ('572','27098','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44024/
44025
44026INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44027values ('573','27180','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44028/
44029
44030INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44031values ('574','27180','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44032/
44033
44034INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44035values ('575','27180','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44036/
44037
44038INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44039values ('576','27180','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44040/
44041
44042INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44043values ('577','27180','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44044/
44045
44046INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44047values ('578','27180','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44048/
44049
44050INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44051values ('579','27180','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44052/
44053
44054INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44055values ('580','27180','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44056/
44057
44058INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44059values ('581','27180','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44060/
44061
44062INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44063values ('582','27215','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44064/
44065
44066INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44067values ('583','27215','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44068/
44069
44070INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44071values ('584','27215','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44072/
44073
44074INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44075values ('585','27215','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44076/
44077
44078INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44079values ('586','27215','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44080/
44081
44082INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44083values ('587','27215','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44084/
44085
44086INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44087values ('588','27215','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44088/
44089
44090INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44091values ('589','27215','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44092/
44093
44094INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44095values ('590','27215','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44096/
44097
44098INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44099values ('591','27251','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44100/
44101
44102INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44103values ('592','27251','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44104/
44105
44106INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44107values ('593','27251','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44108/
44109
44110INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44111values ('594','27251','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44112/
44113
44114INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44115values ('595','27251','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44116/
44117
44118INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44119values ('596','27251','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44120/
44121
44122INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44123values ('597','27251','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44124/
44125
44126INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44127values ('598','27251','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44128/
44129
44130INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44131values ('599','27251','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44132/
44133
44134INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44135values ('600','27272','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44136/
44137
44138INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44139values ('601','27272','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44140/
44141
44142INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44143values ('602','27272','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44144/
44145
44146INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44147values ('603','27272','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44148/
44149
44150INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44151values ('604','27272','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44152/
44153
44154INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44155values ('605','27272','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44156/
44157
44158INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44159values ('606','27272','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44160/
44161
44162INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44163values ('607','27272','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44164/
44165
44166INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44167values ('608','27272','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44168/
44169
44170INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44171values ('609','27321','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44172/
44173
44174INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44175values ('610','27321','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44176/
44177
44178INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44179values ('611','27321','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44180/
44181
44182INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44183values ('612','27321','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44184/
44185
44186INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44187values ('613','27321','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44188/
44189
44190INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44191values ('614','27321','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44192/
44193
44194INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44195values ('615','27321','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44196/
44197
44198INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44199values ('616','27321','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44200/
44201
44202INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44203values ('617','27321','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44204/
44205
44206INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44207values ('618','27450','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44208/
44209
44210INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44211values ('619','27450','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44212/
44213
44214INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44215values ('620','27450','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44216/
44217
44218INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44219values ('621','27450','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44220/
44221
44222INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44223values ('622','27450','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44224/
44225
44226INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44227values ('623','27450','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44228/
44229
44230INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44231values ('624','27450','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44232/
44233
44234INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44235values ('625','27450','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44236/
44237
44238INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44239values ('626','27450','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44240/
44241
44242INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44243values ('627','27486','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44244/
44245
44246INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44247values ('628','27486','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44248/
44249
44250INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44251values ('629','27486','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44252/
44253
44254INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44255values ('630','27486','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44256/
44257
44258INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44259values ('631','27486','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44260/
44261
44262INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44263values ('632','27486','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44264/
44265
44266INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44267values ('633','27486','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44268/
44269
44270INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44271values ('634','27486','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44272/
44273
44274INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44275values ('635','27486','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44276/
44277
44278INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44279values ('636','27520','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44280/
44281
44282INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44283values ('637','27520','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44284/
44285
44286INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44287values ('638','27520','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44288/
44289
44290INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44291values ('639','27520','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44292/
44293
44294INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44295values ('640','27520','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44296/
44297
44298INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44299values ('641','27520','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44300/
44301
44302INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44303values ('642','27520','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44304/
44305
44306INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44307values ('643','27520','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44308/
44309
44310INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44311values ('644','27520','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44312/
44313
44314INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44315values ('645','27556','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44316/
44317
44318INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44319values ('646','27556','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44320/
44321
44322INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44323values ('647','27556','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44324/
44325
44326INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44327values ('648','27556','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44328/
44329
44330INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44331values ('649','27556','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44332/
44333
44334INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44335values ('650','27556','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44336/
44337
44338INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44339values ('651','27556','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44340/
44341
44342INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44343values ('652','27556','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44344/
44345
44346INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44347values ('653','27556','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44348/
44349
44350INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44351values ('654','27642','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44352/
44353
44354INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44355values ('655','27642','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44356/
44357
44358INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44359values ('656','27642','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44360/
44361
44362INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44363values ('657','27642','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44364/
44365
44366INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44367values ('658','27642','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44368/
44369
44370INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44371values ('659','27642','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44372/
44373
44374INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44375values ('660','27642','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44376/
44377
44378INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44379values ('661','27642','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44380/
44381
44382INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44383values ('662','27642','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44384/
44385
44386INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44387values ('663','27722','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44388/
44389
44390INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44391values ('664','27722','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44392/
44393
44394INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44395values ('665','27722','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44396/
44397
44398INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44399values ('666','27722','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44400/
44401
44402INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44403values ('667','27722','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44404/
44405
44406INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44407values ('668','27722','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44408/
44409
44410INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44411values ('669','27722','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44412/
44413
44414INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44415values ('670','27722','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44416/
44417
44418INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44419values ('671','27722','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44420/
44421
44422INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44423values ('672','27756','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44424/
44425
44426INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44427values ('673','27756','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44428/
44429
44430INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44431values ('674','27756','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44432/
44433
44434INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44435values ('675','27756','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44436/
44437
44438INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44439values ('676','27756','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44440/
44441
44442INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44443values ('677','27756','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44444/
44445
44446INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44447values ('678','27756','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44448/
44449
44450INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44451values ('679','27756','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44452/
44453
44454INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44455values ('680','27756','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44456/
44457
44458INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44459values ('681','27788','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44460/
44461
44462INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44463values ('682','27788','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44464/
44465
44466INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44467values ('683','27788','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44468/
44469
44470INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44471values ('684','27788','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44472/
44473
44474INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44475values ('685','27788','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44476/
44477
44478INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44479values ('686','27788','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44480/
44481
44482INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44483values ('687','27788','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44484/
44485
44486INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44487values ('688','27788','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44488/
44489
44490INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44491values ('689','27788','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44492/
44493
44494INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44495values ('690','27872','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44496/
44497
44498INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44499values ('691','27872','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44500/
44501
44502INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44503values ('692','27872','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44504/
44505
44506INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44507values ('693','27872','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44508/
44509
44510INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44511values ('694','27872','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44512/
44513
44514INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44515values ('695','27872','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44516/
44517
44518INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44519values ('696','27872','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44520/
44521
44522INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44523values ('697','27872','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44524/
44525
44526INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44527values ('698','27872','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44528/
44529
44530INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44531values ('699','27909','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44532/
44533
44534INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44535values ('700','27909','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44536/
44537
44538INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44539values ('701','27909','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44540/
44541
44542INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44543values ('702','27909','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44544/
44545
44546INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44547values ('703','27909','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44548/
44549
44550INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44551values ('704','27909','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44552/
44553
44554INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44555values ('705','27909','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44556/
44557
44558INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44559values ('706','27909','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44560/
44561
44562INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44563values ('707','27909','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44564/
44565
44566INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44567values ('708','27944','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44568/
44569
44570INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44571values ('709','27944','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44572/
44573
44574INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44575values ('710','27944','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44576/
44577
44578INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44579values ('711','27944','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44580/
44581
44582INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44583values ('712','27944','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44584/
44585
44586INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44587values ('713','27944','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44588/
44589
44590INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44591values ('714','27944','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44592/
44593
44594INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44595values ('715','27944','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44596/
44597
44598INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44599values ('716','27944','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44600/
44601
44602INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44603values ('717','28058','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44604/
44605
44606INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44607values ('718','28058','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44608/
44609
44610INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44611values ('719','28058','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44612/
44613
44614INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44615values ('720','28058','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44616/
44617
44618INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44619values ('721','28058','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44620/
44621
44622INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44623values ('722','28058','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44624/
44625
44626INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44627values ('723','28058','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44628/
44629
44630INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44631values ('724','28058','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44632/
44633
44634INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44635values ('725','28058','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44636/
44637
44638INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44639values ('726','28118','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44640/
44641
44642INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44643values ('727','28118','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44644/
44645
44646INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44647values ('728','28118','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44648/
44649
44650INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44651values ('729','28118','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44652/
44653
44654INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44655values ('730','28118','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44656/
44657
44658INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44659values ('731','28118','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44660/
44661
44662INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44663values ('732','28118','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44664/
44665
44666INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44667values ('733','28118','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44668/
44669
44670INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44671values ('734','28118','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44672/
44673
44674INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44675values ('735','28175','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44676/
44677
44678INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44679values ('736','28175','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44680/
44681
44682INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44683values ('737','28175','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44684/
44685
44686INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44687values ('738','28175','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44688/
44689
44690INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44691values ('739','28175','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44692/
44693
44694INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44695values ('740','28175','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44696/
44697
44698INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44699values ('741','28175','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44700/
44701
44702INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44703values ('742','28175','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44704/
44705
44706INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44707values ('743','28175','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44708/
44709
44710INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44711values ('744','28223','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44712/
44713
44714INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44715values ('745','28223','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44716/
44717
44718INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44719values ('746','28223','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44720/
44721
44722INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44723values ('747','28223','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44724/
44725
44726INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44727values ('748','28223','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44728/
44729
44730INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44731values ('749','28223','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44732/
44733
44734INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44735values ('750','28223','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44736/
44737
44738INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44739values ('751','28223','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44740/
44741
44742INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44743values ('752','28223','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44744/
44745
44746INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44747values ('753','28293','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44748/
44749
44750INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44751values ('754','28293','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44752/
44753
44754INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44755values ('755','28293','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44756/
44757
44758INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44759values ('756','28293','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44760/
44761
44762INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44763values ('757','28293','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44764/
44765
44766INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44767values ('758','28293','8','{#IFALIAS}','{$NET.IF.IFALIAS.MATCHES}')
44768/
44769
44770INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44771values ('759','28293','9','{#IFALIAS}','{$NET.IF.IFALIAS.NOT_MATCHES}')
44772/
44773
44774INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44775values ('760','28293','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44776/
44777
44778INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44779values ('761','28293','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44780/
44781
44782INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44783values ('762','27068','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44784/
44785
44786INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44787values ('763','27068','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44788/
44789
44790INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44791values ('764','27068','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44792/
44793
44794INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44795values ('765','27068','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44796/
44797
44798INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44799values ('766','27068','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44800/
44801
44802INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44803values ('767','27068','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44804/
44805
44806INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44807values ('768','27068','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44808/
44809
44810INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44811values ('769','27596','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44812/
44813
44814INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44815values ('770','27596','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44816/
44817
44818INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44819values ('771','27596','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44820/
44821
44822INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44823values ('772','27596','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44824/
44825
44826INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44827values ('773','27596','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44828/
44829
44830INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44831values ('774','27596','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44832/
44833
44834INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44835values ('775','27596','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44836/
44837
44838INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44839values ('776','28005','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44840/
44841
44842INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44843values ('777','28005','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44844/
44845
44846INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44847values ('778','28005','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44848/
44849
44850INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44851values ('779','28005','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44852/
44853
44854INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44855values ('780','28005','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44856/
44857
44858INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44859values ('781','28005','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44860/
44861
44862INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44863values ('782','28005','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44864/
44865
44866INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44867values ('783','27078','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44868/
44869
44870INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44871values ('784','27078','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44872/
44873
44874INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44875values ('785','27078','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44876/
44877
44878INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44879values ('786','27078','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44880/
44881
44882INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44883values ('787','27078','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44884/
44885
44886INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44887values ('788','27078','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44888/
44889
44890INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44891values ('789','27078','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44892/
44893
44894INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44895values ('790','27619','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44896/
44897
44898INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44899values ('791','27619','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44900/
44901
44902INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44903values ('792','27619','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44904/
44905
44906INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44907values ('793','27619','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44908/
44909
44910INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44911values ('794','27619','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44912/
44913
44914INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44915values ('795','27619','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44916/
44917
44918INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44919values ('796','27619','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44920/
44921
44922INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44923values ('797','27976','9','{#IFOPERSTATUS}','{$NET.IF.IFOPERSTATUS.NOT_MATCHES}')
44924/
44925
44926INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44927values ('798','27976','8','{#IFNAME}','{$NET.IF.IFNAME.MATCHES}')
44928/
44929
44930INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44931values ('799','27976','9','{#IFNAME}','{$NET.IF.IFNAME.NOT_MATCHES}')
44932/
44933
44934INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44935values ('800','27976','8','{#IFDESCR}','{$NET.IF.IFDESCR.MATCHES}')
44936/
44937
44938INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44939values ('801','27976','9','{#IFDESCR}','{$NET.IF.IFDESCR.NOT_MATCHES}')
44940/
44941
44942INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44943values ('802','27976','8','{#IFTYPE}','{$NET.IF.IFTYPE.MATCHES}')
44944/
44945
44946INSERT INTO item_condition (item_conditionid,itemid,operator,macro,value)
44947values ('803','27976','9','{#IFTYPE}','{$NET.IF.IFTYPE.NOT_MATCHES}')
44948/
44949
44950INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44951values ('1','23665',NULL,'Startup {#SERVICE.STARTUPNAME} services')
44952/
44953
44954INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44955values ('2','28661',NULL,'Filesystem {#FSNAME}')
44956/
44957
44958INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44959values ('8','27118',NULL,'Interface {#IFNAME}({#IFALIAS})')
44960/
44961
44962INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44963values ('10','28711',NULL,'Filesystem {#FSNAME}')
44964/
44965
44966INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44967values ('12','27088',NULL,'Interface {#IFNAME}({#IFALIAS})')
44968/
44969
44970INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44971values ('13','27098',NULL,'Interface {#IFNAME}({#IFALIAS})')
44972/
44973
44974INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44975values ('35','27068',NULL,'Interface {#IFDESCR}')
44976/
44977
44978INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44979values ('38','27078',NULL,'Interface {#IFDESCR}')
44980/
44981
44982INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44983values ('3','28663','2','Filesystem {#FSNAME}')
44984/
44985
44986INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44987values ('9','28097','8','Interface {#IFNAME}({#IFALIAS})')
44988/
44989
44990INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44991values ('11','28713','10','Filesystem {#FSNAME}')
44992/
44993
44994INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44995values ('14','27180','13','Interface {#IFNAME}({#IFALIAS})')
44996/
44997
44998INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
44999values ('15','27215','13','Interface {#IFNAME}({#IFALIAS})')
45000/
45001
45002INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45003values ('16','27251','13','Interface {#IFNAME}({#IFALIAS})')
45004/
45005
45006INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45007values ('17','27272','13','Interface {#IFNAME}({#IFALIAS})')
45008/
45009
45010INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45011values ('18','27321','13','Interface {#IFNAME}({#IFALIAS})')
45012/
45013
45014INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45015values ('19','27450','13','Interface {#IFNAME}({#IFALIAS})')
45016/
45017
45018INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45019values ('20','27486','13','Interface {#IFNAME}({#IFALIAS})')
45020/
45021
45022INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45023values ('21','27520','13','Interface {#IFNAME}({#IFALIAS})')
45024/
45025
45026INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45027values ('22','27556','13','Interface {#IFNAME}({#IFALIAS})')
45028/
45029
45030INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45031values ('23','27642','13','Interface {#IFNAME}({#IFALIAS})')
45032/
45033
45034INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45035values ('24','27722','13','Interface {#IFNAME}({#IFALIAS})')
45036/
45037
45038INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45039values ('25','27756','13','Interface {#IFNAME}({#IFALIAS})')
45040/
45041
45042INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45043values ('26','27788','13','Interface {#IFNAME}({#IFALIAS})')
45044/
45045
45046INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45047values ('27','27872','13','Interface {#IFNAME}({#IFALIAS})')
45048/
45049
45050INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45051values ('28','27909','13','Interface {#IFNAME}({#IFALIAS})')
45052/
45053
45054INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45055values ('29','27944','13','Interface {#IFNAME}({#IFALIAS})')
45056/
45057
45058INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45059values ('30','28058','13','Interface {#IFNAME}({#IFALIAS})')
45060/
45061
45062INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45063values ('31','28118','13','Interface {#IFNAME}({#IFALIAS})')
45064/
45065
45066INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45067values ('32','28175','13','Interface {#IFNAME}({#IFALIAS})')
45068/
45069
45070INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45071values ('33','28223','13','Interface {#IFNAME}({#IFALIAS})')
45072/
45073
45074INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45075values ('34','28293','13','Interface {#IFNAME}({#IFALIAS})')
45076/
45077
45078INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45079values ('36','27596','35','Interface {#IFDESCR}')
45080/
45081
45082INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45083values ('37','28005','35','Interface {#IFDESCR}')
45084/
45085
45086INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45087values ('39','27619','38','Interface {#IFDESCR}')
45088/
45089
45090INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45091values ('40','27976','38','Interface {#IFDESCR}')
45092/
45093
45094INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45095values ('4','28665','3','Filesystem {#FSNAME}')
45096/
45097
45098INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45099values ('5','28667','3','Filesystem {#FSNAME}')
45100/
45101
45102INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45103values ('6','28669','3','Filesystem {#FSNAME}')
45104/
45105
45106INSERT INTO application_prototype (application_prototypeid,itemid,templateid,name)
45107values ('7','28671','3','Filesystem {#FSNAME}')
45108/
45109
45110INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45111values ('1','1','23666')
45112/
45113
45114INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45115values ('2','2','28673')
45116/
45117
45118INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45119values ('3','2','28674')
45120/
45121
45122INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45123values ('4','2','28675')
45124/
45125
45126INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45127values ('5','3','28679')
45128/
45129
45130INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45131values ('6','3','28680')
45132/
45133
45134INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45135values ('7','3','28681')
45136/
45137
45138INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45139values ('8','4','28685')
45140/
45141
45142INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45143values ('9','4','28686')
45144/
45145
45146INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45147values ('10','4','28687')
45148/
45149
45150INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45151values ('11','5','28691')
45152/
45153
45154INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45155values ('12','5','28692')
45156/
45157
45158INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45159values ('13','5','28693')
45160/
45161
45162INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45163values ('14','6','28697')
45164/
45165
45166INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45167values ('15','6','28698')
45168/
45169
45170INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45171values ('16','6','28699')
45172/
45173
45174INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45175values ('17','7','28703')
45176/
45177
45178INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45179values ('18','7','28704')
45180/
45181
45182INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45183values ('19','7','28705')
45184/
45185
45186INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45187values ('20','8','27119')
45188/
45189
45190INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45191values ('21','8','27120')
45192/
45193
45194INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45195values ('22','8','27121')
45196/
45197
45198INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45199values ('23','8','27122')
45200/
45201
45202INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45203values ('24','8','27123')
45204/
45205
45206INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45207values ('25','8','27124')
45208/
45209
45210INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45211values ('26','8','27125')
45212/
45213
45214INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45215values ('27','8','27126')
45216/
45217
45218INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45219values ('28','8','27127')
45220/
45221
45222INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45223values ('29','9','28098')
45224/
45225
45226INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45227values ('30','9','28099')
45228/
45229
45230INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45231values ('31','9','28100')
45232/
45233
45234INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45235values ('32','9','28101')
45236/
45237
45238INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45239values ('33','9','28102')
45240/
45241
45242INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45243values ('34','9','28103')
45244/
45245
45246INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45247values ('35','9','28104')
45248/
45249
45250INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45251values ('36','9','28105')
45252/
45253
45254INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45255values ('37','9','28106')
45256/
45257
45258INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45259values ('38','10','28715')
45260/
45261
45262INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45263values ('39','10','28716')
45264/
45265
45266INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45267values ('40','10','28717')
45268/
45269
45270INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45271values ('41','11','28721')
45272/
45273
45274INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45275values ('42','11','28722')
45276/
45277
45278INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45279values ('43','11','28723')
45280/
45281
45282INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45283values ('44','12','27089')
45284/
45285
45286INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45287values ('45','12','27090')
45288/
45289
45290INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45291values ('46','12','27091')
45292/
45293
45294INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45295values ('47','12','27092')
45296/
45297
45298INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45299values ('48','12','27093')
45300/
45301
45302INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45303values ('49','12','27094')
45304/
45305
45306INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45307values ('50','12','27095')
45308/
45309
45310INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45311values ('51','12','27096')
45312/
45313
45314INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45315values ('52','12','27097')
45316/
45317
45318INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45319values ('53','13','27099')
45320/
45321
45322INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45323values ('54','13','27100')
45324/
45325
45326INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45327values ('55','13','27101')
45328/
45329
45330INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45331values ('56','13','27102')
45332/
45333
45334INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45335values ('57','13','27103')
45336/
45337
45338INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45339values ('58','13','27104')
45340/
45341
45342INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45343values ('59','13','27105')
45344/
45345
45346INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45347values ('60','13','27106')
45348/
45349
45350INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45351values ('61','13','27107')
45352/
45353
45354INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45355values ('62','14','27181')
45356/
45357
45358INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45359values ('63','14','27182')
45360/
45361
45362INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45363values ('64','14','27183')
45364/
45365
45366INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45367values ('65','14','27184')
45368/
45369
45370INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45371values ('66','14','27185')
45372/
45373
45374INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45375values ('67','14','27186')
45376/
45377
45378INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45379values ('68','14','27187')
45380/
45381
45382INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45383values ('69','14','27188')
45384/
45385
45386INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45387values ('70','14','27189')
45388/
45389
45390INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45391values ('71','15','27216')
45392/
45393
45394INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45395values ('72','15','27217')
45396/
45397
45398INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45399values ('73','15','27218')
45400/
45401
45402INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45403values ('74','15','27219')
45404/
45405
45406INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45407values ('75','15','27220')
45408/
45409
45410INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45411values ('76','15','27221')
45412/
45413
45414INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45415values ('77','15','27222')
45416/
45417
45418INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45419values ('78','15','27223')
45420/
45421
45422INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45423values ('79','15','27224')
45424/
45425
45426INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45427values ('80','16','27252')
45428/
45429
45430INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45431values ('81','16','27253')
45432/
45433
45434INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45435values ('82','16','27254')
45436/
45437
45438INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45439values ('83','16','27255')
45440/
45441
45442INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45443values ('84','16','27256')
45444/
45445
45446INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45447values ('85','16','27257')
45448/
45449
45450INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45451values ('86','16','27258')
45452/
45453
45454INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45455values ('87','16','27259')
45456/
45457
45458INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45459values ('88','16','27260')
45460/
45461
45462INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45463values ('89','17','27273')
45464/
45465
45466INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45467values ('90','17','27274')
45468/
45469
45470INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45471values ('91','17','27275')
45472/
45473
45474INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45475values ('92','17','27276')
45476/
45477
45478INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45479values ('93','17','27277')
45480/
45481
45482INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45483values ('94','17','27278')
45484/
45485
45486INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45487values ('95','17','27279')
45488/
45489
45490INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45491values ('96','17','27280')
45492/
45493
45494INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45495values ('97','17','27281')
45496/
45497
45498INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45499values ('98','18','27322')
45500/
45501
45502INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45503values ('99','18','27323')
45504/
45505
45506INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45507values ('100','18','27324')
45508/
45509
45510INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45511values ('101','18','27325')
45512/
45513
45514INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45515values ('102','18','27326')
45516/
45517
45518INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45519values ('103','18','27327')
45520/
45521
45522INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45523values ('104','18','27328')
45524/
45525
45526INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45527values ('105','18','27329')
45528/
45529
45530INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45531values ('106','18','27330')
45532/
45533
45534INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45535values ('107','19','27451')
45536/
45537
45538INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45539values ('108','19','27452')
45540/
45541
45542INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45543values ('109','19','27453')
45544/
45545
45546INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45547values ('110','19','27454')
45548/
45549
45550INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45551values ('111','19','27455')
45552/
45553
45554INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45555values ('112','19','27456')
45556/
45557
45558INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45559values ('113','19','27457')
45560/
45561
45562INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45563values ('114','19','27458')
45564/
45565
45566INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45567values ('115','19','27459')
45568/
45569
45570INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45571values ('116','20','27487')
45572/
45573
45574INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45575values ('117','20','27488')
45576/
45577
45578INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45579values ('118','20','27489')
45580/
45581
45582INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45583values ('119','20','27490')
45584/
45585
45586INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45587values ('120','20','27491')
45588/
45589
45590INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45591values ('121','20','27492')
45592/
45593
45594INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45595values ('122','20','27493')
45596/
45597
45598INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45599values ('123','20','27494')
45600/
45601
45602INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45603values ('124','20','27495')
45604/
45605
45606INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45607values ('125','21','27521')
45608/
45609
45610INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45611values ('126','21','27522')
45612/
45613
45614INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45615values ('127','21','27523')
45616/
45617
45618INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45619values ('128','21','27524')
45620/
45621
45622INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45623values ('129','21','27525')
45624/
45625
45626INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45627values ('130','21','27526')
45628/
45629
45630INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45631values ('131','21','27527')
45632/
45633
45634INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45635values ('132','21','27528')
45636/
45637
45638INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45639values ('133','21','27529')
45640/
45641
45642INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45643values ('134','22','27557')
45644/
45645
45646INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45647values ('135','22','27558')
45648/
45649
45650INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45651values ('136','22','27559')
45652/
45653
45654INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45655values ('137','22','27560')
45656/
45657
45658INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45659values ('138','22','27561')
45660/
45661
45662INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45663values ('139','22','27562')
45664/
45665
45666INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45667values ('140','22','27563')
45668/
45669
45670INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45671values ('141','22','27564')
45672/
45673
45674INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45675values ('142','22','27565')
45676/
45677
45678INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45679values ('143','23','27643')
45680/
45681
45682INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45683values ('144','23','27644')
45684/
45685
45686INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45687values ('145','23','27645')
45688/
45689
45690INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45691values ('146','23','27646')
45692/
45693
45694INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45695values ('147','23','27647')
45696/
45697
45698INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45699values ('148','23','27648')
45700/
45701
45702INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45703values ('149','23','27649')
45704/
45705
45706INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45707values ('150','23','27650')
45708/
45709
45710INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45711values ('151','23','27651')
45712/
45713
45714INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45715values ('152','24','27723')
45716/
45717
45718INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45719values ('153','24','27724')
45720/
45721
45722INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45723values ('154','24','27725')
45724/
45725
45726INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45727values ('155','24','27726')
45728/
45729
45730INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45731values ('156','24','27727')
45732/
45733
45734INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45735values ('157','24','27728')
45736/
45737
45738INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45739values ('158','24','27729')
45740/
45741
45742INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45743values ('159','24','27730')
45744/
45745
45746INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45747values ('160','24','27731')
45748/
45749
45750INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45751values ('161','25','27757')
45752/
45753
45754INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45755values ('162','25','27758')
45756/
45757
45758INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45759values ('163','25','27759')
45760/
45761
45762INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45763values ('164','25','27760')
45764/
45765
45766INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45767values ('165','25','27761')
45768/
45769
45770INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45771values ('166','25','27762')
45772/
45773
45774INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45775values ('167','25','27763')
45776/
45777
45778INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45779values ('168','25','27764')
45780/
45781
45782INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45783values ('169','25','27765')
45784/
45785
45786INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45787values ('170','26','27789')
45788/
45789
45790INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45791values ('171','26','27790')
45792/
45793
45794INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45795values ('172','26','27791')
45796/
45797
45798INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45799values ('173','26','27792')
45800/
45801
45802INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45803values ('174','26','27793')
45804/
45805
45806INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45807values ('175','26','27794')
45808/
45809
45810INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45811values ('176','26','27795')
45812/
45813
45814INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45815values ('177','26','27796')
45816/
45817
45818INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45819values ('178','26','27797')
45820/
45821
45822INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45823values ('179','27','27873')
45824/
45825
45826INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45827values ('180','27','27874')
45828/
45829
45830INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45831values ('181','27','27875')
45832/
45833
45834INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45835values ('182','27','27876')
45836/
45837
45838INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45839values ('183','27','27877')
45840/
45841
45842INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45843values ('184','27','27878')
45844/
45845
45846INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45847values ('185','27','27879')
45848/
45849
45850INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45851values ('186','27','27880')
45852/
45853
45854INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45855values ('187','27','27881')
45856/
45857
45858INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45859values ('188','28','27910')
45860/
45861
45862INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45863values ('189','28','27911')
45864/
45865
45866INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45867values ('190','28','27912')
45868/
45869
45870INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45871values ('191','28','27913')
45872/
45873
45874INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45875values ('192','28','27914')
45876/
45877
45878INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45879values ('193','28','27915')
45880/
45881
45882INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45883values ('194','28','27916')
45884/
45885
45886INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45887values ('195','28','27917')
45888/
45889
45890INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45891values ('196','28','27918')
45892/
45893
45894INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45895values ('197','29','27945')
45896/
45897
45898INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45899values ('198','29','27946')
45900/
45901
45902INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45903values ('199','29','27947')
45904/
45905
45906INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45907values ('200','29','27948')
45908/
45909
45910INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45911values ('201','29','27949')
45912/
45913
45914INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45915values ('202','29','27950')
45916/
45917
45918INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45919values ('203','29','27951')
45920/
45921
45922INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45923values ('204','29','27952')
45924/
45925
45926INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45927values ('205','29','27953')
45928/
45929
45930INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45931values ('206','30','28059')
45932/
45933
45934INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45935values ('207','30','28060')
45936/
45937
45938INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45939values ('208','30','28061')
45940/
45941
45942INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45943values ('209','30','28062')
45944/
45945
45946INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45947values ('210','30','28063')
45948/
45949
45950INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45951values ('211','30','28064')
45952/
45953
45954INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45955values ('212','30','28065')
45956/
45957
45958INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45959values ('213','30','28066')
45960/
45961
45962INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45963values ('214','30','28067')
45964/
45965
45966INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45967values ('215','31','28119')
45968/
45969
45970INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45971values ('216','31','28120')
45972/
45973
45974INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45975values ('217','31','28121')
45976/
45977
45978INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45979values ('218','31','28122')
45980/
45981
45982INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45983values ('219','31','28123')
45984/
45985
45986INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45987values ('220','31','28124')
45988/
45989
45990INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45991values ('221','31','28125')
45992/
45993
45994INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45995values ('222','31','28126')
45996/
45997
45998INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
45999values ('223','31','28127')
46000/
46001
46002INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46003values ('224','32','28176')
46004/
46005
46006INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46007values ('225','32','28177')
46008/
46009
46010INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46011values ('226','32','28178')
46012/
46013
46014INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46015values ('227','32','28179')
46016/
46017
46018INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46019values ('228','32','28180')
46020/
46021
46022INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46023values ('229','32','28181')
46024/
46025
46026INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46027values ('230','32','28182')
46028/
46029
46030INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46031values ('231','32','28183')
46032/
46033
46034INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46035values ('232','32','28184')
46036/
46037
46038INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46039values ('233','33','28224')
46040/
46041
46042INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46043values ('234','33','28225')
46044/
46045
46046INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46047values ('235','33','28226')
46048/
46049
46050INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46051values ('236','33','28227')
46052/
46053
46054INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46055values ('237','33','28228')
46056/
46057
46058INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46059values ('238','33','28229')
46060/
46061
46062INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46063values ('239','33','28230')
46064/
46065
46066INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46067values ('240','33','28231')
46068/
46069
46070INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46071values ('241','33','28232')
46072/
46073
46074INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46075values ('242','34','28294')
46076/
46077
46078INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46079values ('243','34','28295')
46080/
46081
46082INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46083values ('244','34','28296')
46084/
46085
46086INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46087values ('245','34','28297')
46088/
46089
46090INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46091values ('246','34','28298')
46092/
46093
46094INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46095values ('247','34','28299')
46096/
46097
46098INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46099values ('248','34','28300')
46100/
46101
46102INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46103values ('249','34','28301')
46104/
46105
46106INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46107values ('250','34','28302')
46108/
46109
46110INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46111values ('251','35','27069')
46112/
46113
46114INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46115values ('252','35','27070')
46116/
46117
46118INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46119values ('253','35','27071')
46120/
46121
46122INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46123values ('254','35','27072')
46124/
46125
46126INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46127values ('255','35','27073')
46128/
46129
46130INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46131values ('256','35','27074')
46132/
46133
46134INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46135values ('257','35','27075')
46136/
46137
46138INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46139values ('258','35','27076')
46140/
46141
46142INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46143values ('259','35','27077')
46144/
46145
46146INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46147values ('260','36','27597')
46148/
46149
46150INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46151values ('261','36','27598')
46152/
46153
46154INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46155values ('262','36','27599')
46156/
46157
46158INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46159values ('263','36','27600')
46160/
46161
46162INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46163values ('264','36','27601')
46164/
46165
46166INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46167values ('265','36','27602')
46168/
46169
46170INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46171values ('266','36','27603')
46172/
46173
46174INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46175values ('267','36','27604')
46176/
46177
46178INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46179values ('268','36','27605')
46180/
46181
46182INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46183values ('269','37','28006')
46184/
46185
46186INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46187values ('270','37','28007')
46188/
46189
46190INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46191values ('271','37','28008')
46192/
46193
46194INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46195values ('272','37','28009')
46196/
46197
46198INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46199values ('273','37','28010')
46200/
46201
46202INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46203values ('274','37','28011')
46204/
46205
46206INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46207values ('275','37','28012')
46208/
46209
46210INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46211values ('276','37','28013')
46212/
46213
46214INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46215values ('277','37','28014')
46216/
46217
46218INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46219values ('278','38','27079')
46220/
46221
46222INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46223values ('279','38','27080')
46224/
46225
46226INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46227values ('280','38','27081')
46228/
46229
46230INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46231values ('281','38','27082')
46232/
46233
46234INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46235values ('282','38','27083')
46236/
46237
46238INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46239values ('283','38','27084')
46240/
46241
46242INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46243values ('284','38','27085')
46244/
46245
46246INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46247values ('285','38','27086')
46248/
46249
46250INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46251values ('286','38','27087')
46252/
46253
46254INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46255values ('287','39','27620')
46256/
46257
46258INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46259values ('288','39','27621')
46260/
46261
46262INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46263values ('289','39','27622')
46264/
46265
46266INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46267values ('290','39','27623')
46268/
46269
46270INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46271values ('291','39','27624')
46272/
46273
46274INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46275values ('292','39','27625')
46276/
46277
46278INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46279values ('293','39','27626')
46280/
46281
46282INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46283values ('294','39','27627')
46284/
46285
46286INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46287values ('295','39','27628')
46288/
46289
46290INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46291values ('296','40','27977')
46292/
46293
46294INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46295values ('297','40','27978')
46296/
46297
46298INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46299values ('298','40','27979')
46300/
46301
46302INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46303values ('299','40','27980')
46304/
46305
46306INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46307values ('300','40','27981')
46308/
46309
46310INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46311values ('301','40','27982')
46312/
46313
46314INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46315values ('302','40','27983')
46316/
46317
46318INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46319values ('303','40','27984')
46320/
46321
46322INSERT INTO item_application_prototype (item_application_prototypeid,application_prototypeid,itemid)
46323values ('304','40','27985')
46324/
46325
46326INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46327values ('17316','28754','1','1','100')
46328/
46329
46330INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46331values ('17317','28755','1','1','0.001')
46332/
46333
46334INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46335values ('17318','28764','1','10','')
46336/
46337
46338INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46339values ('17319','28767','1','1','0.001')
46340/
46341
46342INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46343values ('17320','28768','1','10','')
46344/
46345
46346INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46347values ('17321','28769','1','1','0.001')
46348/
46349
46350INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46351values ('17322','28770','1','10','')
46352/
46353
46354INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46355values ('17323','28771','1','1','0.001')
46356/
46357
46358INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46359values ('17324','28772','1','10','')
46360/
46361
46362INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46363values ('17325','28773','1','1','0.001')
46364/
46365
46366INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46367values ('17326','28774','1','10','')
46368/
46369
46370INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46371values ('17327','28775','1','1','0.001')
46372/
46373
46374INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46375values ('17328','28776','1','1','0.001')
46376/
46377
46378INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46379values ('17329','28778','1','10','')
46380/
46381
46382INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46383values ('17330','28779','1','1','0.001')
46384/
46385
46386INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46387values ('17331','28501','1','10','')
46388/
46389
46390INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46391values ('17332','28514','1','10','')
46392/
46393
46394INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46395values ('17333','28517','1','10','')
46396/
46397
46398INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46399values ('17334','28519','1','10','')
46400/
46401
46402INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46403values ('17335','28520','1','1','0.001')
46404/
46405
46406INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46407values ('17336','28521','1','10','')
46408/
46409
46410INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46411values ('17337','28522','1','10','')
46412/
46413
46414INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46415values ('17338','28523','1','10','')
46416/
46417
46418INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46419values ('17339','28524','1','10','')
46420/
46421
46422INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46423values ('17340','28525','1','1','0.001')
46424/
46425
46426INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46427values ('17341','28526','1','10','')
46428/
46429
46430INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46431values ('17342','28527','1','10','')
46432/
46433
46434INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46435values ('17343','28528','1','10','')
46436/
46437
46438INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46439values ('17344','28529','1','10','')
46440/
46441
46442INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46443values ('17345','28530','1','1','0.001')
46444/
46445
46446INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46447values ('17346','28531','1','10','')
46448/
46449
46450INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46451values ('17347','28577','1','12','$.queue')
46452/
46453
46454INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46455values ('17348','28578','1','12','$.queue')
46456/
46457
46458INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46459values ('17349','28579','1','12','$.data.process[''vmware collector''].busy.avg')
46460/
46461
46462INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46463values ('17350','28580','1','12','$.data.wcache.values.uint')
46464/
46465
46466INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46467values ('17351','28580','2','10','')
46468/
46469
46470INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46471values ('17352','28581','1','12','$.data.wcache.values.text')
46472/
46473
46474INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46475values ('17353','28581','2','10','')
46476/
46477
46478INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46479values ('17354','28582','1','12','$.data.wcache.values.str')
46480/
46481
46482INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46483values ('17355','28582','2','10','')
46484/
46485
46486INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46487values ('17356','28583','1','12','$.data.wcache.values[''not supported'']')
46488/
46489
46490INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46491values ('17357','28583','2','10','')
46492/
46493
46494INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46495values ('17358','28584','1','12','$.data.wcache.values.log')
46496/
46497
46498INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46499values ('17359','28584','2','10','')
46500/
46501
46502INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46503values ('17360','28585','1','12','$.data.wcache.values.float')
46504/
46505
46506INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46507values ('17361','28585','2','10','')
46508/
46509
46510INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46511values ('17362','28586','1','12','$.data.wcache.values.all')
46512/
46513
46514INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46515values ('17363','28586','2','10','')
46516/
46517
46518INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46519values ('17364','28587','1','12','$.data.wcache.index.pused')
46520/
46521
46522INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46523values ('17365','28588','1','12','$.data.wcache.history.pused')
46524/
46525
46526INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46527values ('17366','28589','1','12','$.data.vmware.pused')
46528/
46529
46530INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46531values ('17367','28590','1','12','$.data.rcache.pused')
46532/
46533
46534INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46535values ('17368','28591','1','12','$.data.process[''configuration syncer''].busy.avg')
46536/
46537
46538INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46539values ('17369','28592','1','12','$.data.process[''data sender''].busy.avg')
46540/
46541
46542INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46543values ('17370','28593','1','12','$.data.process.trapper.busy.avg')
46544/
46545
46546INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46547values ('17371','28594','1','12','$.data.process[''task manager''].busy.avg')
46548/
46549
46550INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46551values ('17372','28595','1','12','$.data.process[''snmp trapper''].busy.avg')
46552/
46553
46554INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46555values ('17373','28596','1','12','$.data.process[''self-monitoring''].busy.avg')
46556/
46557
46558INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46559values ('17374','28597','1','12','$.data.process.poller.busy.avg')
46560/
46561
46562INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46563values ('17375','28598','1','12','$.data.process[''java poller''].busy.avg')
46564/
46565
46566INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46567values ('17376','28599','1','12','$.data.process[''ipmi poller''].busy.avg')
46568/
46569
46570INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46571values ('17377','28600','1','12','$.data.process[''ipmi manager''].busy.avg')
46572/
46573
46574INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46575values ('17378','28601','1','12','$.data.process[''icmp pinger''].busy.avg')
46576/
46577
46578INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46579values ('17379','28602','1','12','$.data.process[''http poller''].busy.avg')
46580/
46581
46582INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46583values ('17380','28603','1','12','$.data.process.housekeeper.busy.avg')
46584/
46585
46586INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46587values ('17381','28604','1','12','$.data.process[''history syncer''].busy.avg')
46588/
46589
46590INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46591values ('17382','28605','1','12','$.data.process[''heartbeat sender''].busy.avg')
46592/
46593
46594INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46595values ('17383','28606','1','12','$.data.process.discoverer.busy.avg')
46596/
46597
46598INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46599values ('17384','28607','1','12','$.data.process[''unreachable poller''].busy.avg')
46600/
46601
46602INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46603values ('17385','28534','1','12','$.queue')
46604/
46605
46606INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46607values ('17386','28535','1','12','$.queue')
46608/
46609
46610INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46611values ('17387','28536','1','12','$.data.wcache.index.pused')
46612/
46613
46614INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46615values ('17388','28537','1','12','$.data.rcache.pused')
46616/
46617
46618INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46619values ('17389','28538','1','12','$.data.vcache.buffer.pused')
46620/
46621
46622INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46623values ('17390','28539','1','12','$.data.vcache.cache.hits')
46624/
46625
46626INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46627values ('17391','28539','2','10','')
46628/
46629
46630INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46631values ('17392','28540','1','12','$.data.vcache.cache.misses')
46632/
46633
46634INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46635values ('17393','28540','2','10','')
46636/
46637
46638INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46639values ('17394','28541','1','12','$.data.vcache.cache.mode')
46640/
46641
46642INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46643values ('17395','28542','1','12','$.data.vmware.pused')
46644/
46645
46646INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46647values ('17396','28543','1','12','$.data.wcache.history.pused')
46648/
46649
46650INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46651values ('17397','28544','1','12','$.data.wcache.values.all')
46652/
46653
46654INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46655values ('17398','28544','2','10','')
46656/
46657
46658INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46659values ('17399','28545','1','12','$.data.wcache.trend.pused')
46660/
46661
46662INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46663values ('17400','28546','1','12','$.data.process[''unreachable poller''].busy.avg')
46664/
46665
46666INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46667values ('17401','28547','1','12','$.data.wcache.values.float')
46668/
46669
46670INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46671values ('17402','28547','2','10','')
46672/
46673
46674INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46675values ('17403','28548','1','12','$.data.wcache.values.log')
46676/
46677
46678INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46679values ('17404','28548','2','10','')
46680/
46681
46682INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46683values ('17405','28549','1','12','$.data.wcache.values[''not supported'']')
46684/
46685
46686INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46687values ('17406','28549','2','10','')
46688/
46689
46690INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46691values ('17407','28550','1','12','$.data.wcache.values.str')
46692/
46693
46694INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46695values ('17408','28550','2','10','')
46696/
46697
46698INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46699values ('17409','28551','1','12','$.data.wcache.values.text')
46700/
46701
46702INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46703values ('17410','28551','2','10','')
46704/
46705
46706INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46707values ('17411','28552','1','12','$.data.wcache.values.uint')
46708/
46709
46710INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46711values ('17412','28552','2','10','')
46712/
46713
46714INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46715values ('17413','28553','1','12','$.data.process[''vmware collector''].busy.avg')
46716/
46717
46718INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46719values ('17414','28554','1','12','$.data.preprocessing_queue')
46720/
46721
46722INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46723values ('17415','28555','1','12','$.data.process.alerter.busy.avg')
46724/
46725
46726INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46727values ('17416','28556','1','12','$.data.process[''ipmi manager''].busy.avg')
46728/
46729
46730INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46731values ('17417','28557','1','12','$.data.process[''alert manager''].busy.avg')
46732/
46733
46734INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46735values ('17418','28558','1','12','$.data.process[''configuration syncer''].busy.avg')
46736/
46737
46738INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46739values ('17419','28559','1','12','$.data.process.discoverer.busy.avg')
46740/
46741
46742INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46743values ('17420','28560','1','12','$.data.process.escalator.busy.avg')
46744/
46745
46746INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46747values ('17421','28561','1','12','$.data.process[''history syncer''].busy.avg')
46748/
46749
46750INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46751values ('17422','28562','1','12','$.data.process.housekeeper.busy.avg')
46752/
46753
46754INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46755values ('17423','28563','1','12','$.data.process[''http poller''].busy.avg')
46756/
46757
46758INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46759values ('17424','28564','1','12','$.data.process[''icmp pinger''].busy.avg')
46760/
46761
46762INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46763values ('17425','28565','1','12','$.data.process[''ipmi poller''].busy.avg')
46764/
46765
46766INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46767values ('17426','28566','1','12','$.data.process.timer.busy.avg')
46768/
46769
46770INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46771values ('17427','28567','1','12','$.data.process[''java poller''].busy.avg')
46772/
46773
46774INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46775values ('17428','28568','1','12','$.data.process.poller.busy.avg')
46776/
46777
46778INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46779values ('17429','28569','1','12','$.data.process[''preprocessing manager''].busy.avg')
46780/
46781
46782INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46783values ('17430','28570','1','12','$.data.process[''preprocessing worker''].busy.avg')
46784/
46785
46786INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46787values ('17431','28571','1','12','$.data.process[''proxy poller''].busy.avg')
46788/
46789
46790INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46791values ('17432','28572','1','12','$.data.process[''self-monitoring''].busy.avg')
46792/
46793
46794INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46795values ('17433','28573','1','12','$.data.process[''snmp trapper''].busy.avg')
46796/
46797
46798INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46799values ('17434','28574','1','12','$.data.process[''task manager''].busy.avg')
46800/
46801
46802INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46803values ('17435','28575','1','12','$.data.process.trapper.busy.avg')
46804/
46805
46806INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46807values ('17436','10067','1','10','')
46808/
46809
46810INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46811values ('17437','10068','1','10','')
46812/
46813
46814INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46815values ('17438','10069','1','10','')
46816/
46817
46818INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46819values ('17439','10070','1','10','')
46820/
46821
46822INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46823values ('17440','10071','1','10','')
46824/
46825
46826INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46827values ('17441','10072','1','10','')
46828/
46829
46830INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46831values ('17442','23340','1','10','')
46832/
46833
46834INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46835values ('17443','10061','1','10','')
46836/
46837
46838INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46839values ('17444','10062','1','10','')
46840/
46841
46842INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46843values ('17445','10063','1','10','')
46844/
46845
46846INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46847values ('17446','10064','1','10','')
46848/
46849
46850INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46851values ('17447','10065','1','10','')
46852/
46853
46854INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46855values ('17448','10066','1','10','')
46856/
46857
46858INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46859values ('17449','22187','1','10','')
46860/
46861
46862INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46863values ('17450','22196','1','10','')
46864/
46865
46866INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46867values ('17451','22199','1','10','')
46868/
46869
46870INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46871values ('17452','10073','1','10','')
46872/
46873
46874INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46875values ('17453','10074','1','10','')
46876/
46877
46878INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46879values ('17454','10075','1','10','')
46880/
46881
46882INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46883values ('17455','10076','1','10','')
46884/
46885
46886INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46887values ('17456','10077','1','10','')
46888/
46889
46890INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46891values ('17457','10078','1','10','')
46892/
46893
46894INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46895values ('17458','23277','1','10','')
46896/
46897
46898INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46899values ('17459','23625','1','10','')
46900/
46901
46902INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46903values ('17460','23628','1','10','')
46904/
46905
46906INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46907values ('17461','26911','1','10','')
46908/
46909
46910INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46911values ('17462','26912','1','10','')
46912/
46913
46914INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46915values ('17463','26913','1','10','')
46916/
46917
46918INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46919values ('17464','26917','1','10','')
46920/
46921
46922INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46923values ('17465','26918','1','10','')
46924/
46925
46926INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46927values ('17466','26919','1','10','')
46928/
46929
46930INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46931values ('17467','26920','1','10','')
46932/
46933
46934INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46935values ('17468','26921','1','10','')
46936/
46937
46938INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46939values ('17469','26922','1','10','')
46940/
46941
46942INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46943values ('17470','26923','1','10','')
46944/
46945
46946INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46947values ('17471','22920','1','10','')
46948/
46949
46950INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46951values ('17472','22924','1','10','')
46952/
46953
46954INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46955values ('17473','22945','1','10','')
46956/
46957
46958INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46959values ('17474','22945','2','1','8')
46960/
46961
46962INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46963values ('17475','22946','1','10','')
46964/
46965
46966INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46967values ('17476','22946','2','1','8')
46968/
46969
46970INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46971values ('17477','22880','1','10','')
46972/
46973
46974INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46975values ('17478','22884','1','10','')
46976/
46977
46978INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46979values ('17479','23073','1','10','')
46980/
46981
46982INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46983values ('17480','23073','2','1','8')
46984/
46985
46986INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46987values ('17481','23074','1','10','')
46988/
46989
46990INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46991values ('17482','23074','2','1','8')
46992/
46993
46994INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46995values ('17483','22985','1','10','')
46996/
46997
46998INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
46999values ('17484','22985','2','1','8')
47000/
47001
47002INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47003values ('17485','22986','1','10','')
47004/
47005
47006INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47007values ('17486','22986','2','1','8')
47008/
47009
47010INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47011values ('17487','22680','1','10','')
47012/
47013
47014INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47015values ('17488','22683','1','10','')
47016/
47017
47018INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47019values ('17489','23294','1','10','')
47020/
47021
47022INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47023values ('17490','23298','1','10','')
47024/
47025
47026INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47027values ('17491','22446','1','10','')
47028/
47029
47030INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47031values ('17492','22446','2','1','8')
47032/
47033
47034INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47035values ('17493','22448','1','10','')
47036/
47037
47038INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47039values ('17494','22448','2','1','8')
47040/
47041
47042INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47043values ('17495','23280','1','10','')
47044/
47045
47046INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47047values ('17496','23280','2','1','8')
47048/
47049
47050INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47051values ('17497','23281','1','10','')
47052/
47053
47054INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47055values ('17498','23281','2','1','8')
47056/
47057
47058INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47059values ('17499','23077','1','10','')
47060/
47061
47062INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47063values ('17500','23077','2','1','8')
47064/
47065
47066INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47067values ('17501','23078','1','10','')
47068/
47069
47070INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47071values ('17502','23078','2','1','8')
47072/
47073
47074INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47075values ('17503','22840','1','10','')
47076/
47077
47078INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47079values ('17504','22844','1','10','')
47080/
47081
47082INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47083values ('17505','23075','1','10','')
47084/
47085
47086INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47087values ('17506','23075','2','1','8')
47088/
47089
47090INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47091values ('17507','23076','1','10','')
47092/
47093
47094INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47095values ('17508','23076','2','1','8')
47096/
47097
47098INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47099values ('17509','23000','1','10','')
47100/
47101
47102INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47103values ('17510','23004','1','10','')
47104/
47105
47106INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47107values ('17511','23025','1','10','')
47108/
47109
47110INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47111values ('17512','23025','2','1','8')
47112/
47113
47114INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47115values ('17513','23026','1','10','')
47116/
47117
47118INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47119values ('17514','23026','2','1','8')
47120/
47121
47122INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47123values ('17515','23169','1','10','')
47124/
47125
47126INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47127values ('17516','23169','2','1','8')
47128/
47129
47130INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47131values ('17517','23170','1','10','')
47132/
47133
47134INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47135values ('17518','23170','2','1','8')
47136/
47137
47138INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47139values ('17519','28252','1','1','0.01')
47140/
47141
47142INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47143values ('17520','28253','1','1','0.01')
47144/
47145
47146INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47147values ('17521','28254','1','1','0.01')
47148/
47149
47150INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47151values ('17522','28435','1','1','0.01')
47152/
47153
47154INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47155values ('17523','28255','1','1','0.01')
47156/
47157
47158INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47159values ('17524','28256','1','1','0.01')
47160/
47161
47162INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47163values ('17525','28257','1','1','0.01')
47164/
47165
47166INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47167values ('17526','28258','1','1','0.01')
47168/
47169
47170INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47171values ('17527','28259','1','1','0.01')
47172/
47173
47174INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47175values ('17528','28260','1','1','0.01')
47176/
47177
47178INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47179values ('17529','28261','1','1','0.01')
47180/
47181
47182INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47183values ('17530','28262','1','1','0.01')
47184/
47185
47186INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47187values ('17531','28263','1','1','0.01')
47188/
47189
47190INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47191values ('17532','28264','1','1','0.01')
47192/
47193
47194INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47195values ('17533','28265','1','1','0.01')
47196/
47197
47198INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47199values ('17534','28266','1','1','0.01')
47200/
47201
47202INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47203values ('17535','28267','1','1','0.01')
47204/
47205
47206INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47207values ('17536','28268','1','1','0.01')
47208/
47209
47210INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47211values ('17537','28269','1','1','0.01')
47212/
47213
47214INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47215values ('17538','28270','1','1','0.01')
47216/
47217
47218INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47219values ('17539','28271','1','1','0.01')
47220/
47221
47222INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47223values ('17540','28272','1','1','0.01')
47224/
47225
47226INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47227values ('17541','28273','1','1','0.01')
47228/
47229
47230INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47231values ('17542','28274','1','1','0.01')
47232/
47233
47234INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47235values ('17543','28275','1','1','0.01')
47236/
47237
47238INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47239values ('17544','28276','1','1','0.01')
47240/
47241
47242INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47243values ('17545','28277','1','1','0.01')
47244/
47245
47246INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47247values ('17546','28278','1','1','0.01')
47248/
47249
47250INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47251values ('17547','28279','1','1','0.01')
47252/
47253
47254INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47255values ('17548','28291','1','1','0.01')
47256/
47257
47258INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47259values ('17549','28339','1','1','0.01')
47260/
47261
47262INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47263values ('17550','28386','1','1','0.01')
47264/
47265
47266INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47267values ('17551','28463','1','1','0.01')
47268/
47269
47270INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47271values ('17552','28491','1','1','0.01')
47272/
47273
47274INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47275values ('17553','28623','1','1','0.01')
47276/
47277
47278INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47279values ('17554','28709','1','12','$..[''{#CPU.UTIL}''].avg()')
47280/
47281
47282INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47283values ('17555','28710','1','12','$..[''{#CPU.UTIL}''].avg()')
47284/
47285
47286INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47287values ('17556','28715','1','1','{#ALLOC_UNITS}')
47288/
47289
47290INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47291values ('17557','28716','1','1','{#ALLOC_UNITS}')
47292/
47293
47294INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47295values ('17558','28718','1','1','{#ALLOC_UNITS}')
47296/
47297
47298INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47299values ('17559','28719','1','1','{#ALLOC_UNITS}')
47300/
47301
47302INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47303values ('17560','28721','1','1','{#ALLOC_UNITS}')
47304/
47305
47306INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47307values ('17561','28722','1','1','{#ALLOC_UNITS}')
47308/
47309
47310INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47311values ('17562','28724','1','1','{#ALLOC_UNITS}')
47312/
47313
47314INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47315values ('17563','28725','1','1','{#ALLOC_UNITS}')
47316/
47317
47318INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47319values ('17564','28655','1','12','$..[''{#CPU.UTIL}''].avg()')
47320/
47321
47322INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47323values ('17565','28656','1','12','$..[''{#CPU.UTIL}''].avg()')
47324/
47325
47326INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47327values ('17566','28657','1','12','$..[''{#CPU.UTIL}''].avg()')
47328/
47329
47330INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47331values ('17567','28658','1','12','$..[''{#CPU.UTIL}''].avg()')
47332/
47333
47334INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47335values ('17568','28659','1','12','$..[''{#CPU.UTIL}''].avg()')
47336/
47337
47338INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47339values ('17569','28660','1','12','$..[''{#CPU.UTIL}''].avg()')
47340/
47341
47342INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47343values ('17570','28673','1','1','{#ALLOC_UNITS}')
47344/
47345
47346INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47347values ('17571','28674','1','1','{#ALLOC_UNITS}')
47348/
47349
47350INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47351values ('17572','28676','1','1','{#ALLOC_UNITS}')
47352/
47353
47354INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47355values ('17573','28677','1','1','{#ALLOC_UNITS}')
47356/
47357
47358INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47359values ('17574','28679','1','1','{#ALLOC_UNITS}')
47360/
47361
47362INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47363values ('17575','28680','1','1','{#ALLOC_UNITS}')
47364/
47365
47366INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47367values ('17576','28682','1','1','{#ALLOC_UNITS}')
47368/
47369
47370INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47371values ('17577','28683','1','1','{#ALLOC_UNITS}')
47372/
47373
47374INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47375values ('17578','28685','1','1','{#ALLOC_UNITS}')
47376/
47377
47378INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47379values ('17579','28686','1','1','{#ALLOC_UNITS}')
47380/
47381
47382INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47383values ('17580','28688','1','1','{#ALLOC_UNITS}')
47384/
47385
47386INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47387values ('17581','28689','1','1','{#ALLOC_UNITS}')
47388/
47389
47390INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47391values ('17582','28691','1','1','{#ALLOC_UNITS}')
47392/
47393
47394INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47395values ('17583','28692','1','1','{#ALLOC_UNITS}')
47396/
47397
47398INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47399values ('17584','28694','1','1','{#ALLOC_UNITS}')
47400/
47401
47402INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47403values ('17585','28695','1','1','{#ALLOC_UNITS}')
47404/
47405
47406INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47407values ('17586','28697','1','1','{#ALLOC_UNITS}')
47408/
47409
47410INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47411values ('17587','28698','1','1','{#ALLOC_UNITS}')
47412/
47413
47414INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47415values ('17588','28700','1','1','{#ALLOC_UNITS}')
47416/
47417
47418INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47419values ('17589','28701','1','1','{#ALLOC_UNITS}')
47420/
47421
47422INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47423values ('17590','28703','1','1','{#ALLOC_UNITS}')
47424/
47425
47426INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47427values ('17591','28704','1','1','{#ALLOC_UNITS}')
47428/
47429
47430INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47431values ('17592','28706','1','1','{#ALLOC_UNITS}')
47432/
47433
47434INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47435values ('17593','28707','1','1','{#ALLOC_UNITS}')
47436/
47437
47438INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47439values ('17594','27089','1','10','')
47440/
47441
47442INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47443values ('17595','27091','1','1','1000000')
47444/
47445
47446INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47447values ('17596','27092','1','10','')
47448/
47449
47450INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47451values ('17597','27093','1','10','')
47452/
47453
47454INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47455values ('17598','27094','1','10','')
47456/
47457
47458INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47459values ('17599','27094','2','1','8')
47460/
47461
47462INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47463values ('17600','27095','1','10','')
47464/
47465
47466INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47467values ('17601','27095','2','1','8')
47468/
47469
47470INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47471values ('17602','27096','1','10','')
47472/
47473
47474INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47475values ('17603','27099','1','10','')
47476/
47477
47478INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47479values ('17604','27101','1','1','1000000')
47480/
47481
47482INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47483values ('17605','27102','1','10','')
47484/
47485
47486INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47487values ('17606','27103','1','10','')
47488/
47489
47490INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47491values ('17607','27104','1','10','')
47492/
47493
47494INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47495values ('17608','27104','2','1','8')
47496/
47497
47498INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47499values ('17609','27105','1','10','')
47500/
47501
47502INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47503values ('17610','27105','2','1','8')
47504/
47505
47506INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47507values ('17611','27106','1','10','')
47508/
47509
47510INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47511values ('17612','27181','1','10','')
47512/
47513
47514INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47515values ('17613','27182','1','10','')
47516/
47517
47518INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47519values ('17614','27183','1','10','')
47520/
47521
47522INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47523values ('17615','27183','2','1','8')
47524/
47525
47526INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47527values ('17616','27184','1','10','')
47528/
47529
47530INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47531values ('17617','27185','1','10','')
47532/
47533
47534INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47535values ('17618','27186','1','10','')
47536/
47537
47538INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47539values ('17619','27186','2','1','8')
47540/
47541
47542INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47543values ('17620','27187','1','1','1000000')
47544/
47545
47546INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47547values ('17621','27216','1','10','')
47548/
47549
47550INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47551values ('17622','27217','1','10','')
47552/
47553
47554INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47555values ('17623','27218','1','10','')
47556/
47557
47558INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47559values ('17624','27218','2','1','8')
47560/
47561
47562INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47563values ('17625','27219','1','10','')
47564/
47565
47566INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47567values ('17626','27220','1','10','')
47568/
47569
47570INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47571values ('17627','27221','1','10','')
47572/
47573
47574INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47575values ('17628','27221','2','1','8')
47576/
47577
47578INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47579values ('17629','27222','1','1','1000000')
47580/
47581
47582INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47583values ('17630','27252','1','10','')
47584/
47585
47586INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47587values ('17631','27253','1','10','')
47588/
47589
47590INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47591values ('17632','27254','1','10','')
47592/
47593
47594INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47595values ('17633','27254','2','1','8')
47596/
47597
47598INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47599values ('17634','27255','1','10','')
47600/
47601
47602INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47603values ('17635','27256','1','10','')
47604/
47605
47606INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47607values ('17636','27257','1','10','')
47608/
47609
47610INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47611values ('17637','27257','2','1','8')
47612/
47613
47614INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47615values ('17638','27258','1','1','1000000')
47616/
47617
47618INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47619values ('17639','27273','1','10','')
47620/
47621
47622INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47623values ('17640','27274','1','10','')
47624/
47625
47626INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47627values ('17641','27275','1','10','')
47628/
47629
47630INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47631values ('17642','27275','2','1','8')
47632/
47633
47634INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47635values ('17643','27276','1','10','')
47636/
47637
47638INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47639values ('17644','27277','1','10','')
47640/
47641
47642INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47643values ('17645','27278','1','10','')
47644/
47645
47646INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47647values ('17646','27278','2','1','8')
47648/
47649
47650INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47651values ('17647','27279','1','1','1000000')
47652/
47653
47654INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47655values ('17648','27322','1','10','')
47656/
47657
47658INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47659values ('17649','27323','1','10','')
47660/
47661
47662INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47663values ('17650','27324','1','10','')
47664/
47665
47666INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47667values ('17651','27324','2','1','8')
47668/
47669
47670INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47671values ('17652','27325','1','10','')
47672/
47673
47674INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47675values ('17653','27326','1','10','')
47676/
47677
47678INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47679values ('17654','27327','1','10','')
47680/
47681
47682INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47683values ('17655','27327','2','1','8')
47684/
47685
47686INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47687values ('17656','27328','1','1','1000000')
47688/
47689
47690INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47691values ('17657','27451','1','10','')
47692/
47693
47694INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47695values ('17658','27452','1','10','')
47696/
47697
47698INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47699values ('17659','27453','1','10','')
47700/
47701
47702INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47703values ('17660','27453','2','1','8')
47704/
47705
47706INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47707values ('17661','27454','1','10','')
47708/
47709
47710INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47711values ('17662','27455','1','10','')
47712/
47713
47714INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47715values ('17663','27456','1','10','')
47716/
47717
47718INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47719values ('17664','27456','2','1','8')
47720/
47721
47722INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47723values ('17665','27457','1','1','1000000')
47724/
47725
47726INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47727values ('17666','27487','1','10','')
47728/
47729
47730INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47731values ('17667','27488','1','10','')
47732/
47733
47734INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47735values ('17668','27489','1','10','')
47736/
47737
47738INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47739values ('17669','27489','2','1','8')
47740/
47741
47742INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47743values ('17670','27490','1','10','')
47744/
47745
47746INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47747values ('17671','27491','1','10','')
47748/
47749
47750INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47751values ('17672','27492','1','10','')
47752/
47753
47754INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47755values ('17673','27492','2','1','8')
47756/
47757
47758INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47759values ('17674','27493','1','1','1000000')
47760/
47761
47762INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47763values ('17675','27521','1','10','')
47764/
47765
47766INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47767values ('17676','27522','1','10','')
47768/
47769
47770INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47771values ('17677','27523','1','10','')
47772/
47773
47774INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47775values ('17678','27523','2','1','8')
47776/
47777
47778INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47779values ('17679','27524','1','10','')
47780/
47781
47782INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47783values ('17680','27525','1','10','')
47784/
47785
47786INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47787values ('17681','27526','1','10','')
47788/
47789
47790INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47791values ('17682','27526','2','1','8')
47792/
47793
47794INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47795values ('17683','27527','1','1','1000000')
47796/
47797
47798INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47799values ('17684','27557','1','10','')
47800/
47801
47802INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47803values ('17685','27558','1','10','')
47804/
47805
47806INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47807values ('17686','27559','1','10','')
47808/
47809
47810INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47811values ('17687','27559','2','1','8')
47812/
47813
47814INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47815values ('17688','27560','1','10','')
47816/
47817
47818INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47819values ('17689','27561','1','10','')
47820/
47821
47822INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47823values ('17690','27562','1','10','')
47824/
47825
47826INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47827values ('17691','27562','2','1','8')
47828/
47829
47830INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47831values ('17692','27563','1','1','1000000')
47832/
47833
47834INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47835values ('17693','27643','1','10','')
47836/
47837
47838INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47839values ('17694','27644','1','10','')
47840/
47841
47842INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47843values ('17695','27645','1','10','')
47844/
47845
47846INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47847values ('17696','27645','2','1','8')
47848/
47849
47850INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47851values ('17697','27646','1','10','')
47852/
47853
47854INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47855values ('17698','27647','1','10','')
47856/
47857
47858INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47859values ('17699','27648','1','10','')
47860/
47861
47862INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47863values ('17700','27648','2','1','8')
47864/
47865
47866INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47867values ('17701','27649','1','1','1000000')
47868/
47869
47870INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47871values ('17702','27723','1','10','')
47872/
47873
47874INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47875values ('17703','27724','1','10','')
47876/
47877
47878INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47879values ('17704','27725','1','10','')
47880/
47881
47882INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47883values ('17705','27725','2','1','8')
47884/
47885
47886INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47887values ('17706','27726','1','10','')
47888/
47889
47890INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47891values ('17707','27727','1','10','')
47892/
47893
47894INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47895values ('17708','27728','1','10','')
47896/
47897
47898INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47899values ('17709','27728','2','1','8')
47900/
47901
47902INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47903values ('17710','27729','1','1','1000000')
47904/
47905
47906INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47907values ('17711','27757','1','10','')
47908/
47909
47910INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47911values ('17712','27758','1','10','')
47912/
47913
47914INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47915values ('17713','27759','1','10','')
47916/
47917
47918INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47919values ('17714','27759','2','1','8')
47920/
47921
47922INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47923values ('17715','27760','1','10','')
47924/
47925
47926INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47927values ('17716','27761','1','10','')
47928/
47929
47930INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47931values ('17717','27762','1','10','')
47932/
47933
47934INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47935values ('17718','27762','2','1','8')
47936/
47937
47938INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47939values ('17719','27763','1','1','1000000')
47940/
47941
47942INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47943values ('17720','27789','1','10','')
47944/
47945
47946INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47947values ('17721','27790','1','10','')
47948/
47949
47950INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47951values ('17722','27791','1','10','')
47952/
47953
47954INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47955values ('17723','27791','2','1','8')
47956/
47957
47958INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47959values ('17724','27792','1','10','')
47960/
47961
47962INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47963values ('17725','27793','1','10','')
47964/
47965
47966INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47967values ('17726','27794','1','10','')
47968/
47969
47970INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47971values ('17727','27794','2','1','8')
47972/
47973
47974INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47975values ('17728','27795','1','1','1000000')
47976/
47977
47978INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47979values ('17729','27873','1','10','')
47980/
47981
47982INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47983values ('17730','27874','1','10','')
47984/
47985
47986INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47987values ('17731','27875','1','10','')
47988/
47989
47990INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47991values ('17732','27875','2','1','8')
47992/
47993
47994INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47995values ('17733','27876','1','10','')
47996/
47997
47998INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
47999values ('17734','27877','1','10','')
48000/
48001
48002INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48003values ('17735','27878','1','10','')
48004/
48005
48006INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48007values ('17736','27878','2','1','8')
48008/
48009
48010INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48011values ('17737','27879','1','1','1000000')
48012/
48013
48014INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48015values ('17738','27910','1','10','')
48016/
48017
48018INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48019values ('17739','27911','1','10','')
48020/
48021
48022INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48023values ('17740','27912','1','10','')
48024/
48025
48026INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48027values ('17741','27912','2','1','8')
48028/
48029
48030INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48031values ('17742','27913','1','10','')
48032/
48033
48034INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48035values ('17743','27914','1','10','')
48036/
48037
48038INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48039values ('17744','27915','1','10','')
48040/
48041
48042INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48043values ('17745','27915','2','1','8')
48044/
48045
48046INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48047values ('17746','27916','1','1','1000000')
48048/
48049
48050INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48051values ('17747','27945','1','10','')
48052/
48053
48054INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48055values ('17748','27946','1','10','')
48056/
48057
48058INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48059values ('17749','27947','1','10','')
48060/
48061
48062INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48063values ('17750','27947','2','1','8')
48064/
48065
48066INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48067values ('17751','27948','1','10','')
48068/
48069
48070INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48071values ('17752','27949','1','10','')
48072/
48073
48074INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48075values ('17753','27950','1','10','')
48076/
48077
48078INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48079values ('17754','27950','2','1','8')
48080/
48081
48082INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48083values ('17755','27951','1','1','1000000')
48084/
48085
48086INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48087values ('17756','28059','1','10','')
48088/
48089
48090INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48091values ('17757','28060','1','10','')
48092/
48093
48094INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48095values ('17758','28061','1','10','')
48096/
48097
48098INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48099values ('17759','28061','2','1','8')
48100/
48101
48102INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48103values ('17760','28062','1','10','')
48104/
48105
48106INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48107values ('17761','28063','1','10','')
48108/
48109
48110INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48111values ('17762','28064','1','10','')
48112/
48113
48114INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48115values ('17763','28064','2','1','8')
48116/
48117
48118INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48119values ('17764','28065','1','1','1000000')
48120/
48121
48122INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48123values ('17765','28119','1','10','')
48124/
48125
48126INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48127values ('17766','28120','1','10','')
48128/
48129
48130INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48131values ('17767','28121','1','10','')
48132/
48133
48134INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48135values ('17768','28121','2','1','8')
48136/
48137
48138INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48139values ('17769','28122','1','10','')
48140/
48141
48142INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48143values ('17770','28123','1','10','')
48144/
48145
48146INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48147values ('17771','28124','1','10','')
48148/
48149
48150INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48151values ('17772','28124','2','1','8')
48152/
48153
48154INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48155values ('17773','28125','1','1','1000000')
48156/
48157
48158INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48159values ('17774','28176','1','10','')
48160/
48161
48162INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48163values ('17775','28177','1','10','')
48164/
48165
48166INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48167values ('17776','28178','1','10','')
48168/
48169
48170INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48171values ('17777','28178','2','1','8')
48172/
48173
48174INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48175values ('17778','28179','1','10','')
48176/
48177
48178INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48179values ('17779','28180','1','10','')
48180/
48181
48182INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48183values ('17780','28181','1','10','')
48184/
48185
48186INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48187values ('17781','28181','2','1','8')
48188/
48189
48190INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48191values ('17782','28182','1','1','1000000')
48192/
48193
48194INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48195values ('17783','28224','1','10','')
48196/
48197
48198INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48199values ('17784','28225','1','10','')
48200/
48201
48202INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48203values ('17785','28226','1','10','')
48204/
48205
48206INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48207values ('17786','28226','2','1','8')
48208/
48209
48210INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48211values ('17787','28227','1','10','')
48212/
48213
48214INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48215values ('17788','28228','1','10','')
48216/
48217
48218INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48219values ('17789','28229','1','10','')
48220/
48221
48222INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48223values ('17790','28229','2','1','8')
48224/
48225
48226INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48227values ('17791','28230','1','1','1000000')
48228/
48229
48230INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48231values ('17792','28294','1','10','')
48232/
48233
48234INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48235values ('17793','28295','1','10','')
48236/
48237
48238INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48239values ('17794','28296','1','10','')
48240/
48241
48242INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48243values ('17795','28296','2','1','8')
48244/
48245
48246INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48247values ('17796','28297','1','10','')
48248/
48249
48250INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48251values ('17797','28298','1','10','')
48252/
48253
48254INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48255values ('17798','28299','1','10','')
48256/
48257
48258INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48259values ('17799','28299','2','1','8')
48260/
48261
48262INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48263values ('17800','28300','1','1','1000000')
48264/
48265
48266INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48267values ('17801','27069','1','10','')
48268/
48269
48270INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48271values ('17802','27072','1','10','')
48272/
48273
48274INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48275values ('17803','27073','1','10','')
48276/
48277
48278INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48279values ('17804','27074','1','10','')
48280/
48281
48282INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48283values ('17805','27074','2','1','8')
48284/
48285
48286INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48287values ('17806','27075','1','10','')
48288/
48289
48290INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48291values ('17807','27075','2','1','8')
48292/
48293
48294INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48295values ('17808','27076','1','10','')
48296/
48297
48298INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48299values ('17809','27597','1','10','')
48300/
48301
48302INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48303values ('17810','27598','1','10','')
48304/
48305
48306INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48307values ('17811','27599','1','10','')
48308/
48309
48310INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48311values ('17812','27599','2','1','8')
48312/
48313
48314INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48315values ('17813','27600','1','10','')
48316/
48317
48318INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48319values ('17814','27601','1','10','')
48320/
48321
48322INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48323values ('17815','27602','1','10','')
48324/
48325
48326INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48327values ('17816','27602','2','1','8')
48328/
48329
48330INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48331values ('17817','28006','1','10','')
48332/
48333
48334INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48335values ('17818','28007','1','10','')
48336/
48337
48338INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48339values ('17819','28008','1','10','')
48340/
48341
48342INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48343values ('17820','28008','2','1','8')
48344/
48345
48346INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48347values ('17821','28009','1','10','')
48348/
48349
48350INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48351values ('17822','28010','1','10','')
48352/
48353
48354INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48355values ('17823','28011','1','10','')
48356/
48357
48358INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48359values ('17824','28011','2','1','8')
48360/
48361
48362INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48363values ('17825','27079','1','10','')
48364/
48365
48366INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48367values ('17826','27082','1','10','')
48368/
48369
48370INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48371values ('17827','27083','1','10','')
48372/
48373
48374INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48375values ('17828','27084','1','10','')
48376/
48377
48378INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48379values ('17829','27084','2','1','8')
48380/
48381
48382INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48383values ('17830','27085','1','10','')
48384/
48385
48386INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48387values ('17831','27085','2','1','8')
48388/
48389
48390INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48391values ('17832','27086','1','10','')
48392/
48393
48394INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48395values ('17833','27620','1','10','')
48396/
48397
48398INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48399values ('17834','27621','1','10','')
48400/
48401
48402INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48403values ('17835','27622','1','10','')
48404/
48405
48406INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48407values ('17836','27622','2','1','8')
48408/
48409
48410INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48411values ('17837','27623','1','10','')
48412/
48413
48414INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48415values ('17838','27624','1','10','')
48416/
48417
48418INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48419values ('17839','27625','1','10','')
48420/
48421
48422INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48423values ('17840','27625','2','1','8')
48424/
48425
48426INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48427values ('17841','27977','1','10','')
48428/
48429
48430INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48431values ('17842','27978','1','10','')
48432/
48433
48434INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48435values ('17843','27979','1','10','')
48436/
48437
48438INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48439values ('17844','27979','2','1','8')
48440/
48441
48442INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48443values ('17845','27980','1','10','')
48444/
48445
48446INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48447values ('17846','27981','1','10','')
48448/
48449
48450INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48451values ('17847','27982','1','10','')
48452/
48453
48454INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48455values ('17848','27982','2','1','8')
48456/
48457
48458INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48459values ('17849','27119','1','10','')
48460/
48461
48462INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48463values ('17850','27121','1','1','1000000')
48464/
48465
48466INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48467values ('17851','27122','1','10','')
48468/
48469
48470INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48471values ('17852','27123','1','10','')
48472/
48473
48474INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48475values ('17853','27124','1','10','')
48476/
48477
48478INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48479values ('17854','27124','2','1','8')
48480/
48481
48482INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48483values ('17855','27125','1','10','')
48484/
48485
48486INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48487values ('17856','27125','2','1','8')
48488/
48489
48490INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48491values ('17857','27126','1','10','')
48492/
48493
48494INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48495values ('17858','28098','1','10','')
48496/
48497
48498INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48499values ('17859','28099','1','10','')
48500/
48501
48502INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48503values ('17860','28100','1','10','')
48504/
48505
48506INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48507values ('17861','28100','2','1','8')
48508/
48509
48510INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48511values ('17862','28101','1','10','')
48512/
48513
48514INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48515values ('17863','28102','1','10','')
48516/
48517
48518INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48519values ('17864','28103','1','10','')
48520/
48521
48522INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48523values ('17865','28103','2','1','8')
48524/
48525
48526INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48527values ('17866','28104','1','1','1000000')
48528/
48529
48530INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48531values ('17867','27203','1','5','^(\w|-|\.|/)+ (\w|-|\.|/)+ (.+) Copyright' || chr(10) || '\3')
48532/
48533
48534INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48535values ('17868','27204','1','5','^((\w|-|\.|/)+)' || chr(10) || '\1')
48536/
48537
48538INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48539values ('17869','27206','1','1','1024')
48540/
48541
48542INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48543values ('17870','27207','1','1','1024')
48544/
48545
48546INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48547values ('17871','28323','1','1','0.1')
48548/
48549
48550INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48551values ('17872','27314','1','1','0.5')
48552/
48553
48554INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48555values ('17873','27315','1','1','0.5')
48556/
48557
48558INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48559values ('17874','27318','1','1','0.5')
48560/
48561
48562INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48563values ('17875','28727','1','5','Version (.+), RELEASE' || chr(10) || '\1')
48564/
48565
48566INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48567values ('17876','28728','1','5','Version (.+), RELEASE' || chr(10) || '\1')
48568/
48569
48570INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48571values ('17877','28729','1','5','Version (.+), RELEASE' || chr(10) || '\1')
48572/
48573
48574INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48575values ('17878','28730','1','5','Version (.+), RELEASE' || chr(10) || '\1')
48576/
48577
48578INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48579values ('17879','27591','1','1','1024')
48580/
48581
48582INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48583values ('17880','27592','1','1','1024')
48584/
48585
48586INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48587values ('17881','27777','1','5','Firmware Version: ([0-9.]+),' || chr(10) || '\1')
48588/
48589
48590INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48591values ('17882','27778','1','5','(.+) - Firmware' || chr(10) || '\1')
48592/
48593
48594INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48595values ('17883','27811','1','5','kernel (JUNOS [0-9a-zA-Z\.\-]+)' || chr(10) || '\1')
48596/
48597
48598INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48599values ('17884','28201','1','1','0.1')
48600/
48601
48602INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48603values ('17885','27897','1','1','0.1')
48604/
48605
48606INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48607values ('17886','27898','1','1','1024')
48608/
48609
48610INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48611values ('17887','27900','1','1','1024')
48612/
48613
48614INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48615values ('17888','27905','1','1','0.1')
48616/
48617
48618INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48619values ('17889','27907','1','1','1024')
48620/
48621
48622INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48623values ('17890','27908','1','1','1024')
48624/
48625
48626INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48627values ('17891','27936','1','5','60 Secs \( ([0-9\.]+)%\).+300 Secs' || chr(10) || '\1')
48628/
48629
48630INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48631values ('17892','28029','1','1','1024')
48632/
48633
48634INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48635values ('17893','28030','1','1','1024')
48636/
48637
48638INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48639values ('17894','28647','1','1','1048576')
48640/
48641
48642INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48643values ('17895','28650','1','1','1048576')
48644/
48645
48646INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48647values ('17896','28354','1','1','0.1')
48648/
48649
48650INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48651values ('17897','28356','1','1','0.1')
48652/
48653
48654INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48655values ('17898','28367','1','1','1048576')
48656/
48657
48658INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48659values ('17899','28372','1','1','1048576')
48660/
48661
48662INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48663values ('17900','28422','1','1','1048576')
48664/
48665
48666INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48667values ('17901','28425','1','1','1048576')
48668/
48669
48670INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48671values ('17902','28451','1','5','(\d{1,3}) *%( of maximum)?' || chr(10) || '\1')
48672/
48673
48674INSERT INTO item_preproc (item_preprocid,itemid,step,type,params)
48675values ('17903','28479','1','5','(\d{1,3}) *%( of maximum)?' || chr(10) || '\1')
48676/
48677
48678INSERT 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)
48679values ('1','1','0','0','0','680','15','{MAP.NAME}','9','11','000000','0','0','0','0','000000','','0')
48680/
48681
48682INSERT INTO dashboard (dashboardid,name,userid,private)
48683values ('1','Global view','1','0')
48684/
48685
48686INSERT INTO dashboard (dashboardid,name,userid,private)
48687values ('2','Zabbix server health','1','1')
48688/
48689
48690INSERT INTO dashboard_usrgrp (dashboard_usrgrpid,dashboardid,usrgrpid,permission)
48691values ('1','2','7','3')
48692/
48693
48694INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48695values ('1','1','systeminfo','','0','0','4','4')
48696/
48697
48698INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48699values ('2','1','problemsbysv','','4','0','6','4')
48700/
48701
48702INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48703values ('3','1','clock','','10','0','2','4')
48704/
48705
48706INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48707values ('4','1','problems','','0','4','10','10')
48708/
48709
48710INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48711values ('5','1','favmaps','','10','4','2','5')
48712/
48713
48714INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48715values ('6','1','favgraphs','','10','9','2','5')
48716/
48717
48718INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48719values ('7','2','problems','Zabbix server problems','0','0','10','4')
48720/
48721
48722INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48723values ('8','2','clock','Local time','10','0','2','4')
48724/
48725
48726INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48727values ('9','2','svggraph','Values processed per second','0','4','4','5')
48728/
48729
48730INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48731values ('10','2','svggraph','Utilization of data collectors','4','4','4','5')
48732/
48733
48734INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48735values ('11','2','svggraph','Utilization of internal processes','8','4','4','5')
48736/
48737
48738INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48739values ('12','2','svggraph','Cache usage','0','9','4','5')
48740/
48741
48742INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48743values ('13','2','svggraph','Value cache effectiveness','4','9','4','5')
48744/
48745
48746INSERT INTO widget (widgetid,dashboardid,type,name,x,y,width,height)
48747values ('14','2','svggraph','Queue size','8','9','4','5')
48748/
48749
48750INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48751values ('1','2','0','hide_empty_groups','1','',NULL,NULL,NULL,NULL,NULL)
48752/
48753
48754INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48755values ('2','4','0','show','3','',NULL,NULL,NULL,NULL,NULL)
48756/
48757
48758INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48759values ('3','4','0','show_tags','3','',NULL,NULL,NULL,NULL,NULL)
48760/
48761
48762INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48763values ('4','7','3','hostids','0','',NULL,'10084',NULL,NULL,NULL)
48764/
48765
48766INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48767values ('5','9','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL)
48768/
48769
48770INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48771values ('6','9','0','ds.fill.0','3','',NULL,NULL,NULL,NULL,NULL)
48772/
48773
48774INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48775values ('7','9','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL)
48776/
48777
48778INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48779values ('8','9','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL)
48780/
48781
48782INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48783values ('9','9','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL)
48784/
48785
48786INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48787values ('10','9','0','ds.width.0','1','',NULL,NULL,NULL,NULL,NULL)
48788/
48789
48790INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48791values ('11','9','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL)
48792/
48793
48794INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48795values ('12','9','0','legend','0','',NULL,NULL,NULL,NULL,NULL)
48796/
48797
48798INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48799values ('13','9','0','righty','0','',NULL,NULL,NULL,NULL,NULL)
48800/
48801
48802INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48803values ('14','9','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL)
48804/
48805
48806INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48807values ('15','9','1','ds.color.0','0','00BFFF',NULL,NULL,NULL,NULL,NULL)
48808/
48809
48810INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48811values ('16','9','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
48812/
48813
48814INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48815values ('17','9','1','ds.items.0.0','0','Number of processed *values per second',NULL,NULL,NULL,NULL,NULL)
48816/
48817
48818INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48819values ('18','9','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL)
48820/
48821
48822INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48823values ('19','9','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL)
48824/
48825
48826INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48827values ('20','9','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
48828/
48829
48830INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48831values ('21','10','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL)
48832/
48833
48834INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48835values ('22','10','0','ds.fill.0','3','',NULL,NULL,NULL,NULL,NULL)
48836/
48837
48838INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48839values ('23','10','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL)
48840/
48841
48842INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48843values ('24','10','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL)
48844/
48845
48846INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48847values ('25','10','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL)
48848/
48849
48850INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48851values ('26','10','0','ds.width.0','1','',NULL,NULL,NULL,NULL,NULL)
48852/
48853
48854INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48855values ('27','10','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL)
48856/
48857
48858INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48859values ('28','10','0','legend','0','',NULL,NULL,NULL,NULL,NULL)
48860/
48861
48862INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48863values ('29','10','0','righty','0','',NULL,NULL,NULL,NULL,NULL)
48864/
48865
48866INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48867values ('30','10','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL)
48868/
48869
48870INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48871values ('31','10','1','ds.color.0','0','E57373',NULL,NULL,NULL,NULL,NULL)
48872/
48873
48874INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48875values ('32','10','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
48876/
48877
48878INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48879values ('33','10','1','ds.items.0.0','0','Utilization of * data collector *',NULL,NULL,NULL,NULL,NULL)
48880/
48881
48882INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48883values ('34','10','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL)
48884/
48885
48886INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48887values ('35','10','1','lefty_max','0','100',NULL,NULL,NULL,NULL,NULL)
48888/
48889
48890INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48891values ('36','10','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL)
48892/
48893
48894INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48895values ('37','10','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
48896/
48897
48898INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48899values ('38','11','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL)
48900/
48901
48902INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48903values ('39','11','0','ds.fill.0','3','',NULL,NULL,NULL,NULL,NULL)
48904/
48905
48906INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48907values ('40','11','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL)
48908/
48909
48910INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48911values ('41','11','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL)
48912/
48913
48914INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48915values ('42','11','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL)
48916/
48917
48918INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48919values ('43','11','0','ds.width.0','1','',NULL,NULL,NULL,NULL,NULL)
48920/
48921
48922INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48923values ('44','11','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL)
48924/
48925
48926INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48927values ('45','11','0','legend','0','',NULL,NULL,NULL,NULL,NULL)
48928/
48929
48930INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48931values ('46','11','0','righty','0','',NULL,NULL,NULL,NULL,NULL)
48932/
48933
48934INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48935values ('47','11','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL)
48936/
48937
48938INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48939values ('48','11','1','ds.color.0','0','E57373',NULL,NULL,NULL,NULL,NULL)
48940/
48941
48942INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48943values ('49','11','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
48944/
48945
48946INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48947values ('50','11','1','ds.items.0.0','0','Utilization of * internal *',NULL,NULL,NULL,NULL,NULL)
48948/
48949
48950INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48951values ('51','11','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL)
48952/
48953
48954INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48955values ('52','11','1','lefty_max','0','100',NULL,NULL,NULL,NULL,NULL)
48956/
48957
48958INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48959values ('53','11','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL)
48960/
48961
48962INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48963values ('54','11','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
48964/
48965
48966INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48967values ('55','12','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL)
48968/
48969
48970INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48971values ('56','12','0','ds.fill.0','0','',NULL,NULL,NULL,NULL,NULL)
48972/
48973
48974INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48975values ('57','12','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL)
48976/
48977
48978INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48979values ('58','12','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL)
48980/
48981
48982INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48983values ('59','12','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL)
48984/
48985
48986INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48987values ('60','12','0','ds.width.0','2','',NULL,NULL,NULL,NULL,NULL)
48988/
48989
48990INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48991values ('61','12','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL)
48992/
48993
48994INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48995values ('62','12','0','legend','0','',NULL,NULL,NULL,NULL,NULL)
48996/
48997
48998INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
48999values ('63','12','0','righty','0','',NULL,NULL,NULL,NULL,NULL)
49000/
49001
49002INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49003values ('64','12','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL)
49004/
49005
49006INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49007values ('65','12','1','ds.color.0','0','4DB6AC',NULL,NULL,NULL,NULL,NULL)
49008/
49009
49010INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49011values ('66','12','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
49012/
49013
49014INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49015values ('67','12','1','ds.items.0.0','0','Zabbix*cache*% used',NULL,NULL,NULL,NULL,NULL)
49016/
49017
49018INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49019values ('68','12','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL)
49020/
49021
49022INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49023values ('69','12','1','lefty_max','0','100',NULL,NULL,NULL,NULL,NULL)
49024/
49025
49026INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49027values ('70','12','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL)
49028/
49029
49030INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49031values ('71','12','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
49032/
49033
49034INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49035values ('72','13','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL)
49036/
49037
49038INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49039values ('73','13','0','ds.axisy.1','0','',NULL,NULL,NULL,NULL,NULL)
49040/
49041
49042INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49043values ('74','13','0','ds.fill.0','3','',NULL,NULL,NULL,NULL,NULL)
49044/
49045
49046INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49047values ('75','13','0','ds.fill.1','3','',NULL,NULL,NULL,NULL,NULL)
49048/
49049
49050INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49051values ('76','13','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL)
49052/
49053
49054INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49055values ('77','13','0','ds.missingdatafunc.1','0','',NULL,NULL,NULL,NULL,NULL)
49056/
49057
49058INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49059values ('78','13','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL)
49060/
49061
49062INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49063values ('79','13','0','ds.transparency.1','0','',NULL,NULL,NULL,NULL,NULL)
49064/
49065
49066INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49067values ('80','13','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL)
49068/
49069
49070INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49071values ('81','13','0','ds.type.1','0','',NULL,NULL,NULL,NULL,NULL)
49072/
49073
49074INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49075values ('82','13','0','ds.width.0','2','',NULL,NULL,NULL,NULL,NULL)
49076/
49077
49078INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49079values ('83','13','0','ds.width.1','2','',NULL,NULL,NULL,NULL,NULL)
49080/
49081
49082INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49083values ('84','13','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL)
49084/
49085
49086INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49087values ('85','13','0','legend','0','',NULL,NULL,NULL,NULL,NULL)
49088/
49089
49090INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49091values ('86','13','0','righty','0','',NULL,NULL,NULL,NULL,NULL)
49092/
49093
49094INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49095values ('87','13','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL)
49096/
49097
49098INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49099values ('88','13','1','ds.color.0','0','9CCC65',NULL,NULL,NULL,NULL,NULL)
49100/
49101
49102INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49103values ('89','13','1','ds.color.1','0','FF465C',NULL,NULL,NULL,NULL,NULL)
49104/
49105
49106INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49107values ('90','13','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
49108/
49109
49110INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49111values ('91','13','1','ds.hosts.1.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
49112/
49113
49114INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49115values ('92','13','1','ds.items.0.0','0','Zabbix value cache hits',NULL,NULL,NULL,NULL,NULL)
49116/
49117
49118INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49119values ('93','13','1','ds.items.1.0','0','Zabbix value cache misses',NULL,NULL,NULL,NULL,NULL)
49120/
49121
49122INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49123values ('94','13','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL)
49124/
49125
49126INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49127values ('95','13','1','ds.timeshift.1','0','',NULL,NULL,NULL,NULL,NULL)
49128/
49129
49130INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49131values ('96','13','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL)
49132/
49133
49134INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49135values ('97','13','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
49136/
49137
49138INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49139values ('98','14','0','ds.axisy.0','0','',NULL,NULL,NULL,NULL,NULL)
49140/
49141
49142INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49143values ('99','14','0','ds.axisy.1','0','',NULL,NULL,NULL,NULL,NULL)
49144/
49145
49146INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49147values ('100','14','0','ds.axisy.2','0','',NULL,NULL,NULL,NULL,NULL)
49148/
49149
49150INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49151values ('101','14','0','ds.fill.0','0','',NULL,NULL,NULL,NULL,NULL)
49152/
49153
49154INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49155values ('102','14','0','ds.fill.1','0','',NULL,NULL,NULL,NULL,NULL)
49156/
49157
49158INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49159values ('103','14','0','ds.fill.2','0','',NULL,NULL,NULL,NULL,NULL)
49160/
49161
49162INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49163values ('104','14','0','ds.missingdatafunc.0','0','',NULL,NULL,NULL,NULL,NULL)
49164/
49165
49166INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49167values ('105','14','0','ds.missingdatafunc.1','0','',NULL,NULL,NULL,NULL,NULL)
49168/
49169
49170INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49171values ('106','14','0','ds.missingdatafunc.2','0','',NULL,NULL,NULL,NULL,NULL)
49172/
49173
49174INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49175values ('107','14','0','ds.transparency.0','0','',NULL,NULL,NULL,NULL,NULL)
49176/
49177
49178INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49179values ('108','14','0','ds.transparency.1','0','',NULL,NULL,NULL,NULL,NULL)
49180/
49181
49182INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49183values ('109','14','0','ds.transparency.2','0','',NULL,NULL,NULL,NULL,NULL)
49184/
49185
49186INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49187values ('110','14','0','ds.type.0','0','',NULL,NULL,NULL,NULL,NULL)
49188/
49189
49190INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49191values ('111','14','0','ds.type.1','0','',NULL,NULL,NULL,NULL,NULL)
49192/
49193
49194INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49195values ('112','14','0','ds.type.2','0','',NULL,NULL,NULL,NULL,NULL)
49196/
49197
49198INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49199values ('113','14','0','ds.width.0','2','',NULL,NULL,NULL,NULL,NULL)
49200/
49201
49202INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49203values ('114','14','0','ds.width.1','2','',NULL,NULL,NULL,NULL,NULL)
49204/
49205
49206INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49207values ('115','14','0','ds.width.2','2','',NULL,NULL,NULL,NULL,NULL)
49208/
49209
49210INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49211values ('116','14','0','graph_item_problems','0','',NULL,NULL,NULL,NULL,NULL)
49212/
49213
49214INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49215values ('117','14','0','legend','0','',NULL,NULL,NULL,NULL,NULL)
49216/
49217
49218INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49219values ('118','14','0','righty','0','',NULL,NULL,NULL,NULL,NULL)
49220/
49221
49222INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49223values ('119','14','0','show_problems','1','',NULL,NULL,NULL,NULL,NULL)
49224/
49225
49226INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49227values ('120','14','1','ds.color.0','0','B0AF07',NULL,NULL,NULL,NULL,NULL)
49228/
49229
49230INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49231values ('121','14','1','ds.color.1','0','E53935',NULL,NULL,NULL,NULL,NULL)
49232/
49233
49234INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49235values ('122','14','1','ds.color.2','0','0275B8',NULL,NULL,NULL,NULL,NULL)
49236/
49237
49238INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49239values ('123','14','1','ds.hosts.0.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
49240/
49241
49242INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49243values ('124','14','1','ds.hosts.1.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
49244/
49245
49246INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49247values ('125','14','1','ds.hosts.2.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
49248/
49249
49250INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49251values ('126','14','1','ds.items.0.0','0','Zabbix queue',NULL,NULL,NULL,NULL,NULL)
49252/
49253
49254INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49255values ('127','14','1','ds.items.1.0','0','Zabbix queue over 10 minutes',NULL,NULL,NULL,NULL,NULL)
49256/
49257
49258INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49259values ('128','14','1','ds.items.2.0','0','Zabbix preprocessing queue',NULL,NULL,NULL,NULL,NULL)
49260/
49261
49262INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49263values ('129','14','1','ds.timeshift.0','0','',NULL,NULL,NULL,NULL,NULL)
49264/
49265
49266INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49267values ('130','14','1','ds.timeshift.1','0','',NULL,NULL,NULL,NULL,NULL)
49268/
49269
49270INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49271values ('131','14','1','ds.timeshift.2','0','',NULL,NULL,NULL,NULL,NULL)
49272/
49273
49274INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49275values ('132','14','1','lefty_min','0','0',NULL,NULL,NULL,NULL,NULL)
49276/
49277
49278INSERT INTO widget_field (widget_fieldid,widgetid,type,name,value_int,value_str,value_groupid,value_hostid,value_itemid,value_graphid,value_sysmapid)
49279values ('133','14','1','problemhosts.0','0','Zabbix server',NULL,NULL,NULL,NULL,NULL)
49280/
49281
49282