Skip to content
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

Use of uninitialized value #64

Open
acoul opened this issue Mar 2, 2017 · 2 comments
Open

Use of uninitialized value #64

acoul opened this issue Mar 2, 2017 · 2 comments

Comments

@acoul
Copy link

acoul commented Mar 2, 2017

I am using pmacct/nfprobe as a netflow/agent with AS statistics enabled. as-stats is working nicely on my 32bit gentoo system with this patch and the graphs are colorfully generated.

I do get though quite a few "Use of uninitialized value in new at /data/as-stats/bin/asstatd.pl" which is this line

any hints on how to further debug this?

@acoul
Copy link
Author

acoul commented Mar 11, 2017

this is the offending line:
$ascache->{$name}->{$dsname} += $noctets;

@acoul
Copy link
Author

acoul commented Mar 16, 2017

this is happening only on pmacctd/netfllow v9 agents. Switching to pmacctd/netflow v5 does not produces this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant