Re: RRD Graph downward to 0 date prediction
Steve Shipway <[email protected]>
| Newsgroups | gmane.comp.db.rrdtool.user |
|---|---|
| Message-ID | <5820DC553954E44FA1A36C78323AD1485A0160DD@uxcn10-tdc06.UoA.auckland.ac.nz> |
options.push("VDEF:#{c}warning=#{c}limit,FIRST")
options.push("GPRINT:#{c}warning: 2TB free @%c\\l:strftime")
In the VDEF, did you really mean FIRST (which just takes the first sample in the range) or did you mean MIN?
If you want the time it reaches 0, then MIN would make more sense - and this also has a time component, whereas FIRST does not.
Steve
Steve Shipway
University of Auckland ITS
UNIX Systems Design Lead
[email protected]
Ph: +64 9 373 7599 ext 86487