{'author': 'Th.L. (thl-cmk[at]outlook[dot]com)',
 'description': 'This tool creates the topology data file needed for '
                'Checkmks \n'
                '"Network Visualization" 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'
                '\n'
                ' - Can be used from Checkmk GIU (WATO) as active Check or '
                'from CLI\n'
                ' - Create Layer 2 (CDP/LLDP) topology data\n'
                ' - Create Layer 3 (IPv4/IPv6) topology data\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'
                '\n'
                'For more information about the network visualization plugin '
                'see: \n'
                'the announcement from schnetz  '
                'https://forum.checkmk.com/t/network-visualization/41680\n'
                '(CMK 2.3.0 has this  plugin built-in)  \n'
                '\n'
                'The inventory data could be created with my inventory '
                'plugins:\n'
                'https://thl-cmk.hopto.org/gitlab/explore/projects/topics/Network%20Visualization\n'
                '\n'
                'For the latest version and documentation see:\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/lib/args.py',
                   'nvdct/lib/backends.py',
                   'nvdct/lib/settings.py',
                   'nvdct/lib/utils.py',
                   'nvdct/lib/__init__.py',
                   'nvdct/lib/topologies.py',
                   'nvdct/lib/constants.py',
                   'nvdct/lib/config.py',
                   'nvdct/lib/host_cache.py'],
           'cmk_addons_plugins': ['nvdct/rulesets/nvdct.py',
                                  'nvdct/server_side_calls/nvdct.py',
                                  'nvdct/graphing/nvdct.py',
                                  'nvdct/libexec/check_nvdct',
                                  'nvdct/lib/lib_nvdct.py',
                                  'nvdct/lib/lib_ruleset.py'],
           'web': ['htdocs/images/icons/cloud_80.png',
                   'htdocs/images/icons/ip-address_80.png',
                   'htdocs/images/icons/ip-network_80.png',
                   'htdocs/images/icons/gray_dot.png',
                   'htdocs/css/nvdct.css']},
 'name': 'nvdct',
 'title': 'Network Visualization Data Creation Tool (NVDCT)',
 'version': '1.2.5-20260421',
 'version.min_required': '2.3.0p31',
 'version.packaged': 'cmk-mkp-tool 1.0.0',
 'version.usable_until': '2.5.0p1'}
