should be called if watch group or service do not exist.
traps for an existing watch group and an unknown service
were going into the void ...
# $Id: mon 1.27 Sat, 08 Sep 2001 09:42:05 -0400 trockij $
sub handle_trap {
.
.
.
if ((!defined ($groups{$trap{"grp"}}) &&
!defined $watch{$trap{"grp"}}->{$trap{"svc"}}) &&
(defined($groups{'default'}) &&
defined($watch{'default'}->{'default'})))
{
< if ((!defined ($groups{$trap{"grp"}}) &&
---
> if ((!defined ($groups{$trap{"grp"}}) ||
_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon