munin-monitoring / contrib

Contributed stuff for munin (plugins, tools, etc...)
http://munin-monitoring.org
1.05k stars 682 forks source link

kvm_*: improve field names #1320

Closed Baroti closed 2 years ago

Baroti commented 2 years ago

fixed graph failure for VM names starting with digits

used "Validate filednames" Python stanza from docs to improve clean_vm_name functions, helping graph creations for VM with names starting with digits, like "150-121-Apache".

remember: each data source in a plugin must be identified by a field name (in this case VM names). The characters must be [a-zA-Z0-9], while the first character must be [a-zA-Z].

sumpfralle commented 2 years ago

Thank you for improving these plugins!