logstash-output-zabbix 0.1.4 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46d8ea4b949bbe982ef3260639854ca82a5c2d23
4
- data.tar.gz: afe291939a94124809d3dfe3a6f2fab83516dbf1
3
+ metadata.gz: 76bcbc8561c38df609e886626472e7e37b204b68
4
+ data.tar.gz: 6516cac2c9a4a122a4b81e7bc3b293d627d55ed4
5
5
  SHA512:
6
- metadata.gz: 95db57db2ea88c488fa0d62188a10995727676465e2aa58e9520c334a7b5a008f239e53bdcf33fc6cedb25596d7844252d7021329ac8b86c1440e1f39068e485
7
- data.tar.gz: 6bfb21e2c2b3256c77363de2273b91677e999336da5e9dfa6dbb59def90093bfebf7c88f46e70871156e1cf09048a24cffc2f658d7b22123ae08671d5455b43b
6
+ metadata.gz: 5ee793abccbf94ceca9f562b9b4a165633d9d6493180bcb51dc30ff1a07c64224b410f5102eb79e2e6102ef64175bfaa2f0f015fdfaf780f9f4f95e06379fac7
7
+ data.tar.gz: ffbcc57435de0c6abd6ee51e7d941a77a6b2dcb2c3e2e59f72215dfb5a16ce8651146ffa246e9772ebe88031655025a2e5391f3a86c152161bb0628cc80ae9c7
File without changes
@@ -16,7 +16,7 @@ This plugin has RSpec integration tests which use a Docker image.
16
16
 
17
17
  If you are using Docker already, you can prime your Docker instance with
18
18
 
19
- docker pull untergeek/logstash_output_zabbix_rspec:zabbix_v2.2.2
19
+ docker pull untergeek/logstash_output_zabbix_rspec:latest
20
20
 
21
21
  Otherwise, it should pull automatically on the first run (which could take a few minutes, depending on your connection).
22
22
 
data/README.md CHANGED
@@ -13,7 +13,7 @@ Logstash provides infrastructure to automatically generate documentation for thi
13
13
 
14
14
  ## Need Help?
15
15
 
16
- Need help? Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing list.
16
+ Need help? Try #logstash on freenode IRC or the https://discuss.elastic.co/c/logstash discussion forum.
17
17
 
18
18
  ## Developing
19
19
 
@@ -1,6 +1,6 @@
1
1
  # Docker Image For Testing This Plugin
2
2
 
3
- The current image tag is: `zabbix_v2.2.2`
3
+ The current image tag is: `latest`
4
4
 
5
5
  ## Docker Hub
6
6
 
@@ -8,7 +8,7 @@ The completed image is hosted at https://registry.hub.docker.com/u/untergeek/log
8
8
 
9
9
  You can manually pull it to your Docker installation by running
10
10
 
11
- docker pull untergeek/logstash_output_zabbix_rspec:zabbix_v2.2.2
11
+ docker pull untergeek/logstash_output_zabbix_rspec:latest
12
12
 
13
13
  Learn more about Docker at http://docs.docker.com
14
14
 
@@ -48,21 +48,21 @@ docker commit \
48
48
  --author="Aaron Mildenstein <aaron@mildensteins.com>" \
49
49
  --message="Populated the database" \
50
50
  IMAGE_ID \
51
- untergeek/logstash_output_zabbix_rspec:zabbix_v2.2.2
51
+ untergeek/logstash_output_zabbix_rspec:latest
52
52
  ```
53
53
 
54
54
  #### 4. Push the image to Docker Hub:
55
55
 
56
56
  The image is then pushed to the Docker Hub:
57
57
 
58
- docker push untergeek/logstash_output_zabbix_rspec:zabbix_v2.2.2
58
+ docker push untergeek/logstash_output_zabbix_rspec:latest
59
59
 
60
60
  ### Running the image
61
61
 
62
62
  While the RSpec test handles creating a container from this image, and then
63
- deleting when done, you can manually run the image, if needed:
63
+ deletes it when done, you can manually run the image, if needed:
64
64
 
65
- docker run -i --name="logstash_zabbix_rspec" -d -p 10051:10051 untergeek/logstash_output_zabbix_rspec:zabbix_v2.2.2 run
65
+ docker run -i --name="logstash_zabbix_rspec" -t -d -p 10051:10051 untergeek/logstash_output_zabbix_rspec:latest run
66
66
 
67
67
  This command ensures that port 10051 is forwarded from the container to the
68
68
  container host. The `run` command at the end runs `run.sh` as in this directory.
@@ -71,7 +71,7 @@ container host. The `run` command at the end runs `run.sh` as in this directory
71
71
 
72
72
  You can also run Zabbix interactively, as though you were on the server:
73
73
 
74
- docker run -i -t -p 10051:10051 untergeek/logstash_output_zabbix_rspec:zabbix_v2.2.2 /bin/bash
74
+ docker run -i -t -p 10051:10051 untergeek/logstash_output_zabbix_rspec:latest /bin/bash
75
75
 
76
76
  At this point, you'd need to run `service mysql start` and `service zabbix-server start`
77
77
  to fully initialize the server, but you have the ability to see the logs, or
@@ -1,8 +1,8 @@
1
- -- MySQL dump 10.13 Distrib 5.5.41, for debian-linux-gnu (x86_64)
1
+ -- MySQL dump 10.13 Distrib 5.5.43, for debian-linux-gnu (x86_64)
2
2
  --
3
3
  -- Host: localhost Database: zabbix
4
4
  -- ------------------------------------------------------
5
- -- Server version 5.5.41-0ubuntu0.14.04.1
5
+ -- Server version 5.5.43-0ubuntu0.14.04.1
6
6
 
7
7
  /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
8
8
  /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -35,8 +35,8 @@ CREATE TABLE `acknowledges` (
35
35
  KEY `acknowledges_1` (`userid`),
36
36
  KEY `acknowledges_2` (`eventid`),
37
37
  KEY `acknowledges_3` (`clock`),
38
- CONSTRAINT `c_acknowledges_2` FOREIGN KEY (`eventid`) REFERENCES `events` (`eventid`) ON DELETE CASCADE,
39
- CONSTRAINT `c_acknowledges_1` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`) ON DELETE CASCADE
38
+ CONSTRAINT `c_acknowledges_1` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`) ON DELETE CASCADE,
39
+ CONSTRAINT `c_acknowledges_2` FOREIGN KEY (`eventid`) REFERENCES `events` (`eventid`) ON DELETE CASCADE
40
40
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
41
41
  /*!40101 SET character_set_client = @saved_cs_client */;
42
42
 
@@ -112,10 +112,10 @@ CREATE TABLE `alerts` (
112
112
  KEY `alerts_4` (`status`,`retries`),
113
113
  KEY `alerts_5` (`mediatypeid`),
114
114
  KEY `alerts_6` (`userid`),
115
- CONSTRAINT `c_alerts_4` FOREIGN KEY (`mediatypeid`) REFERENCES `media_type` (`mediatypeid`) ON DELETE CASCADE,
116
115
  CONSTRAINT `c_alerts_1` FOREIGN KEY (`actionid`) REFERENCES `actions` (`actionid`) ON DELETE CASCADE,
117
116
  CONSTRAINT `c_alerts_2` FOREIGN KEY (`eventid`) REFERENCES `events` (`eventid`) ON DELETE CASCADE,
118
- CONSTRAINT `c_alerts_3` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`) ON DELETE CASCADE
117
+ CONSTRAINT `c_alerts_3` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`) ON DELETE CASCADE,
118
+ CONSTRAINT `c_alerts_4` FOREIGN KEY (`mediatypeid`) REFERENCES `media_type` (`mediatypeid`) ON DELETE CASCADE
119
119
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
120
120
  /*!40101 SET character_set_client = @saved_cs_client */;
121
121
 
@@ -142,8 +142,8 @@ CREATE TABLE `application_template` (
142
142
  PRIMARY KEY (`application_templateid`),
143
143
  UNIQUE KEY `application_template_1` (`applicationid`,`templateid`),
144
144
  KEY `application_template_2` (`templateid`),
145
- CONSTRAINT `c_application_template_2` FOREIGN KEY (`templateid`) REFERENCES `applications` (`applicationid`) ON DELETE CASCADE,
146
- CONSTRAINT `c_application_template_1` FOREIGN KEY (`applicationid`) REFERENCES `applications` (`applicationid`) ON DELETE CASCADE
145
+ CONSTRAINT `c_application_template_1` FOREIGN KEY (`applicationid`) REFERENCES `applications` (`applicationid`) ON DELETE CASCADE,
146
+ CONSTRAINT `c_application_template_2` FOREIGN KEY (`templateid`) REFERENCES `applications` (`applicationid`) ON DELETE CASCADE
147
147
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
148
148
  /*!40101 SET character_set_client = @saved_cs_client */;
149
149
 
@@ -214,7 +214,7 @@ CREATE TABLE `auditlog` (
214
214
 
215
215
  LOCK TABLES `auditlog` WRITE;
216
216
  /*!40000 ALTER TABLE `auditlog` DISABLE KEYS */;
217
- INSERT INTO `auditlog` VALUES (1,1,1428092855,3,0,'0','192.168.123.201',1,''),(2,1,1428093051,0,4,'0','192.168.123.201',10105,'zabbix.example.com'),(3,1,1428093295,0,4,'0','192.168.123.201',10106,'disabled.example.com'),(4,1,1428093308,1,4,'0','192.168.123.201',10106,'disabled.example.com');
217
+ INSERT INTO `auditlog` VALUES (1,1,1428092855,3,0,'0','192.168.123.201',1,''),(2,1,1428093051,0,4,'0','192.168.123.201',10105,'zabbix.example.com'),(3,1,1428093295,0,4,'0','192.168.123.201',10106,'disabled.example.com'),(4,1,1428093308,1,4,'0','192.168.123.201',10106,'disabled.example.com'),(5,1,1433361252,3,0,'0','172.19.73.102',1,'');
218
218
  /*!40000 ALTER TABLE `auditlog` ENABLE KEYS */;
219
219
  UNLOCK TABLES;
220
220
 
@@ -379,8 +379,8 @@ CREATE TABLE `config` (
379
379
  PRIMARY KEY (`configid`),
380
380
  KEY `config_1` (`alert_usrgrpid`),
381
381
  KEY `config_2` (`discovery_groupid`),
382
- CONSTRAINT `c_config_2` FOREIGN KEY (`discovery_groupid`) REFERENCES `groups` (`groupid`),
383
- CONSTRAINT `c_config_1` FOREIGN KEY (`alert_usrgrpid`) REFERENCES `usrgrp` (`usrgrpid`)
382
+ CONSTRAINT `c_config_1` FOREIGN KEY (`alert_usrgrpid`) REFERENCES `usrgrp` (`usrgrpid`),
383
+ CONSTRAINT `c_config_2` FOREIGN KEY (`discovery_groupid`) REFERENCES `groups` (`groupid`)
384
384
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
385
385
  /*!40101 SET character_set_client = @saved_cs_client */;
386
386
 
@@ -537,8 +537,8 @@ CREATE TABLE `dservices` (
537
537
  PRIMARY KEY (`dserviceid`),
538
538
  UNIQUE KEY `dservices_1` (`dcheckid`,`type`,`key_`,`ip`,`port`),
539
539
  KEY `dservices_2` (`dhostid`),
540
- CONSTRAINT `c_dservices_2` FOREIGN KEY (`dcheckid`) REFERENCES `dchecks` (`dcheckid`) ON DELETE CASCADE,
541
- CONSTRAINT `c_dservices_1` FOREIGN KEY (`dhostid`) REFERENCES `dhosts` (`dhostid`) ON DELETE CASCADE
540
+ CONSTRAINT `c_dservices_1` FOREIGN KEY (`dhostid`) REFERENCES `dhosts` (`dhostid`) ON DELETE CASCADE,
541
+ CONSTRAINT `c_dservices_2` FOREIGN KEY (`dcheckid`) REFERENCES `dchecks` (`dcheckid`) ON DELETE CASCADE
542
542
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
543
543
  /*!40101 SET character_set_client = @saved_cs_client */;
544
544
 
@@ -659,8 +659,8 @@ CREATE TABLE `functions` (
659
659
  PRIMARY KEY (`functionid`),
660
660
  KEY `functions_1` (`triggerid`),
661
661
  KEY `functions_2` (`itemid`,`function`,`parameter`),
662
- CONSTRAINT `c_functions_2` FOREIGN KEY (`triggerid`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE,
663
- CONSTRAINT `c_functions_1` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE
662
+ CONSTRAINT `c_functions_1` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE,
663
+ CONSTRAINT `c_functions_2` FOREIGN KEY (`triggerid`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE
664
664
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
665
665
  /*!40101 SET character_set_client = @saved_cs_client */;
666
666
 
@@ -738,8 +738,8 @@ CREATE TABLE `graph_discovery` (
738
738
  PRIMARY KEY (`graphdiscoveryid`),
739
739
  UNIQUE KEY `graph_discovery_1` (`graphid`,`parent_graphid`),
740
740
  KEY `graph_discovery_2` (`parent_graphid`),
741
- CONSTRAINT `c_graph_discovery_2` FOREIGN KEY (`parent_graphid`) REFERENCES `graphs` (`graphid`) ON DELETE CASCADE,
742
- CONSTRAINT `c_graph_discovery_1` FOREIGN KEY (`graphid`) REFERENCES `graphs` (`graphid`) ON DELETE CASCADE
741
+ CONSTRAINT `c_graph_discovery_1` FOREIGN KEY (`graphid`) REFERENCES `graphs` (`graphid`) ON DELETE CASCADE,
742
+ CONSTRAINT `c_graph_discovery_2` FOREIGN KEY (`parent_graphid`) REFERENCES `graphs` (`graphid`) ON DELETE CASCADE
743
743
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
744
744
  /*!40101 SET character_set_client = @saved_cs_client */;
745
745
 
@@ -824,9 +824,9 @@ CREATE TABLE `graphs` (
824
824
  KEY `graphs_2` (`templateid`),
825
825
  KEY `graphs_3` (`ymin_itemid`),
826
826
  KEY `graphs_4` (`ymax_itemid`),
827
- CONSTRAINT `c_graphs_3` FOREIGN KEY (`ymax_itemid`) REFERENCES `items` (`itemid`),
828
827
  CONSTRAINT `c_graphs_1` FOREIGN KEY (`templateid`) REFERENCES `graphs` (`graphid`) ON DELETE CASCADE,
829
- CONSTRAINT `c_graphs_2` FOREIGN KEY (`ymin_itemid`) REFERENCES `items` (`itemid`)
828
+ CONSTRAINT `c_graphs_2` FOREIGN KEY (`ymin_itemid`) REFERENCES `items` (`itemid`),
829
+ CONSTRAINT `c_graphs_3` FOREIGN KEY (`ymax_itemid`) REFERENCES `items` (`itemid`)
830
830
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
831
831
  /*!40101 SET character_set_client = @saved_cs_client */;
832
832
 
@@ -860,8 +860,8 @@ CREATE TABLE `graphs_items` (
860
860
  PRIMARY KEY (`gitemid`),
861
861
  KEY `graphs_items_1` (`itemid`),
862
862
  KEY `graphs_items_2` (`graphid`),
863
- CONSTRAINT `c_graphs_items_2` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE,
864
- CONSTRAINT `c_graphs_items_1` FOREIGN KEY (`graphid`) REFERENCES `graphs` (`graphid`) ON DELETE CASCADE
863
+ CONSTRAINT `c_graphs_items_1` FOREIGN KEY (`graphid`) REFERENCES `graphs` (`graphid`) ON DELETE CASCADE,
864
+ CONSTRAINT `c_graphs_items_2` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE
865
865
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
866
866
  /*!40101 SET character_set_client = @saved_cs_client */;
867
867
 
@@ -890,8 +890,8 @@ CREATE TABLE `group_discovery` (
890
890
  `ts_delete` int(11) NOT NULL DEFAULT '0',
891
891
  PRIMARY KEY (`groupid`),
892
892
  KEY `c_group_discovery_2` (`parent_group_prototypeid`),
893
- CONSTRAINT `c_group_discovery_2` FOREIGN KEY (`parent_group_prototypeid`) REFERENCES `group_prototype` (`group_prototypeid`),
894
- CONSTRAINT `c_group_discovery_1` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`) ON DELETE CASCADE
893
+ CONSTRAINT `c_group_discovery_1` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`) ON DELETE CASCADE,
894
+ CONSTRAINT `c_group_discovery_2` FOREIGN KEY (`parent_group_prototypeid`) REFERENCES `group_prototype` (`group_prototypeid`)
895
895
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
896
896
  /*!40101 SET character_set_client = @saved_cs_client */;
897
897
 
@@ -921,9 +921,9 @@ CREATE TABLE `group_prototype` (
921
921
  KEY `group_prototype_1` (`hostid`),
922
922
  KEY `c_group_prototype_2` (`groupid`),
923
923
  KEY `c_group_prototype_3` (`templateid`),
924
- CONSTRAINT `c_group_prototype_3` FOREIGN KEY (`templateid`) REFERENCES `group_prototype` (`group_prototypeid`) ON DELETE CASCADE,
925
924
  CONSTRAINT `c_group_prototype_1` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE,
926
- CONSTRAINT `c_group_prototype_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`)
925
+ CONSTRAINT `c_group_prototype_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`),
926
+ CONSTRAINT `c_group_prototype_3` FOREIGN KEY (`templateid`) REFERENCES `group_prototype` (`group_prototypeid`) ON DELETE CASCADE
927
927
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
928
928
  /*!40101 SET character_set_client = @saved_cs_client */;
929
929
 
@@ -1200,9 +1200,9 @@ CREATE TABLE `host_discovery` (
1200
1200
  PRIMARY KEY (`hostid`),
1201
1201
  KEY `c_host_discovery_2` (`parent_hostid`),
1202
1202
  KEY `c_host_discovery_3` (`parent_itemid`),
1203
- CONSTRAINT `c_host_discovery_3` FOREIGN KEY (`parent_itemid`) REFERENCES `items` (`itemid`),
1204
1203
  CONSTRAINT `c_host_discovery_1` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE,
1205
- CONSTRAINT `c_host_discovery_2` FOREIGN KEY (`parent_hostid`) REFERENCES `hosts` (`hostid`)
1204
+ CONSTRAINT `c_host_discovery_2` FOREIGN KEY (`parent_hostid`) REFERENCES `hosts` (`hostid`),
1205
+ CONSTRAINT `c_host_discovery_3` FOREIGN KEY (`parent_itemid`) REFERENCES `items` (`itemid`)
1206
1206
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1207
1207
  /*!40101 SET character_set_client = @saved_cs_client */;
1208
1208
 
@@ -1384,9 +1384,9 @@ CREATE TABLE `hosts` (
1384
1384
  KEY `hosts_4` (`name`),
1385
1385
  KEY `hosts_5` (`maintenanceid`),
1386
1386
  KEY `c_hosts_3` (`templateid`),
1387
- CONSTRAINT `c_hosts_3` FOREIGN KEY (`templateid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE,
1388
1387
  CONSTRAINT `c_hosts_1` FOREIGN KEY (`proxy_hostid`) REFERENCES `hosts` (`hostid`),
