bundles/icinga2: introduce icinga_options/downtime_also_for
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6a88040826
commit
4d5e75df68
2 changed files with 23 additions and 0 deletions
|
@ -50,6 +50,13 @@ nodes['home.nas'] = {
|
|||
'groups': {
|
||||
'nas': {},
|
||||
},
|
||||
'icinga_options': {
|
||||
'downtime_also_for': {
|
||||
# FIXME maybe autogenerate that from bundle:vmhost?
|
||||
'home.router',
|
||||
'home.downloadhelper',
|
||||
},
|
||||
},
|
||||
'iptables': {
|
||||
'port_rules': {
|
||||
'4679': { # Dell ULNM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue