bundles/icinga2: initial working draft
This commit is contained in:
parent
d3de7a27be
commit
11071914e0
17 changed files with 611 additions and 2 deletions
21
bundles/icinga2/files/icingaweb2/resources.ini
Normal file
21
bundles/icinga2/files/icingaweb2/resources.ini
Normal file
|
@ -0,0 +1,21 @@
|
|||
[icingaweb_db]
|
||||
type = "db"
|
||||
db = "pgsql"
|
||||
host = "localhost"
|
||||
port = "5432"
|
||||
dbname = "icingaweb2"
|
||||
username = "icinga2"
|
||||
password = "${node.metadata['postgresql']['roles']['icinga2']['password']}"
|
||||
charset = ""
|
||||
use_ssl = "0"
|
||||
|
||||
[icinga_ido]
|
||||
type = "db"
|
||||
db = "pgsql"
|
||||
host = "localhost"
|
||||
port = "5432"
|
||||
dbname = "icinga2"
|
||||
username = "icinga2"
|
||||
password = "${node.metadata['postgresql']['roles']['icinga2']['password']}"
|
||||
charset = ""
|
||||
use_ssl = "0"
|
Loading…
Add table
Add a link
Reference in a new issue