-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Description
I noticed this when using plugins/munin_update.
munin/plugins/node.d/munin_update
Line 107 in 091c8e6
name="$(clean_fieldname "$i")" |
clean_fieldname 4thhost -> _thhost
clean_fieldname 5thhost -> _thhost
This does not work.
Line 13 in 091c8e6
echo "$@" | sed -e 's/^[^A-Za-z_]/_/' -e 's/[^A-Za-z0-9_]/_/g' -e 's/^root$/__root/' |
We feel the following should be done even if it affects us globally.
This would not be something to write into each plugin.
echo` "$@" | sed -e 's/^[0-9]/_&/' -e 's/^[^A-Za-z_]/_/' -e 's/[^A-Za-z0-9_]/_/g' -e 's/^root$/__root/'
We would appreciate your consideration.
Metadata
Metadata
Assignees
Labels
No labels