After updating PHP from version 8.3.13 to 8.3.14 on a DirectAdmin 1.671 system the process list ps -A no longer shows a PHP version. I used this to check if all service are running correctly in my system monitoring system.
I did a check like this:
And it would report the process id's. After the update this command does not show any processes. Instead, I should check PHP like this:
But this messes up my monitoring system since my checks are based upon the service file from DirectAdmin: /usr/local/directadmin/data/admin/services.status
And that says php-fpm83
Why did this minor update changed the PHP process?
I did a check like this:
Code:
pgrep php-fpm83
Code:
pgrep php-fpm
But this messes up my monitoring system since my checks are based upon the service file from DirectAdmin: /usr/local/directadmin/data/admin/services.status
And that says php-fpm83
Why did this minor update changed the PHP process?