fix: typo
This commit is contained in:
@@ -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}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user