root/tags/1.4.0-alpha/ChangeLog

Revision 2902, 80.4 kB (checked in by janl, 2 years ago)

* Dammit, we wanted the changelog in the release too!

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