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 6376ecb5 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update CHANGELOG

parent 1a3c4b38
No related branches found
No related tags found
No related merge requests found
......@@ -55,3 +55,33 @@
icon source includes: https://www.flaticon.com/free-icons
added option to drop neighbours by regex
fixed no inventory in L3v4
2024-03-14: added metadata for connection (thickness, color)
thickness can be configured via toml (MAP_SPEED_TO_THICKNESS)
color 'red' is used for speed mismatch
made node emblem configurable (for ip-address and ip-network) via toml (EMBLEMS)
2024-03-16: moved args, utils, classes to lib
split classes in to backends, settings and classes
2024-03-17: changed speed mismatch from native speed to operational speed
added duplex mismatch ('yellow')
added native vlan mismatch ('orange')
2024-03-25: added --pre-fetch, this will speed up the RESTAPI backend performance
min inv_cdp_cahe version: 0.7.1-20240320 -> host label nvdct/has_cdp_neighbours
min inv_lldp_cache version: 0.9.3-20240320 -> host label nvdct/has_lldp_neighbours
2024-03-27: added option --api-port, defaults to 80
2024-03-28: changed restapi get_interface_data to use one call to fetch all data
2024-03-29: added L3V4_IGNORE_IP and L3V4_IRNORE_WILDCARD to toml file
2024-03-31: fixed: L3V3_REPLACE -> L3V4_REPLACE
made input from toml more bullet proof
2024-04-03: change HostCacheMultiSite to be child of HostCacheLiveStatus
2024-04-06: added node icon warning
2024-04-07: added css for connection
2024-04-13: added html tooltip for connection issues
2024-04-15: added emblems for l3v4_summary and l3v4_replace
2024-04-16: fixed html tooltip for speed mismatch (Speed: 100 MBit/s (expected: 1 GBit/s)WARN)
added option --skip-l3-if
2024-04-17: automatically detect local CMK version -> no need for --new-format option any more
automatically detect local CONFIG_APACHE_TCP_PORT -> no need for --api-port option any more
2024-04-18: added option --skip-l3-ip
added tooltip for --skip-l3-if and --skip-l3-ip
2024-04-30: automatically create @default if it doesn't exist
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