1389
- CONSTRAINT `c_hosts_2` FOREIGN KEY (`maintenanceid`) REFERENCES `maintenances` (`maintenanceid`)
1388
+ CONSTRAINT `c_hosts_2` FOREIGN KEY (`maintenanceid`) REFERENCES `maintenances` (`maintenanceid`),
1389
+ CONSTRAINT `c_hosts_3` FOREIGN KEY (`templateid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE
1390
1390
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1391
1391
  /*!40101 SET character_set_client = @saved_cs_client */;
1392
1392
 
@@ -1414,8 +1414,8 @@ CREATE TABLE `hosts_groups` (
1414
1414
  PRIMARY KEY (`hostgroupid`),
1415
1415
  UNIQUE KEY `hosts_groups_1` (`hostid`,`groupid`),
1416
1416
  KEY `hosts_groups_2` (`groupid`),
1417
- CONSTRAINT `c_hosts_groups_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`) ON DELETE CASCADE,
1418
- CONSTRAINT `c_hosts_groups_1` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE
1417
+ CONSTRAINT `c_hosts_groups_1` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE,
1418
+ CONSTRAINT `c_hosts_groups_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`) ON DELETE CASCADE
1419
1419
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1420
1420
  /*!40101 SET character_set_client = @saved_cs_client */;
1421
1421
 
@@ -1443,8 +1443,8 @@ CREATE TABLE `hosts_templates` (
1443
1443
  PRIMARY KEY (`hosttemplateid`),
1444
1444
  UNIQUE KEY `hosts_templates_1` (`hostid`,`templateid`),
1445
1445
  KEY `hosts_templates_2` (`templateid`),
1446
- CONSTRAINT `c_hosts_templates_2` FOREIGN KEY (`templateid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE,
1447
- CONSTRAINT `c_hosts_templates_1` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE
1446
+ CONSTRAINT `c_hosts_templates_1` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE,
1447
+ CONSTRAINT `c_hosts_templates_2` FOREIGN KEY (`templateid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE
1448
1448
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1449
1449
  /*!40101 SET character_set_client = @saved_cs_client */;
1450
1450
 
@@ -1531,8 +1531,8 @@ CREATE TABLE `httpstepitem` (
1531
1531
  PRIMARY KEY (`httpstepitemid`),
1532
1532
  UNIQUE KEY `httpstepitem_1` (`httpstepid`,`itemid`),
1533
1533
  KEY `httpstepitem_2` (`itemid`),
1534
- CONSTRAINT `c_httpstepitem_2` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE,
1535
- CONSTRAINT `c_httpstepitem_1` FOREIGN KEY (`httpstepid`) REFERENCES `httpstep` (`httpstepid`) ON DELETE CASCADE
1534
+ CONSTRAINT `c_httpstepitem_1` FOREIGN KEY (`httpstepid`) REFERENCES `httpstep` (`httpstepid`) ON DELETE CASCADE,
1535
+ CONSTRAINT `c_httpstepitem_2` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE
1536
1536
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1537
1537
  /*!40101 SET character_set_client = @saved_cs_client */;
1538
1538
 
@@ -1573,9 +1573,9 @@ CREATE TABLE `httptest` (
1573
1573
  KEY `httptest_1` (`applicationid`),
1574
1574
  KEY `httptest_3` (`status`),
1575
1575
  KEY `httptest_4` (`templateid`),
1576
- CONSTRAINT `c_httptest_3` FOREIGN KEY (`templateid`) REFERENCES `httptest` (`httptestid`) ON DELETE CASCADE,
1577
1576
  CONSTRAINT `c_httptest_1` FOREIGN KEY (`applicationid`) REFERENCES `applications` (`applicationid`),
1578
- CONSTRAINT `c_httptest_2` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE
1577
+ CONSTRAINT `c_httptest_2` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE,
1578
+ CONSTRAINT `c_httptest_3` FOREIGN KEY (`templateid`) REFERENCES `httptest` (`httptestid`) ON DELETE CASCADE
1579
1579
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1580
1580
  /*!40101 SET character_set_client = @saved_cs_client */;
1581
1581
 
@@ -1603,8 +1603,8 @@ CREATE TABLE `httptestitem` (
1603
1603
  PRIMARY KEY (`httptestitemid`),
1604
1604
  UNIQUE KEY `httptestitem_1` (`httptestid`,`itemid`),
1605
1605
  KEY `httptestitem_2` (`itemid`),
1606
- CONSTRAINT `c_httptestitem_2` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE,
1607
- CONSTRAINT `c_httptestitem_1` FOREIGN KEY (`httptestid`) REFERENCES `httptest` (`httptestid`) ON DELETE CASCADE
1606
+ CONSTRAINT `c_httptestitem_1` FOREIGN KEY (`httptestid`) REFERENCES `httptest` (`httptestid`) ON DELETE CASCADE,
1607
+ CONSTRAINT `c_httptestitem_2` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE
1608
1608
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1609
1609
  /*!40101 SET character_set_client = @saved_cs_client */;
1610
1610
 
@@ -1661,8 +1661,8 @@ CREATE TABLE `icon_mapping` (
1661
1661
  PRIMARY KEY (`iconmappingid`),
1662
1662
  KEY `icon_mapping_1` (`iconmapid`),
1663
1663
  KEY `icon_mapping_2` (`iconid`),
1664
- CONSTRAINT `c_icon_mapping_2` FOREIGN KEY (`iconid`) REFERENCES `images` (`imageid`),
1665
- CONSTRAINT `c_icon_mapping_1` FOREIGN KEY (`iconmapid`) REFERENCES `icon_map` (`iconmapid`) ON DELETE CASCADE
1664
+ CONSTRAINT `c_icon_mapping_1` FOREIGN KEY (`iconmapid`) REFERENCES `icon_map` (`iconmapid`) ON DELETE CASCADE,
1665
+ CONSTRAINT `c_icon_mapping_2` FOREIGN KEY (`iconid`) REFERENCES `images` (`imageid`)
1666
1666
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1667
1667
  /*!40101 SET character_set_client = @saved_cs_client */;
1668
1668
 
@@ -1697,7 +1697,7 @@ CREATE TABLE `ids` (
1697
1697
 
1698
1698
  LOCK TABLES `ids` WRITE;
1699
1699
  /*!40000 ALTER TABLE `ids` DISABLE KEYS */;
1700
- INSERT INTO `ids` VALUES (0,'auditlog','auditid',4),(0,'auditlog_details','auditdetailid',1),(0,'hosts','hostid',10106),(0,'hosts_groups','hostgroupid',112),(0,'interface','interfaceid',3),(0,'items','itemid',23661),(0,'profiles','profileid',43),(0,'user_history','userhistoryid',1);
1700
+ INSERT INTO `ids` VALUES (0,'auditlog','auditid',5),(0,'auditlog_details','auditdetailid',1),(0,'hosts','hostid',10106),(0,'hosts_groups','hostgroupid',112),(0,'interface','interfaceid',3),(0,'items','itemid',23663),(0,'profiles','profileid',43),(0,'user_history','userhistoryid',1);
1701
1701
  /*!40000 ALTER TABLE `ids` ENABLE KEYS */;
1702
1702
  UNLOCK TABLES;
1703
1703
 
@@ -1773,8 +1773,8 @@ CREATE TABLE `interface_discovery` (
1773
1773
  `parent_interfaceid` bigint(20) unsigned NOT NULL,
1774
1774
  PRIMARY KEY (`interfaceid`),
1775
1775
  KEY `c_interface_discovery_2` (`parent_interfaceid`),
1776
- CONSTRAINT `c_interface_discovery_2` FOREIGN KEY (`parent_interfaceid`) REFERENCES `interface` (`interfaceid`) ON DELETE CASCADE,
1777
- CONSTRAINT `c_interface_discovery_1` FOREIGN KEY (`interfaceid`) REFERENCES `interface` (`interfaceid`) ON DELETE CASCADE
1776
+ CONSTRAINT `c_interface_discovery_1` FOREIGN KEY (`interfaceid`) REFERENCES `interface` (`interfaceid`) ON DELETE CASCADE,
1777
+ CONSTRAINT `c_interface_discovery_2` FOREIGN KEY (`parent_interfaceid`) REFERENCES `interface` (`interfaceid`) ON DELETE CASCADE
1778
1778
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1779
1779
  /*!40101 SET character_set_client = @saved_cs_client */;
1780
1780
 
@@ -1804,8 +1804,8 @@ CREATE TABLE `item_discovery` (
1804
1804
  PRIMARY KEY (`itemdiscoveryid`),
1805
1805
  UNIQUE KEY `item_discovery_1` (`itemid`,`parent_itemid`),
1806
1806
  KEY `item_discovery_2` (`parent_itemid`),
1807
- CONSTRAINT `c_item_discovery_2` FOREIGN KEY (`parent_itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE,
1808
- CONSTRAINT `c_item_discovery_1` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE
1807
+ CONSTRAINT `c_item_discovery_1` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE,
1808
+ CONSTRAINT `c_item_discovery_2` FOREIGN KEY (`parent_itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE
1809
1809
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1810
1810
  /*!40101 SET character_set_client = @saved_cs_client */;
1811
1811
 
@@ -1880,10 +1880,10 @@ CREATE TABLE `items` (
1880
1880
  KEY `items_4` (`templateid`),
1881
1881
  KEY `items_5` (`valuemapid`),
1882
1882
  KEY `items_6` (`interfaceid`),
1883
- CONSTRAINT `c_items_4` FOREIGN KEY (`interfaceid`) REFERENCES `interface` (`interfaceid`),
1884
1883
  CONSTRAINT `c_items_1` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE,
1885
1884
  CONSTRAINT `c_items_2` FOREIGN KEY (`templateid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE,
1886
- CONSTRAINT `c_items_3` FOREIGN KEY (`valuemapid`) REFERENCES `valuemaps` (`valuemapid`)
1885
+ CONSTRAINT `c_items_3` FOREIGN KEY (`valuemapid`) REFERENCES `valuemaps` (`valuemapid`),
1886
+ CONSTRAINT `c_items_4` FOREIGN KEY (`interfaceid`) REFERENCES `interface` (`interfaceid`)
1887
1887
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1888
1888
  /*!40101 SET character_set_client = @saved_cs_client */;
1889
1889
 
@@ -1893,7 +1893,7 @@ CREATE TABLE `items` (
1893
1893
 
1894
1894
  LOCK TABLES `items` WRITE;
1895
1895
  /*!40000 ALTER TABLE `items` DISABLE KEYS */;
1896
- INSERT INTO `items` VALUES (10009,0,'','',10001,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'0',0,0,0,''),(10010,0,'','',10001,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(10013,0,'','',10001,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'0',0,0,0,''),(10014,0,'','',10001,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10016,0,'','',10001,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'0',0,0,0,''),(10019,0,'','',10001,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10020,0,'','',10001,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(10025,0,'','',10001,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10026,0,'','',10001,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10030,0,'','',10001,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10055,0,'','',10001,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'0',0,0,0,''),(10056,0,'','',10001,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'0',0,0,0,''),(10057,0,'','',10001,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'0',0,0,0,''),(10058,0,'','',10001,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'0',0,0,0,''),(10059,0,'','',10001,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(17318,0,'','',10001,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(17350,0,'','',10001,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(17352,0,'','',10001,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(17354,0,'','',10001,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'0',0,0,0,''),(17356,0,'','',10001,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'0',0,0,0,''),(17358,0,'','',10001,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' proccess that have been niced.',0,'0',0,0,0,''),(17360,0,'','',10001,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'0',0,0,0,''),(17362,0,'','',10001,'CPU $2 time','system.cpu.util[,iowait]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Amount of time the CPU has been waiting for I/O to complete.',0,'0',0,0,0,''),(22181,0,'','',10001,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'0',0,0,0,''),(22183,5,'','',10047,'Zabbix $2 write cache, % free','zabbix[wcache,history,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22185,5,'','',10047,'Zabbix $2 write cache, % free','zabbix[wcache,trend,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22187,5,'','',10047,'Values processed by Zabbix server per second','zabbix[wcache,values]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22189,5,'','',10047,'Zabbix configuration cache, % free','zabbix[rcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22191,5,'','',10047,'Zabbix value cache, % free','zabbix[vcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22196,5,'','',10047,'Zabbix value cache hits','zabbix[vcache,cache,hits]',60,7,365,0,0,'','vps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22199,5,'','',10047,'Zabbix value cache misses','zabbix[vcache,cache,misses]',60,7,365,0,0,'','vps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22219,5,'','',10047,'Zabbix queue over $2','zabbix[queue,10m]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22231,0,'','',10050,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22232,0,'','',10050,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,10,'','','',0,0,'','','','',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,''),(22396,5,'','',10047,'Zabbix $2 write cache, % free','zabbix[wcache,text,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22399,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22400,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,unreachable poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22401,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,vmware collector,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22402,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,http poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22404,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22406,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,history syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22408,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,housekeeper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22410,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,db watchdog,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22412,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,configuration syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22414,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,self-monitoring,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22416,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,ipmi poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22418,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,icmp pinger,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22420,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,proxy poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22422,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,escalator,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22424,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,alerter,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22426,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,timer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22428,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,node watcher,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22430,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,discoverer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22444,0,'','',10001,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(22446,0,'','',10001,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22448,0,'','',10001,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22450,0,'','',10001,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22452,0,'','',10001,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22454,0,'','',10001,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22456,0,'','',10001,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22458,0,'','',10001,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22665,0,'','',10001,'CPU $2 time','system.cpu.util[,steal]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',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,''),(22668,0,'','',10001,'CPU $2 time','system.cpu.util[,softirq]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The amount of time the CPU has been servicing software interrupts.',0,'0',0,0,0,''),(22671,0,'','',10001,'CPU $2 time','system.cpu.util[,interrupt]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The amount of time the CPU has been servicing hardware interrupts.',0,'0',0,0,0,''),(22674,0,'','',10001,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(22677,0,'','',10001,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(22680,0,'','',10001,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22683,0,'','',10001,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22686,0,'','',10001,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22689,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,java poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22700,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr',10060,'Network interfaces','ifDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs.\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22701,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInOctets.{#SNMPINDEX}',10060,'Incoming traffic on interface $1','ifInOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets in valid MAC frames received on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22702,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutOctets.{#SNMPINDEX}',10060,'Outgoing traffic on interface $1','ifOutOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets transmitted in MAC frames on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22703,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr.{#SNMPINDEX}',10060,'Description of interface $1','ifDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.',0,'0',0,0,0,''),(22704,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOperStatus.{#SNMPINDEX}',10060,'Operational status of interface $1','ifOperStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,8,'','','',0,0,'','','','',0,2,'',NULL,'','The current operational state of the interface.',0,'0',0,0,0,''),(22705,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAdminStatus.{#SNMPINDEX}',10060,'Admin status of interface $1','ifAdminStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,11,'','','',0,0,'','','','',0,2,'',NULL,'','The desired state of the interface.',0,'0',0,0,0,''),(22706,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInErrors.{#SNMPINDEX}',10060,'Inbound errors on interface $1','ifInErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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.',0,'0',0,0,0,''),(22707,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutErrors.{#SNMPINDEX}',10060,'Outbound errors on interface $1','ifOutErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.',0,'0',0,0,0,''),(22708,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAlias.{#SNMPINDEX}',10060,'Alias of interface $1','ifAlias[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22709,4,'{$SNMP_COMMUNITY}','IF-MIB::ifNumber.0',10060,'Number of network interfaces','ifNumber',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of network interfaces (regardless of their current state) present on this system.',0,'0',0,0,0,''),(22710,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysDescr.0',10065,'Device description','sysDescr',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','A textual description of the entity. This value should include the full name and version identification of the system\'s hardware type, software operating-system, and networking software.',14,'0',0,0,0,''),(22711,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysName.0',10065,'Device name','sysName',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22712,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysLocation.0',10065,'Device location','sysLocation',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22713,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysContact.0',10065,'Device contact details','sysContact',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22714,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysUpTime.0',10065,'Device uptime','sysUpTime',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.01','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time since the network management portion of the system was last re-initialized.',0,'0',0,0,0,''),(22715,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysContact.0',10066,'Device contact details','sysContact',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22713,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22716,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysDescr.0',10066,'Device description','sysDescr',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22710,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','A textual description of the entity. This value should include the full name and version identification of the system\'s hardware type, software operating-system, and networking software.',14,'0',0,0,0,''),(22717,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysLocation.0',10066,'Device location','sysLocation',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22712,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22718,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysName.0',10066,'Device name','sysName',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22711,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22719,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysUpTime.0',10066,'Device uptime','sysUpTime',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.01','',0,'',22714,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time since the network management portion of the system was last re-initialized.',0,'0',0,0,0,''),(22720,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr',10066,'Network interfaces','ifDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22700,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs.\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22721,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAdminStatus.{#SNMPINDEX}',10066,'Admin status of interface $1','ifAdminStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22705,11,'','','',0,0,'','','','',0,2,'',NULL,'','The desired state of the interface.',0,'0',0,0,0,''),(22722,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAlias.{#SNMPINDEX}',10066,'Alias of interface $1','ifAlias[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22708,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22723,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr.{#SNMPINDEX}',10066,'Description of interface $1','ifDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22703,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.',0,'0',0,0,0,''),(22724,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInErrors.{#SNMPINDEX}',10066,'Inbound errors on interface $1','ifInErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22706,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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.',0,'0',0,0,0,''),(22725,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInOctets.{#SNMPINDEX}',10066,'Incoming traffic on interface $1','ifInOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22701,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets in valid MAC frames received on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22726,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOperStatus.{#SNMPINDEX}',10066,'Operational status of interface $1','ifOperStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22704,8,'','','',0,0,'','','','',0,2,'',NULL,'','The current operational state of the interface.',0,'0',0,0,0,''),(22727,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutErrors.{#SNMPINDEX}',10066,'Outbound errors on interface $1','ifOutErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22707,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.',0,'0',0,0,0,''),(22728,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutOctets.{#SNMPINDEX}',10066,'Outgoing traffic on interface $1','ifOutOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22702,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets transmitted in MAC frames on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22729,4,'{$SNMP_COMMUNITY}','IF-MIB::ifNumber.0',10066,'Number of network interfaces','ifNumber',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22709,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of network interfaces (regardless of their current state) present on this system.',0,'0',0,0,0,''),(22730,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysContact.0',10067,'Device contact details','sysContact',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22713,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22731,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysDescr.0',10067,'Device description','sysDescr',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22710,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','A textual description of the entity. This value should include the full name and version identification of the system\'s hardware type, software operating-system, and networking software.',14,'0',0,0,0,''),(22732,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysLocation.0',10067,'Device location','sysLocation',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22712,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22733,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysName.0',10067,'Device name','sysName',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22711,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22734,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysUpTime.0',10067,'Device uptime','sysUpTime',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.01','',0,'',22714,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time since the network management portion of the system was last re-initialized.',0,'0',0,0,0,''),(22735,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr',10067,'Network interfaces','ifDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22700,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs.\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22736,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAdminStatus.{#SNMPINDEX}',10067,'Admin status of interface $1','ifAdminStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22705,11,'','','',0,0,'','','','',0,2,'',NULL,'','The desired state of the interface.',0,'0',0,0,0,''),(22737,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAlias.{#SNMPINDEX}',10067,'Alias of interface $1','ifAlias[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22708,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22738,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr.{#SNMPINDEX}',10067,'Description of interface $1','ifDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22703,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.',0,'0',0,0,0,''),(22739,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInErrors.{#SNMPINDEX}',10067,'Inbound errors on interface $1','ifInErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22706,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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.',0,'0',0,0,0,''),(22740,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInOctets.{#SNMPINDEX}',10067,'Incoming traffic on interface $1','ifInOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22701,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets in valid MAC frames received on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22741,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOperStatus.{#SNMPINDEX}',10067,'Operational status of interface $1','ifOperStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22704,8,'','','',0,0,'','','','',0,2,'',NULL,'','The current operational state of the interface.',0,'0',0,0,0,''),(22742,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutErrors.{#SNMPINDEX}',10067,'Outbound errors on interface $1','ifOutErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22707,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.',0,'0',0,0,0,''),(22743,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutOctets.{#SNMPINDEX}',10067,'Outgoing traffic on interface $1','ifOutOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22702,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets transmitted in MAC frames on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22744,4,'{$SNMP_COMMUNITY}','IF-MIB::ifNumber.0',10067,'Number of network interfaces','ifNumber',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22709,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of network interfaces (regardless of their current state) present on this system.',0,'0',0,0,0,''),(22746,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr',10068,'Disk partitions','hrStorageDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#SNMPVALUE}:@Storage devices for SNMP discovery',NULL,'','The rule will discover all disk partitions matching the global regexp \"Storage devices for SNMP discovery\".\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22749,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr.{#SNMPINDEX}',10068,'Description of storage $1','hrStorageDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A description of the type and instance of the storage described by this entry.',0,'0',0,0,0,''),(22755,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageAllocationUnits.{#SNMPINDEX}',10068,'Allocation units for storage $1','hrStorageAllocationUnits[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one.',0,'0',0,0,0,''),(22756,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageSize.{#SNMPINDEX}',10068,'Total disk space on $1 in units','hrStorageSize[{#SNMPVALUE}]',3600,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size of the storage represented by this entry, in units of hrStorageAllocationUnits. 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. 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,'0',0,0,0,''),(22757,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageUsed.{#SNMPINDEX}',10068,'Used disk space on $1 in units','hrStorageUsed[{#SNMPVALUE}]',60,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.',0,'0',0,0,0,''),(22758,15,'','',10068,'Total disk space on $1','hrStorageSizeInBytes[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','last(\"hrStorageSize[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get total disk space in bytes.',0,'0',0,0,0,''),(22759,15,'','',10068,'Used disk space on $1','hrStorageUsedInBytes[{#SNMPVALUE}]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','last(\"hrStorageUsed[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get used disk space in bytes.',0,'0',0,0,0,''),(22760,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr',10067,'Disk partitions','hrStorageDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22746,NULL,'','','',0,0,'','','','',0,1,'{#SNMPVALUE}:@Storage devices for SNMP discovery',NULL,'','The rule will discover all disk partitions matching the global regexp \"Storage devices for SNMP discovery\".\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22761,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageAllocationUnits.{#SNMPINDEX}',10067,'Allocation units for storage $1','hrStorageAllocationUnits[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22755,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one.',0,'0',0,0,0,''),(22762,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr.{#SNMPINDEX}',10067,'Description of storage $1','hrStorageDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22749,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A description of the type and instance of the storage described by this entry.',0,'0',0,0,0,''),(22763,15,'','',10067,'Total disk space on $1','hrStorageSizeInBytes[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22758,NULL,'','last(\"hrStorageSize[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get total disk space in bytes.',0,'0',0,0,0,''),(22764,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageSize.{#SNMPINDEX}',10067,'Total disk space on $1 in units','hrStorageSize[{#SNMPVALUE}]',3600,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',22756,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size of the storage represented by this entry, in units of hrStorageAllocationUnits. 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. 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,'0',0,0,0,''),(22765,15,'','',10067,'Used disk space on $1','hrStorageUsedInBytes[{#SNMPVALUE}]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22759,NULL,'','last(\"hrStorageUsed[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get used disk space in bytes.',0,'0',0,0,0,''),(22766,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageUsed.{#SNMPINDEX}',10067,'Used disk space on $1 in units','hrStorageUsed[{#SNMPVALUE}]',60,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',22757,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.',0,'0',0,0,0,''),(22767,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr',10069,'Disk partitions','hrStorageDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22746,NULL,'','','',0,0,'','','','',0,1,'{#SNMPVALUE}:@Storage devices for SNMP discovery',NULL,'','The rule will discover all disk partitions matching the global regexp \"Storage devices for SNMP discovery\".\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22768,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageAllocationUnits.{#SNMPINDEX}',10069,'Allocation units for storage $1','hrStorageAllocationUnits[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22755,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one.',0,'0',0,0,0,''),(22769,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr.{#SNMPINDEX}',10069,'Description of storage $1','hrStorageDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22749,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A description of the type and instance of the storage described by this entry.',0,'0',0,0,0,''),(22770,15,'','',10069,'Total disk space on $1','hrStorageSizeInBytes[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22758,NULL,'','last(\"hrStorageSize[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get total disk space in bytes.',0,'0',0,0,0,''),(22771,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageSize.{#SNMPINDEX}',10069,'Total disk space on $1 in units','hrStorageSize[{#SNMPVALUE}]',3600,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',22756,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size of the storage represented by this entry, in units of hrStorageAllocationUnits. 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. 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,'0',0,0,0,''),(22772,15,'','',10069,'Used disk space on $1','hrStorageUsedInBytes[{#SNMPVALUE}]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22759,NULL,'','last(\"hrStorageUsed[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get used disk space in bytes.',0,'0',0,0,0,''),(22773,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageUsed.{#SNMPINDEX}',10069,'Used disk space on $1 in units','hrStorageUsed[{#SNMPVALUE}]',60,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',22757,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.',0,'0',0,0,0,''),(22774,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysContact.0',10069,'Device contact details','sysContact',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22713,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22775,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysDescr.0',10069,'Device description','sysDescr',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22710,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','A textual description of the entity. This value should include the full name and version identification of the system\'s hardware type, software operating-system, and networking software.',14,'0',0,0,0,''),(22776,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysLocation.0',10069,'Device location','sysLocation',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22712,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22777,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysName.0',10069,'Device name','sysName',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22711,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22778,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysUpTime.0',10069,'Device uptime','sysUpTime',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.01','',0,'',22714,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time since the network management portion of the system was last re-initialized.',0,'0',0,0,0,''),(22779,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr',10069,'Network interfaces','ifDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22700,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs.\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22780,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAdminStatus.{#SNMPINDEX}',10069,'Admin status of interface $1','ifAdminStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22705,11,'','','',0,0,'','','','',0,2,'',NULL,'','The desired state of the interface.',0,'0',0,0,0,''),(22781,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAlias.{#SNMPINDEX}',10069,'Alias of interface $1','ifAlias[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22708,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22782,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr.{#SNMPINDEX}',10069,'Description of interface $1','ifDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22703,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.',0,'0',0,0,0,''),(22783,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInErrors.{#SNMPINDEX}',10069,'Inbound errors on interface $1','ifInErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22706,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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.',0,'0',0,0,0,''),(22784,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInOctets.{#SNMPINDEX}',10069,'Incoming traffic on interface $1','ifInOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22701,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets in valid MAC frames received on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22785,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOperStatus.{#SNMPINDEX}',10069,'Operational status of interface $1','ifOperStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22704,8,'','','',0,0,'','','','',0,2,'',NULL,'','The current operational state of the interface.',0,'0',0,0,0,''),(22786,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutErrors.{#SNMPINDEX}',10069,'Outbound errors on interface $1','ifOutErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22707,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.',0,'0',0,0,0,''),(22787,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutOctets.{#SNMPINDEX}',10069,'Outgoing traffic on interface $1','ifOutOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22702,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets transmitted in MAC frames on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22788,4,'{$SNMP_COMMUNITY}','IF-MIB::ifNumber.0',10069,'Number of network interfaces','ifNumber',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22709,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of network interfaces (regardless of their current state) present on this system.',0,'0',0,0,0,''),(22789,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad',10070,'Processors','hrProcessorLoad',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22793,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad.{#SNMPINDEX}',10070,'Utilization of processor #$1','hrProcessorLoad[{#SNMPINDEX}]',60,7,365,0,3,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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,'0',0,0,0,''),(22796,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad',10069,'Processors','hrProcessorLoad',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22789,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22797,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad.{#SNMPINDEX}',10069,'Utilization of processor #$1','hrProcessorLoad[{#SNMPINDEX}]',60,7,365,0,3,'','%',0,0,'',0,'','','1','',0,'',22793,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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,'0',0,0,0,''),(22798,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad',10067,'Processors','hrProcessorLoad',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22789,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22799,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad.{#SNMPINDEX}',10067,'Utilization of processor #$1','hrProcessorLoad[{#SNMPINDEX}]',60,7,365,0,3,'','%',0,0,'',0,'','','1','',0,'',22793,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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,'0',0,0,0,''),(22800,12,'','',10071,'BB +1.8V SM','bb_1.8v_sm',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +1.8V SM',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22801,12,'','',10071,'BB +3.3V','bb_3.3v',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +3.3V',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22802,12,'','',10071,'BB +3.3V STBY','bb_3.3v_stby',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +3.3V STBY',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22803,12,'','',10071,'BB +5.0V','bb_5.0v',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +5.0V',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22804,12,'','',10071,'BB Ambient Temp','bb_ambient_temp',60,7,365,0,0,'','C',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB Ambient Temp',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22805,12,'','',10071,'Power','power',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','power',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22806,12,'','',10071,'Processor Vcc','processor_vcc',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','Processor Vcc',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22807,12,'','',10071,'System Fan 3','system_fan_3',60,7,365,0,0,'','RPM',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','System Fan 3',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22808,12,'','',10072,'Baseboard Temp','baseboard_temp',60,7,365,0,0,'','C',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','Baseboard Temp',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22809,12,'','',10072,'BB +1.05V PCH','bb_1.05v_pch',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +1.05V PCH',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22810,12,'','',10072,'BB +1.1V P1 Vccp','bb_1.1v_p1_vccp',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +1.1V P1 Vccp',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22811,12,'','',10072,'BB +1.5V P1 DDR3','bb_1.5v_p1_ddr3',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +1.5V P1 DDR3',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22812,12,'','',10072,'BB +3.3V','bb_3.3v',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +3.3V',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22813,12,'','',10072,'BB +3.3V STBY','bb_3.3v_stby',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +3.3V STBY',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22814,12,'','',10072,'BB +5.0V','bb_5.0v',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +5.0V',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22815,12,'','',10072,'Front Panel Temp','front_panel_temp',60,7,365,0,0,'','C',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','Front Panel Temp',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22816,12,'','',10072,'Power','power',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','power',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22817,12,'','',10072,'System Fan 2','system_fan_2',60,7,365,0,0,'','RPM',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','System Fan 2',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22818,12,'','',10072,'System Fan 3','system_fan_3',60,7,365,0,0,'','RPM',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','System Fan 3',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22819,0,'','',10073,'MySQL status','mysql.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.ping, which is defined in userparameter_mysql.conf.\r\n\r\n0 - MySQL server is down\r\n1 - MySQL server is up',0,'30',0,0,0,''),(22820,0,'','',10073,'MySQL uptime','mysql.status[Uptime]',60,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22821,0,'','',10073,'MySQL version','mysql.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.version, which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22822,0,'','',10073,'MySQL insert operations per second','mysql.status[Com_insert]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22823,0,'','',10073,'MySQL select operations per second','mysql.status[Com_select]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22824,0,'','',10073,'MySQL update operations per second','mysql.status[Com_update]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22825,0,'','',10073,'MySQL rollback operations per second','mysql.status[Com_rollback]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22826,0,'','',10073,'MySQL commit operations per second','mysql.status[Com_commit]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22827,0,'','',10073,'MySQL begin operations per second','mysql.status[Com_begin]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22828,0,'','',10073,'MySQL delete operations per second','mysql.status[Com_delete]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22829,0,'','',10073,'MySQL bytes sent per second','mysql.status[Bytes_sent]',60,7,365,0,0,'','Bps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of bytes sent to all clients.\r\n\r\nIt requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22830,0,'','',10073,'MySQL bytes received per second','mysql.status[Bytes_received]',60,7,365,0,0,'','Bps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of bytes received from all clients. \r\n\r\nIt requires user parameter mysql.status[*], which is defined in \r\nuserparameter_mysql.conf.',0,'30',0,0,0,''),(22831,0,'','',10073,'MySQL queries per second','mysql.status[Questions]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22832,0,'','',10073,'MySQL slow queries','mysql.status[Slow_queries]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22833,0,'','',10074,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22834,0,'','',10074,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22835,0,'','',10074,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22836,0,'','',10074,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22837,0,'','',10074,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'30',0,0,0,''),(22838,0,'','',10074,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'30',0,0,0,''),(22839,0,'','',10074,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22840,0,'','',10074,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22841,0,'','',10074,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22842,0,'','',10074,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22843,0,'','',10074,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22844,0,'','',10074,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22845,0,'','',10074,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'30',0,0,0,''),(22846,0,'','',10074,'CPU $2 time','system.cpu.util[,interrupt]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The amount of time the CPU has been servicing hardware interrupts.',0,'30',0,0,0,''),(22848,0,'','',10074,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' proccess that have been niced.',0,'30',0,0,0,''),(22851,0,'','',10074,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'30',0,0,0,''),(22852,0,'','',10074,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'30',0,0,0,''),(22853,0,'','',10074,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(22854,0,'','',10074,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22855,0,'','',10074,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22856,0,'','',10074,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22857,0,'','',10074,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22858,0,'','',10074,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(22859,0,'','',10074,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22860,0,'','',10074,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(22861,0,'','',10074,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22862,0,'','',10074,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(22863,0,'','',10074,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22867,0,'','',10074,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22868,0,'','',10074,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22869,0,'','',10074,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22870,0,'','',10074,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22871,0,'','',10074,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22872,0,'','',10074,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22873,0,'','',10075,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22874,0,'','',10075,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22875,0,'','',10075,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22876,0,'','',10075,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22877,0,'','',10075,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'30',0,0,0,''),(22878,0,'','',10075,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'30',0,0,0,''),(22879,0,'','',10075,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22880,0,'','',10075,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22881,0,'','',10075,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22882,0,'','',10075,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22883,0,'','',10075,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22884,0,'','',10075,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22885,0,'','',10075,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'30',0,0,0,''),(22886,0,'','',10075,'CPU $2 time','system.cpu.util[,interrupt]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The amount of time the CPU has been servicing hardware interrupts.',0,'30',0,0,0,''),(22888,0,'','',10075,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' proccess that have been niced.',0,'30',0,0,0,''),(22891,0,'','',10075,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'30',0,0,0,''),(22892,0,'','',10075,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'30',0,0,0,''),(22893,0,'','',10075,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(22894,0,'','',10075,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22895,0,'','',10075,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22896,0,'','',10075,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22897,0,'','',10075,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22898,0,'','',10075,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(22899,0,'','',10075,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22900,0,'','',10075,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(22901,0,'','',10075,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22902,0,'','',10075,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(22903,0,'','',10075,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22907,0,'','',10075,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22908,0,'','',10075,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22909,0,'','',10075,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22910,0,'','',10075,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22911,0,'','',10075,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22912,0,'','',10075,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22913,0,'','',10076,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22914,0,'','',10076,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22917,0,'','',10076,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'30',0,0,0,''),(22918,0,'','',10076,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'30',0,0,0,''),(22920,0,'','',10076,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22921,0,'','',10076,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22922,0,'','',10076,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22923,0,'','',10076,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22924,0,'','',10076,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22933,0,'','',10076,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(22934,0,'','',10076,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22938,0,'','',10076,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(22939,0,'','',10076,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22940,0,'','',10076,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(22941,0,'','',10076,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22942,0,'','',10076,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(22943,0,'','',10076,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22944,0,'','',10076,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(22945,0,'','',10076,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22946,0,'','',10076,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22947,0,'','',10076,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22948,0,'','',10076,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22949,0,'','',10076,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22950,0,'','',10076,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22951,0,'','',10076,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22952,0,'','',10076,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22953,0,'','',10077,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22954,0,'','',10077,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22961,0,'','',10077,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22962,0,'','',10077,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22963,0,'','',10077,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22965,0,'','',10077,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'30',0,0,0,''),(22968,0,'','',10077,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' proccess that have been niced.',0,'30',0,0,0,''),(22971,0,'','',10077,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'30',0,0,0,''),(22972,0,'','',10077,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'30',0,0,0,''),(22973,0,'','',10077,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(22974,0,'','',10077,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22978,0,'','',10077,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(22980,0,'','',10077,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(22981,0,'','',10077,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22982,0,'','',10077,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(22983,0,'','',10077,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22984,0,'','',10077,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(22985,0,'','',10077,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22986,0,'','',10077,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22987,0,'','',10077,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22988,0,'','',10077,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22989,0,'','',10077,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22990,0,'','',10077,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22991,0,'','',10077,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22992,0,'','',10077,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22993,0,'','',10078,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22994,0,'','',10078,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22996,0,'','',10078,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22997,0,'','',10078,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'30',0,0,0,''),(22998,0,'','',10078,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'30',0,0,0,''),(22999,0,'','',10078,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23000,0,'','',10078,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23001,0,'','',10078,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23002,0,'','',10078,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23003,0,'','',10078,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23004,0,'','',10078,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23005,0,'','',10078,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'30',0,0,0,''),(23007,0,'','',10078,'CPU $2 time','system.cpu.util[,iowait]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Amount of time the CPU has been waiting for I/O to complete.',0,'30',0,0,0,''),(23011,0,'','',10078,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'30',0,0,0,''),(23012,0,'','',10078,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'30',0,0,0,''),(23013,0,'','',10078,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(23014,0,'','',10078,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23015,0,'','',10078,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23016,0,'','',10078,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23017,0,'','',10078,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23018,0,'','',10078,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(23019,0,'','',10078,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23020,0,'','',10078,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(23021,0,'','',10078,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23022,0,'','',10078,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(23023,0,'','',10078,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23024,0,'','',10078,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23025,0,'','',10078,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23026,0,'','',10078,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23027,0,'','',10078,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(23028,0,'','',10078,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23029,0,'','',10078,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23030,0,'','',10078,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23031,0,'','',10078,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23032,0,'','',10078,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23033,0,'','',10079,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(23034,0,'','',10079,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23035,0,'','',10079,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(23036,0,'','',10079,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(23039,0,'','',10079,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23041,0,'','',10079,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23042,0,'','',10079,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23043,0,'','',10079,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23053,0,'','',10079,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(23054,0,'','',10079,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23058,0,'','',10079,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(23059,0,'','',10079,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23060,0,'','',10079,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(23061,0,'','',10079,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23062,0,'','',10079,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(23063,0,'','',10079,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23067,0,'','',10079,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(23068,0,'','',10079,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23069,0,'','',10079,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23070,0,'','',10079,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23071,0,'','',10079,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23072,0,'','',10079,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23073,0,'','',10075,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23074,0,'','',10075,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23075,0,'','',10074,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23076,0,'','',10074,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23077,0,'','',10079,'Incoming network traffic on $1','net.if.in[en0]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23078,0,'','',10079,'Outgoing network traffic on $1','net.if.out[en0]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23108,0,'','',10076,'CPU available physical processors in the shared pool','system.stat[cpu,app]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23109,0,'','',10076,'CPU entitled capacity consumed','system.stat[cpu,ec]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23110,0,'','',10076,'CPU idle time','system.stat[cpu,id]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23111,0,'','',10076,'CPU logical processor utilization','system.stat[cpu,lbusy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23112,0,'','',10076,'CPU number of physical processors consumed','system.stat[cpu,pc]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23113,0,'','',10076,'CPU system time','system.stat[cpu,sy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23114,0,'','',10076,'CPU user time','system.stat[cpu,us]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23115,0,'','',10076,'CPU iowait time','system.stat[cpu,wa]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23116,0,'','',10076,'Amount of data transferred','system.stat[disk,bps]',60,7,365,0,0,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23117,0,'','',10076,'Number of transfers','system.stat[disk,tps]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23118,0,'','',10076,'Processor units is entitled to receive','system.stat[ent]',3600,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23119,0,'','',10076,'Kernel thread context switches','system.stat[faults,cs]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23120,0,'','',10076,'Device interrupts','system.stat[faults,in]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23121,0,'','',10076,'System calls','system.stat[faults,sy]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23122,0,'','',10076,'Length of the swap queue','system.stat[kthr,b]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23123,0,'','',10076,'Length of the run queue','system.stat[kthr,r]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23124,0,'','',10076,'Active virtual pages','system.stat[memory,avm]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23125,0,'','',10076,'Free real memory','system.stat[memory,fre]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23126,0,'','',10076,'File page-ins per second','system.stat[page,fi]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23127,0,'','',10076,'File page-outs per second','system.stat[page,fo]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23128,0,'','',10076,'Pages freed (page replacement)','system.stat[page,fr]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23129,0,'','',10076,'Pages paged in from paging space','system.stat[page,pi]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23130,0,'','',10076,'Pages paged out to paging space','system.stat[page,po]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23131,0,'','',10076,'Pages scanned by page-replacement algorithm','system.stat[page,sr]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23134,0,'','',10081,'Average disk read queue length','perf_counter[\\234(_Total)\\1402]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\PhysicalDisk(_Total)\\Avg. Disk Read Queue Length',0,'30',0,0,0,''),(23135,0,'','',10081,'Average disk write queue length','perf_counter[\\234(_Total)\\1404]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\PhysicalDisk(_Total)\\Avg. Disk Write Queue Length',0,'30',0,0,0,''),(23136,0,'','',10081,'File read bytes per second','perf_counter[\\2\\16]',60,7,365,0,0,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\System\\File Read Bytes/sec',0,'30',0,0,0,''),(23137,0,'','',10081,'File write bytes per second','perf_counter[\\2\\18]',60,7,365,0,0,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\System\\File Write Bytes/sec',0,'30',0,0,0,''),(23138,0,'','',10081,'Number of threads','perf_counter[\\2\\250]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\System\\Threads',0,'30',0,0,0,''),(23140,0,'','',10081,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23143,0,'','',10081,'Processor load (1 min average)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23144,0,'','',10081,'Processor load (15 min average)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23145,0,'','',10081,'Processor load (5 min average)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23147,0,'','',10081,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23148,0,'','',10081,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23149,0,'','',10081,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',5,'30',0,0,0,''),(23150,0,'','',10081,'System uptime','system.uptime',60,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23158,0,'','',10081,'Free memory','vm.memory.size[free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23159,0,'','',10081,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23160,0,'','',10081,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(23161,0,'','',10081,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23162,0,'','',10081,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(23163,0,'','',10081,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23164,0,'','',10081,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23165,0,'','',10081,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23167,0,'','',10081,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23168,0,'','',10081,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23169,0,'','',10081,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23170,0,'','',10081,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23171,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,snmp trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23172,16,'','',10082,'comp Accumulated time spent in compilation','jmx[\"java.lang:type=Compilation\",TotalCompilationTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23173,16,'','',10082,'cl Loaded Class Count','jmx[\"java.lang:type=ClassLoading\",LoadedClassCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23174,16,'','',10082,'cl Total Loaded Class Count','jmx[\"java.lang:type=ClassLoading\",TotalLoadedClassCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23175,16,'','',10082,'cl Unloaded Class Count','jmx[\"java.lang:type=ClassLoading\",UnloadedClassCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23176,16,'','',10082,'gc ConcurrentMarkSweep accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=ConcurrentMarkSweep\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23177,16,'','',10082,'gc ConcurrentMarkSweep number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=ConcurrentMarkSweep\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23178,16,'','',10082,'gc Copy accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=Copy\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23179,16,'','',10082,'gc Copy number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=Copy\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23180,16,'','',10082,'gc MarkSweepCompact accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=MarkSweepCompact\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23181,16,'','',10082,'gc MarkSweepCompact number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=MarkSweepCompact\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23182,16,'','',10082,'gc ParNew accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=ParNew\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23183,16,'','',10082,'gc ParNew number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=ParNew\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23184,16,'','',10082,'gc PS MarkSweep accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=PS MarkSweep\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23185,16,'','',10082,'gc PS Scavenge accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=PS Scavenge\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23186,16,'','',10082,'gc PS Scavenge number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=PS Scavenge\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23187,16,'','',10082,'gc PS MarkSweep number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=PS MarkSweep\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23188,16,'','',10082,'jvm Uptime','jmx[\"java.lang:type=Runtime\",Uptime]',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23189,16,'','',10082,'jvm Version','jmx[\"java.lang:type=Runtime\",VmVersion]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23190,16,'','',10082,'mem Object Pending Finalization Count','jmx[\"java.lang:type=Memory\",ObjectPendingFinalizationCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23191,16,'','',10082,'mp CMS Old Gen committed','jmx[\"java.lang:type=MemoryPool,name=CMS Old Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23192,16,'','',10082,'mp CMS Old Gen max','jmx[\"java.lang:type=MemoryPool,name=CMS Old Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23193,16,'','',10082,'mp CMS Old Gen used','jmx[\"java.lang:type=MemoryPool,name=CMS Old Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23194,16,'','',10082,'mp CMS Perm Gen committed','jmx[\"java.lang:type=MemoryPool,name=CMS Perm Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23195,16,'','',10082,'mp CMS Perm Gen max','jmx[\"java.lang:type=MemoryPool,name=CMS Perm Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23196,16,'','',10082,'mp CMS Perm Gen used','jmx[\"java.lang:type=MemoryPool,name=CMS Perm Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23197,16,'','',10082,'mp Code Cache committed','jmx[\"java.lang:type=MemoryPool,name=Code Cache\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23198,16,'','',10082,'mp Code Cache max','jmx[\"java.lang:type=MemoryPool,name=Code Cache\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23199,16,'','',10082,'mp Code Cache used','jmx[\"java.lang:type=MemoryPool,name=Code Cache\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23200,16,'','',10082,'mp Perm Gen committed','jmx[\"java.lang:type=MemoryPool,name=Perm Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23201,16,'','',10082,'mp Perm Gen max','jmx[\"java.lang:type=MemoryPool,name=Perm Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23202,16,'','',10082,'mp Perm Gen used','jmx[\"java.lang:type=MemoryPool,name=Perm Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23203,16,'','',10082,'mp PS Old Gen committed','jmx[\"java.lang:type=MemoryPool,name=PS Old Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23204,16,'','',10082,'mp PS Old Gen max','jmx[\"java.lang:type=MemoryPool,name=PS Old Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23205,16,'','',10082,'mp PS Old Gen used','jmx[\"java.lang:type=MemoryPool,name=PS Old Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23206,16,'','',10082,'mp PS Perm Gen committed','jmx[\"java.lang:type=MemoryPool,name=PS Perm Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23207,16,'','',10082,'mp PS Perm Gen max','jmx[\"java.lang:type=MemoryPool,name=PS Perm Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23208,16,'','',10082,'mp PS Perm Gen used','jmx[\"java.lang:type=MemoryPool,name=PS Perm Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23209,16,'','',10082,'mp Tenured Gen committed','jmx[\"java.lang:type=MemoryPool,name=Tenured Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23210,16,'','',10082,'mp Tenured Gen max','jmx[\"java.lang:type=MemoryPool,name=Tenured Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23211,16,'','',10082,'mpTenured Gen used','jmx[\"java.lang:type=MemoryPool,name=Tenured Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23212,16,'','',10082,'comp Name of the current JIT compiler','jmx[\"java.lang:type=Compilation\",Name]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23213,16,'','',10082,'os Max File Descriptor Count','jmx[\"java.lang:type=OperatingSystem\",MaxFileDescriptorCount]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23214,16,'','',10082,'os Open File Descriptor Count','jmx[\"java.lang:type=OperatingSystem\",OpenFileDescriptorCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23215,16,'','',10082,'th Daemon Thread Count','jmx[\"java.lang:type=Threading\",DaemonThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23216,16,'','',10082,'th Peak Thread Count','jmx[\"java.lang:type=Threading\",PeakThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23217,16,'','',10082,'th Thread Count','jmx[\"java.lang:type=Threading\",ThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23218,16,'','',10082,'th Total Started Thread Count','jmx[\"java.lang:type=Threading\",TotalStartedThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23219,16,'','',10083,'http-8080 bytes received per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",bytesReceived]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23220,16,'','',10083,'http-8080 bytes sent per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",bytesSent]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23221,16,'','',10083,'http-8080 errors per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",errorCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23222,16,'','',10083,'http-8080 gzip compression','jmx[\"Catalina:type=ProtocolHandler,port=8080\",compression]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23223,16,'','',10083,'http-8080 request processing time','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",processingTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23224,16,'','',10083,'http-8080 requests per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",requestCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23225,16,'','',10083,'http-8080 threads allocated','jmx[\"Catalina:type=ThreadPool,name=http-8080\",currentThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23226,16,'','',10083,'http-8080 threads busy','jmx[\"Catalina:type=ThreadPool,name=http-8080\",currentThreadsBusy]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23227,16,'','',10083,'http-8080 threads max','jmx[\"Catalina:type=ThreadPool,name=http-8080\",maxThreads]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23228,16,'','',10083,'http-8443 bytes received per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\",bytesReceived]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23229,16,'','',10083,'http-8443 bytes sent per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\", bytesSent]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23230,16,'','',10083,'http-8443 errors per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\",errorCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23231,16,'','',10083,'http-8443 gzip compression','jmx[\"Catalina:type=ProtocolHandler,port=8443\",compression]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23232,16,'','',10083,'http-8443 request processing time','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\",processingTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23233,16,'','',10083,'http-8443 requests per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\",requestCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23234,16,'','',10083,'http-8443 threads allocated','jmx[\"Catalina:type=ThreadPool,name=http-8443\",currentThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23235,16,'','',10083,'http-8443 threads busy','jmx[\"Catalina:type=ThreadPool,name=http-8443\",currentThreadsBusy]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23236,16,'','',10083,'http-8443 threads max','jmx[\"Catalina:type=ThreadPool,name=http-8443\",maxThreads]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23237,16,'','',10083,'jk-8009 bytes received per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\", bytesReceived]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23238,16,'','',10083,'jk-8009 bytes sent per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\",bytesSent]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23239,16,'','',10083,'jk-8009 errors per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\",errorCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23240,16,'','',10083,'jk-8009 request processing time','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\",processingTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23241,16,'','',10083,'jk-8009 requests per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\",requestCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23242,16,'','',10083,'jk-8009 threads allocated','jmx[\"Catalina:type=ThreadPool,name=jk-8009\",currentThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23243,16,'','',10083,'jk-8009 threads busy','jmx[\"Catalina:type=ThreadPool,name=jk-8009\",currentThreadsBusy]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23244,16,'','',10083,'jk-8009 threads max','jmx[\"Catalina:type=ThreadPool,name=jk-8009\",maxThreads]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23245,16,'','',10083,'Maximum number of active sessions so far','jmx[\"Catalina:type=Manager,path=/,host=localhost\",maxActive]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23246,16,'','',10083,'Number of active sessions at this moment','jmx[\"Catalina:type=Manager,path=/,host=localhost\",activeSessions]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23247,16,'','',10083,'Number of sessions created by this manager per second','jmx[\"Catalina:type=Manager,path=/,host=localhost\",sessionCounter]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23248,16,'','',10083,'Number of sessions we rejected due to maxActive beeing reached','jmx[\"Catalina:type=Manager,path=/,host=localhost\",rejectedSessions]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23249,16,'','',10083,'The maximum number of active Sessions allowed, or -1 for no limit','jmx[\"Catalina:type=Manager,path=/,host=localhost\",maxActiveSessions]',3600,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23250,16,'','',10083,'Tomcat version','jmx[\"Catalina:type=Server\",serverInfo]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23251,5,'','',10047,'Zabbix queue','zabbix[queue]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23252,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,alerter,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22424,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23253,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,configuration syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22412,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23254,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,db watchdog,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22410,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23255,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,discoverer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22430,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23256,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,escalator,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22422,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23257,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,history syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22406,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23258,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,housekeeper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22408,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23259,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,http poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22402,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23260,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,icmp pinger,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22418,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23261,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,ipmi poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22416,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23262,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,java poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22689,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23263,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,node watcher,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22428,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23264,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22399,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23265,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,proxy poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22420,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23266,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,self-monitoring,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22414,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23267,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,snmp trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',23171,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23268,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,timer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22426,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23269,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22404,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23270,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,unreachable poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22400,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23271,5,'','',10084,'Zabbix queue over $2','zabbix[queue,10m]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22219,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23272,5,'','',10084,'Zabbix queue','zabbix[queue]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',23251,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23273,5,'','',10084,'Zabbix configuration cache, % free','zabbix[rcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22189,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23274,5,'','',10084,'Zabbix $2 write cache, % free','zabbix[wcache,history,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22183,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23275,5,'','',10084,'Zabbix $2 write cache, % free','zabbix[wcache,text,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22396,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23276,5,'','',10084,'Zabbix $2 write cache, % free','zabbix[wcache,trend,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22185,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23277,5,'','',10084,'Values processed by Zabbix server per second','zabbix[wcache,values]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',22187,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23278,0,'','',10084,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22444,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',1,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23279,0,'','',10084,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22450,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',1,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(23280,0,'','',10084,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22446,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23281,0,'','',10084,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22448,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23282,0,'','',10084,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22454,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23283,0,'','',10084,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22452,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23284,0,'','',10084,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22686,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23285,0,'','',10084,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22456,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23286,0,'','',10084,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22458,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23287,0,'','',10084,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10020,10,'','','',0,0,'','','','',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,''),(23288,0,'','',10084,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',10059,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23289,0,'','',10084,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10056,NULL,'','','',0,0,'','','','',0,0,'',1,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'0',0,0,0,''),(23290,0,'','',10084,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10055,NULL,'','','',0,0,'','','','',0,0,'',1,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'0',0,0,0,''),(23291,0,'','',10084,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10013,NULL,'','','',0,0,'','','','',0,0,'',1,'','Number of processes in running state.',0,'0',0,0,0,''),(23292,0,'','',10084,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10009,NULL,'','','',0,0,'','','','',0,0,'',1,'','Total number of processes in any state.',0,'0',0,0,0,''),(23293,0,'','',10084,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',17318,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23294,0,'','',10084,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',22683,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23295,0,'','',10084,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',22677,NULL,'','','',0,0,'','','','',0,0,'',1,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(23296,0,'','',10084,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',10010,NULL,'','','',0,0,'','','','',0,0,'',1,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(23297,0,'','',10084,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',22674,NULL,'','','',0,0,'','','','',0,0,'',1,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(23298,0,'','',10084,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',22680,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23299,0,'','',10084,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17354,NULL,'','','',0,0,'','','','',0,0,'',1,'','The time the CPU has spent doing nothing.',0,'0',0,0,0,''),(23300,0,'','',10084,'CPU $2 time','system.cpu.util[,interrupt]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22671,NULL,'','','',0,0,'','','','',0,0,'',1,'','The amount of time the CPU has been servicing hardware interrupts.',0,'0',0,0,0,''),(23301,0,'','',10084,'CPU $2 time','system.cpu.util[,iowait]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17362,NULL,'','','',0,0,'','','','',0,0,'',1,'','Amount of time the CPU has been waiting for I/O to complete.',0,'0',0,0,0,''),(23302,0,'','',10084,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17358,NULL,'','','',0,0,'','','','',0,0,'',1,'','The time the CPU has spent running users\' proccess that have been niced.',0,'0',0,0,0,''),(23303,0,'','',10084,'CPU $2 time','system.cpu.util[,softirq]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22668,NULL,'','','',0,0,'','','','',0,0,'',1,'','The amount of time the CPU has been servicing software interrupts.',0,'0',0,0,0,''),(23304,0,'','',10084,'CPU $2 time','system.cpu.util[,steal]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22665,NULL,'','','',0,0,'','','','',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,''),(23305,0,'','',10084,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17360,NULL,'','','',0,0,'','','','',0,0,'',1,'','The time the CPU has spent running the kernel and its processes.',0,'0',0,0,0,''),(23306,0,'','',10084,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17356,NULL,'','','',0,0,'','','','',0,0,'',1,'','The time the CPU has spent running users\' processes that are not niced.',0,'0',0,0,0,''),(23307,0,'','',10084,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',10057,NULL,'','','',0,0,'','','','',0,0,'',1,'','System host name.',3,'0',0,0,0,''),(23308,0,'','',10084,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',17352,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23309,0,'','',10084,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',10014,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23310,0,'','',10084,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17350,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23311,0,'','',10084,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',10030,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23312,0,'','',10084,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',10058,NULL,'','','',0,0,'','','','',0,0,'',1,'','The information as normally returned by \'uname -a\'.',5,'0',0,0,0,''),(23313,0,'','',10084,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',10025,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23314,0,'','',10084,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10016,NULL,'','','',0,0,'','','','',0,0,'',1,'','Number of users who are currently logged in.',0,'0',0,0,0,''),(23315,0,'','',10084,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10019,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23316,0,'','',10084,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22181,NULL,'','','',0,0,'','','','',0,0,'',1,'','Available memory is defined as free+cached+buffers memory.',0,'0',0,0,0,''),(23317,0,'','',10084,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',10026,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23318,0,'','',10050,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23319,0,'','',10001,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23320,0,'','',10074,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23321,0,'','',10075,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23322,0,'','',10076,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23323,0,'','',10077,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23324,0,'','',10078,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23325,0,'','',10079,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23326,0,'','',10081,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23327,0,'','',10084,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23319,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'30',0,0,0,''),(23328,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,vmware collector,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22401,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23329,0,'','',10074,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23340,5,'','',10048,'Values processed by Zabbix proxy','zabbix[wcache,values]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23341,5,'','',10048,'Zabbix $2 write cache, % free','zabbix[wcache,text,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23342,5,'','',10048,'Zabbix $2 write cache, % free','zabbix[wcache,history,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23343,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,self-monitoring,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23344,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,snmp trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23345,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23346,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,unreachable poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23347,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,configuration syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23348,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,poller,avg,busy]',60,7,365,0,0,'localhost','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23349,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,java poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23350,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,history syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23351,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,heartbeat sender,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23352,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,discoverer,avg,busy]',60,7,365,0,0,'localhost','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23353,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,housekeeper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23354,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,http poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23355,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,ipmi poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23356,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,icmp pinger,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23357,5,'','',10048,'Zabbix configuration cache, % free','zabbix[rcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23358,5,'','',10048,'Zabbix queue','zabbix[queue]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23359,5,'','',10048,'Zabbix queue over $2','zabbix[queue,10m]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23360,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,data sender,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23540,0,'','',10075,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23542,3,'','',10088,'Discover VMware VMs','vmware.vm.discovery[{$URL}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of guest virtual machines.',0,'30',0,0,0,''),(23543,3,'','',10089,'Ballooned memory','vmware.vm.memory.size.ballooned[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory that is currently reclaimed through the balloon driver.',0,'30',0,0,0,''),(23544,3,'','',10089,'Compressed memory','vmware.vm.memory.size.compressed[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of memory currently in the compression cache for this VM.',0,'30',0,0,0,''),(23545,3,'','',10089,'Memory size','vmware.vm.memory.size[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Total size of configured memory.',0,'30',0,0,0,''),(23546,3,'','',10089,'Swapped memory','vmware.vm.memory.size.swapped[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory swapped out to the VM\'s swap device by ESX.',0,'30',0,0,0,''),(23547,3,'','',10089,'Committed storage space','vmware.vm.storage.committed[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Total storage space, in bytes, committed to this virtual machine across all datastores.',0,'30',0,0,0,''),(23548,3,'','',10089,'Uncommitted storage space','vmware.vm.storage.uncommitted[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Additional storage space, in bytes, potentially used by this virtual machine on all datastores.',0,'30',0,0,0,''),(23549,3,'','',10089,'Unshared storage space','vmware.vm.storage.unshared[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,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,'30',0,0,0,''),(23550,3,'','',10089,'CPU usage','vmware.vm.cpu.usage[{$URL},{HOST.HOST}]',60,90,365,0,3,'','Hz',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,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,'30',0,0,0,''),(23551,3,'','',10089,'Number of virtual CPUs','vmware.vm.cpu.num[{$URL},{HOST.HOST}]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Number of virtual CPUs assigned to the guest.',0,'30',0,0,0,''),(23552,3,'','',10089,'Power state','vmware.vm.powerstate[{$URL},{HOST.HOST}]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,12,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The current power state of the virtual machine.',0,'30',0,0,0,''),(23553,3,'','',10089,'Uptime','vmware.vm.uptime[{$URL},{HOST.HOST}]',60,90,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','System uptime.',0,'30',0,0,0,''),(23554,3,'','',10088,'Discover VMware hypervisors','vmware.hv.discovery[{$URL}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of hypervisors.',0,'30',0,0,0,''),(23555,3,'','',10091,'Bios UUID','vmware.hv.hw.uuid[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The hardware BIOS identification.',0,'30',0,0,0,''),(23556,3,'','',10091,'CPU cores','vmware.hv.hw.cpu.num[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Number of physical CPU cores on the host. Physical CPU cores are the processors contained by a CPU package.',0,'30',0,0,0,''),(23557,3,'','',10091,'CPU frequency','vmware.hv.hw.cpu.freq[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','Hz',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,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,'30',0,0,0,''),(23558,3,'','',10091,'CPU model','vmware.hv.hw.cpu.model[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The CPU model.',0,'30',0,0,0,''),(23559,3,'','',10091,'CPU threads','vmware.hv.hw.cpu.threads[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Number of physical CPU threads on the host.',0,'30',0,0,0,''),(23560,3,'','',10091,'CPU usage','vmware.hv.cpu.usage[{$URL},{HOST.HOST}]',60,90,365,0,3,'','Hz',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Aggregated CPU usage across all cores on the host in Hz. This is only available if the host is connected.',0,'30',0,0,0,''),(23561,3,'','',10091,'Full name','vmware.hv.fullname[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The complete product name, including the version information.',0,'30',0,0,0,''),(23562,3,'','',10091,'Model','vmware.hv.hw.model[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The system model identification.',0,'30',0,0,0,''),(23563,3,'','',10091,'Overall status','vmware.hv.status[{$URL},{HOST.HOST}]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,13,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The overall alarm status of the host: gray - unknown, ok, red - it has a problem, yellow - it might have a problem.',0,'30',0,0,0,''),(23564,3,'','',10091,'Total memory','vmware.hv.hw.memory[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The physical memory size.',0,'30',0,0,0,''),(23565,3,'','',10091,'Uptime','vmware.hv.uptime[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','System uptime.',0,'30',0,0,0,''),(23566,3,'','',10091,'Used memory','vmware.hv.memory.used[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Physical memory usage on the host.',0,'30',0,0,0,''),(23567,3,'','',10091,'Vendor','vmware.hv.hw.vendor[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The hardware vendor identification.',0,'30',0,0,0,''),(23568,3,'','',10091,'Version','vmware.hv.version[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Dot-separated version string.',0,'30',0,0,0,''),(23569,3,'','',10091,'Number of guest VMs','vmware.hv.vm.num[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Number of guest virtual machines.',0,'30',0,0,0,''),(23572,3,'','',10091,'Ballooned memory','vmware.hv.memory.size.ballooned[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory that is currently reclaimed through the balloon driver. Sum of all guest VMs.',0,'30',0,0,0,''),(23573,3,'','',10089,'Hypervisor name','vmware.vm.hv.name[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Hypervisor name of the guest VM.',0,'30',0,0,0,''),(23575,3,'','',10089,'Mounted filesystem discovery','vmware.vm.vfs.fs.discovery[{$URL},{HOST.HOST}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of all guest file systems.',0,'30',0,0,0,''),(23576,3,'','',10089,'Free disk space on {#FSNAME}','vmware.vm.vfs.fs.size[{$URL},{HOST.HOST},{#FSNAME},free]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23577,3,'','',10089,'Free disk space on {#FSNAME} (percentage)','vmware.vm.vfs.fs.size[{$URL},{HOST.HOST},{#FSNAME},pfree]',60,90,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23578,3,'','',10089,'Total disk space on {#FSNAME}','vmware.vm.vfs.fs.size[{$URL},{HOST.HOST},{#FSNAME},total]',3600,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23579,3,'','',10089,'Used disk space on {#FSNAME}','vmware.vm.vfs.fs.size[{$URL},{HOST.HOST},{#FSNAME},used]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23585,3,'','',10089,'Guest memory usage','vmware.vm.memory.size.usage.guest[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory that is being used by the VM.',0,'30',0,0,0,''),(23586,3,'','',10089,'Host memory usage','vmware.vm.memory.size.usage.host[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of host physical memory allocated to the VM, accounting for saving from memory sharing with other VMs.',0,'30',0,0,0,''),(23587,3,'','',10089,'Private memory','vmware.vm.memory.size.private[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Amount of memory backed by host memory and not being shared.',0,'30',0,0,0,''),(23588,3,'','',10089,'Shared memory','vmware.vm.memory.size.shared[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory shared through transparent page sharing.',0,'30',0,0,0,''),(23593,3,'','',10088,'Event log','vmware.eventlog[{$URL}]',60,90,365,0,2,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23595,3,'','',10088,'Discover VMware clusters','vmware.cluster.discovery[{$URL}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of clusters',0,'30',0,0,0,''),(23596,3,'','',10088,'Status of \"$2\" cluster','vmware.cluster.status[{$URL},{#CLUSTER.NAME}]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,13,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23597,3,'','',10089,'Cluster name','vmware.vm.cluster.name[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Cluster name of the guest VM.',0,'30',0,0,0,''),(23598,3,'','',10091,'Cluster name','vmware.hv.cluster.name[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Cluster name of the guest VM.',0,'30',0,0,0,''),(23599,3,'','',10089,'Disk device discovery','vmware.vm.vfs.dev.discovery[{$URL},{HOST.HOST}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of all disk devices.',0,'30',0,0,0,''),(23600,3,'','',10089,'Network device discovery','vmware.vm.net.if.discovery[{$URL},{HOST.HOST}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of all network devices.',0,'30',0,0,0,''),(23601,3,'','',10089,'Average number of kilobytes read from the disk $3','vmware.vm.vfs.dev.read[{$URL},{HOST.HOST},{#DISKNAME},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23602,3,'','',10089,'Average number of kilobytes written to the disk $3','vmware.vm.vfs.dev.write[{$URL},{HOST.HOST},{#DISKNAME},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23603,3,'','',10089,'Average number of reads from the disk $3','vmware.vm.vfs.dev.read[{$URL},{HOST.HOST},{#DISKNAME},ops]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23604,3,'','',10089,'Average number of writes to the disk $3','vmware.vm.vfs.dev.write[{$URL},{HOST.HOST},{#DISKNAME},ops]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23605,3,'','',10089,'Number of packets received on interface $3','vmware.vm.net.if.in[{$URL},{HOST.HOST},{#IFNAME},pps]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23606,3,'','',10089,'Number of packets transmitted on interface $3','vmware.vm.net.if.out[{$URL},{HOST.HOST},{#IFNAME},pps]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23607,3,'','',10089,'Number of bytes received on interface $3','vmware.vm.net.if.in[{$URL},{HOST.HOST},{#IFNAME},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23608,3,'','',10089,'Number of bytes transmitted on interface $3','vmware.vm.net.if.out[{$URL},{HOST.HOST},{#IFNAME},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23620,5,'','',10084,'Zabbix value cache, % free','zabbix[vcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22191,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23625,5,'','',10084,'Zabbix value cache hits','zabbix[vcache,cache,hits]',60,7,365,0,0,'','vps',0,1,'',0,'','','1','',0,'',22196,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23628,5,'','',10084,'Zabbix value cache misses','zabbix[vcache,cache,misses]',60,7,365,0,0,'','vps',0,1,'',0,'','','1','',0,'',22199,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23629,3,'','',10091,'Number of bytes received','vmware.hv.network.in[{$URL},{HOST.HOST},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23630,3,'','',10091,'Number of bytes transmitted','vmware.hv.network.out[{$URL},{HOST.HOST},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23631,3,'','',10091,'Datastore discovery','vmware.hv.datastore.discovery[{$URL},{HOST.HOST}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','',0,'30',0,0,0,''),(23632,3,'','',10091,'Average read latency of the datastore $3','vmware.hv.datastore.read[{$URL},{HOST.HOST},{#DATASTORE},latency]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23633,3,'','',10091,'Average write latency of the datastore $3','vmware.hv.datastore.write[{$URL},{HOST.HOST},{#DATASTORE},latency]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23634,5,'','',10047,'Zabbix vmware cache, % free','zabbix[vmware,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23635,5,'','',10084,'Zabbix vmware cache, % free','zabbix[vmware,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',23634,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23636,16,'','',10082,'jvm Name','jmx[\"java.lang:type=Runtime\",VmName]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23637,16,'','',10082,'os Process CPU Load','jmx[\"java.lang:type=OperatingSystem\",ProcessCpuLoad]',60,7,365,0,0,'','%',1,0,'',0,'','','100','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23638,16,'','',10082,'mem Heap Memory used','jmx[\"java.lang:type=Memory\",HeapMemoryUsage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23639,16,'','',10082,'mem Heap Memory committed','jmx[\"java.lang:type=Memory\",HeapMemoryUsage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23640,16,'','',10082,'mem Heap Memory max','jmx[\"java.lang:type=Memory\",HeapMemoryUsage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23641,16,'','',10082,'mem Non-Heap Memory committed','jmx[\"java.lang:type=Memory\",NonHeapMemoryUsage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23642,16,'','',10082,'mem Non-Heap Memory used','jmx[\"java.lang:type=Memory\",NonHeapMemoryUsage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23643,16,'','',10082,'mem Non-Heap Memory max','jmx[\"java.lang:type=Memory\",NonHeapMemoryUsage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23644,3,'','',10093,'FTP service is running','net.tcp.service[ftp]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23645,3,'','',10094,'HTTP service is running','net.tcp.service[http]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23646,3,'','',10095,'HTTPS service is running','net.tcp.service[https]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23647,3,'','',10096,'IMAP service is running','net.tcp.service[imap]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23648,3,'','',10097,'LDAP service is running','net.tcp.service[ldap]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23649,3,'','',10098,'NNTP service is running','net.tcp.service[nntp]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23650,3,'','',10099,'NTP service is running','net.tcp.service[ntp]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23651,3,'','',10100,'POP service is running','net.tcp.service[pop]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23652,3,'','',10101,'SMTP service is running','net.tcp.service[smtp]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23653,3,'','',10102,'SSH service is running','net.tcp.service[ssh]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23654,3,'','',10103,'Telnet service is running','net.tcp.service[telnet]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23655,3,'','',10104,'ICMP ping','icmpping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23656,3,'','',10104,'ICMP response time','icmppingsec',60,7,365,0,0,'','s',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23657,3,'','',10104,'ICMP loss','icmppingloss',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23658,3,'','',10088,'Full name','vmware.fullname[{$URL}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23659,3,'','',10088,'Version','vmware.version[{$URL}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23660,2,'','',10105,'String test item','zabbix.key',0,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23661,2,'','',10106,'String test item','zabbix.key',0,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,'');
1896
+ INSERT INTO `items` VALUES (10009,0,'','',10001,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'0',0,0,0,''),(10010,0,'','',10001,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(10013,0,'','',10001,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'0',0,0,0,''),(10014,0,'','',10001,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10016,0,'','',10001,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'0',0,0,0,''),(10019,0,'','',10001,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10020,0,'','',10001,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(10025,0,'','',10001,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10026,0,'','',10001,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10030,0,'','',10001,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(10055,0,'','',10001,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'0',0,0,0,''),(10056,0,'','',10001,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'0',0,0,0,''),(10057,0,'','',10001,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'0',0,0,0,''),(10058,0,'','',10001,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'0',0,0,0,''),(10059,0,'','',10001,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(17318,0,'','',10001,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(17350,0,'','',10001,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(17352,0,'','',10001,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(17354,0,'','',10001,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'0',0,0,0,''),(17356,0,'','',10001,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'0',0,0,0,''),(17358,0,'','',10001,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' proccess that have been niced.',0,'0',0,0,0,''),(17360,0,'','',10001,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'0',0,0,0,''),(17362,0,'','',10001,'CPU $2 time','system.cpu.util[,iowait]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Amount of time the CPU has been waiting for I/O to complete.',0,'0',0,0,0,''),(22181,0,'','',10001,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'0',0,0,0,''),(22183,5,'','',10047,'Zabbix $2 write cache, % free','zabbix[wcache,history,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22185,5,'','',10047,'Zabbix $2 write cache, % free','zabbix[wcache,trend,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22187,5,'','',10047,'Values processed by Zabbix server per second','zabbix[wcache,values]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22189,5,'','',10047,'Zabbix configuration cache, % free','zabbix[rcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22191,5,'','',10047,'Zabbix value cache, % free','zabbix[vcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22196,5,'','',10047,'Zabbix value cache hits','zabbix[vcache,cache,hits]',60,7,365,0,0,'','vps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22199,5,'','',10047,'Zabbix value cache misses','zabbix[vcache,cache,misses]',60,7,365,0,0,'','vps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22219,5,'','',10047,'Zabbix queue over $2','zabbix[queue,10m]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22231,0,'','',10050,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22232,0,'','',10050,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,10,'','','',0,0,'','','','',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,''),(22396,5,'','',10047,'Zabbix $2 write cache, % free','zabbix[wcache,text,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22399,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22400,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,unreachable poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22401,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,vmware collector,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22402,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,http poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22404,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22406,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,history syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22408,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,housekeeper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22410,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,db watchdog,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22412,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,configuration syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22414,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,self-monitoring,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22416,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,ipmi poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22418,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,icmp pinger,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22420,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,proxy poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22422,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,escalator,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22424,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,alerter,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22426,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,timer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22428,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,node watcher,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22430,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,discoverer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22444,0,'','',10001,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(22446,0,'','',10001,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22448,0,'','',10001,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22450,0,'','',10001,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22452,0,'','',10001,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22454,0,'','',10001,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22456,0,'','',10001,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22458,0,'','',10001,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22665,0,'','',10001,'CPU $2 time','system.cpu.util[,steal]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',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,''),(22668,0,'','',10001,'CPU $2 time','system.cpu.util[,softirq]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The amount of time the CPU has been servicing software interrupts.',0,'0',0,0,0,''),(22671,0,'','',10001,'CPU $2 time','system.cpu.util[,interrupt]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The amount of time the CPU has been servicing hardware interrupts.',0,'0',0,0,0,''),(22674,0,'','',10001,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(22677,0,'','',10001,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(22680,0,'','',10001,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22683,0,'','',10001,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22686,0,'','',10001,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22689,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,java poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22700,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr',10060,'Network interfaces','ifDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs.\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22701,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInOctets.{#SNMPINDEX}',10060,'Incoming traffic on interface $1','ifInOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets in valid MAC frames received on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22702,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutOctets.{#SNMPINDEX}',10060,'Outgoing traffic on interface $1','ifOutOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets transmitted in MAC frames on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22703,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr.{#SNMPINDEX}',10060,'Description of interface $1','ifDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.',0,'0',0,0,0,''),(22704,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOperStatus.{#SNMPINDEX}',10060,'Operational status of interface $1','ifOperStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,8,'','','',0,0,'','','','',0,2,'',NULL,'','The current operational state of the interface.',0,'0',0,0,0,''),(22705,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAdminStatus.{#SNMPINDEX}',10060,'Admin status of interface $1','ifAdminStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,11,'','','',0,0,'','','','',0,2,'',NULL,'','The desired state of the interface.',0,'0',0,0,0,''),(22706,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInErrors.{#SNMPINDEX}',10060,'Inbound errors on interface $1','ifInErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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.',0,'0',0,0,0,''),(22707,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutErrors.{#SNMPINDEX}',10060,'Outbound errors on interface $1','ifOutErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.',0,'0',0,0,0,''),(22708,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAlias.{#SNMPINDEX}',10060,'Alias of interface $1','ifAlias[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22709,4,'{$SNMP_COMMUNITY}','IF-MIB::ifNumber.0',10060,'Number of network interfaces','ifNumber',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of network interfaces (regardless of their current state) present on this system.',0,'0',0,0,0,''),(22710,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysDescr.0',10065,'Device description','sysDescr',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','A textual description of the entity. This value should include the full name and version identification of the system\'s hardware type, software operating-system, and networking software.',14,'0',0,0,0,''),(22711,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysName.0',10065,'Device name','sysName',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22712,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysLocation.0',10065,'Device location','sysLocation',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22713,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysContact.0',10065,'Device contact details','sysContact',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22714,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysUpTime.0',10065,'Device uptime','sysUpTime',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.01','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time since the network management portion of the system was last re-initialized.',0,'0',0,0,0,''),(22715,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysContact.0',10066,'Device contact details','sysContact',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22713,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22716,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysDescr.0',10066,'Device description','sysDescr',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22710,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','A textual description of the entity. This value should include the full name and version identification of the system\'s hardware type, software operating-system, and networking software.',14,'0',0,0,0,''),(22717,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysLocation.0',10066,'Device location','sysLocation',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22712,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22718,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysName.0',10066,'Device name','sysName',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22711,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22719,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysUpTime.0',10066,'Device uptime','sysUpTime',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.01','',0,'',22714,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time since the network management portion of the system was last re-initialized.',0,'0',0,0,0,''),(22720,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr',10066,'Network interfaces','ifDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22700,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs.\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22721,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAdminStatus.{#SNMPINDEX}',10066,'Admin status of interface $1','ifAdminStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22705,11,'','','',0,0,'','','','',0,2,'',NULL,'','The desired state of the interface.',0,'0',0,0,0,''),(22722,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAlias.{#SNMPINDEX}',10066,'Alias of interface $1','ifAlias[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22708,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22723,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr.{#SNMPINDEX}',10066,'Description of interface $1','ifDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22703,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.',0,'0',0,0,0,''),(22724,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInErrors.{#SNMPINDEX}',10066,'Inbound errors on interface $1','ifInErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22706,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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.',0,'0',0,0,0,''),(22725,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInOctets.{#SNMPINDEX}',10066,'Incoming traffic on interface $1','ifInOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22701,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets in valid MAC frames received on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22726,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOperStatus.{#SNMPINDEX}',10066,'Operational status of interface $1','ifOperStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22704,8,'','','',0,0,'','','','',0,2,'',NULL,'','The current operational state of the interface.',0,'0',0,0,0,''),(22727,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutErrors.{#SNMPINDEX}',10066,'Outbound errors on interface $1','ifOutErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22707,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.',0,'0',0,0,0,''),(22728,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutOctets.{#SNMPINDEX}',10066,'Outgoing traffic on interface $1','ifOutOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22702,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets transmitted in MAC frames on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22729,4,'{$SNMP_COMMUNITY}','IF-MIB::ifNumber.0',10066,'Number of network interfaces','ifNumber',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22709,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of network interfaces (regardless of their current state) present on this system.',0,'0',0,0,0,''),(22730,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysContact.0',10067,'Device contact details','sysContact',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22713,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22731,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysDescr.0',10067,'Device description','sysDescr',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22710,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','A textual description of the entity. This value should include the full name and version identification of the system\'s hardware type, software operating-system, and networking software.',14,'0',0,0,0,''),(22732,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysLocation.0',10067,'Device location','sysLocation',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22712,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22733,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysName.0',10067,'Device name','sysName',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22711,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22734,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysUpTime.0',10067,'Device uptime','sysUpTime',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.01','',0,'',22714,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time since the network management portion of the system was last re-initialized.',0,'0',0,0,0,''),(22735,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr',10067,'Network interfaces','ifDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22700,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs.\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22736,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAdminStatus.{#SNMPINDEX}',10067,'Admin status of interface $1','ifAdminStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22705,11,'','','',0,0,'','','','',0,2,'',NULL,'','The desired state of the interface.',0,'0',0,0,0,''),(22737,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAlias.{#SNMPINDEX}',10067,'Alias of interface $1','ifAlias[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22708,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22738,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr.{#SNMPINDEX}',10067,'Description of interface $1','ifDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22703,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.',0,'0',0,0,0,''),(22739,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInErrors.{#SNMPINDEX}',10067,'Inbound errors on interface $1','ifInErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22706,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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.',0,'0',0,0,0,''),(22740,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInOctets.{#SNMPINDEX}',10067,'Incoming traffic on interface $1','ifInOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22701,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets in valid MAC frames received on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22741,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOperStatus.{#SNMPINDEX}',10067,'Operational status of interface $1','ifOperStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22704,8,'','','',0,0,'','','','',0,2,'',NULL,'','The current operational state of the interface.',0,'0',0,0,0,''),(22742,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutErrors.{#SNMPINDEX}',10067,'Outbound errors on interface $1','ifOutErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22707,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.',0,'0',0,0,0,''),(22743,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutOctets.{#SNMPINDEX}',10067,'Outgoing traffic on interface $1','ifOutOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22702,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets transmitted in MAC frames on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22744,4,'{$SNMP_COMMUNITY}','IF-MIB::ifNumber.0',10067,'Number of network interfaces','ifNumber',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22709,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of network interfaces (regardless of their current state) present on this system.',0,'0',0,0,0,''),(22746,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr',10068,'Disk partitions','hrStorageDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#SNMPVALUE}:@Storage devices for SNMP discovery',NULL,'','The rule will discover all disk partitions matching the global regexp \"Storage devices for SNMP discovery\".\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22749,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr.{#SNMPINDEX}',10068,'Description of storage $1','hrStorageDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A description of the type and instance of the storage described by this entry.',0,'0',0,0,0,''),(22755,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageAllocationUnits.{#SNMPINDEX}',10068,'Allocation units for storage $1','hrStorageAllocationUnits[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one.',0,'0',0,0,0,''),(22756,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageSize.{#SNMPINDEX}',10068,'Total disk space on $1 in units','hrStorageSize[{#SNMPVALUE}]',3600,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size of the storage represented by this entry, in units of hrStorageAllocationUnits. 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. 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,'0',0,0,0,''),(22757,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageUsed.{#SNMPINDEX}',10068,'Used disk space on $1 in units','hrStorageUsed[{#SNMPVALUE}]',60,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.',0,'0',0,0,0,''),(22758,15,'','',10068,'Total disk space on $1','hrStorageSizeInBytes[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','last(\"hrStorageSize[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get total disk space in bytes.',0,'0',0,0,0,''),(22759,15,'','',10068,'Used disk space on $1','hrStorageUsedInBytes[{#SNMPVALUE}]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','last(\"hrStorageUsed[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get used disk space in bytes.',0,'0',0,0,0,''),(22760,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr',10067,'Disk partitions','hrStorageDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22746,NULL,'','','',0,0,'','','','',0,1,'{#SNMPVALUE}:@Storage devices for SNMP discovery',NULL,'','The rule will discover all disk partitions matching the global regexp \"Storage devices for SNMP discovery\".\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22761,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageAllocationUnits.{#SNMPINDEX}',10067,'Allocation units for storage $1','hrStorageAllocationUnits[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22755,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one.',0,'0',0,0,0,''),(22762,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr.{#SNMPINDEX}',10067,'Description of storage $1','hrStorageDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22749,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A description of the type and instance of the storage described by this entry.',0,'0',0,0,0,''),(22763,15,'','',10067,'Total disk space on $1','hrStorageSizeInBytes[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22758,NULL,'','last(\"hrStorageSize[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get total disk space in bytes.',0,'0',0,0,0,''),(22764,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageSize.{#SNMPINDEX}',10067,'Total disk space on $1 in units','hrStorageSize[{#SNMPVALUE}]',3600,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',22756,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size of the storage represented by this entry, in units of hrStorageAllocationUnits. 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. 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,'0',0,0,0,''),(22765,15,'','',10067,'Used disk space on $1','hrStorageUsedInBytes[{#SNMPVALUE}]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22759,NULL,'','last(\"hrStorageUsed[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get used disk space in bytes.',0,'0',0,0,0,''),(22766,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageUsed.{#SNMPINDEX}',10067,'Used disk space on $1 in units','hrStorageUsed[{#SNMPVALUE}]',60,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',22757,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.',0,'0',0,0,0,''),(22767,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr',10069,'Disk partitions','hrStorageDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22746,NULL,'','','',0,0,'','','','',0,1,'{#SNMPVALUE}:@Storage devices for SNMP discovery',NULL,'','The rule will discover all disk partitions matching the global regexp \"Storage devices for SNMP discovery\".\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22768,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageAllocationUnits.{#SNMPINDEX}',10069,'Allocation units for storage $1','hrStorageAllocationUnits[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22755,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one.',0,'0',0,0,0,''),(22769,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageDescr.{#SNMPINDEX}',10069,'Description of storage $1','hrStorageDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22749,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A description of the type and instance of the storage described by this entry.',0,'0',0,0,0,''),(22770,15,'','',10069,'Total disk space on $1','hrStorageSizeInBytes[{#SNMPVALUE}]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22758,NULL,'','last(\"hrStorageSize[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get total disk space in bytes.',0,'0',0,0,0,''),(22771,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageSize.{#SNMPINDEX}',10069,'Total disk space on $1 in units','hrStorageSize[{#SNMPVALUE}]',3600,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',22756,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The size of the storage represented by this entry, in units of hrStorageAllocationUnits. 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. 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,'0',0,0,0,''),(22772,15,'','',10069,'Used disk space on $1','hrStorageUsedInBytes[{#SNMPVALUE}]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22759,NULL,'','last(\"hrStorageUsed[{#SNMPVALUE}]\") * last(\"hrStorageAllocationUnits[{#SNMPVALUE}]\")','',0,0,'','','','',0,2,'',NULL,'','This is a calculated item, we need it to get used disk space in bytes.',0,'0',0,0,0,''),(22773,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrStorageUsed.{#SNMPINDEX}',10069,'Used disk space on $1 in units','hrStorageUsed[{#SNMPVALUE}]',60,7,365,0,3,'','units',0,0,'',0,'','','1','',0,'',22757,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.',0,'0',0,0,0,''),(22774,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysContact.0',10069,'Device contact details','sysContact',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22713,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22775,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysDescr.0',10069,'Device description','sysDescr',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22710,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','A textual description of the entity. This value should include the full name and version identification of the system\'s hardware type, software operating-system, and networking software.',14,'0',0,0,0,''),(22776,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysLocation.0',10069,'Device location','sysLocation',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22712,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22777,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysName.0',10069,'Device name','sysName',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22711,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','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,'0',0,0,0,''),(22778,4,'{$SNMP_COMMUNITY}','SNMPv2-MIB::sysUpTime.0',10069,'Device uptime','sysUpTime',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.01','',0,'',22714,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time since the network management portion of the system was last re-initialized.',0,'0',0,0,0,''),(22779,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr',10069,'Network interfaces','ifDescr',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22700,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs.\r\n\r\n{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22780,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAdminStatus.{#SNMPINDEX}',10069,'Admin status of interface $1','ifAdminStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22705,11,'','','',0,0,'','','','',0,2,'',NULL,'','The desired state of the interface.',0,'0',0,0,0,''),(22781,4,'{$SNMP_COMMUNITY}','IF-MIB::ifAlias.{#SNMPINDEX}',10069,'Alias of interface $1','ifAlias[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22708,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22782,4,'{$SNMP_COMMUNITY}','IF-MIB::ifDescr.{#SNMPINDEX}',10069,'Description of interface $1','ifDescr[{#SNMPVALUE}]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22703,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.',0,'0',0,0,0,''),(22783,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInErrors.{#SNMPINDEX}',10069,'Inbound errors on interface $1','ifInErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22706,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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.',0,'0',0,0,0,''),(22784,4,'{$SNMP_COMMUNITY}','IF-MIB::ifInOctets.{#SNMPINDEX}',10069,'Incoming traffic on interface $1','ifInOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22701,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets in valid MAC frames received on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22785,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOperStatus.{#SNMPINDEX}',10069,'Operational status of interface $1','ifOperStatus[{#SNMPVALUE}]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22704,8,'','','',0,0,'','','','',0,2,'',NULL,'','The current operational state of the interface.',0,'0',0,0,0,''),(22786,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutErrors.{#SNMPINDEX}',10069,'Outbound errors on interface $1','ifOutErrors[{#SNMPVALUE}]',60,7,365,0,3,'','',0,1,'',0,'','','1','',0,'',22707,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.',0,'0',0,0,0,''),(22787,4,'{$SNMP_COMMUNITY}','IF-MIB::ifOutOctets.{#SNMPINDEX}',10069,'Outgoing traffic on interface $1','ifOutOctets[{#SNMPVALUE}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22702,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','The number of octets transmitted in MAC frames on this interface, including the MAC header and FCS.',0,'0',0,0,0,''),(22788,4,'{$SNMP_COMMUNITY}','IF-MIB::ifNumber.0',10069,'Number of network interfaces','ifNumber',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22709,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of network interfaces (regardless of their current state) present on this system.',0,'0',0,0,0,''),(22789,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad',10070,'Processors','hrProcessorLoad',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22793,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad.{#SNMPINDEX}',10070,'Utilization of processor #$1','hrProcessorLoad[{#SNMPINDEX}]',60,7,365,0,3,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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,'0',0,0,0,''),(22796,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad',10069,'Processors','hrProcessorLoad',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22789,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22797,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad.{#SNMPINDEX}',10069,'Utilization of processor #$1','hrProcessorLoad[{#SNMPINDEX}]',60,7,365,0,3,'','%',0,0,'',0,'','','1','',0,'',22793,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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,'0',0,0,0,''),(22798,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad',10067,'Processors','hrProcessorLoad',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22789,NULL,'','','',0,0,'','','','',0,1,':',NULL,'','{$SNMP_COMMUNITY} is a global macro.',0,'30',0,0,0,''),(22799,4,'{$SNMP_COMMUNITY}','HOST-RESOURCES-MIB::hrProcessorLoad.{#SNMPINDEX}',10067,'Utilization of processor #$1','hrProcessorLoad[{#SNMPINDEX}]',60,7,365,0,3,'','%',0,0,'',0,'','','1','',0,'',22793,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','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,'0',0,0,0,''),(22800,12,'','',10071,'BB +1.8V SM','bb_1.8v_sm',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +1.8V SM',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22801,12,'','',10071,'BB +3.3V','bb_3.3v',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +3.3V',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22802,12,'','',10071,'BB +3.3V STBY','bb_3.3v_stby',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +3.3V STBY',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22803,12,'','',10071,'BB +5.0V','bb_5.0v',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +5.0V',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22804,12,'','',10071,'BB Ambient Temp','bb_ambient_temp',60,7,365,0,0,'','C',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB Ambient Temp',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22805,12,'','',10071,'Power','power',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','power',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22806,12,'','',10071,'Processor Vcc','processor_vcc',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','Processor Vcc',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22807,12,'','',10071,'System Fan 3','system_fan_3',60,7,365,0,0,'','RPM',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','System Fan 3',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22808,12,'','',10072,'Baseboard Temp','baseboard_temp',60,7,365,0,0,'','C',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','Baseboard Temp',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22809,12,'','',10072,'BB +1.05V PCH','bb_1.05v_pch',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +1.05V PCH',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22810,12,'','',10072,'BB +1.1V P1 Vccp','bb_1.1v_p1_vccp',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +1.1V P1 Vccp',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22811,12,'','',10072,'BB +1.5V P1 DDR3','bb_1.5v_p1_ddr3',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +1.5V P1 DDR3',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22812,12,'','',10072,'BB +3.3V','bb_3.3v',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +3.3V',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22813,12,'','',10072,'BB +3.3V STBY','bb_3.3v_stby',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +3.3V STBY',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22814,12,'','',10072,'BB +5.0V','bb_5.0v',60,7,365,0,0,'','V',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','BB +5.0V',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22815,12,'','',10072,'Front Panel Temp','front_panel_temp',60,7,365,0,0,'','C',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','Front Panel Temp',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22816,12,'','',10072,'Power','power',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','power',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22817,12,'','',10072,'System Fan 2','system_fan_2',60,7,365,0,0,'','RPM',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','System Fan 2',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22818,12,'','',10072,'System Fan 3','system_fan_3',60,7,365,0,0,'','RPM',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','System Fan 3',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22819,0,'','',10073,'MySQL status','mysql.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.ping, which is defined in userparameter_mysql.conf.\r\n\r\n0 - MySQL server is down\r\n1 - MySQL server is up',0,'30',0,0,0,''),(22820,0,'','',10073,'MySQL uptime','mysql.status[Uptime]',60,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22821,0,'','',10073,'MySQL version','mysql.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.version, which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22822,0,'','',10073,'MySQL insert operations per second','mysql.status[Com_insert]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22823,0,'','',10073,'MySQL select operations per second','mysql.status[Com_select]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22824,0,'','',10073,'MySQL update operations per second','mysql.status[Com_update]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22825,0,'','',10073,'MySQL rollback operations per second','mysql.status[Com_rollback]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22826,0,'','',10073,'MySQL commit operations per second','mysql.status[Com_commit]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22827,0,'','',10073,'MySQL begin operations per second','mysql.status[Com_begin]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22828,0,'','',10073,'MySQL delete operations per second','mysql.status[Com_delete]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22829,0,'','',10073,'MySQL bytes sent per second','mysql.status[Bytes_sent]',60,7,365,0,0,'','Bps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of bytes sent to all clients.\r\n\r\nIt requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22830,0,'','',10073,'MySQL bytes received per second','mysql.status[Bytes_received]',60,7,365,0,0,'','Bps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The number of bytes received from all clients. \r\n\r\nIt requires user parameter mysql.status[*], which is defined in \r\nuserparameter_mysql.conf.',0,'30',0,0,0,''),(22831,0,'','',10073,'MySQL queries per second','mysql.status[Questions]',60,7,365,0,0,'','qps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22832,0,'','',10073,'MySQL slow queries','mysql.status[Slow_queries]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It requires user parameter mysql.status[*], which is defined in userparameter_mysql.conf.',0,'30',0,0,0,''),(22833,0,'','',10074,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22834,0,'','',10074,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22835,0,'','',10074,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22836,0,'','',10074,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22837,0,'','',10074,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'30',0,0,0,''),(22838,0,'','',10074,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'30',0,0,0,''),(22839,0,'','',10074,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22840,0,'','',10074,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22841,0,'','',10074,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22842,0,'','',10074,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22843,0,'','',10074,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22844,0,'','',10074,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22845,0,'','',10074,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'30',0,0,0,''),(22846,0,'','',10074,'CPU $2 time','system.cpu.util[,interrupt]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The amount of time the CPU has been servicing hardware interrupts.',0,'30',0,0,0,''),(22848,0,'','',10074,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' proccess that have been niced.',0,'30',0,0,0,''),(22851,0,'','',10074,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'30',0,0,0,''),(22852,0,'','',10074,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'30',0,0,0,''),(22853,0,'','',10074,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(22854,0,'','',10074,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22855,0,'','',10074,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22856,0,'','',10074,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22857,0,'','',10074,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22858,0,'','',10074,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(22859,0,'','',10074,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22860,0,'','',10074,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(22861,0,'','',10074,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22862,0,'','',10074,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(22863,0,'','',10074,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22867,0,'','',10074,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22868,0,'','',10074,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22869,0,'','',10074,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22870,0,'','',10074,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22871,0,'','',10074,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22872,0,'','',10074,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22873,0,'','',10075,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22874,0,'','',10075,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22875,0,'','',10075,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22876,0,'','',10075,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22877,0,'','',10075,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'30',0,0,0,''),(22878,0,'','',10075,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'30',0,0,0,''),(22879,0,'','',10075,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22880,0,'','',10075,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22881,0,'','',10075,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22882,0,'','',10075,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22883,0,'','',10075,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22884,0,'','',10075,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22885,0,'','',10075,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'30',0,0,0,''),(22886,0,'','',10075,'CPU $2 time','system.cpu.util[,interrupt]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The amount of time the CPU has been servicing hardware interrupts.',0,'30',0,0,0,''),(22888,0,'','',10075,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' proccess that have been niced.',0,'30',0,0,0,''),(22891,0,'','',10075,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'30',0,0,0,''),(22892,0,'','',10075,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'30',0,0,0,''),(22893,0,'','',10075,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(22894,0,'','',10075,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22895,0,'','',10075,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22896,0,'','',10075,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22897,0,'','',10075,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22898,0,'','',10075,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(22899,0,'','',10075,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22900,0,'','',10075,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(22901,0,'','',10075,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22902,0,'','',10075,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(22903,0,'','',10075,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22907,0,'','',10075,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22908,0,'','',10075,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22909,0,'','',10075,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22910,0,'','',10075,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22911,0,'','',10075,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22912,0,'','',10075,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22913,0,'','',10076,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22914,0,'','',10076,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22917,0,'','',10076,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'30',0,0,0,''),(22918,0,'','',10076,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'30',0,0,0,''),(22920,0,'','',10076,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22921,0,'','',10076,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22922,0,'','',10076,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22923,0,'','',10076,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22924,0,'','',10076,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22933,0,'','',10076,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(22934,0,'','',10076,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22938,0,'','',10076,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(22939,0,'','',10076,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22940,0,'','',10076,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(22941,0,'','',10076,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22942,0,'','',10076,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(22943,0,'','',10076,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22944,0,'','',10076,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(22945,0,'','',10076,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22946,0,'','',10076,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22947,0,'','',10076,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22948,0,'','',10076,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22949,0,'','',10076,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22950,0,'','',10076,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22951,0,'','',10076,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22952,0,'','',10076,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22953,0,'','',10077,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22954,0,'','',10077,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22961,0,'','',10077,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22962,0,'','',10077,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22963,0,'','',10077,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(22965,0,'','',10077,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'30',0,0,0,''),(22968,0,'','',10077,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' proccess that have been niced.',0,'30',0,0,0,''),(22971,0,'','',10077,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'30',0,0,0,''),(22972,0,'','',10077,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'30',0,0,0,''),(22973,0,'','',10077,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(22974,0,'','',10077,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22978,0,'','',10077,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(22980,0,'','',10077,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(22981,0,'','',10077,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22982,0,'','',10077,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(22983,0,'','',10077,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(22984,0,'','',10077,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(22985,0,'','',10077,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22986,0,'','',10077,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22987,0,'','',10077,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(22988,0,'','',10077,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22989,0,'','',10077,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22990,0,'','',10077,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22991,0,'','',10077,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22992,0,'','',10077,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(22993,0,'','',10078,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(22994,0,'','',10078,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(22996,0,'','',10078,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(22997,0,'','',10078,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of processes in running state.',0,'30',0,0,0,''),(22998,0,'','',10078,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Total number of processes in any state.',0,'30',0,0,0,''),(22999,0,'','',10078,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23000,0,'','',10078,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23001,0,'','',10078,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23002,0,'','',10078,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23003,0,'','',10078,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23004,0,'','',10078,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23005,0,'','',10078,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent doing nothing.',0,'30',0,0,0,''),(23007,0,'','',10078,'CPU $2 time','system.cpu.util[,iowait]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Amount of time the CPU has been waiting for I/O to complete.',0,'30',0,0,0,''),(23011,0,'','',10078,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running the kernel and its processes.',0,'30',0,0,0,''),(23012,0,'','',10078,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The time the CPU has spent running users\' processes that are not niced.',0,'30',0,0,0,''),(23013,0,'','',10078,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(23014,0,'','',10078,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23015,0,'','',10078,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23016,0,'','',10078,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23017,0,'','',10078,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23018,0,'','',10078,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(23019,0,'','',10078,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23020,0,'','',10078,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(23021,0,'','',10078,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23022,0,'','',10078,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(23023,0,'','',10078,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23024,0,'','',10078,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23025,0,'','',10078,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23026,0,'','',10078,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23027,0,'','',10078,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(23028,0,'','',10078,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23029,0,'','',10078,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23030,0,'','',10078,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23031,0,'','',10078,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23032,0,'','',10078,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23033,0,'','',10079,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(23034,0,'','',10079,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23035,0,'','',10079,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(23036,0,'','',10079,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'30',0,0,0,''),(23039,0,'','',10079,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23041,0,'','',10079,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23042,0,'','',10079,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23043,0,'','',10079,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'30',0,0,0,''),(23053,0,'','',10079,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','System host name.',3,'30',0,0,0,''),(23054,0,'','',10079,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23058,0,'','',10079,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','The information as normally returned by \'uname -a\'.',5,'30',0,0,0,''),(23059,0,'','',10079,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23060,0,'','',10079,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Number of users who are currently logged in.',0,'30',0,0,0,''),(23061,0,'','',10079,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23062,0,'','',10079,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Available memory is defined as free+cached+buffers memory.',0,'30',0,0,0,''),(23063,0,'','',10079,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23067,0,'','',10079,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(23068,0,'','',10079,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23069,0,'','',10079,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23070,0,'','',10079,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23071,0,'','',10079,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23072,0,'','',10079,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23073,0,'','',10075,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23074,0,'','',10075,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23075,0,'','',10074,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23076,0,'','',10074,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'0',0,0,0,''),(23077,0,'','',10079,'Incoming network traffic on $1','net.if.in[en0]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23078,0,'','',10079,'Outgoing network traffic on $1','net.if.out[en0]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23108,0,'','',10076,'CPU available physical processors in the shared pool','system.stat[cpu,app]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23109,0,'','',10076,'CPU entitled capacity consumed','system.stat[cpu,ec]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23110,0,'','',10076,'CPU idle time','system.stat[cpu,id]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23111,0,'','',10076,'CPU logical processor utilization','system.stat[cpu,lbusy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23112,0,'','',10076,'CPU number of physical processors consumed','system.stat[cpu,pc]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23113,0,'','',10076,'CPU system time','system.stat[cpu,sy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23114,0,'','',10076,'CPU user time','system.stat[cpu,us]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23115,0,'','',10076,'CPU iowait time','system.stat[cpu,wa]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23116,0,'','',10076,'Amount of data transferred','system.stat[disk,bps]',60,7,365,0,0,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23117,0,'','',10076,'Number of transfers','system.stat[disk,tps]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23118,0,'','',10076,'Processor units is entitled to receive','system.stat[ent]',3600,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23119,0,'','',10076,'Kernel thread context switches','system.stat[faults,cs]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23120,0,'','',10076,'Device interrupts','system.stat[faults,in]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23121,0,'','',10076,'System calls','system.stat[faults,sy]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23122,0,'','',10076,'Length of the swap queue','system.stat[kthr,b]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23123,0,'','',10076,'Length of the run queue','system.stat[kthr,r]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23124,0,'','',10076,'Active virtual pages','system.stat[memory,avm]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23125,0,'','',10076,'Free real memory','system.stat[memory,fre]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23126,0,'','',10076,'File page-ins per second','system.stat[page,fi]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23127,0,'','',10076,'File page-outs per second','system.stat[page,fo]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23128,0,'','',10076,'Pages freed (page replacement)','system.stat[page,fr]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23129,0,'','',10076,'Pages paged in from paging space','system.stat[page,pi]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23130,0,'','',10076,'Pages paged out to paging space','system.stat[page,po]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23131,0,'','',10076,'Pages scanned by page-replacement algorithm','system.stat[page,sr]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23134,0,'','',10081,'Average disk read queue length','perf_counter[\\234(_Total)\\1402]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\PhysicalDisk(_Total)\\Avg. Disk Read Queue Length',0,'30',0,0,0,''),(23135,0,'','',10081,'Average disk write queue length','perf_counter[\\234(_Total)\\1404]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\PhysicalDisk(_Total)\\Avg. Disk Write Queue Length',0,'30',0,0,0,''),(23136,0,'','',10081,'File read bytes per second','perf_counter[\\2\\16]',60,7,365,0,0,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\System\\File Read Bytes/sec',0,'30',0,0,0,''),(23137,0,'','',10081,'File write bytes per second','perf_counter[\\2\\18]',60,7,365,0,0,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\System\\File Write Bytes/sec',0,'30',0,0,0,''),(23138,0,'','',10081,'Number of threads','perf_counter[\\2\\250]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','Full counter name: \\System\\Threads',0,'30',0,0,0,''),(23140,0,'','',10081,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23143,0,'','',10081,'Processor load (1 min average)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23144,0,'','',10081,'Processor load (15 min average)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23145,0,'','',10081,'Processor load (5 min average)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23147,0,'','',10081,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23148,0,'','',10081,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23149,0,'','',10081,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',5,'30',0,0,0,''),(23150,0,'','',10081,'System uptime','system.uptime',60,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23158,0,'','',10081,'Free memory','vm.memory.size[free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23159,0,'','',10081,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23160,0,'','',10081,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22232,10,'','','',0,0,'','','','',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,''),(23161,0,'','',10081,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',22231,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23162,0,'','',10081,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',NULL,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(23163,0,'','',10081,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23164,0,'','',10081,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23165,0,'','',10081,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23167,0,'','',10081,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23168,0,'','',10081,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23169,0,'','',10081,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23170,0,'','',10081,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',NULL,NULL,'','','',0,0,'','','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23171,5,'','',10047,'Zabbix $4 $2 processes, in %','zabbix[process,snmp trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23172,16,'','',10082,'comp Accumulated time spent in compilation','jmx[\"java.lang:type=Compilation\",TotalCompilationTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23173,16,'','',10082,'cl Loaded Class Count','jmx[\"java.lang:type=ClassLoading\",LoadedClassCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23174,16,'','',10082,'cl Total Loaded Class Count','jmx[\"java.lang:type=ClassLoading\",TotalLoadedClassCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23175,16,'','',10082,'cl Unloaded Class Count','jmx[\"java.lang:type=ClassLoading\",UnloadedClassCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23176,16,'','',10082,'gc ConcurrentMarkSweep accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=ConcurrentMarkSweep\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23177,16,'','',10082,'gc ConcurrentMarkSweep number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=ConcurrentMarkSweep\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23178,16,'','',10082,'gc Copy accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=Copy\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23179,16,'','',10082,'gc Copy number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=Copy\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23180,16,'','',10082,'gc MarkSweepCompact accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=MarkSweepCompact\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23181,16,'','',10082,'gc MarkSweepCompact number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=MarkSweepCompact\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23182,16,'','',10082,'gc ParNew accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=ParNew\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23183,16,'','',10082,'gc ParNew number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=ParNew\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23184,16,'','',10082,'gc PS MarkSweep accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=PS MarkSweep\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23185,16,'','',10082,'gc PS Scavenge accumulated time spent in collection','jmx[\"java.lang:type=GarbageCollector,name=PS Scavenge\",CollectionTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23186,16,'','',10082,'gc PS Scavenge number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=PS Scavenge\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23187,16,'','',10082,'gc PS MarkSweep number of collections per second','jmx[\"java.lang:type=GarbageCollector,name=PS MarkSweep\",CollectionCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23188,16,'','',10082,'jvm Uptime','jmx[\"java.lang:type=Runtime\",Uptime]',60,7,365,0,3,'','uptime',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23189,16,'','',10082,'jvm Version','jmx[\"java.lang:type=Runtime\",VmVersion]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23190,16,'','',10082,'mem Object Pending Finalization Count','jmx[\"java.lang:type=Memory\",ObjectPendingFinalizationCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23191,16,'','',10082,'mp CMS Old Gen committed','jmx[\"java.lang:type=MemoryPool,name=CMS Old Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23192,16,'','',10082,'mp CMS Old Gen max','jmx[\"java.lang:type=MemoryPool,name=CMS Old Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23193,16,'','',10082,'mp CMS Old Gen used','jmx[\"java.lang:type=MemoryPool,name=CMS Old Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23194,16,'','',10082,'mp CMS Perm Gen committed','jmx[\"java.lang:type=MemoryPool,name=CMS Perm Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23195,16,'','',10082,'mp CMS Perm Gen max','jmx[\"java.lang:type=MemoryPool,name=CMS Perm Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23196,16,'','',10082,'mp CMS Perm Gen used','jmx[\"java.lang:type=MemoryPool,name=CMS Perm Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23197,16,'','',10082,'mp Code Cache committed','jmx[\"java.lang:type=MemoryPool,name=Code Cache\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23198,16,'','',10082,'mp Code Cache max','jmx[\"java.lang:type=MemoryPool,name=Code Cache\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23199,16,'','',10082,'mp Code Cache used','jmx[\"java.lang:type=MemoryPool,name=Code Cache\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23200,16,'','',10082,'mp Perm Gen committed','jmx[\"java.lang:type=MemoryPool,name=Perm Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23201,16,'','',10082,'mp Perm Gen max','jmx[\"java.lang:type=MemoryPool,name=Perm Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23202,16,'','',10082,'mp Perm Gen used','jmx[\"java.lang:type=MemoryPool,name=Perm Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23203,16,'','',10082,'mp PS Old Gen committed','jmx[\"java.lang:type=MemoryPool,name=PS Old Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23204,16,'','',10082,'mp PS Old Gen max','jmx[\"java.lang:type=MemoryPool,name=PS Old Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23205,16,'','',10082,'mp PS Old Gen used','jmx[\"java.lang:type=MemoryPool,name=PS Old Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23206,16,'','',10082,'mp PS Perm Gen committed','jmx[\"java.lang:type=MemoryPool,name=PS Perm Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23207,16,'','',10082,'mp PS Perm Gen max','jmx[\"java.lang:type=MemoryPool,name=PS Perm Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23208,16,'','',10082,'mp PS Perm Gen used','jmx[\"java.lang:type=MemoryPool,name=PS Perm Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23209,16,'','',10082,'mp Tenured Gen committed','jmx[\"java.lang:type=MemoryPool,name=Tenured Gen\",Usage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23210,16,'','',10082,'mp Tenured Gen max','jmx[\"java.lang:type=MemoryPool,name=Tenured Gen\",Usage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23211,16,'','',10082,'mpTenured Gen used','jmx[\"java.lang:type=MemoryPool,name=Tenured Gen\",Usage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23212,16,'','',10082,'comp Name of the current JIT compiler','jmx[\"java.lang:type=Compilation\",Name]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23213,16,'','',10082,'os Max File Descriptor Count','jmx[\"java.lang:type=OperatingSystem\",MaxFileDescriptorCount]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23214,16,'','',10082,'os Open File Descriptor Count','jmx[\"java.lang:type=OperatingSystem\",OpenFileDescriptorCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23215,16,'','',10082,'th Daemon Thread Count','jmx[\"java.lang:type=Threading\",DaemonThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23216,16,'','',10082,'th Peak Thread Count','jmx[\"java.lang:type=Threading\",PeakThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23217,16,'','',10082,'th Thread Count','jmx[\"java.lang:type=Threading\",ThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23218,16,'','',10082,'th Total Started Thread Count','jmx[\"java.lang:type=Threading\",TotalStartedThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23219,16,'','',10083,'http-8080 bytes received per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",bytesReceived]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23220,16,'','',10083,'http-8080 bytes sent per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",bytesSent]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23221,16,'','',10083,'http-8080 errors per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",errorCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23222,16,'','',10083,'http-8080 gzip compression','jmx[\"Catalina:type=ProtocolHandler,port=8080\",compression]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23223,16,'','',10083,'http-8080 request processing time','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",processingTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23224,16,'','',10083,'http-8080 requests per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8080\",requestCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23225,16,'','',10083,'http-8080 threads allocated','jmx[\"Catalina:type=ThreadPool,name=http-8080\",currentThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23226,16,'','',10083,'http-8080 threads busy','jmx[\"Catalina:type=ThreadPool,name=http-8080\",currentThreadsBusy]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23227,16,'','',10083,'http-8080 threads max','jmx[\"Catalina:type=ThreadPool,name=http-8080\",maxThreads]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23228,16,'','',10083,'http-8443 bytes received per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\",bytesReceived]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23229,16,'','',10083,'http-8443 bytes sent per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\", bytesSent]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23230,16,'','',10083,'http-8443 errors per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\",errorCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23231,16,'','',10083,'http-8443 gzip compression','jmx[\"Catalina:type=ProtocolHandler,port=8443\",compression]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23232,16,'','',10083,'http-8443 request processing time','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\",processingTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23233,16,'','',10083,'http-8443 requests per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=http-8443\",requestCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23234,16,'','',10083,'http-8443 threads allocated','jmx[\"Catalina:type=ThreadPool,name=http-8443\",currentThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23235,16,'','',10083,'http-8443 threads busy','jmx[\"Catalina:type=ThreadPool,name=http-8443\",currentThreadsBusy]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23236,16,'','',10083,'http-8443 threads max','jmx[\"Catalina:type=ThreadPool,name=http-8443\",maxThreads]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23237,16,'','',10083,'jk-8009 bytes received per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\", bytesReceived]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23238,16,'','',10083,'jk-8009 bytes sent per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\",bytesSent]',60,7,365,0,0,'','B',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23239,16,'','',10083,'jk-8009 errors per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\",errorCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23240,16,'','',10083,'jk-8009 request processing time','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\",processingTime]',60,7,365,0,0,'','s',1,0,'',0,'','','0.001','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23241,16,'','',10083,'jk-8009 requests per second','jmx[\"Catalina:type=GlobalRequestProcessor,name=jk-8009\",requestCount]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23242,16,'','',10083,'jk-8009 threads allocated','jmx[\"Catalina:type=ThreadPool,name=jk-8009\",currentThreadCount]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23243,16,'','',10083,'jk-8009 threads busy','jmx[\"Catalina:type=ThreadPool,name=jk-8009\",currentThreadsBusy]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23244,16,'','',10083,'jk-8009 threads max','jmx[\"Catalina:type=ThreadPool,name=jk-8009\",maxThreads]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23245,16,'','',10083,'Maximum number of active sessions so far','jmx[\"Catalina:type=Manager,path=/,host=localhost\",maxActive]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23246,16,'','',10083,'Number of active sessions at this moment','jmx[\"Catalina:type=Manager,path=/,host=localhost\",activeSessions]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23247,16,'','',10083,'Number of sessions created by this manager per second','jmx[\"Catalina:type=Manager,path=/,host=localhost\",sessionCounter]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23248,16,'','',10083,'Number of sessions we rejected due to maxActive beeing reached','jmx[\"Catalina:type=Manager,path=/,host=localhost\",rejectedSessions]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23249,16,'','',10083,'The maximum number of active Sessions allowed, or -1 for no limit','jmx[\"Catalina:type=Manager,path=/,host=localhost\",maxActiveSessions]',3600,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23250,16,'','',10083,'Tomcat version','jmx[\"Catalina:type=Server\",serverInfo]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23251,5,'','',10047,'Zabbix queue','zabbix[queue]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23252,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,alerter,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22424,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23253,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,configuration syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22412,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23254,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,db watchdog,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22410,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23255,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,discoverer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22430,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23256,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,escalator,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22422,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23257,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,history syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22406,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23258,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,housekeeper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22408,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23259,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,http poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22402,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23260,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,icmp pinger,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22418,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23261,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,ipmi poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22416,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23262,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,java poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22689,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23263,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,node watcher,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22428,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23264,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22399,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23265,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,proxy poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22420,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23266,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,self-monitoring,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22414,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23267,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,snmp trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',23171,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23268,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,timer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22426,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23269,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22404,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23270,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,unreachable poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22400,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23271,5,'','',10084,'Zabbix queue over $2','zabbix[queue,10m]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',22219,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23272,5,'','',10084,'Zabbix queue','zabbix[queue]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',23251,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23273,5,'','',10084,'Zabbix configuration cache, % free','zabbix[rcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22189,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23274,5,'','',10084,'Zabbix $2 write cache, % free','zabbix[wcache,history,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22183,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23275,5,'','',10084,'Zabbix $2 write cache, % free','zabbix[wcache,text,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22396,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23276,5,'','',10084,'Zabbix $2 write cache, % free','zabbix[wcache,trend,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22185,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23277,5,'','',10084,'Values processed by Zabbix server per second','zabbix[wcache,values]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',22187,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23278,0,'','',10084,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22444,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',1,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23279,0,'','',10084,'Mounted filesystem discovery','vfs.fs.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',22450,NULL,'','','',0,0,'','','','',0,1,'{#FSTYPE}:@File systems for discovery',1,'','Discovery of file systems of different types as defined in global regular expression \"File systems for discovery\".',0,'30',0,0,0,''),(23280,0,'','',10084,'Incoming network traffic on $1','net.if.in[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22446,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23281,0,'','',10084,'Outgoing network traffic on $1','net.if.out[{#IFNAME}]',60,7,365,0,3,'','bps',1,1,'',0,'','','8','',0,'',22448,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23282,0,'','',10084,'Free inodes on $1 (percentage)','vfs.fs.inode[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22454,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23283,0,'','',10084,'Free disk space on $1','vfs.fs.size[{#FSNAME},free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22452,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23284,0,'','',10084,'Free disk space on $1 (percentage)','vfs.fs.size[{#FSNAME},pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22686,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23285,0,'','',10084,'Total disk space on $1','vfs.fs.size[{#FSNAME},total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22456,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23286,0,'','',10084,'Used disk space on $1','vfs.fs.size[{#FSNAME},used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22458,NULL,'','','',0,0,'','','','',0,2,'',1,'','',0,'0',0,0,0,''),(23287,0,'','',10084,'Agent ping','agent.ping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10020,10,'','','',0,0,'','','','',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,''),(23288,0,'','',10084,'Version of zabbix_agent(d) running','agent.version',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',10059,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23289,0,'','',10084,'Maximum number of opened files','kernel.maxfiles',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10056,NULL,'','','',0,0,'','','','',0,0,'',1,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'0',0,0,0,''),(23290,0,'','',10084,'Maximum number of processes','kernel.maxproc',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10055,NULL,'','','',0,0,'','','','',0,0,'',1,'','It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf.',0,'0',0,0,0,''),(23291,0,'','',10084,'Number of running processes','proc.num[,,run]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10013,NULL,'','','',0,0,'','','','',0,0,'',1,'','Number of processes in running state.',0,'0',0,0,0,''),(23292,0,'','',10084,'Number of processes','proc.num[]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10009,NULL,'','','',0,0,'','','','',0,0,'',1,'','Total number of processes in any state.',0,'0',0,0,0,''),(23293,0,'','',10084,'Host boot time','system.boottime',600,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',17318,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23294,0,'','',10084,'Interrupts per second','system.cpu.intr',60,7,365,0,3,'','ips',0,1,'',0,'','','1','',0,'',22683,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23295,0,'','',10084,'Processor load (15 min average per core)','system.cpu.load[percpu,avg15]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',22677,NULL,'','','',0,0,'','','','',0,0,'',1,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(23296,0,'','',10084,'Processor load (1 min average per core)','system.cpu.load[percpu,avg1]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',10010,NULL,'','','',0,0,'','','','',0,0,'',1,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(23297,0,'','',10084,'Processor load (5 min average per core)','system.cpu.load[percpu,avg5]',60,7,365,0,0,'','',0,0,'',0,'','','1','',0,'',22674,NULL,'','','',0,0,'','','','',0,0,'',1,'','The processor load is calculated as system CPU load divided by number of CPU cores.',0,'0',0,0,0,''),(23298,0,'','',10084,'Context switches per second','system.cpu.switches',60,7,365,0,3,'','sps',0,1,'',0,'','','1','',0,'',22680,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23299,0,'','',10084,'CPU $2 time','system.cpu.util[,idle]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17354,NULL,'','','',0,0,'','','','',0,0,'',1,'','The time the CPU has spent doing nothing.',0,'0',0,0,0,''),(23300,0,'','',10084,'CPU $2 time','system.cpu.util[,interrupt]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22671,NULL,'','','',0,0,'','','','',0,0,'',1,'','The amount of time the CPU has been servicing hardware interrupts.',0,'0',0,0,0,''),(23301,0,'','',10084,'CPU $2 time','system.cpu.util[,iowait]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17362,NULL,'','','',0,0,'','','','',0,0,'',1,'','Amount of time the CPU has been waiting for I/O to complete.',0,'0',0,0,0,''),(23302,0,'','',10084,'CPU $2 time','system.cpu.util[,nice]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17358,NULL,'','','',0,0,'','','','',0,0,'',1,'','The time the CPU has spent running users\' proccess that have been niced.',0,'0',0,0,0,''),(23303,0,'','',10084,'CPU $2 time','system.cpu.util[,softirq]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22668,NULL,'','','',0,0,'','','','',0,0,'',1,'','The amount of time the CPU has been servicing software interrupts.',0,'0',0,0,0,''),(23304,0,'','',10084,'CPU $2 time','system.cpu.util[,steal]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22665,NULL,'','','',0,0,'','','','',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,''),(23305,0,'','',10084,'CPU $2 time','system.cpu.util[,system]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17360,NULL,'','','',0,0,'','','','',0,0,'',1,'','The time the CPU has spent running the kernel and its processes.',0,'0',0,0,0,''),(23306,0,'','',10084,'CPU $2 time','system.cpu.util[,user]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17356,NULL,'','','',0,0,'','','','',0,0,'',1,'','The time the CPU has spent running users\' processes that are not niced.',0,'0',0,0,0,''),(23307,0,'','',10084,'Host name','system.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',10057,NULL,'','','',0,0,'','','','',0,0,'',1,'','System host name.',3,'0',0,0,0,''),(23308,0,'','',10084,'Host local time','system.localtime',60,7,365,0,3,'','unixtime',0,0,'',0,'','','1','',0,'',17352,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23309,0,'','',10084,'Free swap space','system.swap.size[,free]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',10014,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23310,0,'','',10084,'Free swap space in %','system.swap.size[,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',17350,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23311,0,'','',10084,'Total swap space','system.swap.size[,total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',10030,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23312,0,'','',10084,'System information','system.uname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',10058,NULL,'','','',0,0,'','','','',0,0,'',1,'','The information as normally returned by \'uname -a\'.',5,'0',0,0,0,''),(23313,0,'','',10084,'System uptime','system.uptime',600,7,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',10025,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23314,0,'','',10084,'Number of logged in users','system.users.num',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10016,NULL,'','','',0,0,'','','','',0,0,'',1,'','Number of users who are currently logged in.',0,'0',0,0,0,''),(23315,0,'','',10084,'Checksum of $1','vfs.file.cksum[/etc/passwd]',3600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',10019,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23316,0,'','',10084,'Available memory','vm.memory.size[available]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',22181,NULL,'','','',0,0,'','','','',0,0,'',1,'','Available memory is defined as free+cached+buffers memory.',0,'0',0,0,0,''),(23317,0,'','',10084,'Total memory','vm.memory.size[total]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',10026,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'0',0,0,0,''),(23318,0,'','',10050,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23319,0,'','',10001,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23320,0,'','',10074,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23321,0,'','',10075,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23322,0,'','',10076,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23323,0,'','',10077,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23324,0,'','',10078,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23325,0,'','',10079,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23326,0,'','',10081,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23318,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23327,0,'','',10084,'Host name of zabbix_agentd running','agent.hostname',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',23319,NULL,'','','',0,0,'','','','',0,0,'',1,'','',0,'30',0,0,0,''),(23328,5,'','',10084,'Zabbix $4 $2 processes, in %','zabbix[process,vmware collector,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22401,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23329,0,'','',10074,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23340,5,'','',10048,'Values processed by Zabbix proxy','zabbix[wcache,values]',60,7,365,0,0,'','',0,1,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23341,5,'','',10048,'Zabbix $2 write cache, % free','zabbix[wcache,text,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23342,5,'','',10048,'Zabbix $2 write cache, % free','zabbix[wcache,history,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23343,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,self-monitoring,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23344,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,snmp trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23345,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,trapper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23346,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,unreachable poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23347,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,configuration syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23348,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,poller,avg,busy]',60,7,365,0,0,'localhost','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23349,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,java poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23350,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,history syncer,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23351,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,heartbeat sender,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23352,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,discoverer,avg,busy]',60,7,365,0,0,'localhost','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23353,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,housekeeper,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23354,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,http poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23355,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,ipmi poller,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23356,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,icmp pinger,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23357,5,'','',10048,'Zabbix configuration cache, % free','zabbix[rcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23358,5,'','',10048,'Zabbix queue','zabbix[queue]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23359,5,'','',10048,'Zabbix queue over $2','zabbix[queue,10m]',600,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23360,5,'','',10048,'Zabbix $4 $2 processes, in %','zabbix[process,data sender,avg,busy]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23540,0,'','',10075,'Network interface discovery','net.if.discovery',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,1,'{#IFNAME}:@Network interfaces for discovery',NULL,'','Discovery of network interfaces as defined in global regular expression \"Network interfaces for discovery\".',0,'30',0,0,0,''),(23542,3,'','',10088,'Discover VMware VMs','vmware.vm.discovery[{$URL}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of guest virtual machines.',0,'30',0,0,0,''),(23543,3,'','',10089,'Ballooned memory','vmware.vm.memory.size.ballooned[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory that is currently reclaimed through the balloon driver.',0,'30',0,0,0,''),(23544,3,'','',10089,'Compressed memory','vmware.vm.memory.size.compressed[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of memory currently in the compression cache for this VM.',0,'30',0,0,0,''),(23545,3,'','',10089,'Memory size','vmware.vm.memory.size[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Total size of configured memory.',0,'30',0,0,0,''),(23546,3,'','',10089,'Swapped memory','vmware.vm.memory.size.swapped[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory swapped out to the VM\'s swap device by ESX.',0,'30',0,0,0,''),(23547,3,'','',10089,'Committed storage space','vmware.vm.storage.committed[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Total storage space, in bytes, committed to this virtual machine across all datastores.',0,'30',0,0,0,''),(23548,3,'','',10089,'Uncommitted storage space','vmware.vm.storage.uncommitted[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Additional storage space, in bytes, potentially used by this virtual machine on all datastores.',0,'30',0,0,0,''),(23549,3,'','',10089,'Unshared storage space','vmware.vm.storage.unshared[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,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,'30',0,0,0,''),(23550,3,'','',10089,'CPU usage','vmware.vm.cpu.usage[{$URL},{HOST.HOST}]',60,90,365,0,3,'','Hz',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,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,'30',0,0,0,''),(23551,3,'','',10089,'Number of virtual CPUs','vmware.vm.cpu.num[{$URL},{HOST.HOST}]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Number of virtual CPUs assigned to the guest.',0,'30',0,0,0,''),(23552,3,'','',10089,'Power state','vmware.vm.powerstate[{$URL},{HOST.HOST}]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,12,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The current power state of the virtual machine.',0,'30',0,0,0,''),(23553,3,'','',10089,'Uptime','vmware.vm.uptime[{$URL},{HOST.HOST}]',60,90,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','System uptime.',0,'30',0,0,0,''),(23554,3,'','',10088,'Discover VMware hypervisors','vmware.hv.discovery[{$URL}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of hypervisors.',0,'30',0,0,0,''),(23555,3,'','',10091,'Bios UUID','vmware.hv.hw.uuid[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The hardware BIOS identification.',0,'30',0,0,0,''),(23556,3,'','',10091,'CPU cores','vmware.hv.hw.cpu.num[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Number of physical CPU cores on the host. Physical CPU cores are the processors contained by a CPU package.',0,'30',0,0,0,''),(23557,3,'','',10091,'CPU frequency','vmware.hv.hw.cpu.freq[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','Hz',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,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,'30',0,0,0,''),(23558,3,'','',10091,'CPU model','vmware.hv.hw.cpu.model[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The CPU model.',0,'30',0,0,0,''),(23559,3,'','',10091,'CPU threads','vmware.hv.hw.cpu.threads[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Number of physical CPU threads on the host.',0,'30',0,0,0,''),(23560,3,'','',10091,'CPU usage','vmware.hv.cpu.usage[{$URL},{HOST.HOST}]',60,90,365,0,3,'','Hz',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Aggregated CPU usage across all cores on the host in Hz. This is only available if the host is connected.',0,'30',0,0,0,''),(23561,3,'','',10091,'Full name','vmware.hv.fullname[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The complete product name, including the version information.',0,'30',0,0,0,''),(23562,3,'','',10091,'Model','vmware.hv.hw.model[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The system model identification.',0,'30',0,0,0,''),(23563,3,'','',10091,'Overall status','vmware.hv.status[{$URL},{HOST.HOST}]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,13,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The overall alarm status of the host: gray - unknown, ok, red - it has a problem, yellow - it might have a problem.',0,'30',0,0,0,''),(23564,3,'','',10091,'Total memory','vmware.hv.hw.memory[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The physical memory size.',0,'30',0,0,0,''),(23565,3,'','',10091,'Uptime','vmware.hv.uptime[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','uptime',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','System uptime.',0,'30',0,0,0,''),(23566,3,'','',10091,'Used memory','vmware.hv.memory.used[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Physical memory usage on the host.',0,'30',0,0,0,''),(23567,3,'','',10091,'Vendor','vmware.hv.hw.vendor[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The hardware vendor identification.',0,'30',0,0,0,''),(23568,3,'','',10091,'Version','vmware.hv.version[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Dot-separated version string.',0,'30',0,0,0,''),(23569,3,'','',10091,'Number of guest VMs','vmware.hv.vm.num[{$URL},{HOST.HOST}]',3600,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Number of guest virtual machines.',0,'30',0,0,0,''),(23572,3,'','',10091,'Ballooned memory','vmware.hv.memory.size.ballooned[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory that is currently reclaimed through the balloon driver. Sum of all guest VMs.',0,'30',0,0,0,''),(23573,3,'','',10089,'Hypervisor name','vmware.vm.hv.name[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Hypervisor name of the guest VM.',0,'30',0,0,0,''),(23575,3,'','',10089,'Mounted filesystem discovery','vmware.vm.vfs.fs.discovery[{$URL},{HOST.HOST}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of all guest file systems.',0,'30',0,0,0,''),(23576,3,'','',10089,'Free disk space on {#FSNAME}','vmware.vm.vfs.fs.size[{$URL},{HOST.HOST},{#FSNAME},free]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23577,3,'','',10089,'Free disk space on {#FSNAME} (percentage)','vmware.vm.vfs.fs.size[{$URL},{HOST.HOST},{#FSNAME},pfree]',60,90,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23578,3,'','',10089,'Total disk space on {#FSNAME}','vmware.vm.vfs.fs.size[{$URL},{HOST.HOST},{#FSNAME},total]',3600,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23579,3,'','',10089,'Used disk space on {#FSNAME}','vmware.vm.vfs.fs.size[{$URL},{HOST.HOST},{#FSNAME},used]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23585,3,'','',10089,'Guest memory usage','vmware.vm.memory.size.usage.guest[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory that is being used by the VM.',0,'30',0,0,0,''),(23586,3,'','',10089,'Host memory usage','vmware.vm.memory.size.usage.host[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of host physical memory allocated to the VM, accounting for saving from memory sharing with other VMs.',0,'30',0,0,0,''),(23587,3,'','',10089,'Private memory','vmware.vm.memory.size.private[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Amount of memory backed by host memory and not being shared.',0,'30',0,0,0,''),(23588,3,'','',10089,'Shared memory','vmware.vm.memory.size.shared[{$URL},{HOST.HOST}]',60,90,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','The amount of guest physical memory shared through transparent page sharing.',0,'30',0,0,0,''),(23593,3,'','',10088,'Event log','vmware.eventlog[{$URL}]',60,90,365,0,2,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23595,3,'','',10088,'Discover VMware clusters','vmware.cluster.discovery[{$URL}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of clusters',0,'30',0,0,0,''),(23596,3,'','',10088,'Status of \"$2\" cluster','vmware.cluster.status[{$URL},{#CLUSTER.NAME}]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,13,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23597,3,'','',10089,'Cluster name','vmware.vm.cluster.name[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Cluster name of the guest VM.',0,'30',0,0,0,''),(23598,3,'','',10091,'Cluster name','vmware.hv.cluster.name[{$URL},{HOST.HOST}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','Cluster name of the guest VM.',0,'30',0,0,0,''),(23599,3,'','',10089,'Disk device discovery','vmware.vm.vfs.dev.discovery[{$URL},{HOST.HOST}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of all disk devices.',0,'30',0,0,0,''),(23600,3,'','',10089,'Network device discovery','vmware.vm.net.if.discovery[{$URL},{HOST.HOST}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','Discovery of all network devices.',0,'30',0,0,0,''),(23601,3,'','',10089,'Average number of kilobytes read from the disk $3','vmware.vm.vfs.dev.read[{$URL},{HOST.HOST},{#DISKNAME},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23602,3,'','',10089,'Average number of kilobytes written to the disk $3','vmware.vm.vfs.dev.write[{$URL},{HOST.HOST},{#DISKNAME},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23603,3,'','',10089,'Average number of reads from the disk $3','vmware.vm.vfs.dev.read[{$URL},{HOST.HOST},{#DISKNAME},ops]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23604,3,'','',10089,'Average number of writes to the disk $3','vmware.vm.vfs.dev.write[{$URL},{HOST.HOST},{#DISKNAME},ops]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23605,3,'','',10089,'Number of packets received on interface $3','vmware.vm.net.if.in[{$URL},{HOST.HOST},{#IFNAME},pps]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23606,3,'','',10089,'Number of packets transmitted on interface $3','vmware.vm.net.if.out[{$URL},{HOST.HOST},{#IFNAME},pps]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23607,3,'','',10089,'Number of bytes received on interface $3','vmware.vm.net.if.in[{$URL},{HOST.HOST},{#IFNAME},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23608,3,'','',10089,'Number of bytes transmitted on interface $3','vmware.vm.net.if.out[{$URL},{HOST.HOST},{#IFNAME},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23620,5,'','',10084,'Zabbix value cache, % free','zabbix[vcache,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',22191,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23625,5,'','',10084,'Zabbix value cache hits','zabbix[vcache,cache,hits]',60,7,365,0,0,'','vps',0,1,'',0,'','','1','',0,'',22196,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23628,5,'','',10084,'Zabbix value cache misses','zabbix[vcache,cache,misses]',60,7,365,0,0,'','vps',0,1,'',0,'','','1','',0,'',22199,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23629,3,'','',10091,'Number of bytes received','vmware.hv.network.in[{$URL},{HOST.HOST},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23630,3,'','',10091,'Number of bytes transmitted','vmware.hv.network.out[{$URL},{HOST.HOST},bps]',60,90,365,0,3,'','Bps',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23631,3,'','',10091,'Datastore discovery','vmware.hv.datastore.discovery[{$URL},{HOST.HOST}]',3600,90,365,0,4,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,1,':',NULL,'','',0,'30',0,0,0,''),(23632,3,'','',10091,'Average read latency of the datastore $3','vmware.hv.datastore.read[{$URL},{HOST.HOST},{#DATASTORE},latency]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23633,3,'','',10091,'Average write latency of the datastore $3','vmware.hv.datastore.write[{$URL},{HOST.HOST},{#DATASTORE},latency]',60,90,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,2,'',NULL,'','',0,'30',0,0,0,''),(23634,5,'','',10047,'Zabbix vmware cache, % free','zabbix[vmware,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23635,5,'','',10084,'Zabbix vmware cache, % free','zabbix[vmware,buffer,pfree]',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',23634,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23636,16,'','',10082,'jvm Name','jmx[\"java.lang:type=Runtime\",VmName]',3600,7,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23637,16,'','',10082,'os Process CPU Load','jmx[\"java.lang:type=OperatingSystem\",ProcessCpuLoad]',60,7,365,0,0,'','%',1,0,'',0,'','','100','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23638,16,'','',10082,'mem Heap Memory used','jmx[\"java.lang:type=Memory\",HeapMemoryUsage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23639,16,'','',10082,'mem Heap Memory committed','jmx[\"java.lang:type=Memory\",HeapMemoryUsage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23640,16,'','',10082,'mem Heap Memory max','jmx[\"java.lang:type=Memory\",HeapMemoryUsage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23641,16,'','',10082,'mem Non-Heap Memory committed','jmx[\"java.lang:type=Memory\",NonHeapMemoryUsage.committed]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23642,16,'','',10082,'mem Non-Heap Memory used','jmx[\"java.lang:type=Memory\",NonHeapMemoryUsage.used]',60,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23643,16,'','',10082,'mem Non-Heap Memory max','jmx[\"java.lang:type=Memory\",NonHeapMemoryUsage.max]',3600,7,365,0,3,'','B',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23644,3,'','',10093,'FTP service is running','net.tcp.service[ftp]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23645,3,'','',10094,'HTTP service is running','net.tcp.service[http]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23646,3,'','',10095,'HTTPS service is running','net.tcp.service[https]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23647,3,'','',10096,'IMAP service is running','net.tcp.service[imap]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23648,3,'','',10097,'LDAP service is running','net.tcp.service[ldap]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23649,3,'','',10098,'NNTP service is running','net.tcp.service[nntp]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23650,3,'','',10099,'NTP service is running','net.tcp.service[ntp]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23651,3,'','',10100,'POP service is running','net.tcp.service[pop]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23652,3,'','',10101,'SMTP service is running','net.tcp.service[smtp]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23653,3,'','',10102,'SSH service is running','net.tcp.service[ssh]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23654,3,'','',10103,'Telnet service is running','net.tcp.service[telnet]',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'0',0,0,0,''),(23655,3,'','',10104,'ICMP ping','icmpping',60,7,365,0,3,'','',0,0,'',0,'','','1','',0,'',NULL,1,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23656,3,'','',10104,'ICMP response time','icmppingsec',60,7,365,0,0,'','s',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23657,3,'','',10104,'ICMP loss','icmppingloss',60,7,365,0,0,'','%',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23658,3,'','',10088,'Full name','vmware.fullname[{$URL}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23659,3,'','',10088,'Version','vmware.version[{$URL}]',3600,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'{$USERNAME}','{$PASSWORD}','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23660,2,'','',10105,'String test item','zabbix.key',0,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23661,2,'','',10106,'String test item','zabbix.key',0,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23662,2,'','',10105,'Multiple item key 1','multi1',0,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,''),(23663,2,'','',10105,'Multiple item key 2','multi2',0,90,365,0,1,'','',0,0,'',0,'','','1','',0,'',NULL,NULL,'','','',0,0,'','','','',0,0,'',NULL,'','',0,'30',0,0,0,'');
1897
1897
  /*!40000 ALTER TABLE `items` ENABLE KEYS */;
1898
1898
  UNLOCK TABLES;
1899
1899
 
@@ -1911,8 +1911,8 @@ CREATE TABLE `items_applications` (
1911
1911
  PRIMARY KEY (`itemappid`),
1912
1912
  UNIQUE KEY `items_applications_1` (`applicationid`,`itemid`),
1913
1913
  KEY `items_applications_2` (`itemid`),
1914
- CONSTRAINT `c_items_applications_2` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE,
1915
- CONSTRAINT `c_items_applications_1` FOREIGN KEY (`applicationid`) REFERENCES `applications` (`applicationid`) ON DELETE CASCADE
1914
+ CONSTRAINT `c_items_applications_1` FOREIGN KEY (`applicationid`) REFERENCES `applications` (`applicationid`) ON DELETE CASCADE,
1915
+ CONSTRAINT `c_items_applications_2` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE
1916
1916
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1917
1917
  /*!40101 SET character_set_client = @saved_cs_client */;
1918
1918
 
@@ -1968,8 +1968,8 @@ CREATE TABLE `maintenances_groups` (
1968
1968
  PRIMARY KEY (`maintenance_groupid`),
1969
1969
  UNIQUE KEY `maintenances_groups_1` (`maintenanceid`,`groupid`),
1970
1970
  KEY `maintenances_groups_2` (`groupid`),
1971
- CONSTRAINT `c_maintenances_groups_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`) ON DELETE CASCADE,
1972
- CONSTRAINT `c_maintenances_groups_1` FOREIGN KEY (`maintenanceid`) REFERENCES `maintenances` (`maintenanceid`) ON DELETE CASCADE
1971
+ CONSTRAINT `c_maintenances_groups_1` FOREIGN KEY (`maintenanceid`) REFERENCES `maintenances` (`maintenanceid`) ON DELETE CASCADE,
1972
+ CONSTRAINT `c_maintenances_groups_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`) ON DELETE CASCADE
1973
1973
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1974
1974
  /*!40101 SET character_set_client = @saved_cs_client */;
1975
1975
 
@@ -1996,8 +1996,8 @@ CREATE TABLE `maintenances_hosts` (
1996
1996
  PRIMARY KEY (`maintenance_hostid`),
1997
1997
  UNIQUE KEY `maintenances_hosts_1` (`maintenanceid`,`hostid`),
1998
1998
  KEY `maintenances_hosts_2` (`hostid`),
1999
- CONSTRAINT `c_maintenances_hosts_2` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE,
2000
- CONSTRAINT `c_maintenances_hosts_1` FOREIGN KEY (`maintenanceid`) REFERENCES `maintenances` (`maintenanceid`) ON DELETE CASCADE
1999
+ CONSTRAINT `c_maintenances_hosts_1` FOREIGN KEY (`maintenanceid`) REFERENCES `maintenances` (`maintenanceid`) ON DELETE CASCADE,
2000
+ CONSTRAINT `c_maintenances_hosts_2` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`) ON DELETE CASCADE
2001
2001
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2002
2002
  /*!40101 SET character_set_client = @saved_cs_client */;
2003
2003
 
@@ -2024,8 +2024,8 @@ CREATE TABLE `maintenances_windows` (
2024
2024
  PRIMARY KEY (`maintenance_timeperiodid`),
2025
2025
  UNIQUE KEY `maintenances_windows_1` (`maintenanceid`,`timeperiodid`),
2026
2026
  KEY `maintenances_windows_2` (`timeperiodid`),
2027
- CONSTRAINT `c_maintenances_windows_2` FOREIGN KEY (`timeperiodid`) REFERENCES `timeperiods` (`timeperiodid`) ON DELETE CASCADE,
2028
- CONSTRAINT `c_maintenances_windows_1` FOREIGN KEY (`maintenanceid`) REFERENCES `maintenances` (`maintenanceid`) ON DELETE CASCADE
2027
+ CONSTRAINT `c_maintenances_windows_1` FOREIGN KEY (`maintenanceid`) REFERENCES `maintenances` (`maintenanceid`) ON DELETE CASCADE,
2028
+ CONSTRAINT `c_maintenances_windows_2` FOREIGN KEY (`timeperiodid`) REFERENCES `timeperiods` (`timeperiodid`) ON DELETE CASCADE
2029
2029
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2030
2030
  /*!40101 SET character_set_client = @saved_cs_client */;
2031
2031
 
@@ -2084,8 +2084,8 @@ CREATE TABLE `media` (
2084
2084
  PRIMARY KEY (`mediaid`),
2085
2085
  KEY `media_1` (`userid`),
2086
2086
  KEY `media_2` (`mediatypeid`),
2087
- CONSTRAINT `c_media_2` FOREIGN KEY (`mediatypeid`) REFERENCES `media_type` (`mediatypeid`) ON DELETE CASCADE,
2088
- CONSTRAINT `c_media_1` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`) ON DELETE CASCADE
2087
+ CONSTRAINT `c_media_1` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`) ON DELETE CASCADE,
2088
+ CONSTRAINT `c_media_2` FOREIGN KEY (`mediatypeid`) REFERENCES `media_type` (`mediatypeid`) ON DELETE CASCADE
2089
2089
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2090
2090
  /*!40101 SET character_set_client = @saved_cs_client */;
2091
2091
 
@@ -2209,8 +2209,8 @@ CREATE TABLE `opcommand` (
2209
2209
  `command` text COLLATE utf8_bin NOT NULL,
2210
2210
  PRIMARY KEY (`operationid`),
2211
2211
  KEY `opcommand_1` (`scriptid`),
2212
- CONSTRAINT `c_opcommand_2` FOREIGN KEY (`scriptid`) REFERENCES `scripts` (`scriptid`),
2213
- CONSTRAINT `c_opcommand_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE
2212
+ CONSTRAINT `c_opcommand_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE,
2213
+ CONSTRAINT `c_opcommand_2` FOREIGN KEY (`scriptid`) REFERENCES `scripts` (`scriptid`)
2214
2214
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2215
2215
  /*!40101 SET character_set_client = @saved_cs_client */;
2216
2216
 
@@ -2237,8 +2237,8 @@ CREATE TABLE `opcommand_grp` (
2237
2237
  PRIMARY KEY (`opcommand_grpid`),
2238
2238
  KEY `opcommand_grp_1` (`operationid`),
2239
2239
  KEY `opcommand_grp_2` (`groupid`),
2240
- CONSTRAINT `c_opcommand_grp_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`),
2241
- CONSTRAINT `c_opcommand_grp_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE
2240
+ CONSTRAINT `c_opcommand_grp_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE,
2241
+ CONSTRAINT `c_opcommand_grp_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`)
2242
2242
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2243
2243
  /*!40101 SET character_set_client = @saved_cs_client */;
2244
2244
 
@@ -2265,8 +2265,8 @@ CREATE TABLE `opcommand_hst` (
2265
2265
  PRIMARY KEY (`opcommand_hstid`),
2266
2266
  KEY `opcommand_hst_1` (`operationid`),
2267
2267
  KEY `opcommand_hst_2` (`hostid`),
2268
- CONSTRAINT `c_opcommand_hst_2` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`),
2269
- CONSTRAINT `c_opcommand_hst_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE
2268
+ CONSTRAINT `c_opcommand_hst_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE,
2269
+ CONSTRAINT `c_opcommand_hst_2` FOREIGN KEY (`hostid`) REFERENCES `hosts` (`hostid`)
2270
2270
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2271
2271
  /*!40101 SET character_set_client = @saved_cs_client */;
2272
2272
 
@@ -2352,8 +2352,8 @@ CREATE TABLE `opgroup` (
2352
2352
  PRIMARY KEY (`opgroupid`),
2353
2353
  UNIQUE KEY `opgroup_1` (`operationid`,`groupid`),
2354
2354
  KEY `opgroup_2` (`groupid`),
2355
- CONSTRAINT `c_opgroup_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`),
2356
- CONSTRAINT `c_opgroup_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE
2355
+ CONSTRAINT `c_opgroup_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE,
2356
+ CONSTRAINT `c_opgroup_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`)
2357
2357
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2358
2358
  /*!40101 SET character_set_client = @saved_cs_client */;
2359
2359
 
@@ -2382,8 +2382,8 @@ CREATE TABLE `opmessage` (
2382
2382
  `mediatypeid` bigint(20) unsigned DEFAULT NULL,
2383
2383
  PRIMARY KEY (`operationid`),
2384
2384
  KEY `opmessage_1` (`mediatypeid`),
2385
- CONSTRAINT `c_opmessage_2` FOREIGN KEY (`mediatypeid`) REFERENCES `media_type` (`mediatypeid`),
2386
- CONSTRAINT `c_opmessage_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE
2385
+ CONSTRAINT `c_opmessage_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE,
2386
+ CONSTRAINT `c_opmessage_2` FOREIGN KEY (`mediatypeid`) REFERENCES `media_type` (`mediatypeid`)
2387
2387
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2388
2388
  /*!40101 SET character_set_client = @saved_cs_client */;
2389
2389
 
@@ -2411,8 +2411,8 @@ CREATE TABLE `opmessage_grp` (
2411
2411
  PRIMARY KEY (`opmessage_grpid`),
2412
2412
  UNIQUE KEY `opmessage_grp_1` (`operationid`,`usrgrpid`),
2413
2413
  KEY `opmessage_grp_2` (`usrgrpid`),
2414
- CONSTRAINT `c_opmessage_grp_2` FOREIGN KEY (`usrgrpid`) REFERENCES `usrgrp` (`usrgrpid`),
2415
- CONSTRAINT `c_opmessage_grp_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE
2414
+ CONSTRAINT `c_opmessage_grp_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE,
2415
+ CONSTRAINT `c_opmessage_grp_2` FOREIGN KEY (`usrgrpid`) REFERENCES `usrgrp` (`usrgrpid`)
2416
2416
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2417
2417
  /*!40101 SET character_set_client = @saved_cs_client */;
2418
2418
 
@@ -2440,8 +2440,8 @@ CREATE TABLE `opmessage_usr` (
2440
2440
  PRIMARY KEY (`opmessage_usrid`),
2441
2441
  UNIQUE KEY `opmessage_usr_1` (`operationid`,`userid`),
2442
2442
  KEY `opmessage_usr_2` (`userid`),
2443
- CONSTRAINT `c_opmessage_usr_2` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`),
2444
- CONSTRAINT `c_opmessage_usr_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE
2443
+ CONSTRAINT `c_opmessage_usr_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE,
2444
+ CONSTRAINT `c_opmessage_usr_2` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`)
2445
2445
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2446
2446
  /*!40101 SET character_set_client = @saved_cs_client */;
2447
2447
 
@@ -2468,8 +2468,8 @@ CREATE TABLE `optemplate` (
2468
2468
  PRIMARY KEY (`optemplateid`),
2469
2469
  UNIQUE KEY `optemplate_1` (`operationid`,`templateid`),
2470
2470
  KEY `optemplate_2` (`templateid`),
2471
- CONSTRAINT `c_optemplate_2` FOREIGN KEY (`templateid`) REFERENCES `hosts` (`hostid`),
2472
- CONSTRAINT `c_optemplate_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE
2471
+ CONSTRAINT `c_optemplate_1` FOREIGN KEY (`operationid`) REFERENCES `operations` (`operationid`) ON DELETE CASCADE,
2472
+ CONSTRAINT `c_optemplate_2` FOREIGN KEY (`templateid`) REFERENCES `hosts` (`hostid`)
2473
2473
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2474
2474
  /*!40101 SET character_set_client = @saved_cs_client */;
2475
2475
 
@@ -2513,7 +2513,7 @@ CREATE TABLE `profiles` (
2513
2513
 
2514
2514
  LOCK TABLES `profiles` WRITE;
2515
2515
  /*!40000 ALTER TABLE `profiles` DISABLE KEYS */;
2516
- INSERT INTO `profiles` VALUES (1,2,'web.menu.login.last',0,0,0,'index.php','',3),(2,2,'web.paging.lastpage',0,0,0,'index.php','',3),(3,1,'web.menu.view.last',0,0,0,'dashboard.php','',3),(4,1,'web.paging.lastpage',0,0,0,'hosts.php','',3),(5,1,'web.menu.config.last',0,0,0,'hosts.php','',3),(6,1,'web.hosts.php.sort',0,0,0,'name','',3),(7,1,'web.hosts.php.sortorder',0,0,0,'ASC','',3),(8,1,'web.config.groupid',0,0,0,'','',1),(9,1,'web.latest.groupid',0,0,0,'','',1),(10,1,'web.paging.page',0,0,1,'','',2),(11,1,'web.items.php.sort',0,0,0,'name','',3),(12,1,'web.items.php.sortorder',0,0,0,'ASC','',3),(13,1,'web.items.filter_groupid',0,0,0,'','',1),(14,1,'web.items.filter_hostid',0,10105,0,'','',1),(15,1,'web.items.filter_application',0,0,0,'','',3),(16,1,'web.items.filter_name',0,0,0,'','',3),(17,1,'web.items.filter_type',0,0,-1,'','',2),(18,1,'web.items.filter_key',0,0,0,'','',3),(19,1,'web.items.filter_snmp_community',0,0,0,'','',3),(20,1,'web.items.filter_snmpv3_securityname',0,0,0,'','',3),(21,1,'web.items.filter_snmp_oid',0,0,0,'','',3),(22,1,'web.items.filter_port',0,0,0,'','',3),(23,1,'web.items.filter_value_type',0,0,-1,'','',2),(24,1,'web.items.filter_data_type',0,0,-1,'','',2),(25,1,'web.items.filter_delay',0,0,0,'','',3),(26,1,'web.items.filter_history',0,0,0,'','',3),(27,1,'web.items.filter_trends',0,0,0,'','',3),(28,1,'web.items.filter_status',0,0,-1,'','',2),(29,1,'web.items.filter_state',0,0,-1,'','',2),(30,1,'web.items.filter_templated_items',0,0,-1,'','',2),(31,1,'web.items.filter_with_triggers',0,0,-1,'','',2),(32,1,'web.items.filter_ipmi_sensor',0,0,0,'','',3),(33,1,'web.items.subfilter_apps',0,0,0,'','',3),(34,1,'web.items.subfilter_types',0,0,0,'','',3),(35,1,'web.items.subfilter_value_types',0,0,0,'','',3),(36,1,'web.items.subfilter_status',0,0,0,'','',3),(37,1,'web.items.subfilter_state',0,0,0,'','',3),(38,1,'web.items.subfilter_templated_items',0,0,0,'','',3),(39,1,'web.items.subfilter_with_triggers',0,0,0,'','',3),(40,1,'web.items.subfilter_hosts',0,0,0,'','',3),(41,1,'web.items.subfilter_interval',0,0,0,'','',3),(42,1,'web.items.subfilter_history',0,0,0,'','',3),(43,1,'web.items.subfilter_trends',0,0,0,'','',3);
2516
+ INSERT INTO `profiles` VALUES (1,2,'web.menu.login.last',0,0,0,'index.php','',3),(2,2,'web.paging.lastpage',0,0,0,'index.php','',3),(3,1,'web.menu.view.last',0,0,0,'dashboard.php','',3),(4,1,'web.paging.lastpage',0,0,0,'items.php','',3),(5,1,'web.menu.config.last',0,0,0,'hosts.php','',3),(6,1,'web.hosts.php.sort',0,0,0,'name','',3),(7,1,'web.hosts.php.sortorder',0,0,0,'ASC','',3),(8,1,'web.config.groupid',0,0,0,'','',1),(9,1,'web.latest.groupid',0,0,0,'','',1),(10,1,'web.paging.page',0,0,1,'','',2),(11,1,'web.items.php.sort',0,0,0,'name','',3),(12,1,'web.items.php.sortorder',0,0,0,'ASC','',3),(13,1,'web.items.filter_groupid',0,0,0,'','',1),(14,1,'web.items.filter_hostid',0,10105,0,'','',1),(15,1,'web.items.filter_application',0,0,0,'','',3),(16,1,'web.items.filter_name',0,0,0,'','',3),(17,1,'web.items.filter_type',0,0,-1,'','',2),(18,1,'web.items.filter_key',0,0,0,'','',3),(19,1,'web.items.filter_snmp_community',0,0,0,'','',3),(20,1,'web.items.filter_snmpv3_securityname',0,0,0,'','',3),(21,1,'web.items.filter_snmp_oid',0,0,0,'','',3),(22,1,'web.items.filter_port',0,0,0,'','',3),(23,1,'web.items.filter_value_type',0,0,-1,'','',2),(24,1,'web.items.filter_data_type',0,0,-1,'','',2),(25,1,'web.items.filter_delay',0,0,0,'','',3),(26,1,'web.items.filter_history',0,0,0,'','',3),(27,1,'web.items.filter_trends',0,0,0,'','',3),(28,1,'web.items.filter_status',0,0,-1,'','',2),(29,1,'web.items.filter_state',0,0,-1,'','',2),(30,1,'web.items.filter_templated_items',0,0,-1,'','',2),(31,1,'web.items.filter_with_triggers',0,0,-1,'','',2),(32,1,'web.items.filter_ipmi_sensor',0,0,0,'','',3),(33,1,'web.items.subfilter_apps',0,0,0,'','',3),(34,1,'web.items.subfilter_types',0,0,0,'','',3),(35,1,'web.items.subfilter_value_types',0,0,0,'','',3),(36,1,'web.items.subfilter_status',0,0,0,'','',3),(37,1,'web.items.subfilter_state',0,0,0,'','',3),(38,1,'web.items.subfilter_templated_items',0,0,0,'','',3),(39,1,'web.items.subfilter_with_triggers',0,0,0,'','',3),(40,1,'web.items.subfilter_hosts',0,0,0,'','',3),(41,1,'web.items.subfilter_interval',0,0,0,'','',3),(42,1,'web.items.subfilter_history',0,0,0,'','',3),(43,1,'web.items.subfilter_trends',0,0,0,'','',3);
2517
2517
  /*!40000 ALTER TABLE `profiles` ENABLE KEYS */;
2518
2518
  UNLOCK TABLES;
2519
2519
 
@@ -2652,8 +2652,8 @@ CREATE TABLE `rights` (
2652
2652
  PRIMARY KEY (`rightid`),
2653
2653
  KEY `rights_1` (`groupid`),
2654
2654
  KEY `rights_2` (`id`),
2655
- CONSTRAINT `c_rights_2` FOREIGN KEY (`id`) REFERENCES `groups` (`groupid`) ON DELETE CASCADE,
2656
- CONSTRAINT `c_rights_1` FOREIGN KEY (`groupid`) REFERENCES `usrgrp` (`usrgrpid`) ON DELETE CASCADE
2655
+ CONSTRAINT `c_rights_1` FOREIGN KEY (`groupid`) REFERENCES `usrgrp` (`usrgrpid`) ON DELETE CASCADE,
2656
+ CONSTRAINT `c_rights_2` FOREIGN KEY (`id`) REFERENCES `groups` (`groupid`) ON DELETE CASCADE
2657
2657
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2658
2658
  /*!40101 SET character_set_client = @saved_cs_client */;
2659
2659
 
@@ -2758,8 +2758,8 @@ CREATE TABLE `scripts` (
2758
2758
  PRIMARY KEY (`scriptid`),
2759
2759
  KEY `scripts_1` (`usrgrpid`),
2760
2760
  KEY `scripts_2` (`groupid`),
2761
- CONSTRAINT `c_scripts_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`),
2762
- CONSTRAINT `c_scripts_1` FOREIGN KEY (`usrgrpid`) REFERENCES `usrgrp` (`usrgrpid`)
2761
+ CONSTRAINT `c_scripts_1` FOREIGN KEY (`usrgrpid`) REFERENCES `usrgrp` (`usrgrpid`),
2762
+ CONSTRAINT `c_scripts_2` FOREIGN KEY (`groupid`) REFERENCES `groups` (`groupid`)
2763
2763
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2764
2764
  /*!40101 SET character_set_client = @saved_cs_client */;
2765
2765
 
@@ -2847,8 +2847,8 @@ CREATE TABLE `services_links` (
2847
2847
  PRIMARY KEY (`linkid`),
2848
2848
  UNIQUE KEY `services_links_2` (`serviceupid`,`servicedownid`),
2849
2849
  KEY `services_links_1` (`servicedownid`),
2850
- CONSTRAINT `c_services_links_2` FOREIGN KEY (`servicedownid`) REFERENCES `services` (`serviceid`) ON DELETE CASCADE,
2851
- CONSTRAINT `c_services_links_1` FOREIGN KEY (`serviceupid`) REFERENCES `services` (`serviceid`) ON DELETE CASCADE
2850
+ CONSTRAINT `c_services_links_1` FOREIGN KEY (`serviceupid`) REFERENCES `services` (`serviceid`) ON DELETE CASCADE,
2851
+ CONSTRAINT `c_services_links_2` FOREIGN KEY (`servicedownid`) REFERENCES `services` (`serviceid`) ON DELETE CASCADE
2852
2852
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2853
2853
  /*!40101 SET character_set_client = @saved_cs_client */;
2854
2854
 
@@ -2914,7 +2914,7 @@ CREATE TABLE `sessions` (
2914
2914
 
2915
2915
  LOCK TABLES `sessions` WRITE;
2916
2916
  /*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
2917
- INSERT INTO `sessions` VALUES ('00ed7e45aff5a7dff7c781108eadfbe9',2,1428092823,0),('9d9362db7efe42280b895baf5c13f884',1,1428093434,0);
2917
+ INSERT INTO `sessions` VALUES ('47d36a39b93240d148dbb444d625c5a3',2,1433361233,0),('5cfd0db68bb7d0aebbcd5f0d6265b1d6',1,1433364618,0),('9d9362db7efe42280b895baf5c13f884',1,1428093434,0),('a9a3abc2d4d922e512594e7968a344d6',2,1433361242,0);
2918
2918
  /*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
2919
2919
  UNLOCK TABLES;
2920
2920
 
@@ -2934,8 +2934,8 @@ CREATE TABLE `slides` (
2934
2934
  PRIMARY KEY (`slideid`),
2935
2935
  KEY `slides_1` (`slideshowid`),
2936
2936
  KEY `slides_2` (`screenid`),
2937
- CONSTRAINT `c_slides_2` FOREIGN KEY (`screenid`) REFERENCES `screens` (`screenid`) ON DELETE CASCADE,
2938
- CONSTRAINT `c_slides_1` FOREIGN KEY (`slideshowid`) REFERENCES `slideshows` (`slideshowid`) ON DELETE CASCADE
2937
+ CONSTRAINT `c_slides_1` FOREIGN KEY (`slideshowid`) REFERENCES `slideshows` (`slideshowid`) ON DELETE CASCADE,
2938
+ CONSTRAINT `c_slides_2` FOREIGN KEY (`screenid`) REFERENCES `screens` (`screenid`) ON DELETE CASCADE
2939
2939
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
2940
2940
  /*!40101 SET character_set_client = @saved_cs_client */;
2941
2941
 
@@ -3067,8 +3067,8 @@ CREATE TABLE `sysmaps` (
3067
3067
  KEY `sysmaps_1` (`name`),
3068
3068
  KEY `sysmaps_2` (`backgroundid`),
3069
3069
  KEY `sysmaps_3` (`iconmapid`),
3070
- CONSTRAINT `c_sysmaps_2` FOREIGN KEY (`iconmapid`) REFERENCES `icon_map` (`iconmapid`),
3071
- CONSTRAINT `c_sysmaps_1` FOREIGN KEY (`backgroundid`) REFERENCES `images` (`imageid`)
3070
+ CONSTRAINT `c_sysmaps_1` FOREIGN KEY (`backgroundid`) REFERENCES `images` (`imageid`),
3071
+ CONSTRAINT `c_sysmaps_2` FOREIGN KEY (`iconmapid`) REFERENCES `icon_map` (`iconmapid`)
3072
3072
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
3073
3073
  /*!40101 SET character_set_client = @saved_cs_client */;
3074
3074
 
@@ -3114,11 +3114,11 @@ CREATE TABLE `sysmaps_elements` (
3114
3114
  KEY `sysmaps_elements_3` (`iconid_on`),
3115
3115
  KEY `sysmaps_elements_4` (`iconid_disabled`),
3116
3116
  KEY `sysmaps_elements_5` (`iconid_maintenance`),
3117
- CONSTRAINT `c_sysmaps_elements_5` FOREIGN KEY (`iconid_maintenance`) REFERENCES `images` (`imageid`),
3118
3117
  CONSTRAINT `c_sysmaps_elements_1` FOREIGN KEY (`sysmapid`) REFERENCES `sysmaps` (`sysmapid`) ON DELETE CASCADE,
3119
3118
  CONSTRAINT `c_sysmaps_elements_2` FOREIGN KEY (`iconid_off`) REFERENCES `images` (`imageid`),
3120
3119
  CONSTRAINT `c_sysmaps_elements_3` FOREIGN KEY (`iconid_on`) REFERENCES `images` (`imageid`),
3121
- CONSTRAINT `c_sysmaps_elements_4` FOREIGN KEY (`iconid_disabled`) REFERENCES `images` (`imageid`)
3120
+ CONSTRAINT `c_sysmaps_elements_4` FOREIGN KEY (`iconid_disabled`) REFERENCES `images` (`imageid`),
3121
+ CONSTRAINT `c_sysmaps_elements_5` FOREIGN KEY (`iconid_maintenance`) REFERENCES `images` (`imageid`)
3122
3122
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
3123
3123
  /*!40101 SET character_set_client = @saved_cs_client */;
3124
3124
 
@@ -3148,8 +3148,8 @@ CREATE TABLE `sysmaps_link_triggers` (
3148
3148
  PRIMARY KEY (`linktriggerid`),
3149
3149
  UNIQUE KEY `sysmaps_link_triggers_1` (`linkid`,`triggerid`),
3150
3150
  KEY `sysmaps_link_triggers_2` (`triggerid`),
3151
- CONSTRAINT `c_sysmaps_link_triggers_2` FOREIGN KEY (`triggerid`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE,
3152
- CONSTRAINT `c_sysmaps_link_triggers_1` FOREIGN KEY (`linkid`) REFERENCES `sysmaps_links` (`linkid`) ON DELETE CASCADE
3151
+ CONSTRAINT `c_sysmaps_link_triggers_1` FOREIGN KEY (`linkid`) REFERENCES `sysmaps_links` (`linkid`) ON DELETE CASCADE,
3152
+ CONSTRAINT `c_sysmaps_link_triggers_2` FOREIGN KEY (`triggerid`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE
3153
3153
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
3154
3154
  /*!40101 SET character_set_client = @saved_cs_client */;
3155
3155
 
@@ -3181,9 +3181,9 @@ CREATE TABLE `sysmaps_links` (
3181
3181
  KEY `sysmaps_links_1` (`sysmapid`),
3182
3182
  KEY `sysmaps_links_2` (`selementid1`),
3183
3183
  KEY `sysmaps_links_3` (`selementid2`),
3184
- CONSTRAINT `c_sysmaps_links_3` FOREIGN KEY (`selementid2`) REFERENCES `sysmaps_elements` (`selementid`) ON DELETE CASCADE,
3185
3184
  CONSTRAINT `c_sysmaps_links_1` FOREIGN KEY (`sysmapid`) REFERENCES `sysmaps` (`sysmapid`) ON DELETE CASCADE,
3186
- CONSTRAINT `c_sysmaps_links_2` FOREIGN KEY (`selementid1`) REFERENCES `sysmaps_elements` (`selementid`) ON DELETE CASCADE
3185
+ CONSTRAINT `c_sysmaps_links_2` FOREIGN KEY (`selementid1`) REFERENCES `sysmaps_elements` (`selementid`) ON DELETE CASCADE,
3186
+ CONSTRAINT `c_sysmaps_links_3` FOREIGN KEY (`selementid2`) REFERENCES `sysmaps_elements` (`selementid`) ON DELETE CASCADE
3187
3187
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
3188
3188
  /*!40101 SET character_set_client = @saved_cs_client */;
3189
3189
 
@@ -3294,8 +3294,8 @@ CREATE TABLE `trigger_depends` (
3294
3294
  PRIMARY KEY (`triggerdepid`),
3295
3295
  UNIQUE KEY `trigger_depends_1` (`triggerid_down`,`triggerid_up`),
3296
3296
  KEY `trigger_depends_2` (`triggerid_up`),
3297
- CONSTRAINT `c_trigger_depends_2` FOREIGN KEY (`triggerid_up`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE,
3298
- CONSTRAINT `c_trigger_depends_1` FOREIGN KEY (`triggerid_down`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE
3297
+ CONSTRAINT `c_trigger_depends_1` FOREIGN KEY (`triggerid_down`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE,
3298
+ CONSTRAINT `c_trigger_depends_2` FOREIGN KEY (`triggerid_up`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE
3299
3299
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
3300
3300
  /*!40101 SET character_set_client = @saved_cs_client */;
3301
3301
 
@@ -3324,8 +3324,8 @@ CREATE TABLE `trigger_discovery` (
3324
3324
  PRIMARY KEY (`triggerdiscoveryid`),
3325
3325
  UNIQUE KEY `trigger_discovery_1` (`triggerid`,`parent_triggerid`),
3326
3326
  KEY `trigger_discovery_2` (`parent_triggerid`),
3327
- CONSTRAINT `c_trigger_discovery_2` FOREIGN KEY (`parent_triggerid`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE,
3328
- CONSTRAINT `c_trigger_discovery_1` FOREIGN KEY (`triggerid`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE
3327
+ CONSTRAINT `c_trigger_discovery_1` FOREIGN KEY (`triggerid`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE,
3328
+ CONSTRAINT `c_trigger_discovery_2` FOREIGN KEY (`parent_triggerid`) REFERENCES `triggers` (`triggerid`) ON DELETE CASCADE
3329
3329
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
3330
3330
  /*!40101 SET character_set_client = @saved_cs_client */;
3331
3331
 
@@ -3410,7 +3410,7 @@ CREATE TABLE `user_history` (
3410
3410
 
3411
3411
  LOCK TABLES `user_history` WRITE;
3412
3412
  /*!40000 ALTER TABLE `user_history` DISABLE KEYS */;
3413
- INSERT INTO `user_history` VALUES (1,1,'','','Dashboard','dashboard.php','Configuration of hosts','hosts.php?groupid=0','Configuration of items','items.php','Configuration of hosts','hosts.php?groupid=0');
3413
+ INSERT INTO `user_history` VALUES (1,1,'Configuration of items','items.php','Configuration of hosts','hosts.php?groupid=0','Dashboard','dashboard.php','Configuration of hosts','hosts.php?groupid=0','Configuration of items','items.php');
3414
3414
  /*!40000 ALTER TABLE `user_history` ENABLE KEYS */;
3415
3415
  UNLOCK TABLES;
3416
3416
 
@@ -3449,7 +3449,7 @@ CREATE TABLE `users` (
3449
3449
 
3450
3450
  LOCK TABLES `users` WRITE;
3451
3451
  /*!40000 ALTER TABLE `users` DISABLE KEYS */;
3452
- INSERT INTO `users` VALUES (1,'Admin','Zabbix','Administrator','5fce1b3e34b520afeffb37ce08c7cd66','',1,0,'en_GB',30,3,'default',0,'',0,50),(2,'guest','','','d41d8cd98f00b204e9800998ecf8427e','',0,900,'en_GB',30,1,'default',0,'',0,50);
3452
+ INSERT INTO `users` VALUES (1,'Admin','Zabbix','Administrator','5fce1b3e34b520afeffb37ce08c7cd66','',0,0,'en_GB',30,3,'default',0,'',0,50),(2,'guest','','','d41d8cd98f00b204e9800998ecf8427e','',0,900,'en_GB',30,1,'default',0,'',0,50);
3453
3453
  /*!40000 ALTER TABLE `users` ENABLE KEYS */;
3454
3454
  UNLOCK TABLES;
3455
3455
 
@@ -3467,8 +3467,8 @@ CREATE TABLE `users_groups` (
3467
3467
  PRIMARY KEY (`id`),
3468
3468
  UNIQUE KEY `users_groups_1` (`usrgrpid`,`userid`),
3469
3469
  KEY `users_groups_2` (`userid`),
3470
- CONSTRAINT `c_users_groups_2` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`) ON DELETE CASCADE,
3471
- CONSTRAINT `c_users_groups_1` FOREIGN KEY (`usrgrpid`) REFERENCES `usrgrp` (`usrgrpid`) ON DELETE CASCADE
3470
+ CONSTRAINT `c_users_groups_1` FOREIGN KEY (`usrgrpid`) REFERENCES `usrgrp` (`usrgrpid`) ON DELETE CASCADE,
3471
+ CONSTRAINT `c_users_groups_2` FOREIGN KEY (`userid`) REFERENCES `users` (`userid`) ON DELETE CASCADE
3472
3472
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
3473
3473
  /*!40101 SET character_set_client = @saved_cs_client */;
3474
3474
 
@@ -3544,4 +3544,4 @@ UNLOCK TABLES;
3544
3544
  /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
3545
3545
  /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
3546
3546
 
3547
- -- Dump completed on 2015-04-03 20:37:25
3547
+ -- Dump completed on 2015-06-03 20:50:26