From e1832eaaab0214a160c30d203580f4339b929299 Mon Sep 17 00:00:00 2001 From: Lupe Christoph Date: Sun, 6 Nov 2005 17:08:25 +0000 Subject: [PATCH] Add entries for changes r980-985. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c15c53614e..4c66d4ef54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ munin (working copy) * Plugins: "exists $ARGV[0]" does not work with perl < 5.6.0. use "defined $ARGV[0]". + * Plugins: amavis: Add missing funtion mktempfile around @@MKTEMP@@. + * Plugins: mysql_isam_space_: Add a configuration variable "absolute" to + graph size of tables rather than percent of maximum. + Analyze header line from showmysql output and derive columns from it. + * Plugins: ntp_ and ntp_states: Lowercase host names in ntp plugins if + environment variable "lowercase" is set. munin (1.2.4)