mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-23 06:53:24 +01:00
This commit is contained in:
parent
8b56443b2d
commit
7129af88ba
4 changed files with 20 additions and 20 deletions
|
|
@ -76,7 +76,7 @@ in
|
|||
|
||||
my.services.prometheus.rules = {
|
||||
navidrome_not_enough_albums = {
|
||||
condition = ''http_navidrome_album_count != 1'';
|
||||
condition = "http_navidrome_album_count != 1";
|
||||
description = "navidrome: not enough albums as expected: {{$value}}";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue