bundles/icinga2: add icingaweb2 monitoring config
This commit is contained in:
parent
0977dd5042
commit
d0302d826a
2 changed files with 10 additions and 0 deletions
5
bundles/icinga2/files/icingaweb2/monitoring_config.ini
Normal file
5
bundles/icinga2/files/icingaweb2/monitoring_config.ini
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[settings]
|
||||||
|
acknowledge_sticky = 1
|
||||||
|
hostdowntime_all_services = 1
|
||||||
|
hostdowntime_end_fixed = P1W
|
||||||
|
hostdowntime_end_fixed = P2D
|
|
@ -254,6 +254,11 @@ files = {
|
||||||
'mode': '0660',
|
'mode': '0660',
|
||||||
'group': 'icingaweb2',
|
'group': 'icingaweb2',
|
||||||
},
|
},
|
||||||
|
'/etc/icingaweb2/modules/monitoring/config.ini': {
|
||||||
|
'source': 'icingaweb2/monitoring_config.ini',
|
||||||
|
'mode': '0660',
|
||||||
|
'group': 'icingaweb2',
|
||||||
|
},
|
||||||
'/etc/icingaweb2/groups.ini': {
|
'/etc/icingaweb2/groups.ini': {
|
||||||
'source': 'icingaweb2/groups.ini',
|
'source': 'icingaweb2/groups.ini',
|
||||||
'mode': '0660',
|
'mode': '0660',
|
||||||
|
|
Loading…
Reference in a new issue