-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.example.yml
41 lines (30 loc) · 1.2 KB
/
config.example.yml
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
# This is the configuration file for Icinga for Kubernetes.
# Connection configuration for the database to which Icinga for Kubernetes synchronizes data.
# This is also the database used in Icinga for Kubernetes Web to view and work with the data.
database:
# Database type. Only 'mysql' is supported yet which is the default.
# type: mysql
# Database host or absolute Unix socket path.
host: localhost
# Database port. By default, the MySQL port.
# port:
# Database name.
database: kubernetes
# Database user.
user: kubernetes
# Database password.
password: CHANGEME
# Configuration for Prometheus metrics API.
prometheus:
# Prometheus server URL.
# url: http://localhost:9090
# Configuration for Icinga Notifications daemon.
notifications:
# Icinga Notifications daemon URL.
# url: http://localhost:5680
# Username for authenticating the Icinga for Kubernetes source in Icinga Notifications.
# username: source-\d+
# Password for authenticating the Icinga for Kubernetes source in Icinga Notifications.
# password: password
# The base URL of Icinga for Kubernetes Web used in generated Icinga Notification events.
# kubernetes_web_url: http://localhost/icingaweb2/kubernetes