Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2013-09-27 15:29:47 +0400
committerAndris Zeila <andris.zeila@zabbix.com>2013-09-27 15:29:47 +0400
commit7ba7bbf4adf03b26e865911056ad5c5c191db837 (patch)
tree1cfb3a4bd7ab4d1750ec72541c19e7e50d94335a /include/zbxself.h
parentbcc72bda7b134c40fa00829aa1f02f9366b535b5 (diff)
.......PS. [ZBXNEXT-1633] added vmware collector process
The vmware collector processes are resposible for gathering data from vmware services, preprocessing it and storing into shared memory. Pollers will access already gathered data and will not have to wait while the data is being retrieved.
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index 179d9d2769f..e217fc56014 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -49,7 +49,8 @@
#define ZBX_PROCESS_TYPE_CONFSYNCER 18
#define ZBX_PROCESS_TYPE_HEARTBEAT 19
#define ZBX_PROCESS_TYPE_SELFMON 20
-#define ZBX_PROCESS_TYPE_COUNT 21 /* number of process types */
+#define ZBX_PROCESS_TYPE_VMWARE 21
+#define ZBX_PROCESS_TYPE_COUNT 22 /* number of process types */
#define ZBX_PROCESS_TYPE_UNKNOWN 255
#define ZBX_AGGR_FUNC_ONE 0