[Nfsen-discuss] create and stop profile using command line
Netflow visualisation and investigation tool
Brought to you by:
phaag
|
From: Leandro <ing...@gm...> - 2018-06-07 19:50:47
|
Dear all , Im trying to create a profile and after 15 days stop it. Im not sure how to achieve it , so far I succeded creating the profile doing: ./nfsen --add-profile top5/01Jun21 description="test subnet" ./nfsen --add-channel "ZNTS037FB6E9" profile=top5/01Jun21 sourcelist='amba' filter='host 190.190.1.1' colour='#FFF700' order=3 ./nfsen --commit-profile top5/01Jun21 The profile is working as expected but , how can I stop it ? I tryed: ./nfsen -m top5/01Jun21 tstart=2018-06-06-22-00 tend=2018-06-07-12-00 (the idea is convert it to a historic profile) ./nfsen -m top5/01Jun21 tend="2018-06-07-12-00" (same as previous) ./nfsen -X top5/01Jun21 (the idea here is to force expire) Neither of previous ideas worked ,all of them yelds: Argument "" isn't numeric in localtime at ./nfsen line 590, <$nfsen_sock> line 28 My nfsen version is: /nfsen: 1.3.6 Any help ? Regards.Leo. |