-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nfdump 1.7.5 incompatibilities #116
Comments
Did a little more investigation here - i believe there are many issues, and perhaps the main one is the way nfsen 1.7.x outputs data. Eyeballing Strangely though, the "if last element contains a colon, it's not a csv" portion of code doesn't even work - it seems that that returns a non csv as a bunch of text, but still errors. if I choose to download a csv file i get a nice error:
|
In recent nfdump versions there has been mentions of a json output. Maybe this would be better suited... |
I went from NFdump 1.7.5 -> 1.7.4 and things actually work now, so there's some incompatibility w/ 1.7.5. And indeed it says json output is supported since 1.6.17. However, I also get "Unknown Extension ##" in the nfsen command output. This also comes through if i run the command from CLI as well. Guessing this is an Nfcapd/Nfdump issue, but perhaps they could be filtered out on the Nfsen-ng side? |
Additional note - the graphs for "ports" wasnt working either - and now it is. |
You have incompatible version of the collector |
Indeed as i had just downgraded. 1.7.4 -> 1.7.5 After waiting a day and doing a few tests on data since, downgrading, i am not getting this error. So perhaps this ticket should be renamed to "nfsen-ng incompatible with nfdump 1.7.5 - want me to open a new issue for that and close this? |
No let's leave it in here, I renamed the issue. |
Recent install, building a new server with nfsen-ng instead of nfsen.
All flows are collecting properly, graphs / rrd's updating. When I issue any query, i get
and in some queries i get that as well as this, which is what looks like because $output is empty (the above issue? unsure)
I was running the HEAD/master version, and then switched to the last release 0.3.1 and get the same issue. I've turned on debugging which gives the nfdump command in the apache web logs - i can run it no probem as the www-data (apache) user, so permissions are ok. the values after "something went wrong" re the .csv headers - they change depending on the query, but i never see results.
Guessing this is something wrong compatibility wise - my system is I followed the INSTALL.md instructions (which were pretty great)
Here's sample data output from cli, in case the output from nfdump is somehow the problem
The text was updated successfully, but these errors were encountered: