Ticket #536 (new enhancement)

Opened 4 years ago

Last modified 2 weeks ago

Want ".label not_used" to cause the label to disappear

Reported by: sholdowa Assigned to: bjorn
Priority: normal Milestone: Munin 3.0
Component: master Version: 1.2.5
Severity: normal Keywords:
Cc:

Description (Last modified by janl)

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

Change History

11/12/07 16:21:47 changed by janl

  • description changed.

11/12/07 16:23:11 changed by janl

  • owner changed from tore to bjorn.

08/03/08 09:08:22 changed by janl

  • component changed from deb package to server.

20/10/09 17:53:07 changed by janl

  • milestone changed from Munin 1.2 running maintenance to Munin 1.4.

14/11/09 23:49:25 changed by janl

  • keywords deleted.
  • milestone changed from Munin 1.4 to Munin 1.4.1.

This does not appear to be a actual feature of munin. But maybe it should be.

14/11/09 23:58:53 changed by janl

... I realize that it is documented. But I find no trace of a actual implementation.

16/11/09 10:07:19 changed by janl

  • summary changed from .label not_used sometimes doesn't work. to Want ".label not_used" to cause the label to disappear.
  • type changed from defect to enhancement.
  • milestone changed from Munin 1.4.1 to Munin 1.5.

.label not_used never caused any labels to disappear. I have changed the wiki documentation and I'm making this a enhancement ticket for a later version of munin.

24/01/12 16:34:24 changed by snide

  • milestone changed from Munin 2.0 to Munin 3.0.