1
0
Fork 0

add scraper for jellyfin

This commit is contained in:
ibizaman 2023-07-16 23:36:54 -07:00
parent d16ef8b82e
commit 54d072dcd0

View file

@ -153,6 +153,15 @@ in
];
};
services.prometheus.scrapeConfigs = [{
job_name = "jellyfin";
static_configs = [
{
targets = ["127.0.0.1:8096"];
}
];
}];
systemd.services.jellyfin.serviceConfig = {
# Setup permissions needed for backups, as the backup user is member of the jellyfin group.
UMask = lib.mkForce "0027";