Network UPS Tools

Network UPS Tools

Description

Monitor health statistics of UPS units supported by Network UPS Tools

Latest Version

Version: 2.0.4
Packaged at: 19 Sep 2023
Created on Checkmk version: 2.0.0p34
Minimum Checkmk version required: 2.0.0
MKP MD5 hash: dd3b8b9c1cd64bafdaabe1157d84e951
This version requires Checkmk version 2.0.0 or higher
Agent Based
  • nut.py
Agents
  • plugins/nut
Check Manuals
  • nut
GUI Extensions
  • plugins/metrics/nut.py
  • plugins/perfometer/nut.py
  • plugins/wato/nut.py
  • Version: 2.0.4
    Packaged at: 19 Sep 2023
    Created on Checkmk version: 2.0.0p34
    Minimum Checkmk version required: 2.0.0
    MKP MD5 hash: dd3b8b9c1cd64bafdaabe1157d84e951
    Description:
    Agent Based
    • nut.py
    Agents
    • plugins/nut
    Check Manuals
    • nut
    GUI Extensions
    • plugins/metrics/nut.py
    • plugins/perfometer/nut.py
    • plugins/wato/nut.py
  • Version: 2.0.3
    Packaged at: 22 Jun 2023
    Created on Checkmk version: 2.0.0p34
    Minimum Checkmk version required: 2.0.0
    MKP MD5 hash: edcce6cb8aeb5158d3f8668b32a1a2f7
    Description:
    Agent Based
    • nut.py
    Agents
    • plugins/nut
    Check Manuals
    • nut
    GUI Extensions
    • plugins/metrics/nut.py
    • plugins/perfometer/nut.py
    • plugins/wato/nut.py
  • Version: 2.0.2
    Packaged at: 07 Feb 2023
    Created on Checkmk version: 2.0.0p27
    Minimum Checkmk version required: 2.0.0
    MKP MD5 hash: 6102d89803b082e13ccaff3614952e57
    Description:
    Agent Based
    • nut.py
    Agents
    • plugins/nut
    Check Manuals
    • nut
    GUI Extensions
    • plugins/metrics/nut.py
    • plugins/perfometer/nut.py
    • plugins/wato/nut.py
  • Version: 2.0.1
    Packaged at: 02 Feb 2023
    Created on Checkmk version: 2.0.0p27
    Minimum Checkmk version required: 2.0.0
    MKP MD5 hash: 272a5be895dc4c568f02ad6298d6b1b0
    Description:
    Agent Based
    • nut.py
    Agents
    • plugins/nut
    Check Manuals
    • nut
    GUI Extensions
    • plugins/metrics/nut.py
    • plugins/perfometer/nut.py
    • plugins/wato/nut.py
  • Version: 2.0
    Packaged at: 26 Aug 2022
    Created on Checkmk version: 2.0.0p27
    Minimum Checkmk version required: 2.0.0
    MKP MD5 hash: 86cb311d73a1afc0e75f68f5d342a627
    Description:
    Agent Based
    • nut.py
    Agents
    • plugins/nut
    Check Manuals
    • nut
    GUI Extensions
    • plugins/metrics/nut.py
    • plugins/perfometer/nut.py
    • plugins/wato/nut.py
  • SwampdogMash 01-06-2023
    Downloaded this to monitor the UPS's that I have runing my servers at home. I was hoping for an agent rule that would deploy the script to the agent but it didn't seem to work on 2.1.0p27 - I manually copied the script to the client and all worked fine though. Some more detailed instructs would be helpful. Having this MKP installed also seems to break the upgrade from 2.1.0p27 to 2.2.0 as well. Get an error about "Float" not found. Removing the package, upgrading and re-installing restores functionality but generates errors when renaming devices, and ironically, when sending a crash report (same error - "Float" not found.

    I managed to fix this by updating the nut.py file in local/share/check_mk/web/plugins/wato/ to "include" Float as an import

    from cmk.gui.valuespec import (
    Age,
    Dictionary,
    DropdownChoice,
    TextAscii,
    Tuple,
    ListOf,
    Integer,
    MonitoringState,
    )


    changed to:

    from cmk.gui.valuespec import (
    Age,
    Dictionary,
    DropdownChoice,
    TextAscii,
    Tuple,
    ListOf,
    Integer,
    MonitoringState,
    Float,
    )


    I believe this is in relation to https://checkmk.com/werk/15493 : Werk #15493: Adjustments to local extensions may be required

    In 2.2, we moved a lot of internal UI code and removed implicitly imported names to reduce unclear situations. This helps our internal code structure, but may cause issues for existing extensions which were relying on these moved or removed names.

By downloading packages from the Checkmk Exchange you agree to our Terms of Use.