Source
302
302
#define ZBX_PROCESS_TYPE_REPORTMANAGER 32
303
303
#define ZBX_PROCESS_TYPE_REPORTWRITER 33
304
304
#define ZBX_PROCESS_TYPE_SERVICEMAN 34
305
305
#define ZBX_PROCESS_TYPE_TRIGGERHOUSEKEEPER 35
306
306
#define ZBX_PROCESS_TYPE_ODBCPOLLER 36
307
307
#define ZBX_PROCESS_TYPE_CONNECTORMANAGER 37
308
308
#define ZBX_PROCESS_TYPE_CONNECTORWORKER 38
309
309
#define ZBX_PROCESS_TYPE_DISCOVERYMANAGER 39
310
310
#define ZBX_PROCESS_TYPE_HTTPAGENT_POLLER 40
311
311
#define ZBX_PROCESS_TYPE_AGENT_POLLER 41
312
-
#define ZBX_PROCESS_TYPE_COUNT 42 /* number of process types */
312
+
#define ZBX_PROCESS_TYPE_SNMP_POLLER 42
313
+
#define ZBX_PROCESS_TYPE_COUNT 43 /* number of process types */
313
314
314
315
/* special processes that are not present worker list */
315
316
#define ZBX_PROCESS_TYPE_EXT_FIRST 126
316
317
#define ZBX_PROCESS_TYPE_HA_MANAGER 126
317
318
#define ZBX_PROCESS_TYPE_MAIN 127
318
319
#define ZBX_PROCESS_TYPE_EXT_LAST 127
319
320
320
321
#define ZBX_PROCESS_TYPE_UNKNOWN 255
321
322
322
323
const char *get_process_type_string(unsigned char proc_type);