| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
| |
Argh! I hate the PBI thing with passion! Die!
|
|
|
| |
Might fix the service restart after package reinstall.
|
|
|
| |
Also, use $post consistently in topng_validate_input().
|
| |
|
|
|
| |
Already done by install_package_xml() from pkg-utils.inc
|
|
|
| |
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.)
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- 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
|
|
|
| |
This function does nothing but return.
|
|
|
| |
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.)
|
|
|
|
|
|
|
|
|
|
|
| |
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
```
|
| |
|
|
|
| |
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.
|
|
|
| |
Use fetch instead of the broken ntopng-geoipupdate.sh binary.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
#4567
Also add attribution text for GeoIP data and a link back to maxmind for CC BY-SA 3.0.
|
|
|
|
| |
See https://forum.pfsense.org/index.php?topic=89911.0
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
activated for testing.
|
| |
|
| |
|
| |
|
|
|