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
Snippets Groups Projects
Commit a7d7fba7 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update CHANGELOG

parent b109cde9
No related branches found
No related tags found
No related merge requests found
......@@ -92,9 +92,19 @@
2024-05-18: fixed crash on empty neighbour port (ThX to andreas doehler)
2024-06-17: fixed bad IPv4 address data (just drop it)
2024-06-18: fixed host_exist returns always True if host was in host_cache, even with host=None
2024-09-23: replaced options --lowercase/--uppercase with --case LOWER|UPPER
2024-09-23: incompatible replaced options --lowercase/--uppercase with --case LOWER|UPPER
changed version output from settings to argparse action
removed backend FILESYSTEM -> will fallback to MULTISITE
removed support for CMK2.2.x file format (removed option --new-format)
incompatible removed backend FILESYSTEM -> will fallback to MULTISITE
incompatible removed support for CMK2.2.x file format (removed option --new-format)
2024-09-24: added site filter for multisite deployments (MULTISITE only), option --filter-sites and SITES section in toml file
added customer filter for MSP deployments (MULTISITE only), option --filter-customers and section CUSTOMERS in toml file
2024-11-16: added better logging for missing L2 data
2024-11-17: added L2_NEIGHBOUR_REPLACE_REGEX (ThX to Frankb@checkmk forum for the base idea)
incompatible removed DROP_HOST_REGEX -> use L2_NEIGHBOUR_REPLACE_REGEX instead
incompatible changed section names in TOML file to better distinguish between L2 and L3v4
HOST_MAP -> L2_HOST_MAP
DROP_HOSTS -> L2_DROP_HOSTS
SEED_DEVICES -> L2_SEED_DEVICES
incompatible removed option -s, --seed-devices from CLI -> use TOML section L2_SEED_DEVICES instead
incompatible changed the option keep-domain to remove-domain -> don't mess with neighbor names by default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment