21 lines
470 B
Django/Jinja
21 lines
470 B
Django/Jinja
[icingaweb2]
|
|
type = "db"
|
|
db = "mysql"
|
|
host = "localhost"
|
|
port = "3306"
|
|
dbname = "{{ life_noc_db_web_name }}"
|
|
username = "{{ life_noc_db_web_user }}"
|
|
password = "{{ life_noc_db_web_password }}"
|
|
charset = "utf8mb4"
|
|
use_ssl = "0"
|
|
|
|
[icinga2_ido_mysql]
|
|
type = "db"
|
|
db = "mysql"
|
|
host = "localhost"
|
|
port = "3306"
|
|
dbname = "{{ life_noc_db_icinga_name }}"
|
|
username = "{{ life_noc_db_icinga_user }}"
|
|
password = "{{ life_noc_db_icinga_password }}"
|
|
charset = "latin1"
|
|
use_ssl = "0"
|