| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|