You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And get:
Use of uninitialized value $LastMaxListenQueue in numeric ge (>=) at ./check_phpfpm_status.pl line 416.
Use of uninitialized value $LastMaxListenQueue in subtraction (-) at ./check_phpfpm_status.pl line 424. $Le actual Result$
The text was updated successfully, but these errors were encountered:
Try to remove the tempfile or to read the content, it should be something like: /tmp/127.0.0.1_check_phpfpm_status<xxxxmd5_of_urlxxx> and the 4th line should be the content set in this variable.
I run:
./check_phpfpm_status.pl -H 127.0.0.1 -u /fpm_status -s SOMEFANCYURL -w 10,1,1 -c 5,2,2
And get:
$Le actual Result$
Use of uninitialized value $LastMaxListenQueue in numeric ge (>=) at ./check_phpfpm_status.pl line 416.
Use of uninitialized value $LastMaxListenQueue in subtraction (-) at ./check_phpfpm_status.pl line 424.
The text was updated successfully, but these errors were encountered: