PHP-FPM isn't included in server status dashboard

SYSTEM INFORMATION
OS type and version Debian 12
Virtualmin version 7.30.8
Nginx version 1.22.1

Hi, virtualmin server dashboard has all services monitored, but didn’t have PHP-FPM monitor.
We have son vrtualhost configurated by Nginx with PHP-FPM 8.2.

Thank you

Is php working on the son domain ? Perhaps son = sub ? You could use systemctl to also work out if php-fpm is running.

Hi,
thank you for reply.
php-fpm is running

Active: active (running) since Wed 2025-06-11 10:37:50 UTC; 6h ago

I currently have a Webmin custom process monitor running with the command php-fpm: master process to facilitate this, but yes, it should be added as a standard monitor.

Thanks for the reply.
Do you know how i need to configure virtualmin for add php-fpm as a standard monitor?

Sorry, I have no experience with Virtualmin, but I assume it works similarly to Webmin for this.

are you talking about Server Status or System Monitors as virtualmin includes Server Status and webmin doesn’t ?
This is virtualmin Server Status

and this is system monitors

and it’s possible to have both

Hi,
php-fpm does not appear in Servers Status.
I do not find Sytem monitor in the dashboard

you need to add that but now I see what you are talking about. perhaps @Ilia could shed some light on this ?

PHP-FPM status monitors should already appear on the dashboard if you have the latest Virtualmin 7.30.8 installed. If they don’t show up, try clicking the force-refresh system information button at the top right of the dashboard.

Hi,
thank you all.
We have updated, but the problem remains. The strange thing is that on the other servers we have (even with previous versions), it appears.

What is the output of the following command on your Debian 12 server?

systemctl status php*fpm*

Ah, I see now! This is actually a bug, and we will address it in the next Virtualmin release!

Thanks for the heads-up!

1 Like

Thank you,
for the great work.