root/tags/1.4.3/ChangeLog

Revision 3275, 102.1 kB (checked in by janl, 3 months ago)

* Update ChangeLog? and plugins.history for 1.4.3

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 -*- text -*-
2
3 Some stats on 1.4.0 (relative to 1.3.4)
4 * Over 1500 changesets since we started preparing for 1.4.0-alpha this
5   spring.
6 * More than 100 new plugins since the 1.2 series
7 * Commits from 23 different people, and contributions from far more!
8   Open source is great!
9 * Way too much time since the last major stable release. 1.2.0 was
10   uploaded to sourceforge in february 2005.
11
12
13 munin 1.4.3, r3232:3274, 2009-12-30
14
15 * linux/diskstats: New multigraph plugin to replace diskstat_ - more
16   tidy and more efficient.  Thanks to Michael Renner for the
17   deveopment of this and porting to multigraph
18 * linux/cpuspeed: Specify "average" for the speed, switch to printf to
19   get numbers printed in full, E notation looses significant digits
20   and there are whispers of a bug in the E notation handling in
21   munin-update
22 * Make munin-update --nofork not die when nodes are unavailable.  Closes #800.
23 * hddtemp_smartctl: Multiple enhancements:
24   - document how to set type_ for sata drives
25   - document need to run as a user with device access
26   - Support some debugging
27   - detect if smartctl fails
28   - detect if no recognized temperature output is present
29 * lpstat: Warn if the predefined $lpstat executable is not executable,
30   Make lpstat path configurable and search for it in likely places if
31   it's not set. Patch from Lupe - thanks! Closes #826.
32 * dhcpd3: Only emit .max if the .max is valid.  Document a bug from
33   the trac - adresses but doe not close #829.  Patches for a complete
34   fix welcome.
35 * More specific test for watermark feature (1.2.13 required)
36 * Make 0755 default permissions for $DBDIR and make consistent in
37   Makefile and munin-check
38 * Fix issue where far too many mails would be sent by munin-limits
39   (fixes #795)
40 * munin_stats: Fix a typo in the "no"-message that made
41   munin-node-configure reject it.
42 * linux/yum: Enhance statefile error message.  Update to use M::C::Defaults
43 * linux/vserver_*: Add autoconfiguration (patch from #811 submitted by
44   proppy, closes ticket).
45 * munin-update: Make true check into defined check to avoid dereferencing undefs
46 * Munin::Plugin:
47   - Better documentation of new default state file name.
48   - In need_multigraph, if run from a tty with "config" or no arguments
49     advice to use munin-run and exit.
50 * mailman: User contributed patch to make plugin work better the first
51   time. Also replaced "exit $n" with "die" with good error messages.
52   Untested but perl says syntax ok.
53 * hddtemp_smartctl: Added chomp, as it won't work with a newline at
54   the end. Thanks to Ingvar Hagelund for pointing this out
55
56 * munin-update: Suppress warning "Error reading includedir directory"
57   in case the includedir is empty (which is the case in new
58   installations. This caused cron to send these messages all the time
59 * Munin::Master::GraphOld: warn_min/warn_max typo fix
60
61
62 munin 1.4.2, r3167:3231, 2009-12-16
63
64 * Munin::Plugin::Pgslq: Clean the fieldnames before returning them, so
65   we don't generate invalid data with for example a dash in the
66   database name.
67 * jmx_: Add authentication support, fix exceptions in various memory
68   related parts, refactor connection negotiation to one central
69   connection class, add default connection info for jmx_, so we
70   actually are a bit autoconfy
71 * munin_update: Update to work correctly with 1.4, document and enhance a bit
72 * munin_stats: Provide better graph_info and set some warning and
73   critical levels at 4 minutes and 4m45s
74 * Improove colors contrast in jmx plugins which have Max area, to make
75   them more readable + fix some indentation
76 * ntp_offset: make info into graph_info
77 * Munin-(node|run): Make group name resolution lazy, enhance error
78   messages and reinstate the group foo,(bar) syntax
79 * munin-(node|run): Set umask to 0002 so that state files are group writable
80
81   INSTALLERS: chmod g+w on the files in your state directory
82   (/var/opt/munin/plugin-state in a default install)
83
84 * multips_memory: New plugin graphing the sum of the memory usage of
85   different processes matched by regular expression.
86 * Perl modules should not have x bit set: Remove on *Old.pm
87 * munin-update: Make I/O timeout fatal to terminate
88   munin-update<->munin-node communication otherwise the two parties
89   falls out of phase (or we need to introduce a RESET command or close
90   and reopen node connection, but I don't want to do that, esp. not
91   now). Handle the fallout of making it fatal.
92 * linux/load and linux/cpu: Correct warning/critical documentation
93 * postgres_querylength_: Fix query that can never have worked...
94 * Switch fonts to DejaVuSans og DejaVuSansMono.  Vera is now obsoleted
95   by DejaVu in most contexts.
96
97   INSTALLERS: On platforms with RRD 1.3 the fonts need not be removed
98   and no paths need to be installed as long as the DejaVuSans font
99   family is installed.
100
101 * Reorder somewhat to get lines on top of areas
102 * Patch from blueyed to make munin-*cgi-graph work
103 * snmp__if_multi: Only set .max if the interface speed has been obtained
104 * mysql_: always exit 0 on autoconf
105 * dhcpd3: re-fix deprecated non-0 exit on autoconf
106 * add freeradius plugins from Alan DeKok and adapt better for munin-trunk
107 * linux/df_inode: Small pod correction and add debugfs to df_inode exclude list
108 * linux/df: Added debugfs to df.in exclude list
109 * Apache plugins: Exit with proper error of LWP::UserAgent not
110   found. This can happen if someone configured the plugin manually, or
111   if the plugin is installed when LWP::Useragent is installed and
112   passes autoconf, but sometime later LWP::Useragent is
113   removed. Without this patch the error message is confusing: Cant
114   locate object method "new" via package "LWP::UserAgent" This also
115   keeps autoconf output sane even if LWP::Useragent is not available
116 * linux/ip_: Actually support ipv6.  Munin does actually handle : in
117   plugin names right
118 * make rpm does not work and won't work.  Remove makefile target and
119   spec file.  Might be added back later.
120 * There are no new autoconfiguring plugins in this release.
121
122 munin (1.4.1, r3116:3166, 2009-12-04)
123
124 * munin-node: Introduce a select loop to read from plugin
125   output/errors and avoid locking up
126 * munin-node: Plugins that time out must not be added to service list
127 * Looked into making sunos/memory use kstat but that's a hack of more
128   than 30 minutes, so document dependence on top instead
129 * hddtemp_smartctl: make it quiet on systems that lack smartctl
130 * sunos/iostat plugin now works
131 * linux/load: Correct documentation on how to set warning levels
132 * sunos/load: Set more graph_ things, including graph_scale no to
133   avoid "milliload"
134 * Update exim_mailqueue plugin to use exiqgrep instead of exim, closing #780
135 * sunos/df*: Add handling of /cdrom and /media mount points (ignore them)
136 * M::M::Utils: Remove the "*BUG*", it is wrong and worrisome
137 * linux/df*: Reinstate the warning and critical levels. Document how
138   to set them.
139 * munin-graph: Correct ordering problem in command-line.
140   AREA|LINE/STACK sequences must not be interrupted by HRULEs and
141   such (broke graphing of old cpu plugins)
142 * munin-graph: warning lines without range endpoint gets better detection.
143 * linux/df: Reinstate the default filesystem filling limits.  Document how to
144     set them.
145 * linux/if:
146 * Munin::Plugin: Support default values for warning and critical levels.
147 * munin-*cgi-graph: Untaint the whole hostname, not only the first
148   occurance of something unholy
149 * Munin-*cgi-graph: Let "." be legal in hostnames.
150 * munin-graph: Recognize "max_graph_jobs" in the configuration instead
151   of logging errors
152 * Also add munin_cgi_graph_jobs to the legal keywords
153 * make tar now produces munin-$VERSION instead of using underline between
154 * linux/if_: This change prevents the linux if_ plugin, when run as
155   non-root, from leaking stderr output from ethtool to the log.
156 * postfix_mailstats: MUNIN_PLUGSTATE is an environment
157   variable. Thanks to pkhamre for reporting this.
158 * linux/fw_forwarded_local: check for readability with test rather than cat.
159 * Fixes to Announce-1.4.0
160
161
162 munin (1.4.0, r3033:3115, 2009-11-27)
163
164 * Give the docs a once-over and update ChangeLog
165 * Update plugins.history
166 * Mention Aleksey Studnev in jmx_ doc
167 * Merge patch from debian bug http://bugs.debian.org/507069 where
168   netstat plugin counts \"active connections rejected because of time
169   stamp\" as active connections, because of a lax regex
170 * amavis plugin: Minor pod fix
171 * Add snmp__print_(pages|supplies) printer plugins
172 * jmx_: nitpicks
173 * Fix #739: Perl error message only appears when there are no plugins
174   on any nodes, so check that and LOGCROAK in a helpful way
175 * munin-update: Change LOGCROAK to WARN for munin includedir missing
176   or empty
177 * Munin-node-configure --snmp: modify host enumeration code so
178   hostnames that are passed in aren't indiscriminately converted to
179   IPs.  only works with plain hostnames, not CIDR.
180 * Remove Log::Log4perl TRACE level use since that requires a too new
181   Log::Log4perl
182 * Munin::Plugin::SNMP: Added support for env.timeout for SNMP sessions
183 * Add and extend the UPGRADING doc
184 * Remove reliance on the very newest Getopt::Long version, update docs
185   accordingly.
186 * linux/files_: fix slightly odd usage of awk.  the warning and
187   critical thresholds are static, so they can just be echoed along
188   with the rest of the config.
189 * Postgres plugins: Correct pod from Munin::Plugins::Pgsql =>
190   Munin::Plugin::Pgsql (singular plugin, instead of plural)
191 * Munin::Plugin::Pgsql: Correct Pgsql.pm plugin configuration
192   documentation section
193 * Correct the generic crontab install command
194 * Typo fixes in docs
195
196 * Munin-node: Provide a different statefile for each master.  Helps
197   prevent plugins that rely on their state-file from reporting
198   incorrect data when used on a plugin that is polled by multiple
199   masters.  It uses the master's IP address, so it won't work if they
200   are both behind the same NAT gateway, for example.
201
202   set_state_name() in Munin::Plugin is also modified to behave in a
203   similar manner.
204
205   Additionally exports $MUNIN_STATEFILE into each plugin' environment,
206   so that all plugins can partake thereof.  Should be useful to
207   plugins written in languages other than Perl.
208
209 * Update 1.4 documentation
210 * Munin::Plugin: fix $Munin::Plugin::DEBUG. it wasn't being set
211   (lexical variable $DEBUG was being set in its place). change from
212   "use vars" to "our" for all the externally-accessible variables, to
213   make it clearer what is going on.  + fix indentation
214 * munin-limits: Check if $children is undef before using it as a array
215   reference.  Fixes #762
216 * snmp__if_multi: Call "need_multigraph" function to avoid working
217   under the wrong circumstances
218 * dhcpd3 plugin: Critical and warning limits added. Some cleanup and
219   minor fixes.
220 * Munin::Plugin: straight port of the multigraph assertion sub from Plugin.sh.
221 * netbsd/sensors_: according to
222   <http://munin.projects.linpro.no/wiki/protocol-config>, graph_vtitle
223   has been superseded by graph_vlabel.
224 * a few more tests for Munin::Common::Config.
225 * linux/fw_(packets|conntrack): check for readability not existence
226   bail properly if /proc/net/snmp cannot be opened.
227 * Fix #758: Enhance and fix error propagation, fix exception handling,
228   fix sub-process waiting/reaping, and finaly print old config data
229   for failed nodes in a working way (probably worked before, but I
230   broke it when I retooled how old_service_configs is read)
231 * Munin::Master::ProcessManager: Correct the join command, which
232   resulted in not printing the firewalled host - now it does :)
233 * Returning iostst* to family auto, and moving diskstat_ to manual,
234   until we have multigraph support added to diskstat leaving diskstat
235   in auto without multigraph creates 3 graphs per disk, and on multi
236   disk machines this makes the main html quite heavy
237 * Uncomment includedir /etc/munin/munin-conf.d in munin.conf.in, and
238   make sure Makefile creates the directory at install time
239 * add some tests for Munin::Common::Config.
240 * Munin::Common::Config: populate the valid keyword hash directly,
241   rather than through an intermediate array.
242 * linux/diskstat_: Remove fake_munin_plugin, as we know we include
243   Munin::Plugin , no need to fake it :)
244 * munin-node.conf: only specify setsid once in the config file
245 * squid_traffic: hit_kbytes_out needs to be converted to bits, as with
246   the other data series.  fixes Munin ticket #761 and Debian bug
247   557385 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557385>.
248   thanks to Samuel Leon <leon36@gmail.com> for the patch.
249 * Prepare announcement of 1.4.0
250
251
252 munin (1.4.0-beta, r2982:3032, 2009-11-21)
253
254 * ejabberd_: Fix some documentation and other problems, move to
255   generic plugin directory (not Linux specific software)
256 * No .t files in the TAGS file!
257 * munin-update: Make rrd files even if the DS label evaluates to false
258   in perl (e.g., foo.label 0)
259 * bind9: Parse query logs with view information.  Closes #661
260 * linux/ip_: Avoid matching x.x.x.2 with x.x.x.24.  Fix is "obviously"
261   correct and has only been syntax checked
262 * linux/ip_: Document that we won't support rule matching on the "any"
263   firewall framework
264 * linux/cps_ (LVS) plugin fixed by incurporating patch in #636.  Not
265   tested beyond a syntax/autoconf test
266 * bind9_rndc: Parse BIND 9.6 stats output.
267 * exim_mailqueue: Add documentation about user required to run plugin and
268   modidy AWK script as the default action is to print the whole line, which
269   was done...
270 * Various fixees to various plugins
271 * sunos/iostat: New plugin showhing I/O thruput on Solaris
272 * exim_mailstats: count the number of received, rejected and completed
273   emails using regexes rather than substr().  fix for ticket #698.
274   also suppress stderr when fetching the log_file_path, remove some
275   unnecessary code, improve error when the logfile is unreadable, and
276   tidy up here and there.
277 * dev_scripts/install: add install-plugins-prime to the targets run
278   during a standard install.  makes working on plugins rather easier,
279   since a full, slow, salted-earth reinstall isn't required.
280 * postfix_mailstats: remove processing of rotated logfiles, as decided
281   in ticket #631.  also includes a bit of tidying, and descriptive
282   error messages when bailing rather than relying exclusively on exit
283   status.  i don't have a postfix server to hand, so this is not
284   exactly well tested...
285 * Plugin execution: remove undefined elements from the plugin command
286   passed to exec.  this fixes the underlying problem the yum plugin
287   was encountering earlier.
288 * linux/yum: change yum plugin so it ignores defined-but-empty
289   arguments.  makes fetch work again.
290 * munin-graph: Re-introduce line continuation in the rrdtool graph
291   command debug output
292 * Make munin_graph immune to redundance in graph_order field
293 * M::M::Config: Enhance a error message to include input line number
294 * linux/fw_conntrack: Let there be a total.value even if the input is empty
295 * linux/diskstat_: Document problem with multiple masters
296 * overview template: Remove COMPARE links as we will not be able to make them
297   correct in any reasonable timeframe.  The datastructure we have now does
298   not support that O:-)
299 * munin.conf.pod: Removed the list of example required parameters
300   configurations from munin.conf man page, as they are not required
301   anymore, instead moved them to the explanation section for each
302   parameter, showing the default
303 * linux/iostat: Changed to manual, as they are replaced by the new
304   diskstat_ plugin by Michael Renner
305 * linux/threads: make a little less racy (and a tiny bit more
306   efficient to boot).  it's still not perfect, because even now
307   there's a gap between the shell expanding the glob and grep getting
308   round to reading the files, but at least it complains less.
309 * log anything that plugins print to stderr.  also sends a brief
310   message back to the server explaining what went wrong.  fix for
311   ticket #582.
312 * munin-graph: Stop trying to copy cdef when aliasing fields in
313   graph_order -- 1.2 doesn't do that.
314 * Changing munin.conf.pod, munin-cron.pod to munin.conf.pod.in
315   munin-cron.pod.in. Adjusting Makefile accordingly. Closes #753
316 * munin-node: Do "next" on weird filenames not "return" so that we
317   read all plugin config files
318 * favicon for all templates. Refactored the finding of the root path
319   and css name in the process. Added tests for get_root_path
320 * modify how nested timeouts are handled, as discussed with janl.
321   this fixes the bug whereby a connection to munin-node would be
322   unexpectedly terminated if a plugin took more than 10 seconds to
323   run, regardless of whether this was allowed by the plugin
324   configuration.
325 * Catch problems if someone forgot a "address <IP>" or "update no" -
326   and make it plain in the error message.
327 * Use_node_name should default to "no". Closes #757
328 * Clearify munin_set_var_loc error message so we know what value is
329   set illegaly
330 * munin-node: Improve error reporting during startup by sort of
331   merging it with _run_service().  move the eval to the very top of
332   the event loop so as to avoid interfering with the session timeout.
333 * linux/fw_conntrack: Now works in 2.6, closes #532, thanks :-)
334 * Added ejabberd contrib plugin, moved from debian patches
335
336 munin (1.4.0-alpha2, r2899:2981, 2009-11-13)
337
338 * set obsoleted tomcat_* plugins to family=manual
339 * smart_ - fix autoconf yes and suggest empty
340 * openvpn and misc ntp_* plugins: fix some nonzero autoconfs
341 * mysql_: fix autoconf for missing Cache::Cache
342 * zimbra_: fix autoconf when missing perl modules
343 * Fix brokem munin-cgi-graph, which was : missing : --list-images param
344   for munin-graph, a missing chomp($file), and a wrong path to the
345   generated png. Also fix HTMLOld passing an array ref instead of an array
346 * a bit more debug output for the node server -- note which node each
347   plugin is associated with, and whether it requires multigraph.
348 * report when plugins are being ignored due to errors when they were
349   being configured.  not very detailed, but better than nothing.  also
350   delete them from the list of plugins, so they're not included in the list.
351 * Munin-node:  fix logic in _suggested_links():
352   + never return any suggested links when the plugin shouldn't be installed.
353   + correctly handle SNMP plugins whose only wildcard parameter is the host.
354     (thanks to janl for spotting this was broken.)
355 * Add proof of concept snort plugins
356 * snmp__if_multi: Update to acutuall implementation of multigraph and some
357   further testing and corrections
358 * INSTALL: Update w.r.t. support for SNMP v3
359 * munin.conf: Correct "includedir" example
360 * postfix_mailqueue: Fix autoconf for the negative case, pretty sure it
361   still works for the positive case O:-)
362 * Fix various autoconf problems with slapd and ifx plugins
363 * mysql_* plugins: Now obsoleted by new mysql_ plugin.  Set family=manual
364 * Asterisk_* plugins: None of these support autoconf so remove magicmarker
365 * HTML: Border on graphs in critical and warning state for nodeview.
366   Comparison views (hopefully) to follow
367 * M::M::Utils: End the pod section with =cut, so that the last line,
368   # vim: syntax=perl ts=8 wont slip into the man page
369 * M::M::ProcessManager: documentation typo fix
370 * bind9_rndc: reinstate @@PERL@@ substitution marker, which broke in r2958
371 * Get the BIND logfile's size before rndc is run, rather than taking a
372   guess at where it might have been.  Fix for #746, thanks to guillomovitch
373   for the patch.
374 * Clean up a typo, add use strict, use warnings to all 3 apache_* plugins,
375   add an info explanation for apache_accesses
376 * HTML: munin-serviceview: add column header on 6th column in legend table
377 * M::M::HTMLOld: removes underscore from top navigation element describing
378   the plugin name for the service page emission. you know for the visual
379   touch
380 * HTML: added variable to set the text for the dropdown for each of the
381   template emitting functions.
382 * Refactoring templates into partials (with include) to avod a lot of
383   duplication. There is some left. Better look on the legend table for
384   service-biew and dropdown with 'other' links with config
385   value. Default is 1 at the moment. Makefile adds install steps for
386   new partial folder
387 * M::M::UpdateWorker: Typo--;
388 * linux/df_inode: vfat doesn't have any inodes either.
389 * More documentation of plugins
390 * Graphs: Fix cur: values for .stack and .sum.
391 * Graphs: ADDNAN in expand_specials cdefs
392 * Remove .label requirement on .stack fields.
393 * Changed munin_stats to check for
394   $Munin::Common::Defaults::MUNIN_LIBDIR/munin-update existance +
395   executable in order to autoconf it as previously it checked for the
396   existance of the munin master logs, which did not exist in a clean
397   installation. Also added a check + extinfo message in case any of the
398   log files are not readable
399 * Fix copying of subhashes (#%#parent was broken in old version).  Fixed
400   various issues in a couple of programs.
401 * M::M::ProcessManager: clarify what the numbers at the end of the log
402   message mean.
403 * M::P::SNMP: for some reason, Net::SNMP doesn't consider 'No Such
404   Object' to be a real error.  Handle better in get_single.
405 * linux/ip_: Use env.hostname to replace ip-number in graph_title.
406 * pm3users_ : we can do colour now
407 * ipmi_sensor_ - fix autoconf for missing ipmitool
408 * M::M::Config: Handle continued lines (ending in \)
409 * M::M::GraphOld: Comment out utime call that interferes with rrd's
410   --lazy option
411 * M::M::Node: A missing .label isn't as fatal as all that.  Insert a
412   value and supply .extinfo to explain more
413 * Make the linux/diskstat_ plugin work better w/o root access,
414   document a bit better
415 * Remove obsolete nagios specific munin-limits commands from crontabs all over.
416 * M::M::Update: Load datafile relative to the configured dbdir, not
417   the default dbdir
418 * squeezebox_: Various enhancements
419 * M::M::Node: More specific location of the missing label from the config output
420 * M::M::LimitsOld: Forgot to actually make this into a exporter
421   module.  Thanks to Kevin Fenzi for pointing this out
422 * mysql_ plugin: Update vlabels for concistency
423 * Give the BIND plugins a graph_category as pointed out in email by Rado Rovny
424 * Update mysql_ plugin from upstream
425 * Get rid of munindoc.in from the installation (closes #742)
426 * INSTALL: More modules, and a section on using CPAN-shell
427 * Implement dropdown boxes for peers when there are more than
428   "dropdownlimit" number of peers. Implemented for all views except
429   overview, which is a special kind of, ehm, view. Also removes
430   underscores from names for graph peers to clean them up a bit
431
432
433 munin (1.4.0-alpha, r1560:2898, 2009-11-06)
434
435 * squeezebox_: Changes to support several players
436 * smart_: Exit 0 on autoconf as the doctor ordered
437 * Make munin-graph recognize --help
438 * Quite a bit of work on error messages and log messages
439 * munin_stats plugin: Accept logdir setting from plugin-conf.d
440 * processes and linux/proc_pri plugins: Add vlabel
441 * Handle domain_order as group_order.
442 * Sort peers properly (fixes #577)
443 * Fix handling of group_order and node_order (partial fix for #579)
444 * Munin-update: soften up the protocol error handling a bit
445 * Make munin-html tolerate --nofork - even if it has no effect. Document.
446 * mysql_ plugin: Fix "suggest" bug
447 * Add multigraph_tester plugin to test (and show off) multigraph features
448 * Add extinfo_tester plugin for developer aid
449 * Make use_node_name work again (fixes #739)
450 * One single instance of "includedir" in munin.conf is now obeyed to
451   implement a "drop directory" for munin-master configuration.
452   Example in munin.conf
453 * Add python-plugin OO framework as python-plugin
454 * Make M::M::Logger a bit more subtle about warnings when the logs are not
455   open (so that they appear somewhere instead of nowhere)
456 * Update plugin configuration for varnish_
457 * Make notifications work again
458 * munin.conf: Set HTML and CGI dir consistently
459 * Added new mysql_ by Kjell-Magne Øierud plugin, document origin, and
460   sentence the others to exile (family=contrib)
461 * Fix "make/make install" problems, document the other
462 * Change <img> framing a bit to allow coloured frames (once the templates are updated)
463 * Add multigraph support to all programs in the munin-suite
464 * mysql_innodb plugin: The "new way" of detecting InnoDB free space was changed
465   in 5.1.24, add a case to compare correctly.
466 * linux/bonding_err_: it's a counter not a gauge
467 * Perltidy quite a bit
468 * Retire fieldname.warn and fieldname.crit.  The documentation has been
469   saying .warning and .critical for a number of years.  Mass fix plugins
470   accordingly.
471 * Service view: Add hopefuly helpful explanatory text about
472   warn/crit/unknown states in the graph-info field.
473 * Get the HTML templates and CSS validating.
474 * Updated templates and CSS with stylish new elements, fonts and such.
475   Thanks to Knut Haugen.
476 * Switch to Log4perl on the master side.  Node still has to use
477   old logging to avoid node-installation-dependency-hell.
478 * Ever more corrections to INSTALL
479 * Basic modularisation of munin-limits
480 * Move favicon.ico to templates, some of us need the HTMLDIR to be fully
481   re-generatable from the templates directory (in order to be FHS complaint)
482 * Commented some templates to make them easier to read and understand
483 * munin.conf: include cgiurl_graph example
484 * memcached_: New wildcard plugin
485 * Refactoring of munin-update, munin-node and munin-node-configure
486   by Kjell-Mangne Øierud and Matthew Boyle.  Actuall tests for testing
487   the programs were added too!
488 * templates:
489 * html templates: The timestamp can't really be ISO8601 with the support
490   of portable strftime % formats so remove the T, and cover the
491   eventuallity that strftime does not support %z
492 * Make templates @@ free - less processing - change Makefile and
493   M::M::HTMLOld accordingly
494 * Put INFO and DEBUG statements into the locking code to make it debugable
495 * Fix bashisms in nutups_.in : function is useless
496 * Introduced some actuall debugging output to munin-html
497 * Cleaned up logging in munin-html and M::M::Utils
498 * munin-master: make getopt::long dependency explicit at build-time
499 * linux/df*: Ubuntu Karmic uses "none" as device a lot, so handle that
500 * HACKING.pod: Revert "Note to do 'make build' before trying the install
501   script."
502 * testplugin: Testplugin for various failure modes - developer support
503 * Node.pm: Sanitise plugin names
504 * Node.pm: Fix the fieldname sanitiser a bit
505 * Node.pm: Better error message for empty plugin list (links to wiki)
506 * If ntp_offset can read no values from ntpq, replace values with 'U'
507   to avoid master confusion.
508 * New plugin for Squeezebox Duo: squeezebox_
509 * Add plugin for connected PostgreSQL users.
510 * Cosmetic changes in munin-cron script to make it more failure obvious
511   and and clearify the ordering
512 * Minimal modularization of munin-html, munin-graph and munin-limits - now
513   half suited to include in munin-fastcgi-graph if we want to
514 * Turns out that the // (and //=) operator is new to perl so remove all use
515 * Add plugin for PostgreSQL tuple access count
516 * Add plugin for Slony (PostgreSQL replication) node lag time
517 * Add plugins for PostgreSQL scans (squential vs index)
518 * Support connecting to non-default database in pg plugins
519 * Support multiple parameters to pg plugins, using colon to separate
520   them.
521 * Document max_graph_jobs and max_cgi_graph_jobs (see also the wiki).
522 * Made munin-graph paralell (defaulting to 6 forked processes).
523   Adapted from 1.2 patch by Kjetil Homme.  Many many thanks!
524 * check whether javac works before using it, skip java plugins if not
525 * pgsql: Properly apply filters to config query as well for wildcard plugins,
526   so we don't generate lots of nan fields in the graphs.
527 * munin-html: Do not try to calculate png size, use geometry of the file
528   in the filesystem instead.  This will cause a propagation delay -
529   image sizes _may_ be wrong, until munin-html runs again.
530 * munin-graph: set m/a time of png to last modification time of the
531   corresponding rrd file (since reverted)
532 * Adapt patch in #3 to current munin-cgi-graph for non-fastcgi. Closes #3.
533   Thanks to blueyed
534 * Adapt patch in #3 to current munin-cgi-graph to obtain munin-fastcgi-graph
535 * Install munin-fastcgi-graph
536 * munin-update and family: Do not accpet hostnames outside [^-A-Za-z0-9].
537   Issue helpful error message if someone bumps into this.
538 * Munin-node-configure: always do "exit 0" even when saying "no" because
539   it _is_ a normal exit and we do read the stdout.
540   Mass fix of plugins in trunk.
541 * linux/cpuspeed: Documentation fixes and slight error-message enhancements
542 * Changed the Max memory for the jmx_ plugins to default to a light color
543   (just like apache_processes free slots graph) as currently Max got a dark
544   blue color, making it hard to read graphs
545 * Compile the java files with -target 1.5 and -source 1.5 so they will work
546   correctly on sun-java-1.5 and on (without this, when compiled using
547   openjdk/sun-1.6-jdk, they refuse to run on 1.5 jre
548 * New vserver plugins adapted from Debian
549 * New asterisk plugins adapted from Debian
550 * ipmi_sensor_: Applied patch from http://bugs.debian.org/490093 so that
551   the graph scale always starts from zero
552 * Add ipmi_sensor_ wildcard plugin from Debian branch, and POD it
553 * Massive PODing of plugins for use with munindoc by Stig Sandbeck Mathisen
554   Many thanks!
555 * New plugin: openvpn.in from debian, and POD it gently
556 * Added the ability to customize the install location for the jmx java
557   library. As most distributions wont want it in the default munin libdir
558 * munin-node-configure needs pass the list of plugin names through to
559   apply_wildcards() too.  part of #718.  thanks to knan for the report.
560 * Munin-node: Clean up man-pages, and try and standardise common information
561   across all three applications.
562 * Report errors against plugins with inconsistent/unexpected magic markers.
563 * Java plugins written by FIX.  Adapted for inclusion in munin by Erik
564   Bolsø, Tom Feiner and Ilya Kikoin.  THANKS!
565 * Applied patch by Katriel Traum for snmp__memory that converts the plugin
566   to use Munin::Plugin::SNMP, and does some clean-ups
567 * New plugin: nomadix_users_.  Monitors a kind of enterprise wifi
568   infrastructure.
569 * snmp__if_multi: Updated with some known bugs/enhancement needs as well
570   as better author/copyright info
571 * linux/ip_: Better support for IPv6.  Patch by Rune Skillingstad, thanks!
572   Closes #563.
573 * linux/if_* plugins: Even more virtual lan support. Patch by Rune
574   Skillingstad.  Thanks.  Closes #562.
575 * amavis: Fix use of $MUNIN_MKTEMP as pr. #502.  Should probably provide
576   a working function in plugin.sh or a better MUNIN_MKTEMP
577 * apache_* plugins: Better error messages for diffetent kinds of LWP
578   errors (for example missing Crypt::SSLeay).  Patch by Tom Feiner,
579   thanks!  Closes Debian #542477 and Munin #710
580 * ntp_ plugin: Provide error-message in english if plugin invoked
581   without recognized hostname in symlink
582 * hddtemp_smartctl: Use --nocheck=standby if supported by smartctl.
583   Thanks for patch from marxarelli.  Closes #715
584 * note bug in amavis plugin in doc
585 * linux/port_: Fix to allow more than 9999 connections.  Patch from
586   Olav Kolbu, thanks!  Closes #583
587 * sendmail_mqilqueue: Correct queue count on sendmail with
588   HOST_STATUS/hoststat enabled.  Thanks to andy for this.  Closes #630
589 * exim_mailqueue plugin now supports showing frozen messages and uses
590   prettier colours.  Thanks to micha for the patch that was adapted!
591   Closes #107.
592 * munin-node-configure: Some re-wording of the manual page, and remove
593   some obsolete dependencies on the --shell option.
594 * Port munin_stats plugin to use the logtail functionality from
595   Munin::Plugin.  Fixes #527.  Thanks to janl for indirectly reminding me
596   that I'd never got round to committing this :-)
597 * postfix_mailqueue: use postconf to find default spool path.  Update
598   documentation and correct author (to "unknown").
599 * Munin-node-configure: document M::N::SNMPConfig properly.
600 * zimbra_: fix lucene_cachehit race condition with zmstat writer
601 * Add new fail2ban plugin
602 * munin-check: Updated copyright to Matthias Schmitz
603 * Linux: ip_conntrack_max at new location in newer kernels.
604 * Add zimbra_ (groupware) plugin
605 * Added linux/diskstat_ plugin, from Michael Renner
606   http://blogs.amd.co.at/robe/2008/12/graphing-linux-disk-io-statistics-with-munin.html
607 * Added logging for denied connection in munin-node. Closes #714
608 * linux/sensros_: Fix error when no sensors execuatble is installed.
609   Merge from http://bugs.debian.org/491473
610 * Merge fix for apc_nis.in from http://bugs.debian.org/511781 - The
611   config output by the apc_nis plugin includes: line_volt.max 200 Where
612   the normal mains voltage is higher (most of the world), this has the
613   effect of excluding the quantity from the generated graphs. The value
614   should be increased to at least 300.
615 * tomcat_: all new plugin from laxis@magex.hu, deprecate tomcat_*
616 * linux/iostat: Added stdout/stderr redirection, merge from debian bug
617   http://bugs.debian.org/512407
618 * allow for : in plugin names to support IPv6, Merge from debian bug
619   http://bugs.debian.org/499391
620 * Fixed typo in Munin::Plugin documentation, merged from debian bug:
621   http://bugs.debian.org/495003
622 * linux/if_*: Added support for msh interfaces
623 * linux: Changed df.in and df_inode.in to have nagios compatible graph
624   title, nagios doesnt like special chars in graph titles. (The same
625   patch from debian bug http://bugs.debian.org/472239)
626 * add minimal ruby infrastructure
627 * Added NetApp plugins from Guillaume Blairon
628 * Add mysql_innodb plugin
629 * Fix (now old) tomcat plugins
630 * freebsd/df*, include nullfs in filesystem list.  Patch from Cezary Morga.
631 * linux/if_*: Fix vlan support
632 * Make boolean parsing a bit more robust (case insensitive)
633 * Fix cap protocol on server and node
634 * - is also allowed in host names
635 * Remove datafield length limit of 19 characters (the understanding of
636   this limit was based on obsolete documentation)
637 * Document Munin::Master::Logger better
638 * Make Munin::Master::Utils capable of logging
639 * Make the pg plugins work properly when DBD::Pg is not present
640   (by saying they can't work).
641 * Add slapd_* (OpenLDAP) plugins by Bjørn Ruberg
642 * Add PGSQL plugin framework by Magnus Hagander, and some plugins
643 * linux/iostat_ios: check if $ARGV[0] is defined to avoid "use of
644   uninitialized value" warnings. Thanks for the report to nicklock!
645   (Ticket #640)
646 * postfix_mailstats: Don't fall back to a logfile we have already
647   determined not to exist. Thanks to Ulrik Haugen (Deb:#532876)!
648 * freebsd/netstat: Match reset$ instead of reset.  Closes #708 with
649   regards to trunk.
650 * Add "make tags" target to make navigation easier.
651 * linux/port_: Fix #500 better as suggested by Kolbu.  Thanks!
652 * linux/if_*: Recognize venet|veth interfaces in suggest code. Thanks to
653   "blueyed" for patch! Closes #591
654 * Patch to allow master side overrides to work much better.  Thanks for
655   patch from "mg"!  Closes #588
656 * plugins/hddtemp_smartctl: Apply autoconf patch from "qha" that only
657   autoconfigures the plugin if the first drive is autodetectable - or
658   configured.  Thanks!
659 * linux/cpuspeed: reversed Hz and % in one case,  exclude "cpuidle",
660   only graph cpu[0-9]*
661 * Documentation: mod_expiry => mod_expires
662 * linux/cpu: As per a mailing list thread, change Linux cpu plugin to
663   not set max for any fields because recent kernels are inaccurate to
664   the point where a single field can edge just slightly over the
665   calculated max if it is using all of the processor time (for example,
666   the idle state can trigger this).  Without removing the max, the
667   affected fields have gaps, creating confusing graphs.
668 * Fix some brainos in apc_envunit_ plugin, make it more like autoconf'igurable
669 * Fix sunos/df* plugins quite a bit
670 * plugin.sh: Document print_warning better
671 * Add a generic crontab for the munin user
672 * Fixed longstanding bug in munin-node-configure which reversed list of
673   installed and new wildcard names for wildcard plugins - this has made
674   auto-reconfiguration of whildcard plugins impossible, and downright
675   dangerous if you used the --remove-also option
676 * Fix sunos if_ and if_err_ to suggest correct interface names
677 * Rename sunos if_errcoll_ to if_err_ to get in line with the other
678   architectures
679 * The "setseid" keyword in munin-node.conf should be spelled "setsid" in
680   order to be understood by Net::Server.  Since log_file is also set,
681   setsid is redundant, but it is now correctly redundant instead of
682   just ignored as garbage :)
683 * Update allow/deny examples in munin-node.conf.in. Net::Server can use
684   CIDR if Net::CIDR is installed.  Keep "allow" as default, so as not to
685   need additional dependencies on the default install.
686 * linux/df: make tmpfs'es indexed by mountpoint rather than device.
687 * Do "list $node" rather than "list $fetchdomain" when collecting node data.
688   (closes #699).
689 * Make ./getversion work on Solaris 10 and other systems with old-style
690   /bin/sh (closes #700)
691 * Remove special_(sum|stack) from allowed keywords list
692 * Make graph_args --title "Foo bar" work as expected (closes #683)
693 * Remove depreciated options special_stack and special_sum (replaced by
694   stack and sum ages ago)
695 * Make "make install" behave slightly better and document problem with NFS
696 * Add varnish_ plugin.  Canonical version is to be found in varnish_ repo
697   at all times.
698 * Detect rejects from postfix/cleanup, and not just rejects from postfix/smtpd
699   Thanks to Cedric Knight for patch.
700 * sendmail_*: Suppress error output from which(1) when the mailstats binary
701   is missing.
702 * Add missing documentation and config file option (see #567).
703 * munindoc has been left out after r2126, which is wrong.
704 * Fix bashisms in several plugins thanks to Raphael Geissert for the bug
705   and the patch. (Closes Debian bug #530147)
706 * Various if_ plugins: fix typo found by Peter Schwindt, Debian #523765
707 * synced redhat specfile to upstream so make rpm works again
708 * Updated redhat's Makefile.config to be in sync with dist
709 * ISO8859-1 specific (C) symbol removed
710 * Corrected typo that left out man page for munin-update.
711 * Fixed regression where MUNIN_* variables would not be exported
712 * smart_: Fix brainfart wrt PLUGSTATE vs. STATEDIR and nico's email address
713 * New version of smart_ plugin
714 * Moved perl build functionality to Module::Build.
715 * Sanitise fieldnames
716 * Added the no-fixes test. Fixed failing test
717 * Fixed Perl::Critic issues
718 * More robust and consistent use of boolean configuration options
719 * Removed deprecated configuration option: use_default_name
720 * Removed unused cli option from docs
721 * Unshift DEFs instead of pushing to fix a CDEF argument-ordering issue
722 * Fix scope-issue+typo with $STATS
723 * Use /opt as default target and move Makefile.config-dist to Makefile.config
724 * Make [plugin] user-name evaluation lazy so that configuration for
725   unused plugins will not cause error messages.
726 * Added capability negotiation to munin-update
727 * Added tls README
728 * Add a general man page hub for munin as requested in bugs.debian.org/517952
729 * Add -w to munin-limits and fix warnings
730 * Moved plugins to a separate folder
731 * Moved docs into doc/
732 * Add env.upsname and env.upsc settings to the nut_* node plugins
733 * Added python oo plugin class by Morten Siebuhr as a contribution
734 * nvidia_ plugin: Adapt some more to mainline plugin niceties
735 * Applied patch from #669. Make munin-run use Munin::Node::Defaults.
736   Thanks to Matthew Boyle <mlb@decisionsoft.com> for the patch
737 * Fixed getversion to handle git-svn usage
738 * linux/quota_usage: Use clean_fieldname as needed.  Bug discovered by ert256
739   Closes #645.
740 * linux/sensors: Recognize negative temperatures.  Fix by cnu.  Thanks!
741   Closes #647
742 * http_loadtime uses pipes and mktemp.  Patch by ekohl.  Thanks!
743 * hddtemp_smartctl: Only check if device is standby for sd? and hd?
744   devices (it fails on raid devices).  Patch by anonymous trac user.  Thanks!
745 * munin-graph: warn -> warning in two places - that will make graphs more
746   usefull - we hope - as noted by stevew@purdue.edu
747 * Fix warn lines where warn is given as range (foo:bar).  Patch by
748   stevew@purdue.edu.  Thanks!
749 * Fix get_[gu]id to correctly recognize numbers and strings.  Patch by
750   ligne.  Thanks!
751 * Ignore Emacs and Joe temporary files
752 * Protect graph rendering by semaphore too - as suggested by Snide in a
753   patch.  Closes #657.
754 * More typo fixes from linge.  Closes #659, #658.  Thanks!
755 * Apply patch from #660, fix typos in error messages in munin-node.  Many
756   thanks to ligne
757 * postfix_mailstats: More explicit error messages.  Patch by kuriyama.  Thanks!
758 * munin-cgi-graph: Check returnvalue of sem* functions in the correct manner
759 * apache_processes: Graph free process slots, and provide explicit colours
760   to make it prettier.  Patch by TTimo - thanks a lot!
761 * linux/df_abs: need bash to compute correctly
762 * Fix #619 - error in comment
763 * Move munin-node-configure-snmp to @@LIBDIR@@ - it should not be called
764   directly
765 * Align snmp__if_ and snmp__if_err_ and remove filter on what kinds of
766   interfaces they catch.
767 * snmp__if_multi: Structure the multigraph namespace somewhat and add
768   some helpfull comments for the future programmer.
769 * snmp__if_multi: A first multigraph plugin - now we just have to make
770   munin understand it...
771 * Port snmp__if_err_ to Munin::Plugin::SNMP - it still needs aligning with
772   snmp__if_ so that interface names will match and so on.
773 * Port snmp__swap to Munin::Plugin::SNMP - also change base to 1024
774   as this is memory which is accounted for in powers of 2
775 * Port snmp__winload to Munin::Plugin::SNMP
776 * Transplant get_by_regex to Munin::Plugin::SNMP and change
777   snmp__netstat to match
778 * Port snmp__netstat to Munin::Plugin::SNMP
779 * node.d/smart_ documentation contributed by Gabriele Pohl. Thanks!
780 * Extend SNMP plugin documentation with a "MIB INFORMATION" header.
781 * Start a separate program to test Munin::Plugin functions
782 * snmp__if_ plugin can now use 64 bit byte counters if they are available.
783   Added extensive texts in documentation and graph_info about the problems
784   with 32 bit counters and made it explicit if 64 bit counters are
785   available.
786 * Add option --pidebug for plugin debugging to munin-run and munin-node.
787   Exports setting through the environment variable MUNIN_DEBUG.  Also
788   introduce these in the usage texts.  Far from all plugins support this
789   setting.
790 * Make Munin::Plugin::scaleNumber and use it in snmp__if_ plugin
791 * Port snmp__if_ to Munin::Plugin::SNMP, document, and refine
792 * Fix a typo in Munin::Plugin::SNMP - now verified with authenticated SNMPv3
793 * Extend Munin::Plugin::SNMP to support SNMP v3
794 * Install Munin::Plugin::SNMP, a general generic interface for taking away
795   the boring bits in SNMP plugins.  Many thanks for Ilmari for his work
796   on this module.
797 * Port snmp__uptime to use Munin::Plugin::SNMP and document it nicely.
798 * Do not kluge lines with rrd 1.3 - the lines in 1.3 are nice and precise
799 * Apply RRD 1.3 patch from 1.2 series - Many thanks to matthias!
800 * Start using Log::Log4perl
801 * Add test-case plugins in conjunction with munin-gather work
802   (note: munin-gather is not completed and is semi abandoned at the time
803   of 1.4.0 release)
804 * dhcp3 plugin: Document and credit to Rune N. Skillingstad
805 * Remove --force-root.  It's silly and causes naught but problems.
806   Added text in the root error message about how to su to munin.
807 * Add a script to compute n'th percentile.  Needs some munin-update
808   extentions to work.
809 * munin_get_loc: Fix premature exit - patch by Joe Damato
810 * This may fix the double legend headers bug
811 * Clearify the autoconf "no" from linux/swap
812 * Remove max field from samba config - patch by Kozik
813 * linux/iostat: Introduce environment variable SHOW_NUMBERED to show
814   sda<n> in environments where this is wanted
815 * Update postfix_mailqueue plugin to pull warning/critical values from
816   the environment.
817 * linux/iostat_ios reformed to use seconds (avoiding milli-milli-seconds),
818   added graph_info and munin-doc documentation
819 * Introduce SSPOOLDIR for munin-gather's use
820 * Slightly update docs of apache plugins
821 * Add haproxy_ plugin contributed by Jimmy Olsen
822 * Add found nginx plugins - after some cosmetic work
823 * Fixup debug output in munin-limits (Brian De Wolf)
824 * Add pipe and pipe_command in keyword list in Munin.pm (Brian De Wolf)
825 * Fill message structure in munin-limits correctly (Brian De Wolf)
826 * Enhanced DEBUG consistency in munin-graph (Patch by Brian De Wolf, thanks)
827 * freebsd/netstat: Correct absolute path to netstat program
828 * freebsd/memory and vmstat:  hardcode absolute paths for awk, bc,
829   netstat, ps and vmstat
830 * Lets munin-run print out its usage if its called without a plugin
831   parameter. This avoids a lot of "Use of uninitialized value $ARGV[0]
832   in regexp compilation at /usr/sbin/munin-run line .." messages and
833   closes Debian #416478
834 * linux/df: let make insert the right configuration directory in the
835   documentation
836 * Make fix for OS X 10.5 by George Barnett - thanks
837 * Received hpux df plugins with munindoc - thanks again
838 * hp-ux: Added df plugins based on the bdf command - contributed by
839   Chris Gardner
840 * linux/iostat_ios: Bugfix by Philipp Niemann to get it working.  Thanks!
841 * Node/plugin.sh: Patch by Philipp Niemann to limit field names to 19
842   characters (removed as of release of 1.4 as munin actually handles this)
843 * Munin-html: Patch to relative path calculation for graph borrowing by
844   Phillip Niemann.
845 * Makefile: Correctly locate magic markers - patch by Philipp Niemann
846 * Munin-html: Added borrowing of whole groups, through group_order.
847 * Plugin.pm/Plugin.sh: Fix up the thresholds functions
848 * munin-check: ignore lost+found directories
849 * Added new option "group_order" to order groups/graphs at any level.
850 * sh-mode, not shell-mode for plugin.sh.in
851 * Update FSF address in copyright notices
852 * Added plugin to graph haproxy backend usage.
853 * Munin::Plugin support for max value settings, patch by Brian De Wolf.
854   Thanks a lot!
855 * munin-check: Replace "munin" by "@@USER@@", patch from Pedro Melo, thanks
856 * freebsd/systat, new plugin showing interrupts and context switches
857 * freebsd/iostat: New plugin
858 * node.d/dhcpd3: Parse "include" statements, patch by Walter Huf
859 * smart_: Update Nico Stranskys email address
860 * SuSE cron.d/munin mentioned munin-nagios, a obsoleted part of munin.
861 * Clearify the purpose of DESTDIR
862 * plugin qmail-qstat now uses a single pipe to generate all output
863 * new plugin: qmailqstat contributed by Nils Breunese
864 * Add an eval to $DF to expand the string to arguments.
865 * And a changelog for 1.3.4 too
866 * Update RELEASE and plugins.history for 1.3.4
867
868 munin (1.3.4, r1277:1560, 8/3/2008)
869
870  * New acpi thermal_zone plugin
871  * Bugfix linux/if_ plugin (--path=>-p, quoting, ethtool output tolerance)
872  * linux/cpuspeed: $(< ) isn't in POSIX it seems
873  * linux/cpu: "steal" is yet another value in /proc/stat on newer kernels.
874  * We must have a cron job for munin-limits
875  * Added detection of setr* at build time. The OSes without these functions
876    will work anyway (AIX, Darwin)
877  * Added some darwin(osx) plugins.
878  * Better handling of # in plugins and munin.conf (it can now be escaped).
879    Solves #38.
880  * Fix bug in node.d/ntp_ where jitter is plotted with the wrong values.
881    Fixes #520.
882  * Munin.pm: Bugfix in an error message, as well as added low-level reason
883    for dieing. Solves #468.  Detaint pid before kill(). Fixes #508.
884  * munin-limits: Added support for "unknown" Resloves #29, #43.
885  * munin-update: Fixed timeout bug (timeout not working where intended).
886    Closes #168.
887  * freebsd/if_: Disable DNS lookups which are not used (fixes #509)
888  * Documentation clearification as requested in #462
889  * List requirements at start of install document
890  * full SSL support (#490, #489, #8).  Many thanks to Brian De. Wolf for
891    this patch!
892  * As pr #510 make df plugins sensitive to warning and critical environment
893    variables.  Also Solaris plugins issued ".warn" which is just wrong.
894    Two plugins used awk in the inner loop, these were not fixed.
895  * munin-node.conf: Add documentation of host directive
896  * linux/ip_: Fix #439, support ipv6 in linux (not tested, I have no IPv6)
897  * postfix_mailvolume: Fix #473 - config did too much work
898  * linux/netstat: Address #493 - SuSE feature regarding special class
899    of rejections based on timestamps.  We do not count them, but will no
900    longer be confused by them.
901  * snmp__cpuload: Fix #506, what to do when no load value is returned?
902  * ping_: If invoked as ping6_ uses ping6 for pinging
903  * surfboard: Fixes and typos.
904  * linux/port_: Fix #500, report zero open ports as 0 not blank
905  * Integrate a load of snmp_ plugins from Lars Strand
906  * snmp__if_: Fix #453, snmp__if_ now supports SNMPv3 and heavy
907    authentication.  Also always use $name to name the interface.
908  * hddtemp_smartctl: now works with recent kernels and 3ware controllers
909  * apt_all: apt_all lacked some graph metadata, fixes #478
910  * ircu: more robust and more useful (fixes #517, thanks to Zhenech)
911  * Clearify apache-cgi foo
912  * linux/irqstats: Fix unitialized message (#497)
913  * munin-cgi-graph: Path error in unlocking (#507),
914      - SysV semaphore locking, thanks to Fox for patch (closes #499)
915  * loggrep: Support foreign hostnames
916  * INSTALL: Fix filename typo in INSTALL (closes #513)
917  * Add postgresql plugins from #63, muninexchange and openproject.hu
918      - make the support for servernames, port and so on uniform
919  * ntp plugins: Make ntp_ plugin manual, it is no longer recommended,
920      the new ntp_offset is
921      - Interprete magical ip-numbers used by ntpd for local
922        clocks - stops spurious DNS lookups of these (closes #150)
923  * It appears that some versions of Net::SSLeay needs a "" in
924    print_errs("") calls (closes #154)
925  * Add munin_stats plugin written by Rodolphe Quiedeville - and patch to
926    munin-limits to provide timing information by same.  Closes #485.
927    Problem: plugin can take more than 10 seconds to run with long log
928    files, needs to use log-tail and a state file
929  * Make netstat plugins --logarithmic, and autoconfigure
930  * Make iostat* plugins autoconfigure
931  * Make netstat from darwin generic and elliminate identical plugins
932    from other BSD OSes
933  * Add postgres_commits_ and postgres_queries_ contributed by Moses
934    Moore based on work done by Vajtsz and others
935  * exim_mailstats did not have human readable error messages, it tried
936    signaling by coded exit statuses
937  * ntp_*: Implement option to supress showing delay graph (suggested by
938    Håvard Eidnes, fixes #350)
939  * Generic processes plugin submitted by Lars Stand. Thanks!! (#441)
940  * Fix typo in munin-limits (oks -> ok) closes debian #387283
941  * Enhanced doc of cgi mode in munin.conf - closes debian #307963
942  * linux/interrupts:  Replace sed|egrep|awk pipeline with a single awk script
943  * linux/cpuspeed: Report the average frequency, Use the default line style.
944  * hddtemp_smartctl: Fixes to avoid disk-spin-up (fixes 137)
945  * linux/interrupts: Remove & to fix a new pango problem ("&" is illegal
946    entity).  Fixes #537
947  * linux/nfsd4: Add nfs4 server plugin
948  * Postgres plugins: Make graph_category consistent (fixes #534)
949  * linux/ip_: ip_ plugin: add support for alternate chain names
950  * munin_graph: Set category to manual, munin_stats superseeds them
951  * Postgres plugins enhanced by Tim Retout - thanks (closes #541)
952    (Use standard pgsql env variables for DB connection - fixes #544)
953  * colour_tester: Plugin to experiment with the colour palette
954  * hddtemp_smartctl: Insert comment about SCSI vs. SATA on hddtemp plugin
955  * Multiple documentation updates from Brian de. Wolf
956  * Debian packaging: Set correct log file for the postfix_mailvolume plugin
957    (Debian bug #461302)
958  * linux/df: Update list of file systems we don't want to graph.
959    (Debian bug #385291)
960  * munin-cron: Filter "attempt to put segment in horiz list twice" better,
961    closes #538
962  * munin-update: Negative magnitude broken in scientific format
963    interpretation (thanks Matthias)
964  * New functions in Munin::Plugin (state retention, tail functions)
965  * Some preparations for same in plugin.sh
966  * munin-limits: Remove unused code for opening the wrong log file.
967    closes #553 and debian #385358
968  * munin-limits: Fix redirect handling.  Fixes #552 and debian #385358
969  * Quoting fixes in postgres plugins - fixes #546 - thanks to diocles
970  * snmp__if*: Probe switches for interface alias and use it if one is
971    assigned - fixes #551 - thanks to bart for patch
972  * hp-ux: Start of HP-UX plugins from Raph Grothe
973  * Fix perl warning relating to strangely empty environment value
974  * HP-UX munin-node init.d script and rc.config.d file by Ralph Grothe
975  * munin-node: Added a newline on TLS logging
976  * Added tls_ca_certificate to @legal
977  * squid_objectsize: New plugin to show mean object size in Squid.
978    Useful for tuning the caching size.  Thanks to Bjørn
979  * Munin-master programs: Remove locks as we're done with them.
980    Removes ambiguity around left over lock files.
981  * Introducing the munindoc command and example documentation
982  * Munin::Plugin - fix doc and testcase, test better
983  * irqstats: Now work with 2.6.24 kernels (fixes debian #463721), also
984    make "MIS" and "ERR" interrupts be reported on SMP systems
985  * Sensors plugin for nvidia graphics cards
986  * munin_stats: Slight change to remove this error: "Useless use of a
987    constant in void context at /etc/munin/plugins/munin_stats line 35."
988  * munin-graph: Add "Munin $VERSION" watermark to graphs - everyone
989    uses munin but not everyone knows
990  * Munin.pm: Fixed locking bug, lock was not created, and previously
991    there was no error message
992  * Introduced "palette" keyword for configuration along with the named
993    palettes "old" and "default".  The names should be self descriptive
994  * Munin-master programs Stronger warnings about about running as root.
995    Standardized across all server components
996  * Copyright on main programs now extended to 2008.
997  * Add Informix plugin for concurrent session counting contributed by
998    Ralph Grothe
999  * Introduce apache configuration to control html and graph expiry.
1000    Document in INSTALL, and remove old example now obsoleted by doc
1001  * Fix graph expiery in munin-cgi-graph as well
1002  * Munin-graph: Hum, that expiery thing has been fixed quite often.
1003    Go with the one I liked the best
1004  * freebsd/if_*: FreeBSD if_ and if_errcoll_ from downstream maintainer.
1005    Removes more interfaces
1006  * hddtemp_smartctl: Recognize ATA disks on FreeBSD (patch from downstream)
1007  * New FreeBSD plugin: coretemp, graphs Intel Core (and newer) temperature
1008    measured by MSR
1009  * Munin-update: Disable tls by default - fixes #452
1010  * munindoc'ify apache plugins, document how to do basic authentication
1011  * freebsd/dev_cpu_: Add freebsd plugin for cpu-temp and speed
1012    (requires Core Duo or newer CPUs)
1013  * Document users plugin a bit
1014  * linux/sensors: Fix regexp, there may be _no_ space after :
1015  * Plugin.pm: Remove comma from quoted word list
1016  * munin-check: add the script munin-check for checking permissions of
1017    the munin-dirs - Thanks Matthias!
1018  * Implement multilevel-groups.
1019  * Enabled plugins to send values on the form <epoch>:<value>
1020    (enabeling backdating of data)
1021  * Rename munin_set_var -> munin_set for consistency purposes.
1022  * Fetch services directly after config, to make use of OS caches.
1023  * Bugfix: .graph was ignored in some cases in munin-html, ending in
1024    trying to show nonexistent graphs.
1025  * postfix_mailvolume: multiple fixes for problems found in sibling
1026    exim_mailstats plugin:
1027   - Use english to communicate errors (not exit statuses)
1028   - Discontinue use of rotated log files to elliminate associated bugs
1029   - Give reasons for not autoconfiguring plugin
1030  * munin-limits: Open log on demand.
1031  * Munin.pm Fix false red/yellow markers in html output.
1032  * Munin::Plugin: Security fix, do not open symlinks for writing
1033  * postfix_mailvolume: Fix bug introduced in previous cleanup to stop
1034    startup spike.
1035  * munin_graph: Changed munin_graph plugin to graph total time used by
1036    munin-graph, since we don't draw graphs grouped by domain anymore.
1037  * Correct graph_category on some plugins
1038  * style.css: Fixes too wide link issue.
1039  * Add getversion command to add SVN revision to unversioned svn checkouts
1040  * Remove redundant munin_graph plugin - see munin_stats
1041  * linux/if_ plugin: Clearify the 32 bit issue with fast interfaces
1042  * linux/irqstats plugin: Incorporate magic markers in pod
1043  * node.d/multips plugin: Document, use clean_fieldname to remove bugs,
1044    add usefull .info information about processes watched.
1045  * Various fixes to amavis plugin
1046  * Fix wrong chmod for plugin-state directory
1047
1048 munin (1.3.3, r910-r1236)
1049
1050   It's very likely that the entries for 1.3.3 contain some duplicates.
1051   In part because it's been going on for more than a year, in part
1052   because a large part has been constructed from the svn commit log.
1053
1054   * linux/cpuspeed: Report the average frequency.
1055   * linux/interrupts: replace sed|egrep|awk pipeline with a single awk
1056     script.
1057   * Linux plugins: Use @@GOODSH@@ (posix-shell) there too
1058   * linux/vlan: Better autoconf messages
1059   * Solaris plugins: bring them @@GOODSH@@ and some elementary civilization
1060   * sunos memory: Make autoconf'able
1061   * Bring the goodness og @@GOODSH@@ to the generic plugins
1062   * node.d/df and df_inode plugins: Rewrite like the last 20 years of shell
1063         enhancments happened
1064   * munin monitoring plugins: Make them auto-installing
1065   * ntp_ and ntp_states plugins: Insert graph_category, make them "auto"
1066          and invent category "time" as well
1067   * ntp_kernel_* plugins: Not ntpdc's were created equal, autodetect better
1068   * munin-cgi-graph: Patch to limit number of concurrent rrdgraph processes
1069   * munin-html: Do not generate height/width attributes when in cgi mode
1070   * munin-html: Log runtime - like with munin-graph etc.
1071   * users plugin: Make vehicle for *STACK draw types
1072   * munin-graph: Support draw types AREASTACK and LINESTACK which is not
1073         sensitive to order like LINE/STACK and AREA/STACK
1074   * INSTALL: Document what to do first when working with a svn checkout
1075   * munin-graph: Simplify colour processing
1076   * Makefile: Remove build before rebuilding it
1077   * users plugin: Further fixing. Make testbed for field.colour and
1078         graph_printf
1079   * munin-graph/Munin.pm: Support graph_printf
1080   * users plugin: Move to platform independent directory
1081   * users plugin: change familiy to auto, make generic
1082   * linux/memory: Further adjustments w.r.t. correct handling of vmalloc_used
1083   * Fix typo "contigious"
1084   * munin-node-simple: Fix @@ variable typos
1085   * SunOS df plugins: use @@GOODSH@@
1086   * Define GOODSH and BASH in Makefile.config to be used by shell plugins
1087   * exim_* plugins: Problems with "which exim" on Solaris corrected
1088   * Put "host" thing in munin-node.conf template config
1089   * munin-node docs: Mention two most importand Net::Server config options.
1090   * Linux df* plugins: Configurable filesystem-type exclution. cds by defaut
1091   * plugin.sh: Utility functions for shell plugins
1092   * Munin::Plugin: Utility functions for perl plugins
1093   * Sample plugins: Convert to use plugin.sh and Munin::Plugin
1094   * Makefile: Install utility files
1095   * Munin-run/node: Put most @@ config params from install time into
1096         plugin environment.  This means that plugins can access
1097         @@PLUGSTATE@@ as $MUNIN_PLUGSTATE, and so on.
1098   * df* plugins on all architectures: Make fieldnames comply to charset
1099         restrictions
1100   * Makefile: Install platform-specific plugins after generic plugins so
1101         that the former override the latter ones
1102   * Munin-graph: Installed kluge for rrd 1.2 to make lines narrower to
1103         compensate for crayon-effect.
1104   * Munin-update: Add code to interpret Scientific notation (3E-20) for
1105         RRD so plugins don't have to
1106   * Bring SunOS df plugin names into line with other platforms
1107   * Make SunOS df plugins auto/autoconf
1108   * Linux/memory plugin: Remove warning on overcommit
1109   * Partial audit of correct magicmarkers in generic and linux plugins
1110   * Multiple plugins: Correct autoconf/suggest action slightly
1111   * lpstat: New plugin for print queue depths
1112   * Munin-node-configure: Make more robust, make it present plugin
1113         errors and exit with error if there are any. Write testcases and
1114         node-monkeywrench target in Makefile to test the error handling.
1115   * munin-run: Make --debug messages consistent wrt STDERR/STDOUT and
1116         prefix with # to make them obvious to users and munin-node-configure
1117   * Makefile: Create plugin state directory with correct ownership and
1118         permissions
1119   * port_ plugin did not use @@PLUGSTATE@@ for plugin state
1120   * ipmi plugin: Incorrect handeling of 'autoconf' method
1121   * YUM plugin did not autoconf correctly
1122   * install-node-plugins now installs all plugins in the distribution -
1123         no matter if they existed already - how else do we get bugfixed
1124         plugins installed?
1125   * Inform about ruthless installation practices in INSTALL document
1126   * Add maintainer version of Makefile.config - and stop it from being
1127            distributed as the actual Makefile.config by accident
1128   * Add favicon.ico file and install
1129   * Add other convinience features for the maintainer to Makefile
1130   * linux/fw_forwarded_local: Removed arbitrary max settings (trac #149)
1131   * Contributed plugins for netbsd
1132   * New ntpdc based ntp plugins to show kernel params
1133   * New plugin: Multiping shows multiple ping results in one graph (trac #109)
1134   * munin-node: Fix depreciated environment setting messages (trac #377)
1135   * Document what graph_strategy cgi does (wiki docs, trac #98)
1136   * Add a possibly helpful readme file to dists/sunos
1137   * Contrib: (updated) hack to generate pages of each-service-on-every-host
1138   * Munin.pm: Fix uninitialized value problem in lock reading code.
1139   * linux/irqstats plugin: Fix bug related to different /proc/interupts
1140         format on Sparc hardware (trac #436)
1141   * Added init script for Solaris in resources directory
1142   * Add uptime plugin for solaris (trac #419)
1143   * Squid plugins: Add timeout to http connection call
1144   * Correct years of (C) in snmp__winmem
1145   * nutups_: new plugin for ups checking through "nut".
1146   * munin-html: Split on /\s+/ instead of / / to ensure more robust handling
1147         of user input
1148   * Fix rrd 1.2 font size problem causing line wrap (#104)
1149   * Fold in contributed hack to generate single service comparative pages
1150   * Node: Clear up some operator presidence causing problems in perl 5.8.7
1151   * Update copyright years and put copyright info into the new README file
1152   * Install a .htaccess file by default and document it
1153   * Move surfboard plugin, not Linux specific.  I suspect this plugin is
1154          redundant and snmp__if_ can do the same job
1155   * Bugfix to support notify_alias at service level
1156   * Put configuration-file snippets into resource directory and use install
1157         @@ substitutions in them
1158   * Makefile: Better dependencies
1159   * Add digitemp and yum plugins
1160   * Make munin-node-configure-snmp die gracefully with a potentially useful
1161     error message if Net::SNMP->session() fails.  Patch helpfully provided by
1162     Cyril Bouthors <cyb@debian.org>, thanks!
1163   * New AIX load plugin
1164   * Plugins from Lars Strand: linux/threads linux/proc_pri
1165   * New version of linux/if_ plugin that also handles mii-tool dependent
1166         interfaces and handles absence of tools better.
1167   * linux/memory: warn -> warning
1168   * postfix/mailstats: sort keys instead of keys, prettyer that way
1169   * Windows SNMP plugins: Memory and cpuload plugins seems pretty broken
1170         reinstate other versions.
1171   * New SNMP lugins: snmp__rdp_users and snmp__winload
1172   * Change global headers limit to 16 or longer labels - 20 was too much
1173         even with rrd 1.0
1174   * linux/memory: Saner values on 64 bit machines - ticket #119
1175   * SNMP based uptime grapher - ticket #141
1176   * Linux/load: Make warn/crit levels configurable by environment (ticket #44)
1177   * Aix plugins: Better graph_categories
1178   * New plugin: qmailscan by David Obando, lists viruses found by name
1179   * New plugins: freebsd/uptime, linux/quota_usage, snmp: cmc_tc_sensor
1180         r1054 | janl | 2006-08-25 01:31:44 +0200 (fre, 25 aug 2006) | 2 lines
1181   * Linux/apt: Better counting: Debian #314610, Munin #92
1182   * New plugins for Tomcat from runesk
1183   * Applied patch to allow _aggregated graph
1184   * spamstats plugin: Check if logfile exists before reading
1185   * Delete obsolete plugins: i2c*
1186   * ACPI plugin is linux specific
1187   * linux/cpu: Various fixes relating to 1000Hz machines, closing #228.
1188   * Applied field.colour patch by munin@iambitter.org, ticket #54
1189   * New plugin: IPMI plugin added
1190   * apc_envunit_ plugin: Remove hard coded defaults that overrode
1191         configuration.
1192   * freebsd/vmstat: Avoid calling sysctl through $PATH. That variable is
1193         changed on process restart.
1194   * Get rid of undefined variable warnings in mailscanner - patch by
1195         dz@426.ch (trac #227)
1196   * cups plugin: No @ in field names (#66, #70)
1197   * sendmail_mailqueue plugins: Follow symlinks (#102)
1198   * hddtemp_smartctl: different attribute ID for temperature (#81)
1199   * ps_ plugin: Counted grep as well as the process
1200   * New plugin: cpuspeed for linux.
1201   * Linux/multips: wrong category of multips (#103)
1202   * Munin-node/run: Set LC_ALL to C to avoid locale changes to program output
1203   * Linux/cpu plugin: Scale to >10 CPUs (trac #37)
1204   * Linux/df: Rewritten df plugins in perl. The old plugins were extremely
1205     slow on busy system due to massive forking
1206   * sendmail_mqueue: (#65) wrong seek call
1207   * munin-update: (#39) incorrect error handling when opening STATS handle
1208   * New plugin: Linux/nfs4_client: should be folded with nfs_client when we
1209     get multigraph
1210   * node/munin-run: Inserted missing \n
1211   * linux/nfs_client: Fixed input processing inefficiency
1212   * linux/nfsd: Ditto
1213   * linux/fw_forwarded_local: Ditto
1214   * ps_ plugin: pgrep? /usr/bin/pgrep!
1215   * sendmail_mailqueue plugin: Replaced a $mspqueue too many
1216   * Synced most rpm specfile changes from Fedora package into unstable tree
1217   * A RedHat specific sendmail plugin config file
1218   * Add testing framework and some tests for munin-run.
1219   * Updated to final 1.2.4 version [merged change r98r984 from
1220     /branches/1.2-stable
1221   * Change copyright notice in programs to mention the GNU *General*
1222     Public License, Expand on "no warranty". Mention COPYING and
1223     http://www.fsf.org/licensing/licenses/gpl.txt.
1224     Extend copyright to 2005.
1225   * Fix generic/mysql_isam_space_ to pass user-specified mysqlshow
1226     options first.
1227   * Fix generic/ntp_ to report seconds instead of milliseconds.
1228   * Fix handling of 'update no' on services in munin-update.
1229   * Log warning about nodes without addresses in munin-update.
1230   * SNMP plugins no longer report host_name when checking localhost.
1231   * Remade the horizontal logo
1232   * Added two svg versions of the logo: original and horizontal
1233   * Merged debian packaging changes from 1.2
1234     [changes r615:920 from /branches/1.2-stable/dists/debian and
1235     r855:891 from /branches/debian/sarge/dists/debian]
1236   * Added support for summing values from log lines.
1237   * Correct munin-limits pod.
1238   * Tuned logging.
1239   * Added support for huge rrd files.
1240   * Changed paths in Makefile wrt move from cvs to svn.
1241   * Make it possible to run plugins with group root.
1242   * Plugins: "exists $ARGV[0]" does not work with perl < 5.6.0. use
1243     "defined $ARGV[0]".
1244   * Dists: Brought dists.freebsd in line with the FreeBSD ports.
1245   * Dists: Merged changes from Debian Etch package. See
1246     dists/debian/changelog.
1247   * Server: filter a trivial error message from RRDtool (Deb#326061)
1248   * Server: A patch from trunk that makes munin-limits eat stdout/err from the
1249     contact.foo.command option in munin.conf. (Deb#301196)
1250   * Server: Fix thinko in category_order in munin-html.in.
1251   * Node: Prevent list command from polluting the node list.
1252   * Plugins: Fix tempfile creation by using the best method available on a
1253         given platform. (amavis, courier_, perdition)
1254   * Plugins: Fix to support the Linux cciss driver in the iostat plugin.
1255   * Plugins: squid_requests: Put the CDEF back that computes misses.
1256   * Plugins: postfix_mailvolume: Fix bad exit code test for `which postconf`.
1257   * Plugins: hddtemp_smartctl: Fix bugs on Solaris.  Revert back to using -A
1258     (attributes) rather than -a (all).  That can be specified through the
1259     args_$dev mechanism.  THIS CAN BREAK EXISTING SETUPS!
1260   * Plugins: samba: Make location of smbstatus program configurable.
1261     Streamline computation of foo.value. Correct typos and a thinko. Add
1262     configurable "ignoreipcshare". Make awk program a lot more complicated to
1263     deal with variations of smbstatus output. Quote error message with
1264     parentheseis.
1265   * Plugins: smart_: Allow to query several drives on the same 3ware card.
1266     Correct a bug when '-i' was not listed in smartargs.  Don't fail if
1267     no value was obtained for hard drive model. Minor enhancements and
1268     minor bug fixes from Nicolas STRANSKY <Nico@neo-lan.net>. smartctl exit
1269     code is a value composed of bits. Allow more than one to be turned on
1270     simultaneously by using the exit code itself rather than the log2 of it.
1271   * Plugins: perdition: Add missing backquote on mktempfile line. Support
1272     IMAPS and POP3S protocols.
1273   * Plugins (FreeBSD): if_, if_errcoll_: Shift field numbers in awk for
1274     interfaces that have no MAC address.
1275   * Plugins (Solaris): fs_df, fs_inodes: Allow '-' in mountpoints.
1276   * Plugins (Solaris): processes: Replaced numerous calls to various programs
1277     with a single awk program.
1278   * Plugins (Solaris): netstat: "exists $ARGV[0]" does not work with perl <
1279     5.6.0. use "defined $ARGV[0]".
1280   * Plugins (Solaris): memory: Rewrite the value computation as a single nawk
1281     program. Support scale factor "K" (gives values < 1).
1282   * Plugins (Linux): port_: Correct offset error in TCP6 code.
1283   * Plugins (Linux): if_: Simplify awk program greatly, suggested by
1284     Nicolai Langfeldt <janl@linpro.no>
1285   * Plugins: Added plugin generic/digitemp_.
1286   * Plugins: Added plugin linux/yum.
1287   * Node: use Sys::Hostname::hostname()+gethostbyname() instead of
1288     Net::Domain::hostfqdn() in order to determine the fully-qualified host
1289     name of the host.  The latter appears to be brain-damaged, see
1290     <http://bugs.debian.org/275024> for background (Deb#307462, Trac#89).
1291
1292 munin (1.3.2)
1293
1294   * Main/node: Implemented TLS support.
1295   * Main: fix the file vs. pipe check in munin-limits.
1296   * Main: place the munin-limits lock file in rundir, not dbdir.
1297   * Main: Yet another rewrite of munin-limits open call (SF#1115434).
1298   * Main: Make sure all rrd-tunes are correct after an upgrade (Deb#296454,
1299     Deb#296645).
1300   * Main: Better handling of broken connections (Deb#298108).
1301   * Main: HTML cleanup (Deb#296676).
1302   * Main: Re-enable width/height attributes to img tags.
1303   * Main: Escape regexps more properly (Deb#296575).
1304   * Main: Correct expires-headers in CGI output (SF#1159742).
1305   * Main: Redirect stdout/stderr from munin-limits contact commands, to the
1306     munin-limits log file (Deb#301196).
1307   * Node: munin-node didn't treat default_plugin_user properly (Deb#295366).
1308   * Node: munin-node-configure now properly respect user plugins.
1309   * Plugins: sort drives in generic/hddtemp_smartcl (SF#1174847).
1310   * Plugins: linux/if* now treats ra* interfaces as wireless.
1311   * Plugins: minor bugfix in generic/bind9.
1312   * Plugins: generic/sendmail_mailqueue handles bigger queues (fix by Mickey
1313     Everts).
1314   * Plugins: Made contrib-plugins generic/amavis and generic/mailstats more
1315     secure.
1316   * Plugins: Minor bugfix in linux/if_, with info fields.
1317   * Plugins: Added warning note in linux/if_ output.
1318   * Plugins: generic/smart_ exit value no longer triggers criticals.
1319   * Plugins: linux/df* now ignores bind mounts.
1320   * Plugins: Added plugin generic/snmp__cpuload.
1321   * Plugins: generic/amavis now has configurable logfile location (Deb#296533).
1322   * Plugins: linux/irqstats should no longer fail on some systems (Deb#296452).
1323   * Plugins: modified graph_args of generic/apache_processes, to work around
1324     an rrdtool bug (Deb#296528).
1325   * Plugins: All plugins using logtail now properly detect its format
1326     (Deb#297628).
1327   * Plugins: sunos/memory repaired (SF#1143610).
1328   * Plugins: Made linux/if_ work with more versions of iwlist (SF#1150954).
1329   * Plugins: generic/mailman now handles regular mailman (Deb#297904).
1330   * Plugins: New contrib plugin generic/mbmon_ from Arne Schwabe.
1331   * Plugins: Made linux/df work properly with tmpfs and devmapper (Deb#298442).
1332   * Plugins: Thanks to Stephen Gran, generic/exim_mailstats now graphs rejects
1333     (Deb#295799).
1334   * Plugins: Only run 'exim -bpr' once in generic/exim_mailqueue_alt,
1335     and use only awk to process the data.
1336   * Plugins: Make linux/sensors_ handle multiline output better (Deb#300690).
1337   * Plugins: generic/postfix_mailstats now treats reject-lines better
1338     (Deb#302220).
1339   * Docs: Added man page for munin-node-configure-snmp.
1340   * Docs: Brushed up the comments in the default munin.conf a bit (Deb#294060).
1341   * Docs: Fixed erronous cgiurl docs (SF#1159722).
1342   * Installation: Create CIGdir if nonexistent.
1343
1344 munin (1.3.1)
1345
1346   * Main: Fix bug with calculation of "Avg:" field when using graph_sums.
1347   * Main: Make munin-limits work properly with perl <5.8 (SF#1109039).
1348   * Main: Bugfix in munin-cgi-graph with hostnames including - (SF#1111510).
1349   * Main: Added category_order, to complete the *_order options.
1350   * Main/Node: Added support for TLS.
1351   * Plugin: linux/users now has proper hashbang.
1352   * Plugin: Bugfix in generic/sendmail_mail* autoconf.
1353   * Plugin: Changed default log for generic/postfix_mailstats from syslog to
1354     mail.log. Downgraded it from auto to manual. (Deb#291720).
1355   * Plugin: Made generic/amavis autodetect logtail format (Deb#284638,
1356     Deb#288395).
1357   * Plugins: generic/named probes for more log files before giving up
1358     (Deb#291849).
1359   * Plugins: New wildcard plugin generic/courier_ by Micah Anderson
1360     (Deb#291854).
1361   * Plugins: New plugin generic/perdition by Micah Anderson (Deb#291855).
1362   * Plugins: Plugin generic/squid_cache now handles multiple caches
1363     (Deb#288579).
1364   * Plugins: Improved graph_title of generic/postfix_* (Deb#292083).
1365   * Plugins: Turn on graph_scale for generic/postfix_mailvolume.
1366   * Plugins: Make generic/postfix_mailstats catch more formats (Deb#292110).
1367   * Plugins: Added plugin generic/hddtemp_smartctl, made by Lupe Christoph.
1368     Made it the default hddtemp plugin.
1369   * Plugin: Added madwifi support to linux/if_* plugins.
1370   * Installation: Make the single python plugin use @@PYTHON@@ again.
1371   * Docs: Documented minimum requirements for use of graph_sums (SF#1109040).
1372
1373 munin (1.3.0)
1374
1375   * Main: Allow dots in PNG paths (patch by Jacques Caruso).
1376   * Main: Properly size table below graphs in service-view.
1377   * Main: Fix bug which lead to some graphs failing with STACK error.
1378   * Main: Added limit message option "strtrunc".
1379   * Main: "contacts" can now be set to "none".
1380   * Main: Bugfix with graphs using both "graph_sums" and data aliases.
1381   * Main: Tables in service-view now sorted according to graph_order.
1382   * Main: Tables in service-view now containt the correct "Type" when using
1383     data aliases.
1384   * Plugins: generic/sendmail_mail{stats,traffic} updated.
1385   * Plugins: Made generic/samba more portable (fixes by Nicolas Stransky).
1386   * Plugins: Fixed typo in generic/loggrep breaking implicit labeling.
1387   * Plugins: Bugfix in generic/amavis.
1388
1389 munin (1.1.9)
1390
1391   * Main: Optimised munin-cgi-graph a bit.
1392   * Main: Internal name (for use in munin.conf) added to the table in
1393     service view.
1394   * Main: Added option cgiurl_graph.
1395   * Main: Bugfix when using long labels and CGI graphing.
1396   * Node: Fix bug when encountering strange environment (Deb#285173).
1397   * Node: Remove hardcoding of default user/group to run the plugin as
1398     (SF#1083251).
1399   * Packaging: Expand man-page macros properly on man-page generation
1400     (Deb#286399).
1401   * Plugin: Added plugin generic/dhcpd3, created by Rune N. Skillingstad.
1402   * Plugin: Patch generic/bind9 to report "unnamed" as "other" (Nicolas
1403     Stransky).
1404   * Plugin: linux/apt* has been forced to LANG=C, to get predictable output.
1405   * Plugin: Removed hardcoded host_name in linux/cps_.
1406   * Plugin: Added plugin linux/users, created by Michael Kaiser.
1407   * Plugin: Cleaned up generic/samba a bit (SF#1087961).
1408
1409 munin (1.1.8)
1410
1411   * Munin-limits: Log less noise.
1412   * Munin-limits: Notify correctly in all situations.
1413   * Munin-graph: Treat CDEFs in fields with long names properly.
1414   * Munin-graph: Log an illegal STACK in the first field better (SF#1081903).
1415   * Munin-run: Now behaves properly when running invalid plugins (SF#1074242).
1416   * Munin-node: host_name in plugin-conf.d now overrides plugin output.
1417   * Munin-graph: Added "graph_period" option, to make "graph_sums" usable.
1418   * Munin-update: Fix bug when setting min to 0.
1419   * Munin-node-configure: Fix bug with underscore in wildcard plugins.
1420   * Plugin: New version of generic/smart_ by plugin creator (Nicolas
1421     Stransky) (SF#1072459).
1422   * Plugin: generic/uptime was re-classified as linux/uptime (SF#1074576).
1423   * Plugin: Renamed generic/folding@home to generic/foldingathome (SF#1074241).
1424   * Plugin: Modify generic/ping_ so it's compatible with Solaris ping
1425     (SF#1074545).
1426   * Plugin: Fixed broken autoconf in generic/sendmail_mailtraffic (SF#1074528).
1427   * Plugin: Patched sunos/cpu to work on Solaris 9 (SF#1077899).
1428   * Plugin: Major improvements to sunos/io_ops,bytes,busy, by Lupe Christoph
1429     (SF#1077898).
1430   * Plugin: Portability enhancementes to sunos/fs_df (SF#1077903).
1431   * Plugin: linux/fw_forwarded_local now initialises properly (Deb#284673).
1432   * Plugin: Added more sensible autoconf to generic/sybase_space.
1433   * Plugin: Added more sensible autoconf to generic/munin_graph,munin_update.
1434   * Plugin: Added two new plugins contributed by Jacques Caruso,
1435     generic/exim_mailqueue_alt and generic/mailscanner.
1436   * Plugin: New version of generic/pm3users_ by plugin creator Jacques Caruso.
1437   * Plugin: generic/bind9 now handles syslog format as well (by xavier).
1438   * Plugin: Two new contrib plugins generic/foldingathome_*, by xavier.
1439   * Plugin: generic/named a bit more portable (by Will Froning).
1440   * Plugin: Sort fields in df*-plugins alphabetically.
1441   * Plugin: Added plugin generic/bind9_rndc, by Facq Laurent.
1442   * Plugin: Two network ups tool plugins (generic/nut_*) contributed by xavier.
1443   * Plugin: Added plugin generic/mhttping by Greg Connor.
1444   * Plugin: linux/cps_ plugin now groks high numbers.
1445
1446 munin (1.1.7)
1447
1448   * Allow floating point values in warning/critical limits.
1449   * Bugfix in munin-html, when using groups/host names with more than one dot.
1450   * Updated RPM package creation with regards to the 1.2 series.
1451   * Created RPM package creation for SuSE with regards to the 1.2 series.
1452   * Added --stdout-option to all programs (SF#1073148).
1453   * Log updates of nonexisting fields better (SF#1073172).
1454   * Force plugin linux/apt to use C locale (SF#1072470).
1455
1456 munin (1.1.6)
1457
1458   * Failsafe entry for @@PYTHON@@.
1459   * Bugfix in munin-limits (it didn't work properly).
1460   * Added separate makefile target to take care of SNMP-only items.
1461
1462 munin (1.1.5)
1463
1464   - Munin main package:
1465     * Treat long field names properly. Sadly, this will lead to data loss
1466       for fields that earlier had their field names truncated. :-(
1467     * Small interface improvements in the HTML output.
1468     * Changes of min and max values now causes corresponding changes in
1469       the RRD files.
1470     * Added new option "graph_sums" which creates summarised graphs.
1471     * Munin-update adapts to field type changes (loss-free conversion from
1472       COUNTER->DERIVE et al.)
1473     * Added new config option "local_address", to specify which local address
1474       outgoing connections (from munin-update) should be used.
1475     * Added "comparison" views, to view a whole hostgroup at once.
1476     * Bugfix in munin-limits.
1477     * Draw min/max ranges in all graphs with only one visible field.
1478     * Replaced notification system. Munin can now send warning/critical
1479       messages to whatever process/file that is needed.
1480     * Removed the munin-nagios program, as it is no longer needed.
1481     * Use column headers for min/max/cur/avg if label is too long.
1482     * Minor template modifications, so the output HTML validates correctly
1483       (SF#1039850).
1484     * Added new field option "line", which draws HRULEs.
1485
1486   - Munin-node:
1487     * The node now changes dir to /, to make sure it's in a directory
1488       readable by all users.
1489     * Added per-plugin timeouts, contributed by Chan Wilson (SF#881044).
1490
1491   - Plugins
1492     * SNMP plugin "df" properly strips the label and serial number from
1493       Windows drive labels.
1494     * SNMP plugins now honour the "host" environment variable if they can't
1495       deduce the hostname from $0.
1496     * Use @@PERL@@ in all perl shebang lines.
1497     * Added new SNMP plugins for sensors, reading info from System-Informant on
1498       Windows boxes.
1499     * New wildcard plugin generic/ping_ to graph ping times.
1500     * Replace "rpc" field with "total" in NFS and NFSD plugins.
1501     * Added new plugin linux/apt_all, contributed by xavier.
1502     * Added new plugins generic/courier_mta*, contributed by Rune N.
1503       Skillingstad.
1504     * Plugin generic/acpi now autodetects even if the acpi version does not
1505       contain the acpi_available program.
1506     * Added plugin linux/irqstast, showing individual interrupt rates.
1507     * Fixed typo in linux/fw_forwarded_local (Deb#275535).
1508     * Fixed typo in linux/fw_packets (Deb#275537).
1509     * Added SNMP plugins for temperature and fan info provided by the
1510       Fujitsu Siemens ServerView agents.
1511     * Adapt linux/apt plugin to work properly with Debian testing/unstable
1512       (patch from Rune N. Skillingstad).
1513     * Added new plugin generic/apc_nis to monitor APC UPS, contributed by
1514       xavier.
1515     * Made graph_title a parameter for generic/exim_mailqueue (patch by Torstein
1516       T. Svendsen, SF#1060834).
1517     * Fixed typo in generic/sendmail_mailstats (patch by Lupe Christoph,
1518       SF#1058128).
1519     * Applied patch from Torstein T. Svendsen to generic/exim_mailstats, to
1520       handle logfiles with timestamps in the name (SF#1055214).
1521     * Applied patch from Nicolas Stransky to generic/hddtemp, to fetch temp more
1522       elegantly (SF#1052845).
1523     * Added new plugin linux/hddtemp_smartctl, made by Peter Gervai
1524       (SF#1032727).
1525     * Fixed linux/if_(err_) braindamage affecting hosts with vlans or
1526       multi-digit interface numbers.
1527     * Added wildcard plugin generic/smart_, contributed by Nicolas Stransky.
1528     * Added plugin generic/loggrep for generic log grepping.
1529     * Fixed bug in generic/sendmail_mailqueue, when queue is empty.
1530     * Fixed bug in generic/hddtemp2, patch by arturaz (SF#1037002).
1531     * Added new plugin linux/forks, to graph forks per second.
1532     * The linux/iostat plugin now ignores devices without traffic (Deb#267195).
1533     * Changed a lot of plugins so they use DERIVE instead of COUNTER.
1534     * Upped generic/ntp_ to auto family.
1535     * Upped generic/sendmail_mailstats and generic/sendmail_mailtraffic to
1536       auto family.
1537     * Fixed linux/sensors_ plugin to report warning and critical values
1538       for temperatures and voltages if 'sensors' reports them.
1539
1540   - Installation
1541     * Changed variable name of ARCH to OSTYPE, to avoid name crash on newer
1542       FreeBSDs (SF#1068238).
1543     * Added variable PYTHON, as we now have our first Python plugin.
1544
1545 munin (1.1.4)
1546
1547   * Better error handling when fetching data from RRD files.
1548   * Fixed bug in munin-graph when choosing colours (Deb#267185).
1549   * Added plugin linux/df_abs
1550   * Sanitise incoming fieldnames a bit better.
1551   * Small layout improvements.
1552   * Added new options "graph_height" and "graph_width", to beter control size.
1553   * Added support for SNMP probing.
1554   * SNMP plugin "if" now accepts PPP interfaces as well as ethernet
1555     interfaces.
1556   * SNMP plugin "df" now understands Windows SNMP daemon.
1557  
1558 munin (1.1.3)
1559
1560   * Applied patch from Jacques Caruso to make HTML output standards
1561     compliant.
1562   * Munin-graph: fixed bug when combining graph_order aliases with
1563     "normal" fields, as reported by Jacques Caruso.
1564   * Plugin bugfixes from Jacques Caruso, in linux/iostat_ios and
1565     generic/ipacng.
1566   * Munin-nagios: Only state number of OKs when something is in warning or
1567     critical state.
1568   * Munin-graph: Added 'graph_sources' option. This is (in effect) the same as
1569     graph_order, but with a default of 'graph no'.
1570   * Applied patch from Matthieu Lochegnies to munin-graph, and fixed the
1571     same problem elsewhere in the code (Deb#250982, SF#924561).
1572   * Force LANG/LC_ALL=C in generic/hddtemp2, to remove problems in parsing of
1573     hddtemp output (Deb#253497).
1574   * Force LANG/LC_ALL=C in linux/sensors_, to remove problems in parsing of
1575     sensors output (SF#972749, SF#972748, Deb#255312).
1576   * linux/sensors_temp now understand temp lines without hyst or max settings
1577     (Deb#256380).
1578   * Made linux/sensors_volt work with negative voltages (Deb#256734).
1579   * Made generic/hddtemp2 understand environment variables with quotes
1580     (Deb#265022).
1581   * Added plugin generic/uptime contributed by Nicolas Salles (SF#998665).
1582   * Added plugin generic/hddtempd contributed by Stein Magnus Jodal
1583     (SF#958762).
1584
1585 munin (1.1.2)
1586
1587   * The server programs now open the log file at an earlier point.
1588   * Munin-limits added to distro.
1589   * Warnings and criticals now show up in nodeview and overview.
1590   * Makefile no longer stopping when complaining about htmldoc errors
1591   * Added contributed plugin generic/cupsys_pages, contributed by Rune N.
1592     Skillingstad.
1593   * Minor documentation bugfix.
1594   * Added automatic "graph no" to negative field when using negatives.
1595   * Added options to munin-graph to skip locking and stats generation.
1596   * Added --cron option to munin-graph. This is used internally for
1597     special case checking when run from cron.
1598   * Added dist-directory for Solaris packages.
1599   * Created munin-cgi-graph, which creates dynamic graphs.
1600   * Added munin.conf option "graph_strategy (cgi|cron)" which defaults to
1601     cron.
1602   * Bugfix in cdef calculations.
1603
1604 munin (1.1.1)
1605
1606   * Added a table in the service view page, with information about each
1607     field.
1608   * Added plugin options "graph_info" and "<field>.info", which can be used
1609     to describe the graph/fields in the above mentioned table.
1610   * Bugfix in the linux/df_inode plugin, regarding filesystems withouth
1611     inodes.
1612   * Added warning and critical statuses to the info table in the service view.
1613   * Added "info"-fields to linux/cpu and linux/load plugins, to demonstrate
1614     how it works.
1615   * Linux/ip_ wildcard plugin contributed by Mathy Vanvoorden (SF#954851).
1616   * Added a definition file (definitions.html) to the server distribution.
1617   * Use "sed 1d" instead of "tail +2" in df plugins (patch by Olivier
1618     Delhomme).
1619   * Tuned cdef-code to make it work properly after clean-up.
1620   * Added "graph_category" option, to categorise plugins.
1621   * Set categories to most of the plugins.
1622
1623 munin (1.1.0)
1624
1625   * Bug regarding logo namechange from logo.gif to logo.png, when installing.
1626   * Allow/deny in munin-node can now be configured per plugin, in addition
1627     to "globally" for the whole node.
1628   * "Upped" som plugins from contrib/manual to manual or auto.
1629   * Code cleanups.
1630
1631 munin (1.0.0pre4)
1632
1633   * Munin-update now properly ignores node with "update no".
1634   * The generic/apache_* plugins now have defined max values.
1635   * New plugins generic/{sendmail*,amavis,apc_envunit} contributed by Xavier
1636     Redon.
1637   * Turned off scaling of values for cpu-graphs (no more nano-percentages).
1638   * New plugin linux/iostat_ios to graph the number of I/O operations.
1639     Contributed by Per A. Buer.
1640   * Added user configuration for generic/postfix* (SF#895680).
1641   * Fixed links in HTML templates (Deb#236792).
1642   * Fixed broken autoconf in apache-* plugins (Deb#236144).
1643   * Fixed bug in mysql-plugins (Deb#233762).
1644   * Fixed a problem in the node when running as a non-root user and
1645     using sudo to run the plugins (Deb#236694).
1646   * Clarified the vlabels in the apache-plugins (Deb#238594).
1647   * Patched temp and voltage parts of linux-pugin sensors_* with better
1648     regexp (Deb#245289, SF#906868).
1649   * Changed default ARCH variable in Makefile.config, to support
1650     older tr-s (SF#898814).
1651   * Make "graph_scale no" affect y-axis as well as numbers below the graph
1652     (Deb#236834).
1653   * New SNMP plugins: df, if_err, processes, fc_if (fibre-channel), fc_if_err,
1654     users, load.
1655   * Cleaned up Solaris plugins (SF#944389, ++)
1656   * New logo by Bianca Pfingsten, sponsored by Mediahaus Biering Grafischer
1657     Betrieb GmbH. (Thanks :-)
1658   * Made solaris plugin fs_df work without GNU df (SF#944389).
1659   * New solaris plugin temperature, by Richard van den Berg.
1660   * Two new linux firewall plugins; fw_packets (by S. Banerian),
1661     fw_conntrack (by Nicolai Langfeldt), and fw_forwarded_local (by Xavier).
1662   * Modified sunos/cpu, linux/cpu and freebsd/cpu to take "scaleto100"-
1663     parameter.
1664   * Added patch to contrib-plugin linux/nfsd, to graph rpc count (Alexandre
1665     Dupouy).
1666   * Added plugin linux/nfs_client, contributed by Alexandre Dupouy.
1667   * Added plugin ipac-ng, contributed by Arturas Slajus.
1668   * Added plugin hddtemp2, contributred by Andrew Radke, modified by Lupe
1669     Christoph.
1670   * Added Folding@home plugin, contributed by Xavier.
1671   * Fixed problem with sunos/memory, when memory was reported in gigabytes
1672     (SF#930964)
1673   * New plugin (pm3users) and a bunch of patches from Jacques Caruso.
1674
1675 munin (1.0.0pre3)
1676
1677   * Munin-graph had a perl 5.005_03 compatabilty problem, which slipped
1678     through to version pre2.
1679   * Added mkdir to install-man target. (SF#888545)
1680   * Added better logging of plugin failures in the node. (SF#881045)
1681   * Make install: Fix problems with systems that do not have getent.
1682     (SF#881046)
1683   * Remove dependency on pgrep (use process groups instead). (SF#881049)
1684   * Documentation updates.
1685   * Make the iostat plugin work properly.
1686   * Munin-graph now escapes ':' in labels properly.
1687   * Fixed bug in munin-graph where it caused a flood of cron-mail.
1688   * Linux/iostat now shows only disks also on machines without devfs.
1689   * Generic/apache-plugins have been modified to properly to report the
1690     correct autoconf value. Also, bugfixes in _processes and _volume.
1691   * Added new wildcard plugin linux/sensors_ that replaces the i2c plugins
1692     (SF#890952).
1693   * Made client timeouts configurable (not per plugin).
1694   * Improved timeout-handling in node (Deb#224480).
1695
1696 munin (1.0.0pre2)
1697
1698   * Plugin mysql_queries bugfix from Dagfinn I. Mannsåker (SF#876443,
1699     SF#865125).
1700   * FreeBSD-plugin load bugfix from Robert Lindgren (SF#865928).
1701   * Fixed Node/run bug when changing groups.
1702   * Added support for multiple groups to run the plugin as.
1703   * Added support for optional groups.
1704   * Munin-html: Added support for domain_order.
1705   * Fixed pod typos patched by Lupe Christoph (SF#884092)
1706   * Made Munin compatible with perl 5.005_03 (patch by Lupe Christoph)
1707     (SF#884622)
1708   * Removed sunos/io_-plugin (SF#882357)
1709   * Bugfix, apache_processes now takes port numbers into account. (SF#882263)
1710   * Changed wildcard plugin ps_ so it can use "env.regex" in plugin-conf.d/
1711     (SF#882131)
1712   * Made plugins apache_* compatible with older versions of LWP::UserAgent
1713     (SF#881411).
1714   * Bugfix in plugin mysql_queries - insertions were no longer graphed.
1715     (SF#881483).
1716   * Disabled plugins df and df_inode on Solaris (SF#882274).
1717   * Make vmstat plugin more portable (SF#882352).
1718   * Moved generic netstat to linux-dir, as it is too spesific. Added Solaris
1719     version of the plugin as well. (SF#882354)
1720   * Fixed bad debug output (forgotten linebreaks) in munin-node-configure
1721     (SF#882385).
1722   * Generic plugins now use printf instead of echo -n, as this is more
1723     portable (SF#885564)
1724   * Added a new plugin generic/multips to count several procs in one graph.
1725     (SF#885579)
1726   * More timeouts in munin-update (Deb#222674).
1727   * Added max value to generic/vmstat plugin (Deb#225489).
1728   * Bugfix in install-doc Makefile target (SF#884074).
1729   * Code tidying in munin-graph (SF#884625).
1730   * Added generic plugins ntp_ and ntp_states to manual family (SF#887000).
1731   * Bugfix; munin-html wrote bad html, as reported by Adam Heath. (Deb#230322)
1732   * Rewrite of linux/iostat by Mike Fedyk (Deb##223373,224113).
1733   * Linux/cpu now graphs all values on a 2.6 kernel (Deb#227946).
1734   * Added new plugins linux/nfsd and acpi, contributed by Alexandre Dupouy.
1735
1736 munin (1.0.0pre1)
1737
1738   * Renamed from LRRD to Munin.
1739  
1740 lrrd (0.9.9r6)
1741
1742   * Added BSDish install-sh to make the installation work
1743     on both BSD and SysV variants (SF#840744).
1744   * Plugin linux/iostat modified. Now runs on 2.6, and now "mirrors" i/o like
1745     eth* et al. (Deb#224113, Deb#223373)
1746   * Lrrd-client: Don't try to change uid/gid if not running as root.
1747     (Deb#224300)
1748   * Lrrd-graph: Only log graphing errors (== less cron-mail).
1749   * Plugin linux/memory has been improved greatly by Mike Fedyk (Deb#223346)
1750   * Some plugins fail more gracefully when using uninstalled perl modules.
1751   * Lrrd-client-configure now prints the reason for suggesting to not use
1752     a plugin, as long as the plugins gives one.
1753   * Lrrd-client: Do a fake clean of the environment because of the taint
1754     checking.
1755   * Lrrd-client: added configuration option "ignore_file", which takes regex
1756     for files to ignore (e.g. rpmnew/save) (Deb#224265).
1757   * New plugin: Alexandre Dupouy contributed "hddtemp".
1758   * New plugin: Nicolai Langfeldt contributed "bind9".
1759   * Lrrd-server: dots supported in plugin names.
1760   * New plugin: snmp wildcard plugin for interface graphing.
1761
1762 lrrd (0.9.9r5)
1763
1764   * lrrd-nagios: enable/disable notifications.
1765   * Plugin: mysq_isam_space_ bugfix when printing "value".
1766   * lrrd-client/lrrd-run: Two bugfixes.
1767   * LRRD.pm: Change \1 to $1 to make lrrd-update shut up.
1768   * lrrd-update: Fix bug with timeout handling of children.
1769
1770 lrrd (0.9.9r4)
1771
1772   * Plugin: changes from Mike Fedyk (Deb#222838, Deb#222841).
1773   * lrrd-cron: Check if files are executable before runinng (Deb#221691).
1774   * lrrd-update: Added max_processes variable.
1775   * lrrd-update: No more zombies.
1776   * lrrd-update: Better handling of dying children and timeouts. (Deb#222674)
1777  
1778 lrrd (0.9.9r3)
1779
1780   * New plugins (contrib): postfix_mailqueue and named contributed
1781     by Nicolai Langfeldt.
1782   * New plugins (contrib): postfix_mailstats and postfix_mailvolume.
1783   * LRRD.pm: make sure only legal configuration lines are written to
1784     datafile.
1785   * lrrd-html: Minor bugfixes (fixes by Chan Wilson).
1786   * lrrd-graph: Bugfix when aliasing fields (reported by Chan Wilson).
1787
1788 lrrd (0.9.9r2)
1789
1790   * LRRD.pm: minor bugfix - no noise about "extinfo".
1791   * lrrd-graph: A couple of minor bugfixes.
1792    
1793 lrrd (0.9.9)
1794
1795   * New plugin: sybase_space. Keeps track of sybase database space usage.
1796   * New plugin: psu_ wildcard plugin, by Andras Korn (Deb#214210)
1797   * Lrrd-client: addressed uid/gid-issues from Deb#214277
1798   * Lrrd-update: client port number now configurable (Deb#214114)
1799   * Squid-plugins: now rewritten to use new config format (Deb#214186)
1800   * Lrrd-update: each node now has its own lockfile.
1801   * Squid-plugins: Modified them to autoconf. Prettier graphs. Now auto.
1802   * Lrrd-client: Don't mess with environment. Not my problem.
1803   * Lrrd-client: host_name can now be set in the plugin configuration.
1804   * Lrrd-client: plugin configuration format changed slightly.
1805   * Lrrd-client: added parameter (conffile and cli) to turn paranoia on/off.
1806     Default is now off. (Deb#214186, Deb#216401)
1807   * New plugin for linux: entropy, graphs available entropy.
1808   * Lrrd-client-configure: Remove "use" of Config::General (Deb#216176)
1809   * SunOS-plugins: Enhancement submitted by Lupe Christoph. (SF#825937)
1810   * SunOS-portability: Various bugfixes reported by Lupe Cristoph.
1811     (SF#825909, SF#825911, SF#825926, SF#825936, SF#826670, SF#826356)
1812   * FreeBSD-plugins: Bugfixing patches by Lupe Cristoph applied. (SF#826352,
1813     SF#837014)
1814   * Lrrd-server: New format for server.conf.
1815   * Mysql-plugins: Make mysqladmin/mysqlshow locations configurable.
1816     (SF#825974)
1817   * Plugins: New plugins by Lupe Cristoph (SF#834529, SF#826002, SF#835208)
1818   * Lrrd-server: Only require installed Config::General if using old config
1819     format.
1820   * Mysql-queries-plugin: rewritten by Per A. Buer.
1821   * Lrrd-nagios: Be nice to Nagios, don't DOS it with thousands of services.
1822   * Lrrd-client-configure: Check what to do with new plugins when upgrading.
1823   * Plugins: contributions by Finn-Arne Johansen (SF#839210, SF#839212,
1824     SF#839209, SF#842703, SF#845692)
1825   * Lrrd-update: More graceful handling of dead hosts. (SF#841345)
1826   * Plugins: graph_noscale redefined to graph_scale.
1827   * New plugin surfboard contributed by Andrew Ryder.
1828    
1829 lrrd (0.9.8)
1830
1831   jo:
1832
1833   * Plugin bugfix: Applied suggestion from Antti Salmela considering
1834     plugins df and df_inode (SF#800984)
1835   * Lrrd-update now forks off one process for each host, doing the data
1836     downloading in parallel.
1837   * Network timeout made configurable via both configuration file, and
1838     command-line parameter. default increased to 180 seconds.
1839   * Command-line option and configuration file option for not forking
1840     added.
1841   * Added command-line option to show log lines on stdout as well.
1842   * Lrrd-update bugfix: Move socket and pidfile to proper place.
1843     (Deb#203173)
1844   * Lrrd-update bugfix: Now handles corrupt datafile properly.
1845     (Deb#202191)
1846   * Plugin bugfix: mysql_isam_space now behaves properly when MySQL is
1847     down. (Applied patch from Nicolas Francois resolving Deb#202637)
1848   * Lrrd-client now runs with perl -T (taint checking).
1849   * Lrrd-html bugfix. (Deb#205999)
1850   * Lrrd-update bugfix, patch from Torstein Svendsen, alarm/sigalrm was
1851     forgotten on a network read. (Deb#209329)
1852   * Lrrd-update bugfix. Move all possible sigalrm-calls into eval-blocks,
1853     to avoid hangs and segfaults. _Really_ fixes bug Deb#209329.
1854   * Lrrd-client now drops privileges when running a plugin. The plugin is
1855     run as user nobody, group nogroup/nobody as default. This can be
1856     overridden in .../client.d/<plugin>.auth.
1857   * Mysql-plugins can now use a config file. (Deb#202643)
1858   * Bugfix in mysq_isam_space_ plugin. (Deb#202639)
1859   * Plugins for FreeBSD 4.8 contributed by Patrick Domack (SF#802895)
1860   * Plugin "swap" on Linux modified so it works on 2.6 as well as 2.4.
1861   * Lrrd-client now uses conf/auth-file in .../lrrd/client-conf.d/. Passes
1862     config options to clients via environment.
1863   * Lrrd-graph bugfix: Cur/Min shown as 0 when using special_*.
1864   * Lrrd-update now has "use_default_name"-option, for use when fetching data
1865     from a client which may change name.
1866   * Lrrd-plugin "memory" ported to perl. (Deb#205019)
1867   * Added "--version" option.
1868   * Added "graph_total" option, for summarising stacks
1869   * Lrrd-graph now understands "graph_noscale true/yes/1", which drops scaling
1870     of Cur/Min/Avg/Max numbers.
1871   * New client program "lrrd-run" to run a plugin as the correct user.
1872   * Lrrd-client minor bugfix; should now get ARGV after HUP.
1873   * Lrrd-client-configure completely rewritten.
1874  
1875 lrrd (0.9.7)
1876
1877  tore:
1878  
1879   * Applied a patch from Don Armstrong which makes the server ignore invalid
1880     pidfiles.
1881   * Massive changes in the Makefile to allow for more flexible installs.
1882   * Hardcode as little as possible.  Use @@foo@@ in the scripts, which will
1883     be replaced with whatever 'foo' is set to in Makefile.config.
1884   * Added some AIX plugins contributed by Mike Discenza.
1885   * Merged the client and server changelogs into this one.
1886   * Improved vlabel and title in the port_ wildcard plugin.
1887
1888 lrrd (0.9.6)
1889
1890  tore:
1891
1892   * First upload to the Debian archive, had to create an .orig.tar.gz.
1893
1894 lrrd (0.9.5-2)
1895
1896   * Bugfix: Resolved running-as-root-issue. (#695163)
1897   * Bugfix: Resolved lrrd-nagios --force issue (#701671)
1898   * Bugfix: Resolved lrrd-nagios --removeok --host issue (#701671)
1899   * Bugfix: Resolved lrrd-html logo.gif and style.css-issue (#693939)
1900
1901 lrrd (0.9.5-1)
1902
1903   * Small bugfixes
1904   * Bugfix: plugins lrrd_* now treats hostnames with dashes correctly
1905     (#727074)
1906
1907 lrrd (0.9.3-2)
1908
1909   * lrrd-nagios now has a longer timeout.
1910   * lrrd-html now creates much prettier html-pages.
1911   * Pod-documentation for /usr/lib/server/lrrd-*, /usr/sbin/lrrd-cron, and
1912     /etc/lrrd/server.conf
1913   * lrrd-graph now understands <field>_special_sum and _stack.
1914   * lrrd-graph now has extended syntax on graph_order-lines.
1915   * Field type represented in filename of rrd-file.
1916   * All fields in the .rrd-files now have the same name.
1917   * lrrd-graph now reuses colours when there are a lot of fields.
1918   * lrrd-nagios now reuses send_nsca handles.
1919   * lrrd-update can now handle .extinfo-fields.
1920   * lrrd-nagios can now handle .extinfo-fields.
1921   * Bugfixes, continuing Tore's movment of files
1922   * Parameterization of lrrd-*
1923   * Installation script for tarball.
1924
1925 lrrd (0.9.3-1)
1926
1927   * New configtype
1928   * Timeouts on server
1929
1930 lrrd (0.9.2-4)
1931
1932   * Added new node- and service-level option "update", which will replace
1933     "fetch_data".
1934   * Added new field-level option "graph", which will replace "skipdraw".
1935   * Some plugins now have config-files: exim_mail*
1936   * ps-plugin made faster (use pgrep instead of ps).
1937   * Bugfix in 'iostat'-plugin.
1938   * Added 'suggest' and 'autoconf'-parameters to the plugins.
1939   * Removed startup check for lrrd-client on '<plugin> config'-output.
1940   * "apt"-plugin rewritten for perl. It now uses .extinfo-fields.
1941   * Install script for tarball.
1942   * lrrd-client now understands --config --help --debug (then latter for
1943     later use).
1944   * Created pod-documentation for lrrd-client and client.conf.
1945
1946 lrrd (0.9.2-3)
1947
1948   * Bugfix; lrrd-nagios didn't treat 0-limits properly.
1949
1950 lrrd (0.9.2-2)
1951
1952   * Added graph_vlabel-option.
1953   * lrrd-nagios: bugfix when specifying only a minimum warning or critical
1954     value.
1955   * Proper timeouting also done when 'config'-command issued.
1956   * Some clients now use 'graph_vlabel'-option.
1957   * Comment changes in some plugins
1958   * Bugfix in plugin: 'iostat config'
1959
1960 lrrd (0.9.2-1)
1961
1962   * Lazy-option to lrrd-graph.
1963     Graphs will only be drawn when needed.
1964   * Cleaned up the timeout code a bit.
1965
1966 lrrd (0.9.1-5)
1967
1968   * Attempt to set exim-variables in the exim_mail*-plugins at install-time,
1969     in an attempt to avoid timeouts on high-load systems.
1970   * Properly reap plugins that timeout (and their children).
1971
1972 lrrd (0.9.1-4)
1973
1974   * Bugfix. Numbers with decimals (e.g. load) and "U" are now allowed.
1975   * Fixed bug in cronjob for apt
1976
1977 lrrd (0.9.1-3)
1978
1979   * Fixed small bug in lrrd-graph that caused some glitches in some
1980     graphs
1981   * Cronjob for apt
1982
1983 lrrd (0.9.1-2)
1984
1985   * Fixed a bug in lrrd-update that caused rrds not to be updated
1986   * Small bug in apt-client
1987
1988 lrrd (0.9.1-1)
1989
1990   * All networkservices converted from bytes (B) to bits (b)
1991   * More bugfixes
1992   * Added cronjob to go with apt-service
1993
1994 lrrd (0.9-12)
1995
1996   * Bugfixes in templates
1997   * More logging
1998   * More intelligence in lrrd-nagios
1999   * Cronjob to remove .ok files once a day
2000
2001 lrrd (0.9-11)
2002
2003   * Last small fixes with warning and critical-nagiosLast small fixes
2004     with warning and critical-nagios
2005   * Skipped a version to sync with server
2006   * Included warning and critical on som of the services
2007
2008 lrrd (0.9-10)
2009
2010   * Fixed logging and logrotate
2011
2012 lrrd (0.9-9)
2013
2014   * More Nagios Support, now extracted into lrrd-nagios
2015   * Fixed logging + logrotate
2016
2017 lrrd (0.9-8)
2018
2019   * Nagios-support
2020   * Do not depend on libnet-io on woody (included in perl5.6)
2021
2022 lrrd (0.9-7)
2023
2024   * Fixing string under 19 characters
2025
2026 lrrd (0.9-6)
2027
2028   * We have to substr the other way
2029   * Upping version number
2030
2031 lrrd (0.9-5)
2032
2033   * Bugfixes. New configfile
2034   * Bugfixes in df-services added -P for posix standard
2035
2036 lrrd (0.9-4)
2037
2038   * Total rewrite of client
2039   * Bugfixes. Memory service gargled
2040   * Bugfixes. mailstat service gargled
2041
2042 lrrd (0.9-3)
2043
2044   * Adapt to new version of client
2045   * Bugfixes to clients and a new configfile
2046
2047 lrrd (0.9-2)
2048
2049   * Fixed host_name
2050
2051 lrrd (0.9-1)
2052
2053   *  The new version
2054
2055 lrrd (0.7-1)
2056
2057   * Total rewrite. Much prettier. Perl er brukt.
2058   * Bugfix in postinst (make_html when upgrading).
2059   * Lots of new lrrd-d-modules. Tuning and fixing.
2060   * Debconf is out. Added searching for old-name config-files.
2061
2062 lrrd (0.6-8)
2063
2064   * Renamed mrtgd til lrrd.
2065   * Daemon now runs lrrd.d-scripts properly.
2066   * Added modules: load memory
2067  
2068 lrrd (0.6-7)
2069
2070   * make_graph has proper colours.
2071   * make_html creates a nicer index.html.
2072   * Debconf in use.
2073   * Minor bugfixes: init.d-restart
2074
2075 lrrd (0.6-5)
2076
2077   * make_html makes sure there's an index.html.
2078   * Bugfix. Config-file now read earlier.
2079
2080 lrrd (0.6-4)
2081
2082   * Several bugfixes.
2083   * Cron-entry now uses logfiles.
2084   * Added config-file.
2085
2086 lrrd (0.6-3)
2087
2088   * Added debian-dependencies.
2089
2090 lrrd (0.6-2)
2091
2092   * Added monitoring for apache httpd daemons.
2093   * The daemon now backgrounds itself.
2094   * The init.d-script now "stop"s.
2095
2096 lrrd (0.6-1)
2097
2098   * Slightly tested. Going out.
2099
2100 lrrd (0.5-4)
2101
2102   * Now ready for production environments.
2103
2104 lrrd (0.5-3)
2105
2106   * Quite a few changes. Beginning to get ready for release.
2107
2108 lrrd (0.5-2)
2109
2110   * New test.
2111
2112 lrrd (0.5-1)
2113
2114   * Initial Release.
2115
Note: See TracBrowser for help on using the browser.