diff --git a/nagios/etc/23_postfix.cfg b/nagios/etc/23_postfix.cfg index 395fac4..7d883e3 100644 --- a/nagios/etc/23_postfix.cfg +++ b/nagios/etc/23_postfix.cfg @@ -2,4 +2,6 @@ command[check_postfix_log]=/usr/local/share/scripts-admin/nagios/check_postfix_log.sh # Commande de check sur les mails en attente -command[check_postfix_postqueue]=/usr/local/share/scripts-admin/nagios/check_postfix_postqueue.sh -w 2 -c 5 -W 21000000 -C 30000000 +#command[check_postfix_postqueue]=/usr/local/share/scripts-admin/nagios/check_postfix_postqueue.sh -w 2 -c 5 -W 21000000 -C 30000000 +# 2021-07-12 : homogénéisation du nom avec Sendmail +command[check_mail_queue]=/usr/local/share/scripts-admin/nagios/check_postfix_postqueue.sh -w 2 -c 5 -W 21000000 -C 30000000