fix: typo

This commit is contained in:
2026-05-08 17:03:32 -04:00
parent 217bba1b76
commit 12f7eb722b
+3 -2
View File
@@ -108,10 +108,11 @@ THRESHOLD_DEFAULTS = {
'zfs_monitor': {
'pools': {
'*': {
'status': {0,
'status': {
'critical': 1, # Alert if pool health is not ONLINE
'operator': '>',
'hysteresis': 0.0,
'display': 'ZFS pool {pool_name} is {health}',
'display': 'ZFS pool {pool_name} is {health}'
}
}
}