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': { 'zfs_monitor': {
'pools': { 'pools': {
'*': { '*': {
'status': {0, 'status': {
'critical': 1, # Alert if pool health is not ONLINE
'operator': '>', 'operator': '>',
'hysteresis': 0.0, 'hysteresis': 0.0,
'display': 'ZFS pool {pool_name} is {health}', 'display': 'ZFS pool {pool_name} is {health}'
} }
} }
} }