From b9302e6192874fa0e89f7f427940656e0f3ad9ed Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 11 Sep 2026 10:53:00 +0700 Subject: [PATCH] clanService/prometheus: add mirach and almach --- inventories/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inventories/default.nix b/inventories/default.nix index 1316794..9b84258 100644 --- a/inventories/default.nix +++ b/inventories/default.nix @@ -514,6 +514,12 @@ buna.settings = { exporters.smartctl = { }; }; + mirach.settings = { + exporters.smartctl = { }; + }; + almach.settings = { + exporters.smartctl = { }; + }; }; };