monitoring: add grafana annotations for zfs scrub events

This commit is contained in:
2026-04-01 01:49:53 -04:00
parent 3196b38db7
commit a5206b9ec6
6 changed files with 230 additions and 0 deletions

View File

@@ -108,6 +108,18 @@ let
type = "tags";
tags = [ "jellyfin" ];
}
{
name = "ZFS Scrubs";
datasource = {
type = "grafana";
uid = "-- Grafana --";
};
enable = true;
iconColor = "orange";
showIn = 0;
type = "tags";
tags = [ "zfs-scrub" ];
}
];
panels = [