bundles/icinga2: initial working draft
This commit is contained in:
parent
d3de7a27be
commit
11071914e0
17 changed files with 611 additions and 2 deletions
3
bundles/icinga2/files/icingaweb2/authentication.ini
Normal file
3
bundles/icinga2/files/icingaweb2/authentication.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[icingaweb2]
|
||||
backend = "db"
|
||||
resource = "icingaweb_db"
|
11
bundles/icinga2/files/icingaweb2/config.ini
Normal file
11
bundles/icinga2/files/icingaweb2/config.ini
Normal file
|
@ -0,0 +1,11 @@
|
|||
[global]
|
||||
show_stacktraces = "1"
|
||||
show_application_state_messages = "1"
|
||||
config_backend = "db"
|
||||
config_resource = "icingaweb_db"
|
||||
|
||||
[logging]
|
||||
log = "syslog"
|
||||
level = "ERROR"
|
||||
application = "icingaweb2"
|
||||
facility = "user"
|
3
bundles/icinga2/files/icingaweb2/groups.ini
Normal file
3
bundles/icinga2/files/icingaweb2/groups.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[icingaweb2]
|
||||
backend = "db"
|
||||
resource = "icingaweb_db"
|
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