X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph.pod;h=a96ecff3cee170c95e868db27662f4cfed049526;hb=210e991460e82d01d086f853e65485040eb2fffb;hp=c8fe0e07181f1c64aac0d7f6d9b1808055101b60;hpb=637f12dc021877c0be9f6f910390ce61279d2c05;p=rrdtool.git diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index c8fe0e0..a96ecff 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -262,8 +262,10 @@ Note that for linear graphs, SI notation is used by default. [B<-z>|B<--lazy>] -Only generate the graph if the current graph is out of date or not -existent. +Only generate the graph if the current graph is out of date or not existent. +Note, that only the image size will be returned, if you run with lazy even +when using graphv and even when using PRINT. + [B<--daemon> I
] @@ -478,6 +480,21 @@ There is more information returned than in the standard interface. Especially the 'graph_*' keys are new. They help applications that want to know what is where on the graph. +=head1 ENVIRONMENT VARIABLES + +The following environment variables may be used to change the behavior of +Cgraph>: + +=over 4 + +=item B + +If this environment variable is set it will have the same effect as specifying +the C<--daemon> option on the command line. If both are present, the command +line argument takes precedence. + +=back + =head1 SEE ALSO L gives an overview of how B works.