From 0968d3a4b6d2246631e3c7f1c814a9a6c78fa0d5 Mon Sep 17 00:00:00 2001 From: Bernhard Ehlers Date: Fri, 11 Jun 2021 12:13:58 +0200 Subject: [PATCH] Update appliance ntopng --- appliances/ntopng.gns3a | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appliances/ntopng.gns3a b/appliances/ntopng.gns3a index c2f3c94..6c5b58c 100644 --- a/appliances/ntopng.gns3a +++ b/appliances/ntopng.gns3a @@ -3,16 +3,18 @@ "category": "guest", "description": "ntopng is the next generation version of the original ntop, a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntopng is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform, MacOSX and on Windows as well. ntopng users can use a a web browser to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntopng can be seen as a simple RMON-like agent with an embedded web interface.", "vendor_name": "ntop", - "vendor_url": "http://www.ntop.org/", + "vendor_url": "https://www.ntop.org/", + "documentation_url": "https://www.ntop.org/guides/ntopng/", "product_name": "ntopng", "registry_version": 3, "status": "stable", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", - "usage": "In the web interface login as admin/admin", + "usage": "In the web interface login as admin/admin\n\nPersistent configuration:\n- Add \"/var/lib/redis\" as an additional persistent directory.\n- Use \"redis-cli save\" in an auxiliary console to save the configuration.", "docker": { "adapters": 1, - "image": "lucaderi/ntopng-docker:latest", + "image": "ntop/ntopng:stable", + "start_command": "--dns-mode 2 --interface eth0", "console_type": "http", "console_http_port": 3000, "console_http_path": "/"