Control Web Panel
WebPanel => CentOS 9 Problems => Topic started by: David on September 27, 2024, 01:28:07 PM
-
Hello
I was checking what Monit does, I noticed that PHP83 is not monitored, so I thought I maybe missed to add the configuration file among the ones that have to be monitored, I went to the Monit manager and saw that PHP83 is not monitored just because the config file was not created, so was not added to the list.
I do not see a way to let cwp create new config files for Monit and I do not know how to manually do that.
What should I do to have PHP83 monitored too?
Ty in advance for any information and help
-
I don't use Monit personally and can't tell you why CWP doesn't configure it to monitor php-fpm for PHP 8.3. Anyway, review this tutorial:
https://www.awsmonster.com/cwp-how-to-monitor-cwp-server-services
it should help you to understand where Monit's config files are stored. Therefore you can add the necessary settings for php-fpm of php 8.3 using the settings for php-fpm of php 8.1, 8.2. etc. I do believe the changes will be minor.
-
Thank you, I will dig into that later on, when done I will post some info