Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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 );