totoro: add pushover alertmanager output

This commit is contained in:
Luke Granger-Brown 2021-03-15 00:58:37 +00:00
parent c682fc0422
commit 238d3ad7a8

View file

@ -233,6 +233,10 @@ in {
webhook_configs = [{
url = "http://localhost:9997";
}];
pushover_configs = [{
user_key = secrets.pushover.userKey;
token = secrets.pushover.tokens.alertmanager;
}];
}];
};
};