Skip to content

Commit

Permalink
Disable the monitoring cache.vedenemo.dev
Browse files Browse the repository at this point in the history
Signed-off-by: karim mdmirajul <[email protected]>
  • Loading branch information
karim20230 committed Dec 2, 2024
1 parent 9400db8 commit 6da5c9b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions hosts/monitoring/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,13 @@ in
machine_name = "monitoring";
};
}
{
targets = [ "172.18.20.109:9100" ];
labels = {
machine_name = "binarycache";
};
}
#Alerts for cache.vedenemo.dev should be disabled. It's shut down.
# {
# targets = [ "172.18.20.109:9100" ];
# labels = {
# machine_name = "binarycache";
# };
# }
];
}
{
Expand Down

0 comments on commit 6da5c9b

Please sign in to comment.