switch to python3
refactoring and python3 compatibility
remove empty line from config
add proxmox comment
prevent duplicate graphs and unify line style
use name from commandline parameter for kvm
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
libvirt/kvm_*: Simple regex to match VM name
On Debian Stretch the cmdline is something like:qemu-system-x86_64-enable-kvm-nameguest=vmname,debug-threads=on-S-[…]Without null characters:qemu-system-x86_64 -enable-kvm -name guest=vmname,debug-threads=on[…]...
Whitespace cleanup
Review and unify category assignments of plugins
kvm_net: add technical details to 'graph_info'
kvm_net: improve the network interface name parser and admit its limits
The network interface parser of this plugin was overly specific before.It relied on a specific format of the arguments handed over to kvm whilestarting the VM. For example the following format was usable:...
kvm_net: update VM name parsing
kvm_net: simplify argument handling
kvm_net: avoid shell when using Popen
kvm_net: fix python code style issues
kvm_net: switch to perldoc documentation header
kvm_net: switch to python3
kvm_net: use print function for python3-compatibility
kvm_net: unify whitespace
kvm_net: unify quoting
kvm_net: remove unused function 'find_vms_tap'
Read correct values from /proc/net/dev
Includes more kvm-processes
replace hard-coded paths (e.g. '/var/lib/munin/plugin-state') with '$MUNIN_PLUGSTATE'
see http://guide.munin-monitoring.org/en/latest/plugin/env.html
Plugin-Gallery: get better 2nd level headings