diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-29 23:45:16 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-29 23:45:16 +0000 |
commit | e6b2f3dca2f0b34286720f2527816a37eab0877d (patch) | |
tree | 7aae7cf2af0d5ec7145cb92b23e5ed1f3771e4d1 /packages/ntop | |
parent | 4573020880d056bc491852cbc68f3e01d0f78cd2 (diff) | |
download | pfsense-packages-e6b2f3dca2f0b34286720f2527816a37eab0877d.tar.gz pfsense-packages-e6b2f3dca2f0b34286720f2527816a37eab0877d.tar.bz2 pfsense-packages-e6b2f3dca2f0b34286720f2527816a37eab0877d.zip |
Add new ntop menu area to access running package.
Diffstat (limited to 'packages/ntop')
-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> |