Build precise queries to find exactly what you need
Press ESC to close
@merlin-tc
Member Since: June 3, 2010
Favorites0
Views
Projects0
There is a bug if the server is unreachable. The plugin will print CRITICAL but the exit code is still 0 so Nagios will think the status is ok. You should use exit 2; if (!$smtp) { print "CRITICAL - amavisd-new server unreachable "; exit 2; } Besides that the plugin works great.
Reviewed 15 years ago