-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
40 lines (40 loc) · 1.25 KB
/
.env
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
WATCHER_NAME=demo-watcher
LOGSTASH_OSS_VERSION=7.17.21
ELASTIC_IP=127.0.0.1
ELASTIC_PORT=9200
ELASTIC_USER_LOGIN=elastic
ELASTIC_USER_PASS=changeme
FRR_HOST=127.0.0.1
#cb FRR_HOST=172.20.20.11
FRR_PORT=2608
#cb FRR_PORT=65001
FRR_PASSWORD=zebra
FRR_SECRET=zebra
TOPOLOGRAPH_HOST=192.168.1.33
TOPOLOGRAPH_PORT=8080
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=127.0.0.1
# to check exported events via docker logs logstash
DEBUG_BOOL=False
#############################
# EXPORT_TO_MONGO_BOOL requires to be enabled to see topology changes on the graph on Topolograph's page
#############################
EXPORT_TO_MONGO_BOOL=True
#############################
# If ELK stack is not available or is not installed, comment the line below or set to False
#############################
# EXPORT_TO_ELASTICSEARCH_BOOL=False
# EXPORT_TO_ZABBIX_BOOL=False
#############################
# If export logs to messagers is not needed, comment the line below or set to False
#############################
EXPORT_TO_WEBHOOK_URL_BOOL=False
WEBHOOK_URL=http://127.0.0.1/webhook
SSH_COMMAND_READ_TIMEOUT=60