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

illegal rrd update #20

Open
andreas-p opened this issue Feb 1, 2019 · 2 comments
Open

illegal rrd update #20

andreas-p opened this issue Feb 1, 2019 · 2 comments
Labels

Comments

@andreas-p
Copy link

I successfully imported some data with -pf -p pf into rrd.
Now, wen running the daemon, it will perodically log "illegal attempt to update using time 1549010700 when last update time is 1549010700 (minimum one second step)" (the timestamp changes with the latest nfcapd file).

Running on Debian-Stretch with rrdtool 1.6.0 and php-rrd 2.0.1

@gothack329
Copy link

i got the same question...

@mbolli mbolli added the bug label Mar 8, 2019
@mbolli
Copy link
Owner

mbolli commented Mar 8, 2019

This is/was by design. Before, nfsen-ng occasionally missed a file, resulting in gaps in the graph.

Responsible lines:

// compare file name date with last update
if ($file_datetime <= $last_update) continue;

If anybody's got time to test this, try to replace <= with < and see how good it works.

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

No branches or pull requests

3 participants