root/tags/1.4.2/ChangeLog

Revision 3232, 99.7 kB (checked in by janl, 9 months ago)

* Update UPGRADING and Changelog for 1.4.2

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