Branches
Comments
[»]
autocheck isn't auto - checking
by Cagliostro - Sep 20th 2002 10:12:50
Hi there
I've got the prob that autocheck doesn't start.
I've got an interval of 300 sec, timeout 60 sec, monitoring only 3 hosts
with 5 ports. I would like to screw down the interval to one minute, but
...
If i call AutoCheck manually, it works well. I'm using V0.54 stable.
Other question: How to test the mail function?
Any ideas around?
[reply]
[top]
[»]
Bugreport: autorecheck.pl function SendMail
by aed - Apr 26th 2002 15:08:41
Line 336:
my $mail = new Mail::Mailer sendmail;
Line 338:
my $from = $Myname.' <'.($< || 'root').'@'.($hostname ||
$ENV{'HOSTNAME'} || 'localhost').'>';
Line 342:
$mail->close;
[reply]
[top]
[»]
Feature Request: Execute Scripts in AutoRecheck
by aed - Apr 26th 2002 15:01:17
I'd like to execute scripts (like the sample_http) in
the autorecheck interval and diplay result (good/bad)
in the host overview (Default: Basic or Default: List).
So I'd be able to regularly check the http-response, not only
if the port is still listening.
[reply]
[top]
|