I use the apache template for a server. It seems to work fine, In the dashboard I can find all the informations. But there is one thing that doesn't work, it's the number of processes. So it trigger Apache: Process is not running
.
In the configuration of the template I changed the process name by apache2
because on my server it's apache2 and not httpd.
When I get the processes on the server here is what I get:
# ps aux | grep apache2
root 1156 0.0 0.1 428064 47440 ? Ss 2021 28:22 /usr/sbin/apache2 -k start
www-data 10845 0.0 0.1 434656 50312 ? S 06:25 0:00 /usr/sbin/apache2 -k start
www-data 11365 0.0 0.1 429368 38676 ? S 06:30 0:00 /usr/sbin/apache2 -k start
www-data 12426 0.0 0.1 429532 38840 ? S 06:46 0:00 /usr/sbin/apache2 -k start
www-data 15469 0.0 0.1 429372 44092 ? S 07:30 0:00 /usr/sbin/apache2 -k start
www-data 15471 0.0 0.1 429328 40112 ? S 07:30 0:00 /usr/sbin/apache2 -k start
www-data 15472 0.0 0.1 428764 42900 ? S 07:30 0:00 /usr/sbin/apache2 -k start
www-data 16401 0.0 0.1 429336 37112 ? S 07:44 0:00 /usr/sbin/apache2 -k start
www-data 16402 0.0 0.1 429172 37048 ? S 07:44 0:00 /usr/sbin/apache2 -k start
www-data 16403 0.0 0.1 429524 39176 ? S 07:44 0:00 /usr/sbin/apache2 -k start
www-data 16663 0.0 0.1 429500 38060 ? S 07:48 0:00 /usr/sbin/apache2 -k start
root 24049 0.0 0.0 13232 988 pts/0 S+ 09:36 0:00 grep apache2
But when I test the item Apache: Number of processes running
is returning 0
.
What could cause this issue ?