mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin apache_memory: fix quoting
This commit is contained in:
parent
dd41152cdd
commit
1ac5fbdfe0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ GPLv2
|
|||
|
||||
=cut
|
||||
|
||||
. $MUNIN_LIBDIR/plugins/plugin.sh
|
||||
. "$MUNIN_LIBDIR/plugins/plugin.sh"
|
||||
|
||||
USR=${apuser:-www-data}
|
||||
PROCS=${binname:-apache2}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue