Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
gotrunks
bygotrunks, April 15, 2013
Plugin works fine, but canĀ“t detect if clamav (or any other is down)
I have added timeout to the smtp connection, if clamav is down, amavis holds for 15 seconds, using timout can detect it:
my $smtp = new Net::SMTP(
$server,
Port => $port,
Debug => $debug,
Timeout => $timeout
);
I have added timeout to the smtp connection, if clamav is down, amavis holds for 15 seconds, using timout can detect it:
my $smtp = new Net::SMTP(
$server,
Port => $port,
Debug => $debug,
Timeout => $timeout
);