Week+ ping? Cc'ing Stuart as he's the maintainer of nfdump port. On Thu 19. Sep 2019 at 7.09, Ville Valkonen <[email protected]> wrote:
> > On Thu, 19 Sep 2019 at 0.09, Raf Czlonka <[email protected]> wrote: > >> 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 > > > Hello, > > you are right, I was sloppy on that part. Thanks. > > -- > Ville > >> >>
