-
Notifications
You must be signed in to change notification settings - Fork 1
/
isoc-monitor.gns3a
40 lines (40 loc) · 1.29 KB
/
isoc-monitor.gns3a
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
{
"name": "ISOC Lab Monitor",
"category": "guest",
"symbol": ":/symbols/router.svg",
"description": "This is a configurable network monitor for the ISOC Labs Manager",
"vendor_name": "ISOC",
"vendor_url": "https://www.internetsociety.org/",
"documentation_url": "https://www.internetsociety.org/",
"product_name": "ISOC Labs Manager - Network Monitor",
"registry_version": 3,
"status": "stable",
"maintainer": "Sander Steffann",
"maintainer_email": "sander@steffann.nl",
"usage": "This template is probably only useful together with the ISOC Labs Manager.\n\nConfigure everything in /opt/settings.sh",
"qemu": {
"adapter_type": "e1000",
"adapters": 1,
"ram": 128,
"arch": "x86_64",
"console_type": "telnet",
"kvm": "allow"
},
"images": [
{
"filename": "isoc-monitor-0.5.img",
"version": "0.5",
"md5sum": "ba4e3ef6b736cde6040a9c3b4256c675",
"filesize": 22413312,
"download_url": "https://github.com/MANRS-Lab/GNS3-Appliances/raw/master/isoc-monitor-0.5.img"
}
],
"versions": [
{
"name": "0.5",
"images": {
"hda_disk_image": "isoc-monitor-0.5.img"
}
}
]
}