forked from eNMS-automation/eNMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
104 lines (104 loc) · 2.23 KB
/
config.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"app": {
"address": "",
"config_mode": "debug",
"create_examples": true,
"documentation_url": "https://enms.readthedocs.io/en/latest/",
"log_level": "debug",
"git_repository": ""
},
"cluster": {
"active": false,
"id": true,
"scan_subnet": "192.168.105.0/24",
"scan_protocol": "http",
"scan_timeout": 0.05
},
"database": {
"url": "sqlite:///database.db?check_same_thread=False",
"max_overflow": 10,
"pool_size": 1000,
"small_string_length": 255,
"large_string_length": 32768
},
"gotty": {
"port_redirection": false,
"bypass_key_prompt": true,
"port": -1,
"start_port": 9000,
"end_port": 9100
},
"ldap": {
"active": false,
"server": "ldap://domain.ad.company.com",
"userdn": "domain.ad.company.com",
"basedn": "DC=domain,DC=ad,DC=company,DC=com",
"admin_group": "eNMS.Users,network.Admins"
},
"mail": {
"server": "smtp.googlemail.com",
"port": 587,
"use_tls": true,
"username": "eNMS-user",
"sender": "[email protected]",
"recipients": "[email protected]"
},
"mattermost": {
"url": "https://mattermost.company.com/hooks/i1phfh6fxjfwpy586bwqq5sk8w",
"channel": "",
"verify_certificate": true
},
"librenms": {
"address": "http://librenms.example.com"
},
"netbox": {
"address": "http://0.0.0.0:8000"
},
"opennms": {
"address": "",
"login": "",
"devices": ""
},
"paths": {
"custom_code": "",
"custom_properties": "",
"custom_services": "",
"playbooks": ""
},
"requests": {
"pool": {
"pool_connections": 10,
"pool_maxsize": 100,
"pool_block": false
},
"retries": {
"total": 2,
"read": 2,
"connect": 2,
"backoff_factor": 0.5
}
},
"slack": {
"channel": ""
},
"syslog": {
"active": false,
"address": "0.0.0.0",
"port": 514
},
"tacacs": {
"active": false,
"address": ""
},
"vault": {
"active": false,
"unseal": false
},
"view": {
"longitude": -96.0,
"latitude": 33.0,
"zoom_level": 5,
"tile_layer": "osm",
"marker": "Image"
}
}