Profile `icingaweb2_dev': add config files to 'modules/monitoring'
backends.ini config.ini instances.ini refs #6842
This commit is contained in:
parent
07c4591499
commit
924a511386
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
[security]
|
||||
protected_customvars = "*pw*,*pass*,community"
|
|
@ -0,0 +1,2 @@
|
|||
[icinga]
|
||||
path = "/var/run/icinga2/cmd/icinga2.cmd"
|
|
@ -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',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue