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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2017-12-20 18:58:41 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2017-12-20 18:58:41 +0300
commitaafde4624c3eb2f0e66d2df613fc803564cc38d5 (patch)
tree18b49b8674149e2a0452fcbd73034473607b0e9c /include/zbxself.h
parentc83dd969653e2524d5a96d436f858ae296ed284e (diff)
...GI..... [ZBX-13155] excluded src/libs/zbxself from agent compilation
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h60
1 files changed, 11 insertions, 49 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index 5dd71302f00..4b6b4f8515d 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -24,41 +24,6 @@
#define ZBX_PROCESS_STATE_BUSY 1
#define ZBX_PROCESS_STATE_COUNT 2 /* number of process states */
-#define ZBX_PROCESS_TYPE_POLLER 0
-#define ZBX_PROCESS_TYPE_UNREACHABLE 1
-#define ZBX_PROCESS_TYPE_IPMIPOLLER 2
-#define ZBX_PROCESS_TYPE_PINGER 3
-#define ZBX_PROCESS_TYPE_JAVAPOLLER 4
-#define ZBX_PROCESS_TYPE_HTTPPOLLER 5
-#define ZBX_PROCESS_TYPE_TRAPPER 6
-#define ZBX_PROCESS_TYPE_SNMPTRAPPER 7
-#define ZBX_PROCESS_TYPE_PROXYPOLLER 8
-#define ZBX_PROCESS_TYPE_ESCALATOR 9
-#define ZBX_PROCESS_TYPE_HISTSYNCER 10
-#define ZBX_PROCESS_TYPE_DISCOVERER 11
-#define ZBX_PROCESS_TYPE_ALERTER 12
-#define ZBX_PROCESS_TYPE_TIMER 13
-#define ZBX_PROCESS_TYPE_HOUSEKEEPER 14
-#define ZBX_PROCESS_TYPE_DATASENDER 15
-#define ZBX_PROCESS_TYPE_CONFSYNCER 16
-#define ZBX_PROCESS_TYPE_HEARTBEAT 17
-#define ZBX_PROCESS_TYPE_SELFMON 18
-#define ZBX_PROCESS_TYPE_VMWARE 19
-#define ZBX_PROCESS_TYPE_COLLECTOR 20
-#define ZBX_PROCESS_TYPE_LISTENER 21
-#define ZBX_PROCESS_TYPE_ACTIVE_CHECKS 22
-#define ZBX_PROCESS_TYPE_TASKMANAGER 23
-#define ZBX_PROCESS_TYPE_IPMIMANAGER 24
-#define ZBX_PROCESS_TYPE_ALERTMANAGER 25
-#define ZBX_PROCESS_TYPE_PREPROCMAN 26
-#define ZBX_PROCESS_TYPE_PREPROCESSOR 27
-#define ZBX_PROCESS_TYPE_COUNT 28 /* number of process types */
-#define ZBX_PROCESS_TYPE_UNKNOWN 255
-
-#define ZBX_RTC_LOG_SCOPE_FLAG 0x80
-#define ZBX_RTC_LOG_SCOPE_PROC 0
-#define ZBX_RTC_LOG_SCOPE_PID 1
-
#define ZBX_AGGR_FUNC_ONE 0
#define ZBX_AGGR_FUNC_AVG 1
#define ZBX_AGGR_FUNC_MAX 2
@@ -66,22 +31,19 @@
#define ZBX_SELFMON_DELAY 1
-int get_process_type_by_name(const char *proc_type_str);
-int get_process_type_forks(unsigned char process_type);
-const char *get_process_type_string(unsigned char process_type);
+int get_process_type_forks(unsigned char process_type);
#ifndef _WINDOWS
-int init_selfmon_collector(char **error);
-void free_selfmon_collector(void);
-void update_selfmon_counter(unsigned char state);
-void collect_selfmon_stats(void);
-void get_selfmon_stats(unsigned char process_type, unsigned char aggr_func, int process_num,
- unsigned char state, double *value);
-void zbx_sleep_loop(int sleeptime);
-void zbx_sleep_forever(void);
-void zbx_wakeup(void);
-int zbx_sleep_get_remainder(void);
-void zbx_set_sigusr_handler(void (*handler)(int flags));
+int init_selfmon_collector(char **error);
+void free_selfmon_collector(void);
+void update_selfmon_counter(unsigned char state);
+void collect_selfmon_stats(void);
+void get_selfmon_stats(unsigned char process_type, unsigned char aggr_func, int process_num,
+ unsigned char state, double *value);
+void zbx_sleep_loop(int sleeptime);
+void zbx_sleep_forever(void);
+void zbx_wakeup(void);
+int zbx_sleep_get_remainder(void);
#endif
#endif /* ZABBIX_ZBXSELF_H */