13 lines
344 B
Django/Jinja
13 lines
344 B
Django/Jinja
/**
|
|
* Managed by Ansible (Life-NOC)
|
|
*/
|
|
library "db_ido_mysql"
|
|
|
|
object IdoMysqlConnection "ido-mysql" {
|
|
user = "{{ life_noc_db_icinga_user }}"
|
|
password = "{{ life_noc_db_icinga_password }}"
|
|
host = "{{ life_noc_icinga_ido_host }}"
|
|
port = {{ life_noc_icinga_ido_port }}
|
|
database = "{{ life_noc_db_icinga_name }}"
|
|
enable_ha = false
|
|
}
|