diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-01-08 22:56:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-01-08 22:56:46 (GMT) |
commit | a018d73d62a157ef9fcbc2254e1b7aa3d1fdf441 (patch) | |
tree | 8f03a44dd651af9467a4dce07b494a6bc798a023 /checks | |
parent | cea604847e7dd62b390fb5c24da78becb1c82de7 (diff) |
NUT: allow 52 Hz without warning
Diffstat (limited to 'checks')
-rw-r--r-- | checks/nut | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |