summaryrefslogtreecommitdiff
path: root/checks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-08 22:56:46 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-08 22:56:46 (GMT)
commita018d73d62a157ef9fcbc2254e1b7aa3d1fdf441 (patch)
tree8f03a44dd651af9467a4dce07b494a6bc798a023 /checks
parentcea604847e7dd62b390fb5c24da78becb1c82de7 (diff)
NUT: allow 52 Hz without warning
Diffstat (limited to 'checks')
-rw-r--r--checks/nut2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/nut b/checks/nut
index df6c156..8219895 100644
--- a/checks/nut
+++ b/checks/nut
@@ -51,7 +51,7 @@ nut_battery_runtime_default_levels = (900, 600)
nut_input_voltage_fault_default_levels = (155, 160)
nut_input_default_levels = (245, 250)
-nut_input_freq_default_levels = (51, 55)
+nut_input_freq_default_levels = (52, 55)
# the inventory function (dummy)
def inventory_nut(check_type, info):