home.kodi-wohnzimmer: set dummy/exclude_from_monitoring
This commit is contained in:
parent
17334a8e3e
commit
70127f797b
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,9 @@ hostname = "172.19.138.24"
|
|||
bundles = ["kodi", "lm-sensors", "nfs-client", "smartd"]
|
||||
groups = ["debian-bullseye"]
|
||||
|
||||
# is powered off
|
||||
dummy = true
|
||||
|
||||
[metadata.apt.packages.intel-media-va-driver-non-free]
|
||||
|
||||
[metadata.apt.unattended-upgrades]
|
||||
|
@ -10,6 +13,10 @@ hour = 2
|
|||
# needs powered on display to detect HDMI audio correctly
|
||||
reboot_enabled = false
|
||||
|
||||
[metadata.icinga_options]
|
||||
# is powered off
|
||||
exclude_from_monitoring = true
|
||||
|
||||
[metadata.interfaces.eno1]
|
||||
ips = ["172.19.138.24/24"]
|
||||
gateway4 = "172.19.138.1"
|
||||
|
|
Loading…
Reference in a new issue