From 8f271aeb98e0ea2c1e4e2f1cc28427c51be9d05e Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 16 Jul 2025 05:38:18 +0200 Subject: [PATCH] add two more devices to home for static ips --- nodes/home.airgradient-wohnzimmer.toml | 9 +++++++++ nodes/home.router96.toml | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 nodes/home.airgradient-wohnzimmer.toml create mode 100644 nodes/home.router96.toml diff --git a/nodes/home.airgradient-wohnzimmer.toml b/nodes/home.airgradient-wohnzimmer.toml new file mode 100644 index 0000000..770b1c3 --- /dev/null +++ b/nodes/home.airgradient-wohnzimmer.toml @@ -0,0 +1,9 @@ +dummy = true + +[metadata.interfaces.default] +ips = ["172.19.138.76"] +dhcp = true +mac = "34:85:18:28:13:10" + +[metadata.icinga_options] +exclude_from_monitoring = true diff --git a/nodes/home.router96.toml b/nodes/home.router96.toml new file mode 100644 index 0000000..37d9357 --- /dev/null +++ b/nodes/home.router96.toml @@ -0,0 +1,9 @@ +dummy = true + +[metadata.interfaces.default] +ips = ["172.19.138.97"] +dhcp = true +#mac = "" + +[metadata.icinga_options] +exclude_from_monitoring = true