aboutsummaryrefslogtreecommitdiffstats
path: root/config/ntopng
Commit message (Collapse)AuthorAgeFilesLines
* Add privileges configuration to ntopng packagedoktornotor2015-11-141-0/+37
|
* Add privileges configuration to ntopng packagedoktornotor2015-11-141-1/+5
|
* ntopng - unlink rc script when disabled to prevent it from starting on rebootdoktornotor2015-11-061-9/+13
|
* ntopng - fix up 2.1.x vs. 2.2.x PBI messdoktornotor2015-09-161-5/+14
| | | Argh! I hate the PBI thing with passion! Die!
* Make $ntopng_config global in ntopng_sync_package()doktornotor2015-09-161-1/+1
| | | Might fix the service restart after package reinstall.
* Only (re)start ntopng after GeoIP update if not (re)installing the packagedoktornotor2015-09-151-7/+10
| | | Also, use $post consistently in topng_validate_input().
* ntopng.inc - remove pointless check already done elsewheredoktornotor2015-09-141-1/+1
|
* ntopng.xml - don't resync package twice on installdoktornotor2015-09-141-1/+0
| | | Already done by install_package_xml() from pkg-utils.inc
* ntopng.xml - nuke useless tagdoktornotor2015-09-141-2/+1
| | | Remove depends_on_service tag. (If the idea was to only show the menu entry if the service is enabled, then it plain doesn't work, not implemented anywhere in the pfSense package code.)
* ntopng - reworked packagedoktornotor2015-09-141-0/+371
| | | | | | - Moved all PHP code to separate ntopng.inc; should fix most of the whacky issues mentioned in Bug #4880 - Add wipe data feature - Add minimum password length check - Optionally wipe all traffic data, graphs and settings on uninstall if so configured
* ntopng - reworked packagedoktornotor2015-09-131-220/+66
| | | | | | | - Moved all PHP code to separate ntopng.inc - Add a button to wipe ntopng data - Add enable checkbox - Add checkbox to either keep or delete settings and data on uninstall/reinstall. - Some description cosmetics
* ntopng.xml - remove useless config_(un)lock callsdoktornotor2015-08-111-2/+0
| | | This function does nothing but return.
* ntopng - attempt to reduce log spam (resubmit of #915)doktornotor2015-08-031-6/+24
| | | Symlink the scripts directory to /usr/local/share/ntopng to reduce logspam caused by PBI stupidity. (Declare $pf_version global on first use while at it, and clean up after itself on uninstall.)
* ntopng - need to create the target_dir before symlinkingdoktornotor2015-07-271-0/+2
| | | | | | | | | | | The target directory does not exist on reinstall. Need to create it to avoid these errors: ``` Starting package ntopng... Warning: symlink(): No such file or directory in /etc/inc/pkg-utils.inc(423) : eval()'d code on line 159 Warning: symlink(): No such file or directory in /etc/inc/pkg-utils.inc(423) : eval()'d code on line 159 Warning: symlink(): No such file or directory in /etc/inc/pkg-utils.inc(423) : eval()'d code on line 159 Warning: symlink(): No such file or directory in /etc/inc/pkg-utils.inc(423) : eval()'d code on line 159 ```
* ntopng - force overwrite on decompression of GeoIP filesdoktornotor2015-07-251-1/+2
|
* Fix up the 2.1.x font pathdoktornotor2015-07-241-1/+1
| | | Meh... should rather clean all that 2.1.x stuff eventually. And move all most of this to ntopng.inc. No time for that now.
* Bug #4567 - ntopng GeoIP files missingdoktornotor2015-07-241-2/+13
| | | Use fetch instead of the broken ntopng-geoipupdate.sh binary.
* Fix - ntopng fails to copy fonts on installdoktornotor2015-07-241-1/+9
|
* ntopng, fix mkdir warning while booting, use safe_mkdirPiBa-NL2015-06-201-1/+1
|
* Sanitize ntopng version, add depends, category and fix pbi detection for 2.3Renato Botelho2015-05-141-9/+23
|
* Add some fixes/additions for better handling of GeoIP data in ntopng. Fixes ↵jim-p2015-04-031-3/+39
| | | | | | #4567 Also add attribution text for GeoIP data and a link back to maxmind for CC BY-SA 3.0.
* Add option to disable alerts in ntopng (e.g. flooding messages)jim-p2015-03-061-3/+14
| | | | See https://forum.pfsense.org/index.php?topic=89911.0
* Fix wordingjim-p2015-03-061-1/+1
|
* ntop - change location of database and pidCino2015-01-071-1/+1
| | | | | | changed database/pid location to /var/db/ntopng and /var/run/ntopng.pid It was defaulting to /var/tmp/ntopng -d /var/db/ntopng -G /var/run/ntopng.pid
* ntopng - add checkbox to enable historical data storageCino2015-01-071-2/+13
| | | | | | | | | add checkbox to enable historical data storage ntopng Command Line Options: --dump-flows | -F Dump expired flows. If ntopng is compiled with sqlite support, flows can dumped persistently on disk using this option. Databases are created daily under /db. https://forum.pfsense.org/index.php?topic=80461.msg473467#msg473467
* Misc fixes to ntopng.jim-p2014-12-151-2/+3
| | | | | | Explicitly set data dir, it used to default to /etc/dump.rdb, now defaults to cwd which is bad. Fix path given to ldconfig, contained a bad reference to i386 that should have been dynamic. Bump redis to save after setting password to ensure the db file is flushed to disk.
* Fix redis path for 2.2 (ntopng)jim-p2014-08-151-2/+9
|
* Fix path to geoip update scriptjim-p2014-08-131-1/+1
|
* More fixes for ntopng. Once the latest binaries are all in place it can be ↵jim-p2014-08-131-12/+69
| | | | activated for testing.
* Misc refinements for ntopngjim-p2014-08-131-0/+3
|
* Fix filenamejim-p2014-08-121-0/+0
|
* Some blind changes to correct for ntopng differences.jim-p2014-08-121-62/+57
|
* Add skeleton for ntopng, not active to install yet.jim-p2014-08-121-0/+178