-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
61 lines (49 loc) · 1.87 KB
/
Copy pathexample.env
File metadata and controls
61 lines (49 loc) · 1.87 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
51
52
53
54
55
56
57
58
59
60
61
# MariaDB/MySQL environment
MYSQL_ROOT_USER=root
MYSQL_ROOT_PASSWORD=MySecretPass
# Icinga 2 environment
ICINGA2_CN=localhost # Icinga2 common name
ICINGA2_ZONE_NAME=localhost # Icinga2 zone name
ICINGA2_MYSQL_DB=icinga2
ICINGA2_MYSQL_USER=icinga2
ICINGA2_MYSQL_PASSWORD=2agnici
ICINGA2_API_HOST=icinga-icinga2
ICINGA2_API_PORT=5665
ICINGA2_API_USER=icingaweb2
ICINGA2_API_PASSWORD=2bewagnici
ICINGA2_FEATURE_GRAPHITE=false
ICINGA2_FEATURE_GRAPHITE_HOST=icinga-graphite
ICINGA2_FEATURE_GRAPHITE_PORT=2003
ICINGA2_FEATURE_GRAPHITE_SEND_THRESHOLDS=true
ICINGA2_FEATURE_GRAPHITE_SEND_METADATA=false
# Icinga 2 satellite environment
ICINGA2_SATELLITE=false
ICINGA2_SATELLITE_PARENT=master # Used for CN and endpoint connection. You can override this var if you needed.
ICINGA2_SATELLITE_PARENT_API_PORT=5665 # Parent API port, you can override it if needed.
ICINGA2_SATELLITE_CN=$ICINGA2_CN # Icinga2 satellite common name.
ICINGA2_SATELLITE_ZONE_NAME=$ICINGA2_ZONE_NAME # Icinga2 satellite zone name.
# Icinga Web 2 environment
ICINGAWEB2_MYSQL_DB=icingaweb2
ICINGAWEB2_MYSQL_USER=icingaweb2
ICINGAWEB2_MYSQL_PASSWORD=2bewagnici
ICINGAWEB2_ADMIN_USER=icingaadmin
ICINGAWEB2_ADMIN_PASSWORD=icinga
ICINGAWEB2_SSL=false
ICINGAWEB2_SSL_LETSENCRYPT=false
ICINGAWEB2_APACHE_SERVER_NAME=example.com
ICINGAWEB2_APACHE_SERVER_ADMIN=admin@example.com
ICINGAWEB2_MODULE_DIRECTOR=false
ICINGAWEB2_MODULE_DIRECTOR_KICKSTART=true
ICINGAWEB2_MODULE_DIRECTOR_MYSQL_DB=icingaweb2_director
ICINGAWEB2_MODULE_DIRECTOR_MYSQL_USER=icingaweb2_director
ICINGAWEB2_MODULE_DIRECTOR_MYSQL_PASSWORD=rotcerid_2bewagnici
ICINGAWEB2_MODULE_GRAPHITE=false
ICINGAWEB2_MODULE_GRAPHITE_HOST=icinga-graphite
# SMTP configuration
MSMTP_TLS=on # Permitted values are on or off
MSMTP_ACCOUNT=gmail # Name of the account
MSMTP_HOST=smtp.gmail.com
MSMTP_PORT=587
MSMTP_FROM=example@gmail.com
MSMTP_USER=example@gmail.com
MSMTP_PASSWORD=examplepass