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
|
@ -6,6 +6,9 @@ bundles = [
|
|||
]
|
||||
groups = ["debian-bookworm"]
|
||||
|
||||
[metadata.icinga_options]
|
||||
also_affected_by = ['home.nas']
|
||||
|
||||
[metadata.interfaces.enp1s0]
|
||||
ips = [
|
||||
"172.19.138.25/24",
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
dummy = true
|
||||
|
||||
[metadata.icinga_options]
|
||||
also_affected_by = ['home.nas']
|
||||
|
||||
[metadata.interfaces.default]
|
||||
ips = ["172.19.138.10"]
|
||||
dhcp = true
|
||||
|
|
|
@ -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…
Reference in a new issue