munin (1.2.6-10~lenny2) stable-proposed-updates; urgency=low * Apply patch by Brian De Wolf (taken from upstream trunk r2352 and 1.2.6-14 from Debian squeeze) to fix gaps in graphs of the cpu plugin due to changes in the way the kernel reports cpu usage. (Closes: #535575, #554003) -- Holger Levsen Wed, 25 Nov 2009 10:51:26 +0100 munin (1.2.6-10~lenny1) stable-proposed-updates; urgency=low * Rebuild for stable-proposed-updates. -- Holger Levsen Fri, 13 Mar 2009 09:53:38 +0100 munin (1.2.6-10) unstable; urgency=low * munin-html: create needed directories if they don't exist. Normally this is done in munin-graph, but that's not used in cgi mode. Thanks to Peter Palfrader for the bugreport with patch! (Closes: #514634) * node.d.linux/netstat.in: fix regex to only match openened connections, thanks to Paul Slootman for 460-netstat-regex.patch. (Closes: #507069) -- Holger Levsen Sat, 28 Feb 2009 19:54:14 +0100 munin (1.2.6-9) unstable; urgency=low [ Matthias Schmitz ] * 420-munin-limits.excessive-notifications.patch: Make the number of state transitions (from or to unknown) configurable before a notification will be send, now set to 3. Thanks to Steve Wilson for the patch. (Closes: #501214) * Add a stderr/stdout redirection to iostat plugin. (Closes: #512407) * munin-cgi-graph: better check of semget() return value. Thanks to Rafał Kupka! (Closes: #512572) [ Holger Levsen ] * apc_nis plugin: Set line_volt.max to 300 (instead of 200) to correctly deal with 220V installations. Thanks to Tim Bagot for reporting this! (Closes: #511781) -- Holger Levsen Wed, 04 Feb 2009 20:05:53 +0100 munin (1.2.6-8) unstable; urgency=low [ Matthias Schmitz ] * Added missing dashes to the http connector in tomcat_threads, tomcat_volumes and tomcat_access. Thanks to Markus Fischer! (Closes: #500304) * With rrdtool >= 1.3 the column alignment in the graph legend only works with a monospace font. Remove fix path to legend font in munin-graph and substitute it with fontconfig name 'monospace'. (Closes: #499033) * Remove the 'autoconf' magic marker from the postgres_* plugins. (Closes: #503294, #503403) [ Holger Levsen ] * munin-node.postinst: only execute $TMPFILE if munin-node-configure (which creates it) exited without errors. (Closes: #503913) * node/munin-node.conf.pod: fix error from pod2man spotted by lintian. -- Holger Levsen Sat, 08 Nov 2008 14:31:13 +0000 munin (1.2.6-7) unstable; urgency=low * Add trivial patch from Guido Günther to munin-node to allow colons in plugin names, to enable support for IPv6 addresses. (Closes: #499391) * Remove 'white-space: nowrap;' from style.css, this avoids too wide html pages in large Munin installations. (Closes: #500080) -- Matthias Schmitz Wed, 24 Sep 2008 23:12:20 +0200 munin (1.2.6-6) unstable; urgency=low [ Matthias Schmitz ] * Since version 1.3.x rrdtool / librrds uses libpango which needs its input utf8 encoded. Because all munin plugins are latin1 munin-graph now encodes the strings into utf8 before feeding them to librrds. (Closes: #494547) Also mention the need for latin-1 encoded plugins in munin-node.README.Debian. * Included postgresql plugins. (Closes: #320079) Add libdbd-pg-perl to munin-node suggests. * Make munin-node suggests of smartmontools versioned to >=5.37-6~bpo40+1 because this version contains fixes for CCISS controllers needed by plugin hddtemp_smartctl, to help backporters. (Closes: #488357) [ Holger Levsen ] * Add libnet-netmask-perl to munin-plugins-extra suggests. (Closes: #494095) * Add trivial patch from Guido Günther to munin-run to allow colons in plugin names, to enable support for IPv6 addresses. (Closes: #499391) -- Holger Levsen Fri, 19 Sep 2008 15:29:38 +0000 munin (1.2.6-5) unstable; urgency=low [ Matthias Schmitz ] * The plugin nfsd will not longer try to read values from a not longer existent /proc/net/rpc/nfsd. (Closes: #490882, #473854) * munin-run will now print its usage if its called without a plugin parameter. (Closes: #416478) * node.d/postfix_mailqueue: redirect the 'which' output to /dev/null to avoid an unnecessary error message. (Closes: #495004) * node.d/exim_mailstats: cut out the pid from the logfile lines if log_selector=+pid is used (Closes: #440622) * munin-node: Add an entry to /etc/munin/plugin-conf.d/munin-node to let the plugin fw_forwarded_local run as root. (Closes: #411869) * node.d.linux/fw_conntrack: Add 'graph_args -l 0' to plugin so that the graph scale always starts from zero and completely shows the area of the established connections. (Closes: #490093) [ Holger Levsen ] * Fix typos in node/Plugin.pm, thanks to Joey Schulze. (Closes: #495003) -- Holger Levsen Sun, 24 Aug 2008 17:35:34 +0000 munin (1.2.6-4) unstable; urgency=medium * Install munin-node gracefully (ie. inside a chroot, where port 4949 is bound to another munin-node already) : munin-node.postinst: don't exit postinst with error if just munin-node-configure fails. debian/rules: use dh_installinit with --error-handler=true. (Closes: #491130) * munin-node: if_ and if_err_ plugins: add msh|venet|veth to the regex of detected interfaces. (Closes: #489505) * munin-node: postfix_mailqueue plugin: use postconf to detect postfix's spooldir. (Closes: #383397) * munin-plugins-extra: include vserver plugins (Closes: #489737), thanks to Micah Anderson for maintaining them. Make them use /bin/bash instead of /bin/sh as they don't work with dash yet. * munin-node: depend on gawk. (Closes: #491559) * munin-node: add versioned dependency on lsb-base. (Closes: #469311) * munin-node-configure: don't treat empty suggests as errors. (Closes: #491475, #489502) * munin-node: sensors plugin: don't output errors on autoconf and suggest if no sensors binary is installed. (Closes: #491473) * munin-plugins-extra: fix typo in courier plugin. (Closes: #491463) -- Holger Levsen Thu, 17 Jul 2008 16:33:05 +0000 munin (1.2.6-3) unstable; urgency=low [ Holger Levsen ] * Add liblwp-useragent-determined-perl to suggests for the munin-node package as its needed for the apache_accesses plugin. [ Matthias Schmitz ] * Fix typo in munin-node postinst. (Closes: #489591) * Fixed POD typo in Plugin.pm (Closes: #488700) -- Matthias Schmitz Mon, 07 Jul 2008 13:31:32 +0200 munin (1.2.6-2) unstable; urgency=low [ Matthias Schmitz ] * Fix the exim detection in exim_mailqueue with the patch from Damyan Ivanov, thanks! Closes: #486865 * Replace the wrong filehandle close in exim_mailstats through tail_close(). Closes: #486868 * Remove the "-w" from the hash bang line of ntp_offset since nether dash nor bash (or ksh) knows this parameter. Closes: #486887 * Change maintainer mail back to munin-deb-maint@linpro.no * To become compatible with Nagios substitute "%" by "percent" in graph title of plugins df and df_inode. Thanks Andreas Beckmann, Closes: #472239 * The plugin smart_ will not longer spin up disks in standby mode. Added "-n standby" to the smartctl call. In plugin hddtemp_smartctl this issue was already fixed upstream. Closes: #409462 * Included plugin 'ups_'. Thanks Andras Korn! Closes: #305917 * Set default logfile to mail.conf for postfix_mailvolume in plugins.conf since Debian's postfix logs there. In the plugin postfix_mailstats this issue was already fixed upstream. Closes: #461302 * Added detection of slashes in plugin ip_'s suggest mode. Closes: #464881, #411643, #402881 * Included plugin 'openvpn'. Closes: #354447 * Build the binary package 'munin-plugins-extra' with user contributed plugins (again) by default. Though previously this package was called 'munin-plugins-contrib'. It was renamed to avoid confusion about the term 'contrib' which is used in Debian with a different meaning. [ Holger Levsen ] * Bump Standards-Version to 3.8.0, add Homepage and Vcs-* pseudo-headers. * Add README.source and convert it to svn-buildpackage. Thanks to Patrick Winnertz for help on this and writing the pbuilder part of README.source. * Add error checking to postinst, so the postinst (and with it dpkg) doesn't fail if munin-node-configure fails, for example if /proc is not mounted. * Provide entry about the munin-plugins-extra package in NEWS file. * Add suggests to logtail for munin-plugins-extra, as some of those plugins need it. * Remove the buggy and unneeded logtail version detection code in the amavis and courier plugins as described in #298895 and #297628. (The bugs were closed in the BTS when the now called 'munin-plugins-extra' package wasn't build on default anymore.) * Adjust the default path for the mail logfile as suggested in #296533. (Same here, bug was closed in the BTS when this binary package wasn't build on default anymore.) -- Matthias Schmitz Tue, 01 Jul 2008 19:06:20 +0200 munin (1.2.6-1) unstable; urgency=low [ Matthias Schmitz ] * new upstream release (Closes: #440003, #310915, #387283, #307963, #241824, #307966, #311727, #336618, #307962, #307997, #385058, #385358, #332285, #403341, #373970, #398027, #385291, #436002, #440622, #463721, #406479, #454260, #484068, #472207, #485830) - introduce the munindoc command - introduce Munin::Plugin.pm and plugin.sh with utility functions for perl/shell plugins - new plugins: ntp_offset * Added tomcat_* plugins from Munin 1.3.4, Closes: #484097 [ Holger Levsen ] * Add Matthias and myself to uploaders. * Change maintainer mail address. * Fix formatting errors in debian/NEWS. * Bump standards version to 3.7.3, no changes needed. * Remove versioned dependencies/suggests on python, perl-modules and debhelper as they are all fullfilled even in oldstable. * Update debian/copyright to reflect that munin is under the GPL2. * debian/rules: Don't ignore failures in the clean target. * Move debhelper and quilt to Build-Depends:. -- Holger Levsen Sun, 11 May 2008 22:42:14 +0200 munin (1.2.5-2) unstable; urgency=low * apply patch that reads the default file, closes: #370347 * control: add Loic Dachary (OuoU) to Uploaders * control: standard version 3.7.2 -- Loic Dachary (OuoU) Tue, 07 Aug 2007 14:54:11 +0000 munin (1.2.5-1) unstable; urgency=low * New upstream release. - Replace calls to net_write() with print(), closes: #388789. - Replace calls to Net::Domain::hostfqdn() with a combination of Sys::Hostname::hostname() and gethostbyname(), closes: #307462, closes: #390815. - Handle errors opening the stats file in munin-update, closes: #329204. - Improves the default fonts in RRDtool 1.2, which caused some labels to line-wrap, reducing readability. Closes: #361585. - munin-node-configure-snmp now handles errors better, closes: #320455. - Plugin generic/multips is now sorted under Processes, closes: #312521. - Plugin linux/apt_all now correctly counts held packages, and also considers the distribution "stable", closes: #314610. * debian/control, debian/rules, debian/NEWS: - Add support for building a package containing the contrib plugins, closes: #306861. Patch from Marc Haber, thanks! * debian/munin-node.init, debian/munin.cron.d: - Recreate /var/run/munin on boot if it is absent. This is a work-around for brain-damage in Ubuntu, where this directory goes AWOL every time the machine is booted. Closes: #380434. * debian/control: - The link to the example installation was broken, instead point to the home page where there'll always be a link to a live one. * debian/munin-node.init: - Handle pidofproc() supplying the correct return code in the situation where the daemon is dead while the pid file exists. This was a bug in lsb-base (#381684) up to and including version 3.1-10. - Add LSB run-time dependency information. * debian/munin.cron.d: - Change the time of the daily forced munin-limits run so it doesn't start at the same time as the munin-cron process, which appeared to cause a race condition that made munin-limits report all values as 0. * debian/plugins.conf: - Run the ip_ plugin as the root user, closes: #373768. * debian/copyright: - The new upstream release bundles Bitstream Vera Mono, include its license. -- Tore Anderson Tue, 17 Oct 2006 14:39:05 +0200 munin (1.2.4-1) unstable; urgency=low * New upstream release. - Plugin linux/iostat now supports c#d#p#-named devices, closes: #309263. - Plugin generic/postfix_mailvolume should now correctly detect a Postfix installation, closes: #341265, #306591. * debian/munin-node.init, debian/control: - Fix killproc() call, whose interface changed in lsb-base 3.0-10. Version the dependency accordingly. Closes: #339952. * server/munin-cron.in, server/munin-graph.in, server/munin-limits.in: - Reverted to unmodified upstream versions, as the patches applied to 1.2.3 has been merged into the upstream tree. -- Tore Anderson Tue, 13 Dec 2005 18:21:59 +0100 munin (1.2.3-3) unstable; urgency=medium * debian/munin.preinst (removed), debian/munin.postinst, debian/munin.postrm, debian/munin-node.preinst (removed), debian/munin-node.postinst: - Remove all code that handled upgrades from versions earlier than 1.2.3-1. In a way this closes: #308008. * debian/munin.postrm, debian/munin-node.postrm: - Replace "test -o" bashism with "||". * debian/munin-node.cron.d: - Update APT's package index files periodically if the apt_all plugin enabled, too. Patch by Tommi Virtanen, thanks! Closes: #317278. * debian/control: - Remove conflict declarations on the old LRRD packages. - Make munin-node suggest ethtool, closes: #311603. - Make Munin depend on rrdtool instead of merely suggesting it. This is a workaround for bug #323975 and its duplicates. - Add a dependency on adduser for both packages. - Increment standards-version to 3.6.2.1, no changes required. * debian/munin-node.init, debian/control: - Reimplemented Munin-Node's init script using LSB functions. Closes: #326912, #326913. - Add a dependency on lsb-base for Munin-Node. * server/munin-graph.in, debian/control: - Replaced the patch from 1.2.3-2 with the upstream one from SVN revision 954. This re-enables support for RRDtool 1.0, so the versioned dependency on librrds-perl is dropped. * server/munin-cron.in: - Swallow bogus output from RRDtool, closes: #326061. This is a (hopefully temporary) workaround for bug #325353. -- Tore Anderson Sat, 10 Sep 2005 10:58:08 +0200 munin (1.2.3-2) unstable; urgency=low * server/munin-graph.in: - Gave up waiting for the new upstream release, and applied Robert Loomans' patch to make Munin support RRDtool 1.2, closes: #324605, closes: #325280. Thanks, Robert! Note that this breaks compability with RRDtool 1.0. Sarge users should wait for the new upstream release which will support both RRDtool 1.0 and 1.2. * debian/control: - Made the munin package depend on librrds-perl in versions 1.2 or above. -- Tore Anderson Wed, 31 Aug 2005 09:11:47 +0200 munin (1.2.3-1) unstable; urgency=medium * New upstream release, targeted at Sarge. - Plugin linux/sensors_ now handles yet another form of output from the sensors(1) utility, closes: #300690. - Plugin generic/postfix_mailstats now shouldn't include rejects from the cleanup daemon in the total count, closes: #302220. - Munin-update no longer emits Perl warnings to stdout, closes: #302502. * server/munin-limits.in, debian/NEWS: - Apply patch from trunk which redirects all stdout and stderr from the program being run to the log, closes: #301196. The references to this functionality has been corrected in the NEWS file, and also in the example config file. * debian/control: - Increment standards-version to 3.6.1.1, no changes required. * debian/munin.docs: - Include README-apache-cgi. -- Tore Anderson Sun, 03 Apr 2005 02:33:26 +0200 munin (1.2.2-3) unstable; urgency=high * node/munin-node.in: - Fix mis-merge of the optional user patch, restoring per-plugin group setting. Thanks to Andras Korn for reporting and Robert Loomans for patch (Closes: #299589). * node/munin-node.in, node/munin-run.in: - Allow root for the per-plugin group directive. * Fix autoconf for the linux/nfs* plugins. -- Dagfinn Ilmari Mannsaker Wed, 16 Mar 2005 20:45:15 +0100 munin (1.2.2-2) unstable; urgency=low * node/munin-node.in, node/munin-run.in: - Allow plugins to specify users to run as if present, while falling gracefully back on the default user if the specified user doesn't exists. Patch grabbed from upstream CVS. * debian/plugins.conf: - Run the postfix_mailqueue plugin as the postfix user only if it exists. -- Tore Anderson Sun, 13 Mar 2005 13:55:36 +0100 munin (1.2.2-1) unstable; urgency=low * New upstream release. - Plugin linux/irqstats now handles blank lines in /proc/interrupts, closes: #296452. - Plugins generic/apache_* could in some cases cause spurious spikes, this has now been fixed. Closes: #296454, #296645. - Plugin linux/df_inode now handles devices with hyphens in their names correctly, closes: #298442. - Plugin generic/exim_mailstats now graphs rejects, closes: #295799. - Earlier versions of munin-update could in some cases complain about "nested quantifiers in regex", now fixed. Closes: #296575. - Fixes some broken HTML in the templates, closes: #296676. - Updates over very slow connections are now handled more gracefully, closes: #298108. * debian/rules, debian/plugins.conf, debian/NEWS: - Do not include contrib plugins in the munin-node package anymore. Sort-of closes: #296533, #297451, #297628, #297904, #298895. * debian/rules, debian/munin-node.postinst: - Delay startup of the node significantly, as it may require other monitored services (e.g. ntpd) to be already running. Also change the startup time if the package is being upgraded, if the current init configuration is the old package's defaults. Closes: #298793, thanks to Stephen Gran for noticing. * debian/plugins.conf: - Run the Courier-MTA and Postfix plugins with necessary additional privileges so they work out of the box, closes: #297654, #296985. Thanks to Charles Fry and Juraj Bednar for pointing this out. - The smart_ plugin is now run as root (which is necessary). * debian/control: - Suggest acpi over lm-sensors, and not the other way around as it was earlier. Both the acpi and sensors_ plugins achieve the same thing, but the former is auto while the latter is manual. - Remove the hddtemp suggestion and replace it with smartmontools, closes: #296361. The hddtemp* plugins was replaced with hddtemp_smartctl in 1.2.0. - Suggest python (>= 2.2), used by the smart_ plugin. - A few minor rewrites in the descriptions. * debian/munin-node.manpages: - Include munin-node-configure-snmp(8). * server/munin-limits.in: - Reverted to upstream version, as the patched required in 1.2.0-1 have been merged. -- Tore Anderson Sun, 13 Mar 2005 00:28:49 +0100 munin (1.2.0-1) unstable; urgency=low * New upstream release, closes: #264878, #293499, #290099: - Many plugins have changed type from COUNTER to DERIVE, to avoid spurious spikes when the counters are mistakenly assumed to have wrapped. This change may cause empty graphs to occur, take care to read NEWS.Debian before upgrading the "munin-node" package! Closes: #225623, #233762. - Munin-update no longer truncates long field names, closes: #256370. This may in some cases cause empty graphs, please read NEWS.Debian for more information before upgrading the "munin" package. - Replaces the old Nagios-specific integration with a much more generic framework for sending alerts to wherever you want. As a side effect, this closes: #291168. - Corrects an erroneous commented example in munin.conf, closes: #294060. - The munin-node.conf setting default_plugin_user now actually works as advertised, closes: #295366, #295367. - Plugin generic/bind9 now source its configuration from %ENV, closes: #268142, #272049. - Plugin generic/amavis now autodetects how to correctly invoke logtail, closes: #284638, #288395. - Plugin generic/squid_cache now correctly calculates cache size when using multiple cache directories, closes: #288579. - Plugin generic/postfix_mailstats now defaults to reading from a more correct log file, closes: #291720. - Plugin generic/postfix_mailstats now correctly identifies the reject code as newer Postfix versions logs them, closes: #292110. - Plugin generic/postfix_mailvolume now has a improved graph_title (that is not the same as the title of generic/postfix_mailstats). Closes: #292083. - Plugin generic/named now defaults to reading from a more correct log file, closes: #291849. - Plugin linux/fw_forwarded_local now correctly reports 0 instead of NaN in some situations, closes: #284673. - Plugin linux/iostat now ingores devices that have had no I/O operations whatsoever and thus are assumed to be unused, closes: #267195. - New plugin: linux/forks. Closes: #225638. - New plugin: linux/uptime. Closes: #283622. - New plugin: linux/irqstats. Closes: #224990. - New plugin: generic/courier_. Closes: #291854. - New plugin: generic/perdition. Closes: #291855. * debian/NEWS: - Document the changes that may lead to data loss when upgrading from Munin 1.0.x, and also write a bit about the new munin-limits framework. * debian/control: - Add dependency on perl-modules (>= 5.8.0) | libparse-recdescent-perl for the main munin package, as munin-limits requires Text::Balanced. - Add libdate-manip-perl as a recommended package for the munin package, as the new CGI functionality depends on it. - Change libnet-snmp-perl to be a recommended package for munin-node instead of only suggested, as the new munin-node-configure-snmp requires it. * debian/Makefile.config: - Install the new CGI in /usr/lib/cgi-bin/, as mandated by the Debian Policy Manual. * debian/munin.cron.d, debian/munin.manpages, debian/munin.logrotate, debian/munin.postrm: - The new upstream release includes "munin-limits", which supersede "munin-nagios". Update the installed manual pages, cron jobs, logrotate configuration, and purge script accordingly. * debian/plugins.conf: - Plugin linux/fw_conntrack is now run as root as this file recently has changed to not be world readable, closes: #291226. - Plugin linux/if_ is now run as root in order to probe the speed of the network interface. * debian/munin.postinst, debian/munin-node.postinst, debian/munin.postrm, debian/munin-node.postrm: - Use dpkg-statoverride to handle the permissions on the data and log directories. * server/munin-limits.in: - Change lock file directory to match that of munin-update, munin-graph, and munin-html (grabbed from upstream CVS). - Fix a string comparsions where the "==" operator was used instead of "eq" (grabbed from upstream CVS). * debian/munin.postinst: - Only change user and group ownership on the data files from "lrrd" to "munin" when the package is first installed, not on every upgrade. -- Tore Anderson Mon, 21 Feb 2005 00:16:25 +0100 munin (1.0.5-1) unstable; urgency=low * New upstream release: - Expands @@ macros in man pages, closes: #286399. - Fixes bug in munin-run %ENV untainting, closes: #285173. - Fixes template variable escaping and other XHTML errors, closes: #287435 (based on patch by Tommi Virtanen ). - hddtemp plugin calls hddtemp -n to avoid having to parse its output, closes: #282021. * Add Suggests: for programs and perl modules needed by plugins but not the services they monitor, closes: #272148, #270090. -- Dagfinn Ilmari Mannsaker Wed, 5 Jan 2005 23:47:16 +0100 munin (1.0.4-1) unstable; urgency=low * New upstream release. -- Tore Anderson Sun, 5 Dec 2004 16:54:19 +0100 munin (1.0.3-1) unstable; urgency=low * New upstream release: - Fixes typo in linux/fw_forwarded_local, closes: #275535. - Fixes typo in linux/fw_packets, closes: #275537. - Plugin generic/acpi now autodetects correctly even if the acpi version does not contain the acpi_available program, closes: #275538. * debian/plugins.conf: - Run the spamstats plugin with the group adm, closes: #278765. - Sorted the entries alphabetically. -- Tore Anderson Mon, 1 Nov 2004 21:56:41 +0100 munin (1.0.2-1) unstable; urgency=low * New upstream release, fixing the follwing: - munin-graph spews uninitialized value in concatenation [precedence error], thanks to Don Armstrong (Closes: #267185). * Run the hddtemp plugins as root, write access to the device isn't enough. -- Dagfinn Ilmari Mannsaker Wed, 1 Sep 2004 09:32:42 +0200 munin (1.0.1-1) unstable; urgency=low * New upstream release, fixing the following: - [munin-graph/1.0] multiple .negative options is broken, thanks to Andre TOmt (Closes: #250982). - [plugin:hddtemp2/1.0] Must run under "C" locale (Closes: #253497). - munin-node: LANG-dependant behaviour changes (Closes: #255312). - [plugin:sensors_temp/1.0] Omits temperature values without max and/or hysteresis value(s), thanks to Elmar Hoffmann (Closes: #256380). - [plugin:sensors_volt/1.0] Omits negative voltages, thanks to Elmar Hoffmann (Closes: #256734). - [plugin:ipac_ng/1.0] Syntax error, thanks to Stefani Banerian (Closes: #264714). - [plugin:hddtemp2/1.0] Ignores env.ignore (it's not supposed to, really! :), thanks to Michel Meyers (Closes: #265022). - munin-node: plugin iostat_ios has improper magic file marker, thanks to Micah Anderson (Closes: #262708). * Set Maintainer: to the Munin team address. * Add Tore Anderson and myself to Uploaders: * Make the hddtemp plugins run as group "disk" to ensure access to the disks. -- Dagfinn Ilmari Mannsaker Wed, 18 Aug 2004 20:55:27 +0200 munin (1.0.0-1) unstable; urgency=low * New upstream release. -- Tore Anderson Sun, 18 Jul 2004 13:19:31 +0200 munin (0+1.0.0pre5-1) unstable; urgency=low * New upstream release: - Apache plugins' autoconf routines should be fixed, closes: #236144. - The node now applies plugin user settings at startup, closes: #236694. - Fixed link rot in the templates, closes: #236792. - graph_scale improved to use rrdgraph --units-exponent, closes: #236834. - Improves the labels of the Apache plugins, closes: #238594. - Improved sensors_* plugins to better cope with various output from /usr/bin/sensors, closes: #245289. - Adds new plugin for NFS statistics, closes: #223775. * debian/rules: - Include "contrib" plugins as well as "auto" and "manual" in the munin-node package, closes: #236939, #236972, #245104. * Makefile: - Ignore the return value of htmldoc, as it's begun returning non-zero if it encountered a non-fatal error in the document. -- Tore Anderson Fri, 21 May 2004 20:51:19 +0200 munin (0+1.0.0pre3-1) unstable; urgency=low * New upstream release, closes: #231049: - Project renamed from "LRRD" to "Munin". Almost every file in the debian directory has changed both name and content due to this, and the changes related to this are far too numerous to detail here. - iostat plugin now works on Linux 2.6, closes: #224113. - mysql_queries now appends ".value" to the fields, closes: #224118. - Munin-node now ignores config files names suggesting they're backup files of some sort (such as "foo.dpkg-old"), closes: #224265. - Munin-node now doesn't attempt to drop privileges using setuid() and setgid() if it's not running as root to begin with, closes: #224300. - Untaint %ENV unconditionally; let the admin shoot himself in the foot if he wants to, closes: #224838, #224878. - Munin-update now allows any character in service names (although it translates exotic ones to "_"), closes: #224859. - Munin-graph now handles bogus input from plugins more gracefully, closes: #224942. - Munin-update doesn't any longer complain on stderr if a node times out in mid-transfer, closes: #227650. - Incorporates Mike Fedyk's many improvements to the memory plugin, closes: #223346. - The iostat graph is now mirrored over the X axis, making it much easier to read, closes: #223373. - Fix buggy HTML in the service view, closes: #230322. - Limit the maximum values from the vmstat plugin to 500000, to avoid spurious peaks to sneak in, closes: #225489, #225626. - Further improvements to related to timeout handling, closes: #224480. * debian/plugins.conf: - Run the Exim mailstats plugin in the groups "mail" and "adm", to ensure we can read the log files we need, closes: #225988. - Run the Exim mailqueue plugin with "Debian-exim" as a supplementary group if it exists, closes: #229860. * debian/munin-node.init: - Use a full string match instead of a substring match when looking in the process table for running Munin-node processes, closes: #224486. - Remove $( Thu, 05 Feb 2004 19:15:14 +0100 lrrd (0.9.9r5-1) unstable; urgency=low * New upstream release: - Allows for customizing which port to connect to when the server is talking to its clients, closes: #214114. - Makes it possible to change the plugins' environment arbitrarily, sort-of closes: #214277. - Relaxes the paranoia regarding the plugins' ownership and permission modes somewhat, closes: #214186, #216401. - Further impovements to the error-handling logic in lrrd-server, which hopefully closes: #215739, #222674, #222821. - Removed the spurious use of Config::General in lrrd-client, closes: #216176. - Includes Andras Korn's psu_ wildcard plugin, which counts the number of processes owned by specific users, closes: #214210. Thanks, Andras! - The number of context switches per second is now graphed by the interrupts plugin, closes: #222838. Thanks, Mike Fedyk! - Corrected field names in the vmstat plugin, closes: #222841. Thanks again, Mike Fedyk! * debian/control: - Drop dependency on libconfig-general-perl for lrrd-server, as this configuration file format is now deprecated. - Change priority to extra, due to the dependency on librrds-perl. * debian/rules: - Polished slightly. * debian/lrrd-client.dirs: - Removed unecessary entry /var/run/lrrd, which is installed from the Makefile. * debian/lrrd-client.init: - Rewritten, now sports improved error handling and intrinsic distrust of start-stop-daemon's return values, closes: #202190. * debian/lrrd-server.cron.d: - Check if the binaries we're about to run exist and are executable before running them, closes: #221691. * debian/lrrd-client.postinst, debian/lrrd-server.postinst: - If we're updating from the packages which didn't create the lrrd system group, try to make the GID the same as the already existing lrrd users' UID, if it's available. * debian/lrrd-client.postinst: - Rewritten as a shell script. - Initial plugin setup now relies on lrrd-client-configure instead of an internal function to to initialize plugins. This also ensures that automatic plugins later added to the package will be enabled on upgrades. - The plugins' state files was inappropriately placed in /var/run, move them to /var/lib if any exist in the former location. * debian/lrrd-server.postinst: - Actually check how we're called, don't blindly assume we're configuring. * debian/lrrd-server.postrm, debian/lrrd-client.postrm: - Better handling of empty dirs after purge. (This is workaround for dpkg bug #198522). * debian/lrrd-server.postrm: - Remove some ucf stuff I had forgotten about. * debian/plugins.conf: - Updated to the new syntax for passing options to the plugins. * debian/Makefile.config: - Now only contains overrides to the upstream defaults, instead of being a full replacement for upstream's Makefile.config. - PLUGSTATE changed from /var/run/lrrd to /var/lib/lrrd/plugin-state, as these files should persist after reboots. -- Tore Anderson Fri, 28 Nov 2003 23:30:27 +0100 lrrd (0.9.8-1) unstable; urgency=low * New upstream release: - Fixes several situations where the server would stop gathering data, closes: #202191, #202637, #209329, #203173. - The client will now drop privileges if possible, closes: #201726. - Makes the MySQL plugins more configurable, and uses floats instead of integers in the ISAM space plugin, closes: #202639, #202643. - Adds support for Linux 2.6 in the memory plugins, closes: #205019. - Better handling of unreachable nodes, closes: #205999. * debian/control: - Standards-Version 3.6.1.0, no changes required. - Change my email address. - Drop dependency on ucf. - Add dependency on libstorable-perl, as required by the new upstream release. * debian/Makefile.config, debian/rules: - Updated for the new upstream release. * debian/lrrd-client.postinst: - Use lrrd-run instead of invoking the plugins directly, to ensure their autoconf values are correct. * debian/lrrd-server.postinst: - Stop using ucf to handle /etc/lrrd/server.conf, instead ship is as a dpkg conffile. This is made possible by using the new configuration setting 'use_default_name'. * debian/lrrd-client.postinst, debian/lrrd-server.postinst: - Add the system group lrrd as well as a system user, and ensure that all data directories are owned and writeble by these. * debian/plugins.conf (new): - Includes configuration settings for the plugins. * debian/lrrd-client.docs (new), debian/lrrd-server.docs (new): - Include the LRRD documentation, closes: #203647, #203748. * Makefile: - Generate the lrrd-run manual page from the correct POD file. - Disable cleaning the debian/ tree in the clean target. -- Tore Anderson Sat, 04 Oct 2003 16:40:45 +0200 lrrd (0.9.7-2) unstable; urgency=low * Correct path to lrrd-nagios in /etc/cron.d/lrrd-server, closes: #202803. * Use Net::Domain instead of /bin/hostname when generating server.conf, to ensure the hostname matches the client's, closes: #203960. * Do not determine the hostname and domain during build. -- Tore Anderson Sat, 09 Aug 2003 23:09:21 +0200 lrrd (0.9.7-1) unstable; urgency=low * New upstream release. - Massive changes in build system, update debian/rules accordingly. - The server will now ignore unreachable nodes, and should thus not send root arcane error messages anymore, closes: #200487. * After reading through the texmf.cnf thread on debian-devel, I realize I've forgotten the simplizity and no-nonsense qulities about Debian that attracted me in the first place, and that I've fallen for the temptation of making the configuration scripts too pretentious and loquacious. Therefore, I've killed all of the Debconf questions, and instead enable a default set of plugins based on the autoconf and suggests routines, closes: #197413. * /etc/lrrd/client.conf is now a conffile handled by dpkg. * Rewrote lrrd-client's postinst in Perl. * Include the APT plugin in the lrrd-client package. Hence, the lrrd-client package now Conflicts and Replaces lrrd-plugin-apt. Thanks to James Troup for the suggestion. * Declare the debhelper compat level in debian/compat instead of in debian/rules. * Standards-Version 3.6.0, no changes required. -- Tore Anderson Mon, 14 Jul 2003 20:39:18 +0200 lrrd (0.9.6-1) unstable; urgency=low * Initial release, closes: #169079. -- Tore Anderson Sat, 31 May 2003 17:15:35 +0200