This is a discussion on Re: [rrd-users] RPN Question within the RRD Users forums, part of the Networking and Network Related category; On Tue, Apr 17, 2007 at 04:27:02AM -0700, Wesley PA4WDH wrote: > I have tried this: > total=...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, Apr 17, 2007 at 04:27:02AM -0700, Wesley PA4WDH wrote:
> I have tried this: > total=new_value,UN,total_calucated_so_far,total_ca lulated_so_far,new_value,+,IF you need to replace this with something like: total=new_value,UN,0,new_value,IF,old_value,+ which will add new_value to old_value or zero if undefined _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |