revert back to last working version OBS-URL: https://build.opensuse.org/request/show/696159 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/check_mk?expand=0&rev=109
12 lines
669 B
Diff
12 lines
669 B
Diff
--- 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 @@
|
|
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
|