1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
hobbit-plugins (20100527) unstable; urgency=low
* ircbot: implement drop and ack commands.
* apt: If /var/lib/apt/update_output exists, assume it contains errors from
apt-get update -qq and print it.
-- Christoph Berg <myon@debian.org> Thu, 27 May 2010 13:01:14 +0200
hobbit-plugins (20100320) unstable; urgency=low
* ircbot: improve messages a bit, and implement disable/enable commands.
-- Christoph Berg <myon@debian.org> Sat, 20 Mar 2010 20:35:03 +0100
hobbit-plugins (20091007) unstable; urgency=low
* xynagios: Add --hostname, --strip, and --trends options.
-- Christoph Berg <myon@debian.org> Wed, 07 Oct 2009 16:09:58 +0200
hobbit-plugins (20090817) unstable; urgency=low
* xynagios: adaptor for running Nagios plugins with Xymon.
* misc: meta plugin for running series of scripts.
+ mount-ro: check for read-only filesystems.
+ zombies: check for zombie processes.
* Hobbit.pm: Allow setting the report title line via $bb->{title}.
* Recommends libsysadm-install-perl.
* Remove Martin from Uploaders.
* Bump Standards-Version and DH compat level.
-- Christoph Berg <myon@debian.org> Mon, 17 Aug 2009 09:34:33 +0200
hobbit-plugins (20090420) unstable; urgency=low
* apt: Show number of outstanding upgrades; don't complain about held
packages not coming from a repository.
* mdstat: Monitor /proc/mdstat.
* ircbot: Display acknowledgements.
-- Christoph Berg <myon@debian.org> Mon, 20 Apr 2009 18:03:02 +0200
hobbit-plugins (20080705) unstable; urgency=low
[ Peter Eisentraut ]
* ntpq: Give ntpq some time to initialize, so the test is not red just
after boot.
[ Christoph Berg ]
* apt: Also look for /var/lib/apt/update_success.
* entropy: Monitor and graph available kernel entropy.
* ircbot: Show disable time and message when tests are set blue.
* Remove `bb-check-' prefix from apt und libs plugin binaries.
-- Christoph Berg <myon@debian.org> Sat, 05 Jul 2008 16:03:53 +0200
hobbit-plugins (20080407) unstable; urgency=low
[ Christoph Berg ]
* bb-check-apt: Warn when installed packages have no corresponding apt
repository.
* postgres: Use PgCommon.pm to find active clusters for the latest
PostgreSQL version installed and monitor all. Clusters not named "main"
will be reported as clustername.domainname.
[ Peter Eisentraut ]
* bb-check-apt: Also check /var/lib/apt/periodic/update-stamp for last
update timestamp, because some file systems don't update
/var/lib/apt/lists/lock reliably.
* Corrected spelling of PostgreSQL in package description and postgres.cfg.
* Hobbit.pm: Added status synopsis to the title line after the date.
* ntpq: New module for checking the ntpd daemon synchronization status.
-- Christoph Berg <myon@debian.org> Mon, 07 Apr 2008 13:17:10 +0200
hobbit-plugins (20080308) unstable; urgency=low
* Hobbit.pm: Perl module for easier scripting.
* aptdiff: Monitor differences in installed packages in host pools.
* ipmi: Monitor IPMI sensors and event log.
* ircbot: Do not announce unchanged status messages.
* Add README.Debian.
-- Christoph Berg <myon@debian.org> Sat, 08 Mar 2008 01:27:48 +0100
hobbit-plugins (20080229) unstable; urgency=low
* Add IRC bot plugin.
-- Christoph Berg <myon@debian.org> Sat, 01 Mar 2008 01:42:17 +0100
hobbit-plugins (20071222) unstable; urgency=low
* Add postgres plugin (needs splitncv patch, included in hobbit >=
4.2.0.dfsg-9).
-- Christoph Berg <myon@debian.org> Sat, 22 Dec 2007 19:59:17 +0100
hobbit-plugins (20071101) unstable; urgency=low
* Use hobbit init script to recreate include files.
* Add conn6 server script.
-- Christoph Berg <myon@debian.org> Thu, 01 Nov 2007 21:38:00 +0100
hobbit-plugins (20070908) unstable; urgency=low
* bb-check-libs: Format output over multiple lines, send clear instead of
purple when lsof is missing.
* bb-check-apt: print "apt-get install" for cut-and-paste, also print
packages on hold.
* Add Homepage: and Vcs-Hg:.
-- Christoph Berg <myon@debian.org> Sat, 08 Sep 2007 00:40:32 +0200
hobbit-plugins (20070823) unstable; urgency=low
* bb-check-libs: Code restructured, handle lsof not found more nicely.
* Fix postinst.
* Section: net.
-- Christoph Berg <myon@debian.org> Thu, 23 Aug 2007 16:50:30 +0200
hobbit-plugins (20070819) unstable; urgency=low
* Initial release.
-- Christoph Berg <myon@debian.org> Sun, 19 Aug 2007 14:32:59 +0200
|