-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.env.template
More file actions
50 lines (50 loc) · 1.61 KB
/
Copy path.env.template
File metadata and controls
50 lines (50 loc) · 1.61 KB
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
LOGSTASH_OSS_VERSION=7.17.21
ELASTIC_IP=192.168.43.121
ELASTIC_PORT=9200
ELASTIC_USER_LOGIN=elastic
ELASTIC_USER_PASS=changeme
TOPOLOGRAPH_HOST=192.168.0.33
FRR_HOST=127.0.0.1
FRR_PORT=2604
FRR_PASSWORD=zebra
FRR_SECRET=zebra
TOPOLOGRAPH_PORT=8080
TOPOLOGRAPH_WEB_API_USERNAME_EMAIL=ospf@topolograph.com
TOPOLOGRAPH_WEB_API_PASSWORD=ospf
MONGODB_DATABASE=admin
MONGODB_USERNAME=admin
MONGODB_PASSWORD=myadminpassword
MONGODB_IP=mongodb
MONGODB_PORT=27017
TEST_MODE="False"
ZABBIX_HOST=192.168.0.73
# to check exported events via docker logs logstash
DEBUG_BOOL=True
#############################
# EXPORT_TO_MONGO_BOOL requires to be enabled to see topology changes on the graph on Topolograph's page
#############################
EXPORT_TO_MONGO_BOOL=False
#############################
# If ELK stack is not available or is not installed, comment the line below or set to False
#############################
#EXPORT_TO_ELASTICSEARCH_BOOL=True
#EXPORT_TO_ZABBIX_BOOL=True
#############################
# If export logs to messagers is not needed, comment the line below or set to False
#############################
#EXPORT_TO_WEBHOOK_URL_BOOL=True
WEBHOOK_URL=http://192.168.0.73:5000/webhook
# Fluent-bit HTTP output uses Host and Port separately
WEBHOOK_HOST=127.0.0.1
WEBHOOK_PORT=8081
WEBHOOK_URI=/
WEBHOOK_TLS_ON=off
SSH_COMMAND_READ_TIMEOUT=60
# OSPF GRE/sniff: minutes between full LSDB re-fetch from FRR (default in code: 1440)
PERIOD_TO_REFRESH_MINUTES=1440
EXPORT_TO_TOPOLOGRAPH_SOCKET=True
EXPORT_TO_LOKI_BOOL=False
LOKI_URL=http://loki.local:3100/loki/api/v1/push
# Watcher Heartbit settings
HEARTBEAT_INTERVAL=60
TOPOLOGRAPH_API_TOKEN=