We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current state, especially with collectd is a bit suboptimal.
This is a draft to plan what can be done
There are a few things i am not happy with:
To test:
Planned Goal:
The text was updated successfully, but these errors were encountered:
using: https://github.com/AndrewPiroli/rrd-step-changer
and for FILE in $(find . -name "*.rrd" -type f); do rrdtool dump $FILE > $FILE.tmp ; python3 rrdstep.py $FILE.tmp $FILE.small.tmp 30 60 ; rrdtool restore -f $FILE.small.tmp $FILE; done
for FILE in $(find . -name "*.rrd" -type f); do rrdtool dump $FILE > $FILE.tmp ; python3 rrdstep.py $FILE.tmp $FILE.small.tmp 30 60 ; rrdtool restore -f $FILE.small.tmp $FILE; done
i cloned data from monitor (10sec interval) and hds-ffraum (10sec step but data comes in every 30 seconds)
https://monitor.berlin.freifunk.net/cgp/host.php?h=monitor.berlin.freifunk.net https://monitor.berlin.freifunk.net/cgp/host.php?h=monitor.berlin.freifunk.net-nicolastest https://monitor.berlin.freifunk.net/cgp/host.php?h=hds-ffraum https://monitor.berlin.freifunk.net/cgp/host.php?h=hds-ffraum-nicolastest
Looking at the data it seems like its not working propperly, and ending up stretching the data again
Sorry, something went wrong.
nicolasberens
No branches or pull requests
The current state, especially with collectd is a bit suboptimal.
This is a draft to plan what can be done
There are a few things i am not happy with:
To test:
Planned Goal:
The text was updated successfully, but these errors were encountered: