root/tags/1.4.0/ChangeLog

Revision 3116, 94.6 kB (checked in by janl, 3 months ago)

* Give the docs a once-over and update ChangeLog?

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