fix: change health_ok to status

This commit is contained in:
2026-05-08 16:57:45 -04:00
parent 967e05ed74
commit 217bba1b76
5 changed files with 29 additions and 22 deletions
+2 -3
View File
@@ -108,9 +108,8 @@ THRESHOLD_DEFAULTS = {
'zfs_monitor': {
'pools': {
'*': {
'health_ok': {
'critical': 1,
'operator': '<',
'status': {0,
'operator': '>',
'hysteresis': 0.0,
'display': 'ZFS pool {pool_name} is {health}',
}