-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_configuration.json
75 lines (75 loc) · 1.36 KB
/
example_configuration.json
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
72
73
74
75
{
"connector": {
"dns": {
"hostname": "dns.domain.example",
"key": "XXXXXXXXXXXXXXXXXXXXXX=="
},
"observium": {
"enabled": true,
"mysql": {
"host": "localhost",
"user": "username",
"passwd": "password",
"db": "observium"
}
},
"sqlite": {
"db": "classes/connectors/sqlite/db.sqlite",
"enabled": true,
"stale_hours": 72
}
},
"email": {
"server": "smtp.domain.example",
"from": "[email protected]",
"to": [
]
},
"dns": {
"update": {
"hostname": "dns.domain.example",
"key": "key"
},
"servers": [
"dns1.domain.example",
"dns2.domain.example",
"dns3.domain.example",
"dns4.domain.example"
],
"search": {
"servers": [
"109.122.98.6",
"109.122.98.114",
"109.122.98.119",
"109.122.98.115"
],
"domains": [
"vektor.net",
"radijusvektor.rs"
]
}
},
"snmp" : {
"community": {
"default": "public",
"override": {
"custom-host.*": "custom_community"
}
},
"retries": 0,
"timeout": 1
},
"ignore": {
"device": {
"hostname.*": [],
"hostname": [
"Et0/0/0",
"Et0/0/1"
]
},
"ip": [
"127.0.0.0/8"
]
}
}