Projet

Général

Profil

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

root / plugins / libvirt @ 367a4b37

# Date Auteur Commentaire
367a4b37 2021-11-17 08:32 Alois

munin-libvirtpy now in python3 (#1258)

  • works on debian bullseye
  • flake8 compatiblity ckecked
  • print errors to file=sys.stderr
b7617471 2021-11-16 17:13 Alois

kvm_io now in python3 (#1254)

  • works on debian bullseye with this modification.
  • removed all codestyle issues, checked with "pycodestyle" on debian bullseye, besides two "line too long"
  • "config" param must not have newlines to avoid a warning in munin-update.log
b6912e76 2021-03-10 06:19 Alois

Update kvm_cpu

the line length change doesn't make the world better... without pyflakes I already wondered, why there is an additional linebreak. now it needs two additional one to stay below 99
changes here are tested and work on Python 3.7.3 (debian buster).

acdaeb6d 2021-03-10 06:19 Alois

Update kvm_cpu

in python3 filter returns an object, not an list. I think a list is required here? at least the plugin works as soon as list(...) is added.
need to change from pid to pid.decode, as pid is binary and not a string.

9ecd634f 2021-03-04 10:07 Alois

Update munin-libvirtpy

if config has sys.exit(1) the plugin config does not work.

bde90ba9 2020-11-25 20:19 Lars Kruse

Plugin kvm_cpu: migrate to Python3, format documentation

a7139bca 2020-10-28 18:38 Lars Kruse

Unify shebang for python scripts

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