1
0

hosts/monitoring-3: Warn if storages are almost full

This commit is contained in:
2025-01-21 17:18:41 +01:00
parent fd2987c9fe
commit 3b7f59a66e
2 changed files with 21 additions and 1 deletions

View File

@@ -63,6 +63,18 @@
"instance"
];
}
{
target_matchers = [
''alertname = "StorageAlmostFull"''
];
source_matchers = [
''alertname = "StorageFull"''
];
equal = [
"instance"
"mountpoint"
];
}
];
};
};