summaryrefslogtreecommitdiffstats
path: root/doc/icingadb-migration.example.yml
blob: 2acd8833a7586c2d53fad64217dab7982a682ce2 (plain)
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
icinga2:
  # Content of /var/lib/icinga2/icingadb.env
  env: "da39a3e..."

# IDO database
ido:
  type: mysql # or "pgsql" for PostgreSQL
  host: 192.0.2.1
  #port: 3306
  database: icinga
  user: icinga
  password: CHANGEME
  #tls: false
  #cert: <Path to TLS client certificate>
  #key: <Path to TLS private key>
  #ca: <Path to TLS CA certificate>
  #insecure: false

  # Input time range
  #from: 0
  #to: 2147483647

# Icinga DB database
icingadb:
  type: mysql # or "pgsql" for PostgreSQL
  host: 2001:db8::1
  #port: 3306
  database: icingadb
  user: icingadb
  password: CHANGEME
  #tls: false
  #cert: <Path to TLS client certificate>
  #key: <Path to TLS private key>
  #ca: <Path to TLS CA certificate>
  #insecure: false