mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
Bugfix: missing perl argument
This was keeping this pluggin from configuring correctly on my arch box
This commit is contained in:
parent
202bbf0cd8
commit
13b1223793
1 changed files with 1 additions and 1 deletions
2
plugins/system/memory_by_process
Executable file → Normal file
2
plugins/system/memory_by_process
Executable file → Normal file
|
@ -24,7 +24,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_category system'
|
||||
echo "graph_info Shows contribution of each process to VM size"
|
||||
|
||||
ps auxww | perl '
|
||||
ps auxww | perl -e '
|
||||
$junk = <>;
|
||||
while (<>)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue