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

update project

parent 10804181
No related branches found
No related tags found
No related merge requests found
No preview for this file type
{'author': 'Th.L. (thl-cmk[at]outlook[dot]com)',
'description': 'This tool creates the topology data file needed for the '
'Checkmk "Network Visualization" \n'
'plugin from Checkmk inventory data.\n'
'description': 'This tool creates the topology data file needed for '
'Checkmks \n'
'"Network Visualization" plugin from HW/SW inventory data.\n'
'\n'
'THX to detlev[dot]gerke[at]siegfried[dot]ch, who was my beta '
'tester ;-)\n'
'\n'
'Features:\n'
'- Create Layers for CDP, LLDP, Static connections and IPv4 '
'(CMK 2.3.x only)\n'
'- Reading connection data from the Checkmk HW/SW inventory.\n'
'- Handling differences between inventory neighbor names and '
'Checkmk host names.\n'
'- Add custom connections for connections that are not in the '
'inventory\n'
'- Optimized for my CDP, LLDP, IPv4-Address inventory plugins\n'
'- merge CDP and LLDP topologies (CMK 2.2.x only)\n'
'- works in distributed environments as well\n'
'- Can also be used with custom inventory plugins\n'
'- Clean up old data\n'
'\n'
' - Ready for CMK 2.3.0\n'
' - Create Layer 2 (CDP/LLDP) topology data\n'
' - Create Layer 3 (IPv4) topology data (CMK2.3.0 only)\n'
' - Highlight connection issues (Speed, Duplex/Half duplex, '
'Native VLAN)\n'
' - Read connection data from the Checkmk HW/SW inventory.\n'
' - Works in standalone and distributed monitoring '
'environments\n'
' - Add custom connections (STATIC) for connections that are '
'not in the inventory\n'
' - Optimized for my CDP, LLDP and IPv4 inventory plugins\n'
' - Merge CDP, LLDP, STATIC topologies (CMK 2.2.0 only)\n'
' - Can also be used with custom inventory plugins\n'
'\n'
'For more information about the network visualization plugin '
'see: \n'
'the announcement from schnetz '
'https://forum.checkmk.com/t/network-visualization/41680\n'
'and the plugin on the Exchange '
'and the plugin on the Exchange (CMK 2.2.0 only, CMK 2.3.0 has '
'this built-in) '
'https://exchange.checkmk.com/p/network-visualization\n'
'\n'
'The inventory data could be created with my inventory '
......@@ -35,25 +38,11 @@
'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_lldp_cache\n'
'L3v4: '
'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_ipv4_addresses\n'
'IF_name: '
'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_ifname\n'
'\n'
'For the latest version and documentation see:\n'
'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/nvdct\n'
'\n'
'#########################################################################\n'
'Important:\n'
'\n'
'This MKP is still a work in progress. Many things will change '
'over time, including the format\n'
'of the raw data. When you test this package, run some tests '
'with small configurations first.\n'
'\n'
'Before you install this plugin, please read the '
'documentation. There you will also find the \n'
'latest version.\n'
'\n'
'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/nvdct\n'
'\n'
'#########################################################################\n',
'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/nvdct\n',
'download_url': 'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/nvdct',
'files': {'bin': ['nvdct/nvdct.py',
'nvdct/nvdct.toml',
......
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