On Thu, Nov 10, 2005 at 02:40:46PM -0600, Aaron Segura wrote:
>         Since we've upgraded to Mon v1.1.0Pre1 dependency checks
> continually fail and all alerts for services that have any dependencies
> whatsoever are supressed.

I hit this when I upgraded to 1.1.0pre1 too.  And I sent a patch in,
but it looks like it was overlooked.  Change line 3206 (or whatever it
is in your version) as follows:

   3203     if ($sref->{"depend"} ne "" &&
   3204             $sref->{"dep_behavior"} eq "a")
   3205     {
-  3206         dep_ok ($sref);
+  3206         dep_ok ($sref, 'a');
   3207     }

_______________________________________________
mon mailing list
mon@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to