1
0
Fork 0

Fix error in alertmanager config

This commit is contained in:
Malte Brandy 2020-10-16 15:34:44 +02:00
parent bacf72778e
commit c5584eea74
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -15,11 +15,11 @@
repeat_interval = "168h";
receiver = "alerts";
};
inhibit_rules = {
inhibit_rules = [{
source_match.alertname = "hydra_miss";
target_match.alertname = "nixpkgs";
equal = [ "name" ];
};
}];
receivers = [{
name = "alerts";
webhook_configs = [{