On Wed, Sep 18, 2019 at 08:23:28PM BST, Ville Valkonen wrote:
>
> It should be noted that nfcapd can fill disk rather quickly in vibrant network
> environments. Therefore it's important to flush the flow stats every now and
> then. One could use the following root's crontab entry to expire flows older
> than 31 days:
> @daily /usr/local/bin/nfexpire -t 31d /var/cache/nfcapd 2>&1
> > /dev/null
>
The above should read:
@daily /usr/local/bin/nfexpire -t 31d /var/cache/nfcapd >/dev/null 2>&1
Order matters here.
Regards,
Raf