From f8d1643d2dc645c12cb8dfe5ed477e96673826d3 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 20 Oct 2023 17:30:57 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 516350e..c60a0a1 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,13 @@ This script creates the topology data file needed for the [Checkmk Exchange Netw For more information see [Checkmk forum Network Visualization](https://forum.checkmk.com/t/network-visualization/41680). Features: -- Reading connection data from the Checkmk HW/SW inventory -- handling differences between inventory neighbor names and checkmk hostnames -- Adding user defined connections for connections not included in the inventory -- optimized for my [CDP](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_cdp_cache/) (default) and [LLDP](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_lldp_cache/) cache plugins -- can also be used with custom inventory plugins -- clean up old topologies +- Reading connection data from the checkmk HW/SW inventory. +- Handling differences between inventory neighbor names and checkmk host names. +- Add custom connections for connections that are not in the inventory +- Optimized for my [CDP](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_cdp_cache/) (default) and [LLDP](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_lldp_cache/) cache plugins +- Read and merge CDP and LLDP topologies +- Can also be used with custom inventory plugins +- Clean up old topologies The necessary HW/SW inventory data can be created with my CDP/LLDP inventory plugins. -- GitLab