Add alerttonotify to monitoring host
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
global = {
|
||||
};
|
||||
route = {
|
||||
receiver = "webhook_gunter";
|
||||
receiver = "webhook_natstonotify";
|
||||
group_wait = "30s";
|
||||
group_interval = "5m";
|
||||
repeat_interval = "12h";
|
||||
@@ -16,10 +16,10 @@
|
||||
};
|
||||
receivers = [
|
||||
{
|
||||
name = "webhook_gunter";
|
||||
name = "webhook_natstonotify";
|
||||
webhook_configs = [
|
||||
{
|
||||
url = "http://gunter.home.2rjus.net:5001/alert";
|
||||
url = "http://localhost:5001/alert";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user