mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/prometheus/default.nix
This commit is contained in:
2026-06-19 15:41:01 +07:00
parent 6d2e73267f
commit 50622270ec
2 changed files with 15 additions and 19 deletions
-17
View File
@@ -360,23 +360,6 @@
};
services.prometheus = {
# rules = [
# (builtins.toJSON {
# groups = [
# {
# name = "default";
# rules = [
# {
# alert = "NodeDown";
# expr = "up == 0";
# for = "1m";
# annotations.summary = "Node {{ $labels.job }} has been down for more than 1 minutes. {{ $labels.instance }}";
# }
# ];
# }
# ];
# })
# ];
alertmanager = {
enable = true;