Using the accompanying node definition to display the same external data smoothed as an one hour average, and the unsmoothed data faintly behind it, I attempted to switch off key entries below the graph for the 'real' data using the <var>.label not_used directive. However, the entries just come up as 'not_used' ( the vars prefixed 'tot' are the feint 'real' data ).
b_incoming_spam.update no
b_incoming_spam.graph_vlabel Rate / second
b_incoming_spam.graph_title Incoming SPAM emails - 1 hour moving ave.
b_incoming_spam.totcount.label not_used
b_incoming_spam.totchecked.label not_used
b_incoming_spam.totpropagated.label not_used
b_incoming_spam.totactive.label not_used
b_incoming_spam.graph_order \
totchecked=sabam.first-alert.net:matcher_stats.checked \
totcount=sabam.first-alert.net:matcher_stats.count \
totpropagated=sabam.first-alert.net:matcher_stats.propagated \
totactive=sabam.first-alert.net:matcher_stats.active \
count=sabam.first-alert.net:matcher_stats.count \
propagated=sabam.first-alert.net:matcher_stats.propagated \
checked=sabam.first-alert.net:matcher_stats.checked \
active=sabam.first-alert.net:matcher_stats.active
b_incoming_spam.count.label Arrived
b_incoming_spam.propagated.label Propagated
b_incoming_spam.checked.label Added to Checklist
b_incoming_spam.active.label Already active
b_incoming_spam.count.cdef count,3600,TREND
b_incoming_spam.checked.cdef checked,3600,TREND
b_incoming_spam.active.cdef active,3600,TREND
b_incoming_spam.propagated.cdef propagated,3600,TREND
b_incoming_spam.totcount.colour cfc
b_incoming_spam.totchecked.colour fcc
b_incoming_spam.totpropagated.colour ccf
b_incoming_spam.totactive.colour cff
b_incoming_spam.totcount.draw LINE1
b_incoming_spam.totchecked.draw LINE1
b_incoming_spam.totpropagated.draw LINE1
b_incoming_spam.totactive.draw LINE1