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

Update README.md

parent 865e1e65
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/create_topology_data-0.1.0-20231028.mkp "create_topology_data-0.1.0-20231028.mkp"
# PoC for Network Visualization data creation from inventory data
Network Visualization data creation tool from inventory data
This script creates the topology data file needed for the [Checkmk Exchange Network visualization](https://exchange.checkmk.com/p/network-visualization) plugin by Andreas Boesl and [schnetz](https://exchange.checkmk.com/u/schnetz).\
For more information see [Checkmk forum Network Visualization](https://forum.checkmk.com/t/network-visualization/41680).
......@@ -64,11 +64,11 @@ To use this tool:
Usage with CDP and STATIC (this is the default):
```
~/local/lib/topology_data/create_topology_data.py -s Core01 -d
~/local/bin/topology_data/create_topology_data.py -s Core01 -d
```
Usage with LLDP and STATIC:
```
~/local/lib/topology_data/create_topology_data.py -s Core01 -d -l LLDP STATIC
~/local/bin/topology_data/create_topology_data.py -s Core01 -d -l LLDP STATIC
```
<details><summary>Help output from create_topology_data.py --help</summary>
......
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