1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Plugin lxc: fix handling of "excludes" parameter

Previously only the first item in the "excludes" environment variable
was really excluded.
This commit is contained in:
Lars Kruse 2019-08-12 01:12:29 +02:00
parent 199b4517cb
commit 8b955667c5

View file

@ -171,7 +171,7 @@ lxc_count_processes () {
# --- BASIC DEFINES # --- BASIC DEFINES
active_guests=$(active_guests $exclude) active_guests=$(active_guests "$exclude")
# --- AUTOCONF # --- AUTOCONF