totoro: add pushover alertmanager output
This commit is contained in:
parent
c682fc0422
commit
238d3ad7a8
1 changed files with 4 additions and 0 deletions
|
@ -233,6 +233,10 @@ in {
|
||||||
webhook_configs = [{
|
webhook_configs = [{
|
||||||
url = "http://localhost:9997";
|
url = "http://localhost:9997";
|
||||||
}];
|
}];
|
||||||
|
pushover_configs = [{
|
||||||
|
user_key = secrets.pushover.userKey;
|
||||||
|
token = secrets.pushover.tokens.alertmanager;
|
||||||
|
}];
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue