]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrdcreate: improve scale support 468/head
authorPeter A. Bigot <pab@pabigot.com>
Fri, 16 May 2014 11:09:48 +0000 (06:09 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Fri, 16 May 2014 11:09:48 +0000 (06:09 -0500)
commit375e1079d13ad918041ab8eb456c59a842f73721
treea4d5bdc43b2347dcbd564f14526760c907a32bd3
parent3abaf34e094ba80c35699a86388479a3ee21eef7
rrdcreate: improve scale support

- Fix missed diagnostic for negative values accepted by strtoul.
- Add detailed diagnostics for parsing failures.
- Add diagnostic when duration-based RRA steps (rows) are not multiples of
  PDP interval (RRA span).
- Fix row count when PDP interval not one second.
- Extend documentation to special-function RRA example.
doc/rrdcreate.pod
src/rrd_create.c