Profile `icingaweb2_dev': add config files to 'modules/monitoring'

backends.ini
config.ini
instances.ini

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-09 16:27:26 +02:00
parent 07c4591499
commit 924a511386
4 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,18 @@
[localdb]
type = ido
resource = ido
[locallive]
disabled = 1
type = livestatus
resource = livestatus
[localfile]
disabled = 1
type = statusdat
resource = statusdat
;[localfailsafe]
;enabled=false
;type = combo
;backends = localdb, locallive, localfile

View File

@ -0,0 +1,2 @@
[security]
protected_customvars = "*pw*,*pass*,community"

View File

@ -0,0 +1,2 @@
[icinga]
path = "/var/run/icinga2/cmd/icinga2.cmd"

View File

@ -53,5 +53,7 @@ class icingaweb2_dev {
replace => false,
}
icingaweb2::config::module { [ 'backends', 'config', 'instances' ]: }
icingaweb2::config::module { [ 'backends', 'config', 'instances' ]:
source => 'puppet:///modules/icingaweb2_dev',
}
}