Opened 4 years ago
Last modified 17 months ago
#748 assigned enhancement
Permit the use of '#' in vlabel
| Reported by: | ssm | Owned by: | snide |
|---|---|---|---|
| Priority: | low | Milestone: | Munin 2.2 |
| Component: | master | Version: | 1.4.0 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
The character '#' is interpreted as a comment deeper within munin. Since it is often used as shorthand for "number of", it would be nice to have this supported.
janll | we could use Text::Parser or something on the input lines janll | enabeling us to qutoe the # as "#" or \# or something @ssm | janll: that would remove a surprise or two :) janll | I think we'll skip that for now though @ssm | janll: put it on the nice-to-have shopping list for post-1.4 janll | ssm: you make a ticket pls?
Change History (4)
comment:1 Changed 4 years ago by janl
- Version changed from 1.4.0-alpha to 1.4.0
comment:2 Changed 3 years ago by snide
- Owner changed from nobody to snide
- Status changed from new to assigned
comment:3 Changed 17 months ago by snide
- Milestone changed from Munin 2.0 to Munin 2.1
pushing it to 2.1
comment:4 Changed 17 months ago by cbiedl
It seems hash characters work now in 2.0. Can you please check?
Note: See
TracTickets for help on using
tickets.

I'll take a look