X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph_libdbi.pod;h=1e4aa4db1848bf58efe18abc2d73d443f803f318;hb=4e8787fdbff3ddd4044e19cf37b9e3a54b5ef0cb;hp=c84465d8f6ba736b1b65e2b275fc0f989255e19e;hpb=dc4997373f9cc1c170bc378ff12fa2c3a23161e9;p=rrdtool.git diff --git a/doc/rrdgraph_libdbi.pod b/doc/rrdgraph_libdbi.pod index c84465d..1e4aa4d 100644 --- a/doc/rrdgraph_libdbi.pod +++ b/doc/rrdgraph_libdbi.pod @@ -4,7 +4,7 @@ rrdgraph_libdbi - fetching data for graphing in rrdtool graph via libdbi =head1 SYNOPSIS -ErrdfileE = Blibdbi driverE/Edriver-option-nameE=Edriver-option-valueE/...[/rrdminstepsize=EstepsizeE][/rrdfillmissing=Efill missing n samplesE]//EtableE/Eunixtimestamp columnE/Edata value columnE[/derive]/Ewhere clause 1E/.../Ewhere clause nE> +ErrdfileE = Blibdbi driverE/Edriver-option-nameE=Edriver-option-valueE/...[/rrdminstepsize=EstepsizeE][/rrdfillmissing=Efill missing n secondsE]//EtableE/Eunixtimestamp columnE/Edata value columnE[/derive]/Ewhere clause 1E/.../Ewhere clause nE> =head1 DESCRIPTION @@ -29,9 +29,9 @@ This pseudo-rrd-filename defines a sql datasource: defines the minimum number of the step-length used for graphing (default: 300 seconds) -=item B=Bfill missing stepsE> +=item B=Bfill missing secondsE> - defines the number of steps to fill with the last value to avoid NaN boxes due to data-insertation jitter (default: 0 steps) + defines the number of seconds to fill with the last value to avoid NaN boxes due to data-insertation jitter (default: 0 seconds) =item BtableE>