diff --git a/munin/postfix_mailstats b/munin/postfix_mailstats index 03e154ad..d4801227 100755 --- a/munin/postfix_mailstats +++ b/munin/postfix_mailstats @@ -1,4 +1,14 @@ #!/usr/bin/perl -w + +############### +# CRANS +############### +# La version de ce plugin dans debian Etch (<= 4.0r1) est bugguée. +# En attendant on utilise donc cette version +# À la mise à jour de munin, il est souhaitable de tester le fichier +# original (/usr/share/munin/plugins/postfix_mailstats). +############### 20/09/2007 - Nicolas Salles + # # Plugin to monitor the number of mails delivered and rejected by postfix. # @@ -15,6 +25,9 @@ # logfile - What file to read in logdir # # $Log: postfix_mailstats,v $ +# Revision 1.2 2007-09-20 06:47:15 salles +# Un petit warning pour laisser une trace +# # Revision 1.1 2007-09-20 06:45:03 salles # Ce plugin est buggué dans etch. # En attendant une mise à jour, on utilise cette version modifiée.