From 26c51203ae8342cf59e9e3946b0cbe89ed7bde95 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 28 Nov 2011 09:08:46 +0100 Subject: [PATCH] function webservers_check() dumbified because produce too much errors for expired procs, needs fix --- web/Obj/brisk.phh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 0ffb9e2..3f12e3f 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -321,6 +321,9 @@ function webservers_check() { GLOBAL $G_webserver_max; + /* FIXME: check all procs expirations */ + return (10); + $ct = 0; $dh = opendir('/proc'); -- 2.17.1