Add jellyfin
This commit is contained in:
@@ -5,9 +5,8 @@
|
||||
alertmanager = {
|
||||
enable = true;
|
||||
configuration = {
|
||||
global =
|
||||
{
|
||||
};
|
||||
global = {
|
||||
};
|
||||
route = {
|
||||
receiver = "webhook_gunter";
|
||||
group_wait = "30s";
|
||||
@@ -171,6 +170,14 @@
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "jellyfin";
|
||||
static_configs = [
|
||||
{
|
||||
targets = [ "jelly01.home.2rjus.net:8096" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user