-
Notifications
You must be signed in to change notification settings - Fork 6
/
central-rrd.json.in
71 lines (71 loc) · 2.15 KB
/
central-rrd.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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"centreonBroker": {
"broker_id": 2,
"broker_name": "central-rrd-master",
"poller_id": 1,
"poller_name": "Central",
"module_directory": "@PREFIX_MODULES@",
"log_timestamp": true,
"bbdo_version": "3.0.0",
"log_thread_id": false,
"event_queue_max_size": 100000,
"command_file": "",
"cache_directory": "@BROKER_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"
}
},
"input": [
{
"name": "central-rrd-master-input",
"port": "5670",
"buffering_timeout": "0",
"retry_interval": "60",
"protocol": "bbdo",
"tls": "auto",
"negotiation": "yes",
"one_peer_retention_mode": "no",
"compression": "auto",
"type": "ipv4"
}
],
"output": [
{
"name": "central-rrd-master-output",
"metrics_path": "/var/lib/centreon/metrics/",
"status_path": "/var/lib/centreon/status/",
"retry_interval": "60",
"store_in_data_bin": "yes",
"buffering_timeout": "0",
"write_metrics": "yes",
"write_status": "yes",
"type": "rrd",
"insert_in_index_data": "1"
}
],
"stats": [
{
"type": "stats",
"name": "central-rrd-master-stats",
"json_fifo": "@BROKER_VAR_LIB_DIR@/central-rrd-master-stats.json"
}
],
"grpc": {
"port": 51002
}
}
}