aboutsummaryrefslogtreecommitdiffstats
path: root/config/ntop2
Commit message (Collapse)AuthorAgeFilesLines
* Fix the merge ifaces logic for renamed optiondoktornotor2015-11-141-1/+1
|
* Add privileges configuration to ntop packagedoktornotor2015-11-141-0/+37
|
* ntop - package fixes and cleanupsdoktornotor2015-11-141-0/+157
| | | | | | | | | | - Split PHP code to an inc file - Make it possible to disable ntop without uninstalling - Add Keep Data/Settings feature - Remove graphs/data/configuration on uninstall if Keep Data/Settings is disabled - Fix flipped 'Allow merging interfaces' meaning - Do not restart ntop during boot - Add privileges configuration - Code style cleanups
* ntop - package fixes and cleanupsdoktornotor2015-11-141-91/+71
| | | | | | | | - Split PHP code to an inc file - Make it possible to disable ntop without uninstalling - Add Keep Data/Settings feature - Fix flipped 'Allow merging interfaces' meaning - Add privileges configuration - Code style cleanups
* Remove useless custom_php_deinstall_commanddoktornotor2015-08-251-3/+0
| | | These are dealt with by delete_package_xml() from pkg-utils.inc.
* ntop.xml - remove useless config_(un)lock callsdoktornotor2015-08-111-3/+1
| | | This function does nothing but return.
* Fixup a bunch of package service descriptions.jim-p2013-08-281-0/+1
|
* ntop doesn't seem to respect its own -4 and -6 options very well, so remove ↵jim-p2012-04-041-7/+1
| | | | the option from the gui as the only way to make it listen on ipv4 is to use only -4. Otherwise it only binds to ipv6.
* Better fix for ntop using ipv4/ipv6jim-p2012-04-021-2/+2
|
* Tell ntop to use both ipv4 and ipv6, since ntop 4.1 defaults to ipv6 binding ↵jim-p2012-03-271-1/+1
| | | | only.
* Fix ntop password reset.jim-p2011-06-221-3/+7
|
* Misc lightsquid fixesjim-p2011-06-221-28/+35
|
* ntop wants these fonts in a specific place...jim-p2011-06-091-0/+1
|
* Add toggles to the ntop settings for merging interfaces and for ipv4 only, ↵jim-p2011-05-311-1/+13
| | | | default to the old behavior (no merging, v4 only.)
* Use the settings variable and not $_POST directly.jim-p2011-05-161-2/+2
|
* Fix whitespace, loading config at reinstall/bootup.jim-p2011-05-161-62/+69
|
* Sync ntop on install so it will write out the rc file and start. Works for ↵jim-p2011-05-101-0/+1
| | | | me now on 32 and 64 bit.
* The old ntop package xml was downloading a 32-bit library that isn't needed ↵jim-p2011-05-101-0/+151
on 2.0 and will just break things even more. Shuffle things around a bit and hopefully let it work properly.