diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ntop/ntop.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml index 090d8660..895c9d94 100644 --- a/packages/ntop/ntop.xml +++ b/packages/ntop/ntop.xml @@ -6,11 +6,17 @@ <savetext>Change</savetext> <!-- Menu is where this packages menu will appear --> <menu> - <name>NTop</name> - <tooltiptext>ntop is a network probe that shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user's terminal. In Web mode, it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics.</tooltiptext> + <name>NTop Password</name> + <tooltiptext>Set NTop password.</tooltiptext> <section>Diagnostics</section> <configfile>ntop.xml</configfile> </menu> + <menu> + <name>NTop</name> + <tooltiptext>Access ntop</tooltiptext> + <url>http://$myurl:3000</url> + <section>Services</section> + </menu> <!-- Do not save invokes a simple input menu and will not update the configuration database. --> <fields> |