-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathdefaults.yaml
73 lines (70 loc) · 1.59 KB
/
defaults.yaml
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
icinga2:
config_dir: /etc/icinga2
confd_dir: /etc/icinga2/conf.d
check_command_dir: /etc/icinga2/conf.d/check_command
scripts_dir: /etc/icinga2/scripts
home_dir: /var/lib/nagios
user: nagios
group: nagios
pkgs:
- icinga2
postgresql_pkgs:
- postgresql-client
service: icinga2
configure_repositories: True
ido:
db:
name: icinga
user: icinga2ido
# None => lets the state fail which is desired!
password:
host: 127.0.0.1
port: 5432
schema_path: /usr/share/icinga2-ido-pgsql/schema/pgsql.sql
pkg: icinga2-ido-pgsql
icinga_web2:
config_dir: /etc/icingaweb2
modules_dir: /usr/share/icingaweb2/modules
user: www-data
group: icingaweb2
db:
name: icinga2web
user: icinga2web
# None => lets the state fail which is desired!
password:
host: 127.0.0.1
port: 5432
pkgs:
- icingaweb2
- icingaweb2-module-doc
- icingaweb2-module-monitoring
postgresql_pkgs:
- postgresql
required_pkgs:
- php-fpm
- php-pgsql
- libapache2-mod-php
- php-intl
- php-gd
- php-imagick
features:
api: False
command: True
debuglog: False
gelf: False
graphite: False
influxdb: False
livestatus: False
opentsdb: False
perfdata: False
statusdata: False
syslog: False
check_command:
openvpn:
revision: b03efd98439e9b82b66f9b2e6e7b7f666b744a63
branch: master
notification:
xmpp:
pkg: python3-slixmpp
python_executable: python3
ca_file: /etc/ssl/certs/ca-certificates.crt