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:
parent
199b4517cb
commit
8b955667c5
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ lxc_count_processes () {
|
||||||
|
|
||||||
# --- BASIC DEFINES
|
# --- BASIC DEFINES
|
||||||
|
|
||||||
active_guests=$(active_guests $exclude)
|
active_guests=$(active_guests "$exclude")
|
||||||
|
|
||||||
# --- AUTOCONF
|
# --- AUTOCONF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue