inventory/prometheus: add buna to monitored machines

This commit is contained in:
2026-08-21 12:03:34 +07:00
parent 88ac5cbd83
commit 5b07b98f40
+4
View File
@@ -36,6 +36,7 @@
"cursa" "cursa"
"rigel" "rigel"
"vega" "vega"
"buna"
]; ];
dm-bootstrapper = [ dm-bootstrapper = [
@@ -489,6 +490,9 @@
exporters.smartctl = { }; exporters.smartctl = { };
exporters.zfs = { }; exporters.zfs = { };
}; };
buna.settings = {
exporters.smartctl = { };
};
}; };
}; };