-
Notifications
You must be signed in to change notification settings - Fork 3
/
secrets.env
51 lines (41 loc) · 1.22 KB
/
secrets.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
41
42
43
44
45
46
47
48
49
50
51
# Put your secrets here.
# Remember! Containers can only read this file, while settings in docker-compose.yaml and Dockerfile(s) are read by .env file
# Master or satellite?
TYPE=master
# influxdb/PNP
PERFDATA=influxdb
# Localtime
LOCALTIME=Europe/London
# Maria Db
MYSQL_ROOT_PASSWORD=prova
ICINGA_PASSWORD=prova
ICINGAWEB2_PASSWORD=prova
# Icinga2 / Icingaweb2
ICINGA2_USER_FULLNAME=Icinga2 super cool user
ICINGAWEB2_ADMIN_USER=icingaadmin
ICINGAWEB2_ADMIN_PASS=icinga
# Set 'master' if you are configuring a master
ICINGA2_ZONE=master
# The following are used by a satellite setup:
ICINGA2_MASTER_IP=xxxxx
ICINGA2_PORT=5665
ICINGA2_MASTER=xxxx
ICINGA2_TICKET=xxx
# Icinga Director
DIRECTOR_DB=director
DIRECTOR_USER=director
DIRECTOR_USER_PASSWORD=secret
# Icinga Endpoint
DIRECTOR_EP=icinga2-master-1-core
DIRECTOR_EP_USER=director
DIRECTOR_EP_PASSWORD=director
# INFLUXDB configuration
INFLUXDB_DB=icinga2
INFLUXDB_USER=icinga2
INFLUXDB_USER_PASSWORD=segretissimo
# Grafana configuration - ignore if you are using pnp
GF_DEFAULT_INSTANCE_NAME=icinga2-grafana
GF_SECURITY_ADMIN_PASSWORD=secretissimo
GF_AUTH_ANONYMOUS=true
GF_ORG_NAME=Randsolutions SRL #your society
GF_ORG_ROLE=viewer #to just view graphs without authentication