Skip to content

Commit 40d7ff9

Browse files
committed
Change phpfpm_process to works greatly with phpbin settings
1 parent a521201 commit 40d7ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpfpm_processes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ exit 0
3535
fi
3636

3737
echo -n "php_processes.value "
38-
pgrep $PHP_BIN | wc -l
38+
ps awwwux | grep $PHP_BIN | grep -v grep | wc -l

0 commit comments

Comments
 (0)