Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{'author': 'Th.L. (thl-cmk[at]outlook[dot]com)',
'description': ' PoC for creating topology_data.json from inventory data\n'
'\n'
'This script creates the topology data file needed for the '
'Checkmk "network_visualization" plugin by Andreas Boesl and '
'schnetz.\n'
'See\n'
'\n'
'https://forum.checkmk.com/t/network-visualization/41680\n'
'\n'
'and\n'
'\n'
'https://exchange.checkmk.com/p/network-visualization\n'
'\n'
'for more information.\n'
'\n'
'The inventory data could be created with my CDP/LLDP '
'inventory plugins:\n'
'\n'
'CDP: '
'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_cdp_cache\\\n'
"CDP path-in-inventory: 'networking,cdp_cache'\n"
"CDP inventory-columns: 'device_id,local_port,device_port'\n"
'\n'
'LLDP: '
'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_lldp_cache\\\n'
"LLDP path-in-inventory: 'networking,lldp_cache'\n"
"LLDP inventory-columns: 'system_name,local_port_num,port_id'\n"
'\n'
'USAGE CDP (is the default):\n'
'create_topology_data.py -s CORE01 -m\n'
'\n'
'USAGE LLDP:\n'
'create_topology_data.py -s CORE01 -p "networking,lldp_cache" '
'-c "system_name,local_port_num,port_id" -m\n',
'download_url': 'https://thl-cmk.hopto.org',
'files': {'bin': ['topology_data/create_topology_classes.py',
'topology_data/create_topology_data.py',
'topology_data/create_topology_utils.py']},
'name': 'create_topology_data',
'title': 'Create network topology data',
'version': '0.0.2-20231012',
'version.min_required': '2.2.0p1',
'version.packaged': '2.2.0p11',
'version.usable_until': '2.3.0p1'}