summaryrefslogtreecommitdiffstats
path: root/web/attachments/268583-check_apache.pl.diff
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/268583-check_apache.pl.diff')
-rw-r--r--web/attachments/268583-check_apache.pl.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/attachments/268583-check_apache.pl.diff b/web/attachments/268583-check_apache.pl.diff
new file mode 100644
index 0000000..f90513b
--- /dev/null
+++ b/web/attachments/268583-check_apache.pl.diff
@@ -0,0 +1,10 @@
1156,157c156,157
2< if (/^BusyServers:\s+([0-9.]+)\s+/) { $busy = $1; next; }
3< if (/^IdleServers:\s+([0-9.]+)\s+/) { $idle = $1; next; }
4---
5> if (/^BusyWorkers:\s+([0-9.]+)\s+/) { $busy = $1; next; }
6> if (/^IdleWorkers:\s+([0-9.]+)\s+/) { $idle = $1; next; }
7219c219
8< if($average>0) {
9---
10> if($average>=0) {