Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / libvirt @ 6b4a3124

# Date Auteur Commentaire
6b4a3124 2020-09-11 07:15 Bianco Veigel

switch to python3

2385a6f5 2020-09-07 13:13 Bianco Veigel

refactoring and python3 compatibility

8cb47cbf 2020-08-30 14:57 Bianco Veigel

remove empty line from config

225a9156 2020-08-16 20:41 Bianco Veigel

add proxmox comment

00f8fce4 2020-08-16 20:41 Bianco Veigel

prevent duplicate graphs and unify line style

113008b0 2020-08-16 20:41 Bianco Veigel

use name from commandline parameter for kvm

8713eb37 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in comments and descriptions

Thanks, codespell!

c4a08bfa 2019-07-11 16:54 Benoît S

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[…]...

17f78427 2018-08-01 20:33 Lars Kruse

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
33e95e6f 2018-08-01 17:56 Lars Kruse

Review and unify category assignments of plugins

e0b74c69 2018-06-10 16:04 Lars Kruse

kvm_net: add technical details to 'graph_info'

e0df6aa7 2018-06-10 16:04 Lars Kruse

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 while
starting the VM. For example the following format was usable:...

b6c6a02e 2018-06-10 16:04 Lars Kruse

kvm_net: update VM name parsing

The old parser seemed to rely on a simple "-name foo" argument format of
kvm/qemu. The changed parser also accepts the following formats:
  • name,foo=bar,baz=bot
  • guest=name,foo=bar
54330cc3 2018-06-10 16:04 Lars Kruse

kvm_net: simplify argument handling

89e4dd64 2018-06-10 16:04 Lars Kruse

kvm_net: avoid shell when using Popen

aa8f1a59 2018-06-10 16:04 Lars Kruse

kvm_net: fix python code style issues

a9059703 2018-06-10 16:04 Lars Kruse

kvm_net: switch to perldoc documentation header

3267bbd0 2018-06-10 16:04 Lars Kruse

kvm_net: switch to python3

67cc769c 2018-06-10 16:04 Lars Kruse

kvm_net: use print function for python3-compatibility

f6080f5f 2018-06-10 16:04 Lars Kruse

kvm_net: unify whitespace

7f98e21f 2018-06-10 11:51 Lars Kruse

kvm_net: unify quoting

e87d3a6b 2018-06-10 11:51 Lars Kruse

kvm_net: remove unused function 'find_vms_tap'

67d6e559 2017-09-30 11:44 Jan Egil Vestbø

Read correct values from /proc/net/dev

621744a6 2017-09-30 11:42 Jan Egil Vestbø

Includes more kvm-processes

4b2fcbf8 2017-04-18 17:32 Lars Kruse

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

f5b816df 2017-02-23 13:53 dipohl

Plugin-Gallery: get better 2nd level headings