mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-03 20:40:34 -05:00
35 lines
732 B
YAML
35 lines
732 B
YAML
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
|