1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Fixes #470: emits warning: "bad ps syntax, perhaps a bogus

This commit is contained in:
Lars Windolf 2014-08-18 22:56:41 +02:00
parent 96223fc7a5
commit 2741a6efc0

View file

@ -65,7 +65,7 @@ fi
for proc in $procs ; do {
ps -axo 'pcpu,comm' | grep "$proc" |
ps axo 'pcpu,comm' | grep "$proc" |
awk '
BEGIN {
FS=" "