monitoring: add grafana annotations for zfs scrub events
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user