add icinga_options.also_affected_by to systems running in vm on home.nas
This commit is contained in:
parent
2fddd57ed8
commit
d08e9f12ab
4 changed files with 16 additions and 0 deletions
|
@ -8,6 +8,11 @@ nodes['home.downloadhelper'] = {
|
|||
'debian-bullseye',
|
||||
},
|
||||
'metadata': {
|
||||
'icinga_options': {
|
||||
'also_affected_by': {
|
||||
'home.nas',
|
||||
},
|
||||
},
|
||||
'interfaces': {
|
||||
'enp1s0.3001': {
|
||||
'dhcp': True,
|
||||
|
|
|
@ -12,6 +12,11 @@ nodes['home.paperless'] = {
|
|||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'icinga_options': {
|
||||
'also_affected_by': {
|
||||
'home.nas',
|
||||
},
|
||||
},
|
||||
'interfaces': {
|
||||
'enp1s0': {
|
||||
'ips': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue