mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Fixes #470: emits warning: "bad ps syntax, perhaps a bogus
This commit is contained in:
parent
96223fc7a5
commit
2741a6efc0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ fi
|
||||||
|
|
||||||
for proc in $procs ; do {
|
for proc in $procs ; do {
|
||||||
|
|
||||||
ps -axo 'pcpu,comm' | grep "$proc" |
|
ps axo 'pcpu,comm' | grep "$proc" |
|
||||||
awk '
|
awk '
|
||||||
BEGIN {
|
BEGIN {
|
||||||
FS=" "
|
FS=" "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue