Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
CHANGELOG 1.2 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
2023-12-26: initial release
thl-cmk's avatar
thl-cmk committed
2024-04-07: fixed missing/wrong netmask (ThX bitwiz@forum.checkmk.com)
thl-cmk's avatar
thl-cmk committed
            improved validation if SNMP input data
            drop this host ip address (0.0.0.0)
thl-cmk's avatar
thl-cmk committed
2024-12-02: incompatible: changed host label to nvdct/l3v4_host:yes and nvdct/l3v4_routing:yes
2024-12-03: added IP-MIB::ipAddressTable for IPv6 support
            incompatible: renamed to inv_ip_address -> remove inv_ipv4_address.mkp before updating
2024-12-05  changed to use ip_interface
thl-cmk's avatar
thl-cmk committed
2024-12-06: incompatible: changed hostlabel to nvdct/l3v4_topology:host and nvdct/l3v4_topology:router -> do a hostlabel rediscovery (cmk -IL && cmk -R)
thl-cmk's avatar
thl-cmk committed
2024-12-09: rewritten for CMK checkAPI 2.0
thl-cmk's avatar
thl-cmk committed
2024-12-10: fixed crash in host label function (AttributeError ('dict_values' object has no attribute 'version'))
            added support for ipv6z address type
            fixed duplicate ip information in section
thl-cmk's avatar
thl-cmk committed
            added host label nvdct/l3v6_topology:host and nvdct/l3v6_topology:router
thl-cmk's avatar
thl-cmk committed
2024-12-14: fixed crash if raw_ip_address is longer than raw_length (fortinet_2), ends with interface index
            better handling of raw_address length
            fixed crash in IBM raw_address format (dec_ip_address index out of range)