2019-04-26 19:07:35 +00:00
|
|
|
--- plugins/apache_status-o 2018-02-16 13:21:22.000000000 +0100
|
|
|
|
|
+++ plugins/apache_status 2018-09-25 23:27:33.534367048 +0200
|
|
|
|
|
@@ -78,7 +78,7 @@
|
2018-09-26 13:14:13 +00:00
|
|
|
to_replace = re.compile('^.*/')
|
|
|
|
|
proc = to_replace.sub('', proc)
|
|
|
|
|
|
|
|
|
|
- procs = [ 'apache2', 'httpd', 'httpd2-prefork', 'httpd2-worker', 'httpd.worker', 'fcgi-pm' ]
|
|
|
|
|
+ procs = [ 'apache2', 'httpd', 'httpd2-prefork', 'httpd2-worker', 'httpd.worker', 'fcgi-pm', 'httpd-prefork', 'httpd-worker', 'httpd-event' ]
|
|
|
|
|
# the pid/proc field length is limited to 19 chars. Thus in case of
|
|
|
|
|
# long PIDs, the process names are stripped of by that length.
|
|
|
|
|
# Workaround this problem here
|