From a85e72197afbb34a4eb503b4ec3709ae5dfcd5fa Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 30 Mar 2020 09:49:52 +0200 Subject: Use python3 --- libvirt-blkstat | 2 +- libvirt-cputime | 2 +- libvirt-ifstat | 2 +- libvirt-mem | 2 +- munin-libvirt-plugins-detect.in | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libvirt-blkstat b/libvirt-blkstat index 5e236c0..efe093a 100644 --- a/libvirt-blkstat +++ b/libvirt-blkstat @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # vim: set fileencoding=utf-8 : # # Munin plugin to show the I/O load of libvirt managed virtual machines diff --git a/libvirt-cputime b/libvirt-cputime index a0af52c..1b7d43e 100644 --- a/libvirt-cputime +++ b/libvirt-cputime @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # vim: set fileencoding=utf-8 : # # Munin plugin to show the percent of cputime of libvirt managed virtual diff --git a/libvirt-ifstat b/libvirt-ifstat index c3b73fd..755cf9c 100644 --- a/libvirt-ifstat +++ b/libvirt-ifstat @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # vim: set fileencoding=utf-8 : # # Munin plugin to show the network traffic of libvirt managed virtual machines diff --git a/libvirt-mem b/libvirt-mem index deef1dd..83dea77 100644 --- a/libvirt-mem +++ b/libvirt-mem @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # vim: set fileencoding=utf-8 : # # Munin plugin to show the amount of memory used by libvirt managed virtual diff --git a/munin-libvirt-plugins-detect.in b/munin-libvirt-plugins-detect.in index 57eeff1..397ccc2 100644 --- a/munin-libvirt-plugins-detect.in +++ b/munin-libvirt-plugins-detect.in @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # vim: set fileencoding=utf-8 : # # Configure and enable munin libvirt plugins -- cgit v1.2.3