Ticket #889 (closed patch: fixed)

Opened 5 months ago

Last modified 5 months ago

amavis plugin graph spike when restarting

Reported by: claudius Assigned to: nobody
Priority: normal Milestone: Munin 2.0
Component: plugins Version: 1.4.3
Severity: normal Keywords: amavis plugin
Cc:

Description

When amavis is restarted it prints a lot of information to /var/log/maillog. This patch should correct this issue to count only mail an not every message amavis prints to maillog

I had to change "echo 'graph_vlabel #'" to "echo 'graph_vlabel \#'" else I got errors:

"Malformed configuration line "ambtec.de;server.ambtec.de:amavis.graph_vlabel". at /usr/local/lib/perl5/site_perl/5.10.1/Munin/Master/Utils.pm line 337."

I'm running FreeBSD 8.0-RELEASE-p2

Attachments

amavis.in.diff (0.8 kB) - added by claudius on 03/15/10 00:55:13.
amavis.in

Change History

03/15/10 00:55:13 changed by claudius

  • attachment amavis.in.diff added.

amavis.in

03/17/10 11:46:04 changed by ligne

  • status changed from new to closed.
  • resolution set to fixed.

applied to trunk as r3433. thanks for the patch!