-
Notifications
You must be signed in to change notification settings - Fork 6
/
central-module.json.in
58 lines (58 loc) · 1.69 KB
/
central-module.json.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"centreonBroker": {
"broker_id": 3,
"broker_name": "central-module-master",
"poller_id": 1,
"poller_name": "Central",
"module_directory": "@PREFIX_MODULES@",
"log_timestamp": false,
"log_thread_id": false,
"bbdo_version": "3.0.0",
"event_queue_max_size": 100000,
"command_file": "",
"cache_directory": "@ENGINE_VAR_LIB_DIR@",
"log": {
"directory": "@BROKER_VAR_LOG_DIR@",
"filename": "",
"max_size": 0,
"loggers": {
"core": "info",
"config": "error",
"sql": "error",
"processing": "error",
"perfdata": "error",
"bbdo": "error",
"tcp": "error",
"tls": "error",
"lua": "error",
"bam": "error",
"neb": "error"
}
},
"output": [
{
"name": "central-module-master-output",
"port": "5669",
"host": "localhost",
"protocol": "bbdo",
"tls": "no",
"negotiation": "yes",
"buffering_timeout": "0",
"retry_interval": "60",
"one_peer_retention_mode": "no",
"compression": "no",
"type": "ipv4"
}
],
"stats": [
{
"type": "stats",
"name": "central-rrd-stats",
"json_fifo": "@ENGINE_VAR_LIB_DIR@/central-module-master-stats.json"
}
],
"grpc": {
"port": 51003
}
}
}