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

"rrdtool tune a.rrd --maximum ds:U" is not working #624

Closed
techms opened this issue Jun 16, 2015 · 3 comments
Closed

"rrdtool tune a.rrd --maximum ds:U" is not working #624

techms opened this issue Jun 16, 2015 · 3 comments

Comments

@techms
Copy link

techms commented Jun 16, 2015

I'm trying to set the maximum DS value to 'U' according to the documentation, but get the following error:

$ rrdtool create test.rrd DS:test:GAUGE:600:0:100 RRA:AVERAGE:0.5:3:700
$ rrdtool tune test.rrd --maximum test:U
ERROR: invalid arguments for maximum ds value

I get the same error when trying to set the minimum DS value. I looked into the sources and there is no processing of 'U' values. Could you fix it please?

@oetiker
Copy link
Owner

oetiker commented Jun 16, 2015

fix is in ea33bd9 ... thanks!

@oetiker oetiker closed this as completed Jun 16, 2015
@techms
Copy link
Author

techms commented Jun 18, 2015

Thank you!

@ajcorrea
Copy link

ajcorrea commented May 10, 2023

We had this same problem here in some situations.

1.0000000000e+11 = 100G
1.0000000000e+09 = 10G

Running:

rrdtool tune <filename.rrd> --maximum traffic_out:1.0000000000e+11 --maximum traffic_in:1.0000000000e+11

did the trick.

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

3 participants