Joel Brooks wrote: >right now, the graph (a stacked graph) shows a different band for >each server and the legend displays the text "<server name> <X> >messages in the queue". > >but how can i add up all the values so i can print "total <X> >messages in the queue"?
If a, b, c, d, ... are the totals for each server, then : total=a,b,+,c,+,d,+, ... Then print total -- Simon Hobson Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed author Gladys Hobson. Novels - poetry - short stories - ideal as Christmas stocking fillers. Some available as e-books. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
