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.6 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
2023-10-10: initial release
thl-cmk's avatar
thl-cmk committed
2023-10-16: added options  --keep-max  and --min-age 
thl-cmk's avatar
thl-cmk committed
2023-10-17: removed -p, -c, -d (use the long options instead: --path-in-inventory, --data-source, --inventory-columns)
thl-cmk's avatar
thl-cmk committed
            changed option --keep-max to --keep
            added option --check-user-data-only
            added SEED_DEVICES to user data, option -s/--sed-devices is now optional
            refactoring
thl-cmk's avatar
thl-cmk committed
2023-10-18: fixed --make-default not working
            added protected topologies
            changed get inventory data from file access to request via live status query
            get interfaces from autochecks changed to live status query
2023-10-19: cleanup removed "all" unused functions
            added option -u, --user-data-file to provide a user specific data file
thl-cmk's avatar
thl-cmk committed
2023-10-20: changed option -m/--make-default to -d/--default (-m is needed for -m/--merge
            added -m/--merge option
thl-cmk's avatar
thl-cmk committed
2023-10-27: improved matching of port name from CDP/LLDP data to interface (item) name of service
            improved internal data handling (HostCache)
thl-cmk's avatar
thl-cmk committed
2023-10-28: reworked handling of layers (see option -l/--layers)
            added option -l/-layers {CDP,CUSTOM,LLDP,STATIC} [{CDP,CUSTOM,LLDP,STATIC} ...]
            added section CUSTOM_LAYERS to user data file
            removed option -m/--merge, included in option -l/--layers
            removed option --lldp, included in option -l/--layers
            removed option --data-source, now handled in CUSTOM_LAYERS
            removed option --inventory-columns, now handled in CUSTOM_LAYERS
            removed option --path-in-inventory, now handled in CUSTOM_LAYERS