This commit is contained in:
Julien Duponchelle 2016-06-06 11:05:26 +02:00
parent 2cf75399cf
commit bdb0a9f7d9
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 1,
"console_type": "vnc",
"image": "gns3/chromium"
"image": "gns3/chromium",
"console_type": "vnc"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "KEMP Free VLM",
"category": "router",
"description": "KEMP Technologies free LoadMaster Application Load Balancer is a fully featured member of our award winning and industry leading Load Balancer family. It can be used without charge in production environments with throughput requirements that dont exceed 20 Mbps, and for services that do not directly generate revenue. It is an ideal choice for low traffic web sites and applications, DevOps testing environments, technical training environments, and for any other deployments that suit your non-commercial needs.",
"description": "KEMP Technologies free LoadMaster Application Load Balancer is a fully featured member of our award winning and industry leading Load Balancer family. It can be used without charge in production environments with throughput requirements that don\u2019t exceed 20 Mbps, and for services that do not directly generate revenue. It is an ideal choice for low traffic web sites and applications, DevOps testing environments, technical training environments, and for any other deployments that suit your non-commercial needs.",
"vendor_name": "KEMP",
"vendor_url": "http://freeloadbalancer.com/",
"documentation_url": "https://support.kemptechnologies.com/hc/en-us/articles/204427785",
@ -12,8 +12,8 @@
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Credentials: bal / 1fourall",
"port_name_format": "eth{0}",
"symbol": "loadbalancer.svg",
"port_name_format": "eth{0}",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 2,

View File

@ -11,9 +11,9 @@
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 1,
"image": "lucaderi/ntopng-docker:latest",
"console_type": "http",
"console_http_port": 3000,
"console_http_path": "/",
"image": "lucaderi/ntopng-docker:latest"
"console_http_path": "/"
}
}