function webservers_check() dumbified because produce too much errors for expired...
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 28 Nov 2011 08:08:46 +0000 (09:08 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Mon, 28 Nov 2011 22:06:55 +0000 (23:06 +0100)
web/Obj/brisk.phh

index 0ffb9e2..3f12e3f 100644 (file)
@@ -321,6 +321,9 @@ function webservers_check()
 {
     GLOBAL $G_webserver_max;
 
+    /* FIXME: check all procs expirations */
+    return (10);
+
     $ct = 0;
 
     $dh = opendir('/proc');