Stop claiming that the Debian package ships cron jobs
[mirror/dsa-nagios.git] / dsa-nagios-checks / debian / changelog
1 dsa-nagios-checks (119) UNRELEASED; urgency=medium
2
3   [ Peter Palfrader ]
4   * dsa-check-raid-sw: correctly parse resync percentages under 10%.
5   * Add check_puppetdb_nodes.
6
7   [ Adam D. Barratt ]
8   * dsa-check-soas: fix variable scoping
9   * Add dsa-check-clamav-signatures.
10   * dsa-check-config: fix typo in log check for "OK" statuses.
11   * dsa-eventhandler-restart-service: update comments to match current
12     usage.
13   * debian/control: remove mention of cron jobs that are no longer
14     included in the package.
15
16   [ Julien Cristau ]
17   * port dsa-check-statusfile and dsa-check-memory to python3
18   * dsa-check-zone-signature-all: tell dig not to convert punycode.
19
20   [ Peter Palfrader ]
21   * dsa-check-running-kernel: When we ask apt-cache for information on
22     the metapackage to extract the actual kernel image it depends on, we
23     sort that output.  It's not clear why we do that, since we pass the
24     option --no-all-versions to apt-cache so we should only get one answer
25     anyhow.  Nevertheless, since we sort we might just as well use -V
26     to version sort that output.  dpkg-version sort would be even better,
27     but hey.  This is based on Erik Auerswald's patch in #884328.
28
29  -- Peter Palfrader <weasel@debian.org>  Mon, 20 May 2019 12:52:00 +0200
30
31 dsa-nagios-checks (118) unstable; urgency=medium
32
33   [ Peter Palfrader ]
34   * dsa-check-timedatectl:
35     - in buster, timedatectl no longer considers the ntp status of
36       the ntp.service.  So we manually do that now.
37     - also switch to parsing the machine readable output in buster.
38   * dsa-check-ucode-intel: add.
39
40  -- Peter Palfrader <weasel@debian.org>  Mon, 20 May 2019 12:50:51 +0200
41
42 dsa-nagios-checks (117) unstable; urgency=medium
43
44   [ Peter Palfrader ]
45   * dsa-check-hpssacli: add --ignore-cache
46   * add: dsa-check-unbound-anchors
47   * dsa-check-zone-rrsig-expiration-many: fix use of uninitialized value
48     with unsigned zones.
49   * dsa-check-running-kernel: handle -unsigned packages
50   * dsa-check-backuppg: Ignore lost+found directory
51
52   [ Jan Wagner ]
53   * update-apt-statusdir, dsa-update-unowned-file-status:
54     Create status directory if not existing.
55
56   [ Moritz Muehlenhoff ]
57   * dsa-check-timedatectl: Adapt check for buster.
58
59  -- Aurelien Jarno <aurel32@debian.org>  Mon, 01 Apr 2019 09:59:09 +0200
60
61 dsa-nagios-checks (116) unstable; urgency=medium
62
63   * Add dsa-check-ipv6-default-gw.
64
65  -- Peter Palfrader <weasel@debian.org>  Sun, 11 Mar 2018 09:05:39 +0100
66
67 dsa-nagios-checks (115) unstable; urgency=medium
68
69   [ Julien Cristau ]
70   * Set a specific User-Agent in dsa-check-mirrorsync
71
72  -- Aurelien Jarno <aurel32@debian.org>  Sat, 03 Mar 2018 11:10:51 +0100
73
74 dsa-nagios-checks (114) unstable; urgency=medium
75
76   * Add dsa-check-openmanage to monitor Dell hosts.
77
78  -- Julien Cristau <jcristau@debian.org>  Sun, 18 Feb 2018 11:03:16 +0100
79
80 dsa-nagios-checks (113) unstable; urgency=medium
81
82   * Add dsa-check-systemd-services that also prints failed systemd services
83     when things are degraded.
84
85  -- Peter Palfrader <weasel@debian.org>  Sun, 11 Feb 2018 11:16:30 +0100
86
87 dsa-nagios-checks (112) unstable; urgency=medium
88
89   * maintainer scripts: use dpkg-maintscript-helper to clean out
90     /etc/cron.d/dsa-nagios-checks.
91   * libproc-processtable-perl: allow ignoring young processes.
92
93  -- Peter Palfrader <weasel@debian.org>  Sun, 04 Feb 2018 12:23:46 +0100
94
95 dsa-nagios-checks (111) unstable; urgency=medium
96
97   [ Peter Palfrader ]
98   * Rename dsa-check_puppet_agent -> dsa-check-puppet_agent
99   * dsa-check-dnssec-delegation: Net::DNS::RR::DNSKEY no longer has
100     an is_sep() method.  Update.
101   * dsa-update-unowned-file-status: ignore autofs and nfs4
102   * dsa-check-backuppg: Do not print info level items (IGNORED, etc.)
103     without -v.
104   * dsa-check-backuppg: Support per host and per cluster retention
105     times.
106   * remove debian/cron.d: moved into puppet
107
108   [ Julien Cristau ]
109   * Set LWP::UserAgent timeout in dsa-check-mirrorsync
110
111  -- Peter Palfrader <weasel@debian.org>  Thu, 01 Feb 2018 18:31:17 +0100
112
113 dsa-nagios-checks (110) unstable; urgency=medium
114
115   * dsa-check-timedatectl: handle n/a in timedatectl output for RTC.
116   * dsa-check-backuppg: warn if backups for a database configured in
117     dsa-check-backuppg.conf are missing entirely.
118   * dsa-check-file_age: support following symlinks and warning on empty files.
119   * dsa-check-file_age: support multiple files.
120   * dsa-check-running-kernel: meta package version check, also work on 4.x
121     kernels and later.
122   * dsa-check_puppet_agent: add from Alexander Swen's github.
123   * dsa-check-memory: move from / to /checks in source (so now it should get
124     installed.)
125   * dsa-wrap-nagios-check: add.
126
127  -- Peter Palfrader <weasel@debian.org>  Mon, 20 Mar 2017 09:45:53 +0100
128
129 dsa-nagios-checks (109) unstable; urgency=medium
130
131   [ Peter Palfrader ]
132   * dsa-check-dabackup: use old logfile if lockfile indicates da-backup still
133     running.
134   * dsa-check-soas: on soa disagreement, list nameservers.
135
136   [ Aurelien Jarno ]
137   * dsa-check-libs: also ignore files that are open via normal file handles
138     on NFS.
139
140   [ Peter Palfrader ]
141   * dsa-check-libs: accept -v as short for --verbose.
142   * dsa-check-libs: ignore deleted CWDs.
143   * dsa-check-drbd: Add --ok-no-devices option.
144   * dsa-check-backuppg: allow specifying which timeline we expect a database
145     to be on.
146   * dsa-check-cert-expire-dir: add
147   * dsa-check-raid-3ware: modernize
148   * dsa-check-zone-rrsig-expiration-many: actually exit non-zero if there were
149     warnings.
150   * dsa-check-zone-rrsig-expiration-many: stop waiting for the timeout after
151     the last zone checker finished.
152   * dsa-check-zone-rrsig-expiration-many: print which threads we are waiting
153     on with --debug.
154   * dsa-check-zone-rrsig-expiration: Handle cases where a child and parent
155     domain share nameservers.
156   * dsa-check-zone-rrsig-expiration: Handle upper/lower case mismatch in
157     labels for NS responses.
158   * dsa-check-zone-rrsig-expiration: document -r and -s in help output.
159   * dsa-check-mirrorsync: support unix timestamps in tracefile
160     (for staticsync mirrors).
161   * dsa-check-zone-rrsig-expiration-many: support setting "delegated = no"
162     in zonefiles.  This will skip it being checked.
163   * dsa-check-zone-rrsig-expiration-many: remove | (which starts performance
164     data) in detail output.
165   * dsa-check-zone-rrsig-expiration-many: sort zone details by state.
166   * dsa-check-zone-signature-all: add.
167   * dsa-check-timedatectl: add
168   * dsa-check-dabackup-server: replace /org/backup.debian.org with
169     /srv/backups/da-backup.
170
171   [ Tollef Fog Heen ]
172   * dsa-update-unowned-file-status: ignore fdescfs, used for /dev/fd on
173     FreeBSD.
174   * dsa-update-unowned-file-status: avoid printing the apex of pruned
175     directory trees.
176
177   [ Julien Cristau ]
178   * dsa-check-hpacucli: accept 3.0Gbps as transfer speed for SATA
179   * Add dsa-check-hpssacli, replaces hpacucli for new hosts.
180   * dsa-check-hpssacli: accept 12.0Gbps as transfer speed for SAS
181
182  -- Peter Palfrader <weasel@debian.org>  Mon, 23 Jan 2017 13:48:29 +0100
183
184 dsa-nagios-checks (108) unstable; urgency=medium
185
186   * dsa-check-stunnel-sanity: Fix variable name in output.
187   * dsa-check-dabackup: Fix regex as rsync now adds thousands separator on its
188       numbers.
189   * dsa-check-config: check for DAD failures.
190   * dsa-check-config: retire ldap.conf check - we ship it with puppet
191       nowadays anyway.
192
193  -- Peter Palfrader <weasel@debian.org>  Sun, 31 May 2015 19:16:43 +0200
194
195 dsa-nagios-checks (107) unstable; urgency=medium
196
197   * Add dsa-check-stunnel-sanity.
198
199  -- Peter Palfrader <weasel@debian.org>  Mon, 23 Mar 2015 13:32:18 +0100
200
201 dsa-nagios-checks (106) unstable; urgency=medium
202
203   * Depend on libyaml-syck-perl.
204
205  -- Peter Palfrader <weasel@debian.org>  Wed, 28 Jan 2015 14:17:39 +0100
206
207 dsa-nagios-checks (105) unstable; urgency=medium
208
209   [ Peter Palfrader ]
210   * dsa-check-dnssec-delegation: Ignore revoked DNSKEYs in zone.
211   * dsa-check-libs: add.
212
213   [ Paul Wise ]
214   * dsa-check-backuppg: Ignore removed tmp files instead of crashing
215
216  -- Peter Palfrader <weasel@debian.org>  Wed, 28 Jan 2015 00:10:25 +0100
217
218 dsa-nagios-checks (104) unstable; urgency=medium
219
220   * Fix iptables-save cronjob.
221
222  -- Peter Palfrader <weasel@debian.org>  Sun, 07 Dec 2014 14:29:31 +0100
223
224 dsa-nagios-checks (103) unstable; urgency=medium
225
226   * dsa-update-apt-status: run apt-get update in a flock wrapper.
227
228  -- Peter Palfrader <weasel@debian.org>  Sun, 07 Dec 2014 12:29:20 +0100
229
230 dsa-nagios-checks (102) unstable; urgency=medium
231
232   * dsa-check-entropy: unbreak script by removing non-ASCII characters.
233
234  -- Peter Palfrader <weasel@debian.org>  Sun, 07 Dec 2014 12:04:38 +0100
235
236 dsa-nagios-checks (101) unstable; urgency=low
237
238   [ Peter Palfrader ]
239   * dsa-check-zone-rrsig-expiration-many: add --debug option to pass through.
240   * dsa-check-zone-rrsig-expiration: Do not ask for RRSIG directly, instead
241     ask for SOA with dnssec data.  Apparently some nameservers do give you the
242     RRSIG on the DS record instead of a referral (rcode0's for instance).
243   * dsa-check-hpasm: Support supplying a list of things for which failures are
244     ignored.
245   * dsa-check-soas: do some queries without RD set.
246   * dsa-check-running-kernel: in cat_vmlinux(), only consider the first 5 hits
247     for the magic start sequence.  This makes running times bearable on our
248     new octeons.
249   * dsa-check-config: check if existing ed25519 host keys are in ldap.
250
251   [ Hendrik Köhler ]
252   * Extend dsa-check-entropy output so Icinga2 can process performance
253     data (e.g. used by Graphite).
254
255  -- Peter Palfrader <weasel@debian.org>  Sun, 07 Dec 2014 10:58:47 +0100
256
257 dsa-nagios-checks (100) unstable; urgency=low
258
259   [ Peter Palfrader ]
260   * dsa-check-running-kernel: Check from all compression tokens.
261   * dsa-check-zone-rrsig-expiration-many: Initialize exit properly, in case
262     it does not get set later.
263   * dsa-check-running-kernel: fix kernel metapackage version regex
264
265   [ Evgeni Golov ]
266   * dsa-check-packages: go critical if there are security updates.
267
268   [ Helmut Grohne ]
269   * dsa-check-cert-expire: Make timers configurable.
270
271   [ George Kargiotakis ]
272   * dsa-check-hpacucli: Add Parity check for logical drives.
273
274   [ Stephen Gran ]
275   * dsa-check-mq-connection: Catch case when host has never connected
276
277  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2014 12:33:55 +0200
278
279 dsa-nagios-checks (99) unstable; urgency=low
280
281   * dsa-check-hpacucli: SATA drives have different transfer speed.
282   * dsa-check-edac: add.
283
284  -- Peter Palfrader <weasel@debian.org>  Mon, 31 Mar 2014 10:45:57 +0200
285
286 dsa-nagios-checks (98) unstable; urgency=low
287
288   * Add dsa-check-dchroots-current.
289
290  -- Peter Palfrader <weasel@debian.org>  Fri, 28 Feb 2014 19:40:16 +0100
291
292 dsa-nagios-checks (97) unstable; urgency=low
293
294   [ Stephen Gran ]
295   * Update dsa-check-mq-connection to actually work
296
297   [ Peter Palfrader ]
298   * dsa-check-backuppg: allow BASE backup filenames without the WAL ID.
299   * dsa-check-config: Update for new TLS_CACERT config.
300
301  -- Peter Palfrader <weasel@debian.org>  Mon, 27 Jan 2014 22:29:15 +0100
302
303 dsa-nagios-checks (96) unstable; urgency=low
304
305   [ Peter Palfrader ]
306   * dsa-check-zone-rrsig-expiration, dsa-check-zone-rrsig-expiration-many:
307     Allow supplying the nameservers to start recursion at (per zone).
308     This is useful for reverse zones of RFC1918 space.
309   * dsa-check-bacula: exit status fix.
310   * dsa-check-hpacucli:
311     - support filtering controllers.
312     - add an option to accept no-controllers as an OK state.
313   * remove weak keys check
314   * dsa-check-dnssec-delegation
315     - handle zones with no keys that have the SEP bit.
316     - warn on all domains where parent has a non-empty DS bit that does
317       not match ours, even if we did not expect it to have one at all.
318   * dsa-check-zone-rrsig-expiration-many:
319     - expect dnssec by default now.
320   * dsa-check-zone-rrsig-expiration:
321     - in the OK message, clarify we only check sigs at the zone apex.
322   * dsa-check-dnssec-delegation:
323     - accept any ds/dnskey combination whose intersection is not empty.
324       (previously we required them to match exactly.)
325
326   [ Stephen Gran ]
327   * dsa-check-mq-connection:
328     Check that all messages have been consumed and that there is an active
329     consumer.
330   * kill some lintian warnings
331
332  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Apr 2013 20:12:09 +0200
333
334 dsa-nagios-checks (95) unstable; urgency=low
335
336   * dsa-check-running-kernel: Try to fix zcat kernel case.
337
338  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Apr 2013 17:40:49 +0200
339
340 dsa-nagios-checks (94) unstable; urgency=low
341
342   [ Stephen Gran ]
343   * Start new changelog
344
345   [ Peter Palfrader ]
346   * dsa-check-packages: work better with weird multi-arch cases.
347   * dsa-check-hpacucli: print errors to stdout so that nrpe can read it.
348   * dsa-check-hpacucli: new hpacucli changed case of transfer speed.  Upcase
349     all before comparing.
350   * New bacula check:
351     - dsa-check-bacula
352   * Changed according to gitlog without corresponding debian/changelog entry:
353     - dsa-check-drbd
354     - dsa-check-filesystems
355     - dsa-check-running-kernel
356
357  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Apr 2013 11:32:23 +0200
358
359 dsa-nagios-checks (93) unstable; urgency=low
360
361   [ Tollef Fog Heen ]
362   * dsa-update-unowned-file-status: Use -fstype proc rather than hard
363     coding /proc in order to match procfs in chroots too.
364   * dsa-update-apt-status: send the cron output to syslog rather than email
365
366   [ Peter Palfrader ]
367   * dsa-check-msa-eventlog: Add --verbose switch to show info level
368     event log entries.
369   * add dsa-check-crl-expire.
370   * rename checks/dsa-check-backuppg.conf.sample ->
371     etc/dsa-check-backuppg.conf.sample.
372   * dsa-check-running-kernel: Fix finding meta package for 3.x kernels.
373   * dsa-check-packages: Ignore :$arch in package names of dpkg -l output,
374     at least for the "primary" arch.  Does not really handle multi-arch
375     packages, but it makes things work again for now.
376   * dsa-check-packages: A better multi-arch capable version.
377   * dsa-check-backuppg: Ignore .dotfiles and *.old in rootdir.
378   * dsa-check-hpacucli: Add --no-battery to ignore battery/capacitor failures
379     and disabled caches.
380   * dsa-check-hpasm: Typo fix.
381
382   [ Stephen Gran ]
383   * dsa-check-udldap-freshness: check new last_update.trace if it
384     exists instead of /var/lib/misc/thishost/passwd.{db,tdb}.
385   * dsa-check-statusfile: Complain if there is no extended information
386   * add dsa-check-filesystems (only checks ext at the moment)
387
388   [ Uli Martens ]
389   * dsa-check-soas: Add --no-soa-ns flag.
390
391   [ Martin Zobel-Helas ]
392   * Add dsa-check-drbd, taken from http://code.google.com/p/ganeti/wiki/DrbdDevicesMonitoring
393
394  -- Stephen Gran <sgran@debian.org>  Sat, 29 Dec 2012 12:05:57 +0000
395
396 dsa-nagios-checks (92.1) unstable; urgency=low
397
398   * Fix dsa-update-unowned-file-status cronjob entry more.
399
400  -- Peter Palfrader <weasel@debian.org>  Sat, 25 Feb 2012 13:30:08 +0100
401
402 dsa-nagios-checks (92) unstable; urgency=low
403
404   * Fix dsa-update-unowned-file-status cronjob entry.
405
406  -- Peter Palfrader <weasel@debian.org>  Sat, 25 Feb 2012 12:40:00 +0100
407
408 dsa-nagios-checks (91) unstable; urgency=low
409
410   [ Peter Palfrader ]
411   * dsa-check-zone-rrsig-expiration: configurable packet size, and change
412     default size.
413   * dsa-check-zone-rrsig-expiration-many: run checks in parallel and
414     properly timeout long checks.
415   * dsa-nagios-checks: add perfdata (Alexander Reichle-Schmehl).
416   * dsa-check-statusfile: change shebang from ruby to python and fix syntax
417     errors.
418   * dsa-check-soas: support supplying an IP address for additional nameservers
419     to check on with -a.
420
421   [ Tollef Fog Heen ]
422   * Make the unowned files check skip /proc.
423   * Limit the number of unowned files we register in the state file to 40.
424
425   [ Peter Palfrader ]
426   * Rewrite unowned files check into something that writes proper
427     nagios status files and behaves in a nice and sane way.
428
429  -- Peter Palfrader <weasel@debian.org>  Fri, 24 Feb 2012 18:12:36 +0100
430
431 dsa-nagios-checks (90) unstable; urgency=low
432
433   [ Peter Palfrader ]
434   * dsa-check-entropy:
435     - document watermark default
436     - fix off-by-one in output
437   * dsa-check-backuppg:
438     - ignore regular files in pg backup's root directory if they are still
439       fresh.
440   * dsa-check-config:
441     - fix a bashism.
442   * dsa-check-log-age-loghost
443     - allow minus (-) in hostnames.
444
445   [ Stephen Gran ]
446   * Add event_handler to restart services
447   * Add dsa-check-raid-megactl for awkward PeRC controllers
448
449   [ Martin Zobel-Helas ]
450   * add rudimentary check for unowned files
451
452  -- Martin Zobel-Helas <zobel@debian.org>  Mon, 02 Jan 2012 16:46:33 +0100
453
454 dsa-nagios-checks (89) unstable; urgency=low
455
456   * dsa-check-running-kernel: kFreeBSD support.
457   * Add dsa-check-entropy.
458
459  -- Peter Palfrader <weasel@debian.org>  Mon, 28 Mar 2011 14:47:11 +0200
460
461 dsa-nagios-checks (88) unstable; urgency=low
462
463   * dsa-check-hpacucli
464     - Also accept 'Unknown, 3.0GBPS' as a valid transfer speed in addition
465       to '3.0GBPS, Unknown'.
466     - accept 6.0Gbps for SAS disks.
467     - add --ignore-transfer-speed option.
468     - ignore the line for unassigned disks (patch by Emmanuel Lacour).
469   * Add dsa-check-ups.
470   * Add dsa-check-hpacucli-enclosure.
471   * dsa-check-running-kernel:
472     - check if 'strings' is installed and complain nicely if it isn't instead
473       of falling over. [Uli Martens]
474     - Make the check work with Ubuntu's kernel names (Alexander
475       Reichle-Schmehl).
476   * dsa-check-afs-*: add checks from Russ Allbery for monitoring our AFS
477   * Add dsa-check-port-closed.
478   * dsa-check-hpasm: Incorporate patch from Jan Wagner to ignore "N/A" DIMM
479     status.
480   * dsa-check-hpasm: Incorporate patch from Jan Wagner to ignore fan lines
481     that do not say 'Yes' in the present-line.
482   * dsa-check-udldap-freshness: Also check age of /var/lib/misc/passwd.db
483     in addition to /var/lib/misc/thishost/passwd.tdb.
484   * Add dsa-check-resolver.
485
486  -- Peter Palfrader <weasel@debian.org>  Tue, 01 Mar 2011 18:10:25 +0100
487
488 dsa-nagios-checks (87) unstable; urgency=low
489
490   [ Uli Martens ]
491   * dsa-check-running-kernel:
492     - Teach dsa-check-running-kernel about LZMA compressed kernel images.
493     - Handle cases where a meta package depends on a list of packages
494       (such as image and module package).
495
496   [ Stephen Gran ]
497   * dsa-check-apt-status: it's not an error to exit when we don't need to run
498   * Update check-hpacucli to deal with dual domain and 6GBPS SAS
499
500   [ Peter Palfrader ]
501   * Add checks/dsa-check-backuppg.
502   * dsa-check-mirrorsync: optionally allow some skew over mirror timestamps.
503   * Add dsa-check-log-age-loghost.
504   * dsa-check-zone-rrsig-expiration-many: also allow checking of geozones.
505   * dsa-check-dnssec-delegation: allow multiple dirs to be checked.
506
507   [ Martin Zobel-Helas ]
508   * Add checks/dsa-checks-file.
509
510  -- Martin Zobel-Helas <zobel@debian.org>  Fri, 23 Jul 2010 19:26:00 +0200
511
512 dsa-nagios-checks (86) unstable; urgency=low
513
514   [ Peter Palfrader ]
515   * Add dsa-check-raid-megaraid.
516   * make samhain check go WARN, not CRITICAL.
517
518   [ Stephen Gran ]
519   * Add dsa-check-uptime
520
521  -- Stephen Gran <sgran@debian.org>  Fri, 02 Apr 2010 16:55:51 +0100
522
523 dsa-nagios-checks (85) unstable; urgency=low
524
525   [ Stephen Gran ]
526   * dsa-update-apt-status: Fix bashism by making it a bash script
527   [ Peter Palfrader ]
528   * dsa-check-hpasm: Not all things where a temperature can be measured
529     might be installed (e.g. a second CPU).  Don't do numeric computations
530     on a "-" instead of numbers then.
531   * dsa-check-hpasm: Support a --ps-no-redundant option.  If supplied
532     then non-redundant power supply will not be a warning state.
533   * dsa-check-hpasm: Support a --fan-no-redundant option.  If supplied
534     then non-redundant fans will not be a warning state.
535   * Add dsa-check-msa-eventlog.
536   * add dsa-check-zone-rrsig-expiration (therefore recommend
537     libnet-dns-sec-perl).
538   * add dsa-check-zone-rrsig-expiration-many.
539   * dsa-check-raid-aacraid: properly support beethoven's Adaptec AAC-RAID
540     controller with a battery: "ZMM Optimal" is the way it says "optimal".
541   * dsa-check-dabackup-server: check /etc/ssh/userkeys/root instead of
542     /root/.ssh/authorized_keys.
543   * add dsa-check-dnssec-delegation.
544   * dsa-check-hpasm: Add --fan-high to not tread high fan speeds as a
545     warning condition.
546   * weak-ssh-keys-check: Check all keys in files in /etc/ssh/userkeys
547     and /var/lib/misc/userkeys, not just the first.  (Also doesn't
548     blow up if a file is empty.)
549
550  -- Peter Palfrader <weasel@debian.org>  Mon, 22 Feb 2010 10:32:51 +0100
551
552 dsa-nagios-checks (84) unstable; urgency=low
553
554   [ Peter Palfrader ]
555   * dsa-check-mirrorsync: Handle case where we cannot parse a tracefile
556     better (do not reference undefined values, properly exit with UNKNOWN).
557   * dsa-check-mirrorsync: Fix counting of out-of-date mirrors.
558   * dsa-check-dabackup-server: Handle wildcard entries (via the new ssh
559     wrapper) in the authorized_keys files.  Such entries accept all
560     backup-manager entries for their host, but they do not require one.
561     As such we can just put all the hosts in the authkeys file regardless of
562     whether we actually have backups configured for them.
563
564   [ Stephen Gran ]
565   * New check: dsa-check-hpasm
566   * Release for new check
567
568  -- Stephen Gran <sgran@debian.org>  Mon, 30 Nov 2009 22:10:46 +0000
569
570 dsa-nagios-checks (83) stable; urgency=low
571
572   * Add dsa-check-cert-expire: Checks if a given cert on disk will expire
573     soon.
574
575  -- Peter Palfrader <weasel@debian.org>  Fri, 02 Oct 2009 20:22:42 +0200
576
577 dsa-nagios-checks (82) stable; urgency=low
578
579   * dsa-check-raid-3ware: Learn about REBUILDING state for 3ware raid units.
580
581  -- Peter Palfrader <weasel@debian.org>  Thu, 20 Aug 2009 13:48:43 +0200
582
583 dsa-nagios-checks (81) stable; urgency=low
584
585   * dsa-check-raid-mpt: mpt-status returns non-zero exit code when
586     it found degraded raid arrays.  Handle this correctly.
587
588  -- Peter Palfrader <weasel@debian.org>  Fri, 07 Aug 2009 12:17:22 +0200
589
590 dsa-nagios-checks (80) stable; urgency=low
591
592   * dsa-check-packages: In the short overview say "obs/loc" instead of
593     just "obs" for local or obsolete packages.
594   * dsa-update-apt-status: Introduce -f switch.
595
596  -- Peter Palfrader <weasel@debian.org>  Wed, 22 Jul 2009 11:34:15 +0200
597
598 dsa-nagios-checks (79) stable; urgency=low
599
600   * dsa-check-running-kernel: Correctly check *candidate* version
601     of kernel metapackage for unsatisfied depends, not the latest
602     metapackage (which might come from a non-default source).
603
604  -- Peter Palfrader <weasel@debian.org>  Fri, 03 Jul 2009 20:07:13 +0200
605
606 dsa-nagios-checks (78) stable; urgency=low
607
608   * dsa-check-raid-aacraid: tmp directory in /tmp,
609   * dsa-check-raid-aacraid: unlink UcliEvt.log so tmpdir cleanup
610     doesn't fail.
611
612  -- Peter Palfrader <weasel@debian.org>  Sun, 28 Jun 2009 16:36:39 +0200
613
614 dsa-nagios-checks (77) stable; urgency=low
615
616   * Add checks/dsa-check-raid-aacraid.
617
618  -- Peter Palfrader <weasel@debian.org>  Sun, 28 Jun 2009 16:31:13 +0200
619
620 dsa-nagios-checks (76) stable; urgency=low
621
622   * Ship with an /etc/nagios/obsolete-packages-ignore.d directory.
623
624  -- Peter Palfrader <weasel@debian.org>  Sun, 14 Jun 2009 12:09:54 +0200
625
626 dsa-nagios-checks (75) stable; urgency=low
627
628   * dsa-check-packages: Support ignore directories.
629   * debian/control: Fix dup word in description.
630
631  -- Peter Palfrader <weasel@debian.org>  Sun, 14 Jun 2009 12:01:00 +0200
632
633 dsa-nagios-checks (74) stable; urgency=low
634
635   * -e is sufficient
636
637  -- Stephen Gran <sgran@debian.org>  Thu, 21 May 2009 22:12:34 +0100
638
639 dsa-nagios-checks (73) stable; urgency=low
640
641   * Er, new test needs to be executable
642
643  -- Stephen Gran <sgran@debian.org>  Thu, 21 May 2009 21:17:27 +0100
644
645 dsa-nagios-checks (72) stable; urgency=low
646
647   * Generalize puppet file age check and remove old one
648
649  -- Stephen Gran <sgran@debian.org>  Thu, 21 May 2009 20:52:12 +0100
650
651 dsa-nagios-checks (71) stable; urgency=low
652
653   * Update the kernel check to not complain when we can't trace back to a meta
654     package name - this generally indicates a custom kernel that we're running
655     on purpose.
656
657  -- Stephen Gran <sgran@debian.org>  Tue, 19 May 2009 22:20:44 +0100
658
659 dsa-nagios-checks (70) XXstable; urgency=low
660
661   * No longer check nrpe config in postinst - puppet fixes it for us anyway.
662   * Only run weak keys check if there is no prior weak key status.
663   * dsa-check-hpacucli: Slots need not be all numeric.
664   * dsa-check-hpacucli: Spares can be active.
665   * dsa-check-hpacucli: And SAS can be E too.
666
667  -- Peter Palfrader <weasel@debian.org>  Sat, 18 Apr 2009 01:41:32 +0200
668
669 dsa-nagios-checks (69) unstable; urgency=low
670
671   * Rename to dsa-nagios-checks.
672   * Replaces/Conflicts dsa-nagios-nrpe-config.
673   * Update description.
674   * No longer install nrpe_dsa.cfg.
675   * Move files into specific directories in source.
676
677  -- Peter Palfrader <weasel@debian.org>  Tue, 31 Mar 2009 19:19:14 +0200
678
679 dsa-nagios-nrpe-config (68) unstable; urgency=low
680
681   * dsa-update-apt-status: Ensure apt-get update is quiet even when stuff
682     goes wrong.
683
684  -- Peter Palfrader <weasel@debian.org>  Wed, 11 Feb 2009 21:59:55 +0100
685
686 dsa-nagios-nrpe-config (67) unstable; urgency=low
687
688   * Minor tweak to dsa-check-packages:  reorder ok and obs(ign), change
689     long text for obs(ign).
690
691  -- Peter Palfrader <weasel@debian.org>  Wed,  4 Feb 2009 09:40:26 +0000
692
693 dsa-nagios-nrpe-config (66) unstable; urgency=low
694
695   * Add dsa-check-packages
696   * Make apt-status-check use dsa-check-packages.
697   * And install obsolete-packages-ignore into etc/nagios.
698
699  -- Peter Palfrader <weasel@debian.org>  Tue, 03 Feb 2009 20:39:01 +0100
700
701 dsa-nagios-nrpe-config (65) unstable; urgency=low
702
703   * Add dsa-check-soas
704
705  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Dec 2008 23:11:19 +0000
706
707 dsa-nagios-nrpe-config (64) unstable; urgency=low
708
709   * dsa-check-mirrorsync: make it work in embedded perl again.
710
711  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Dec 2008 22:59:06 +0000
712
713 dsa-nagios-nrpe-config (63) unstable; urgency=low
714
715   * dsa-check-mirrorsync: print help if additional args are given (we don't
716     support any)
717
718  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Dec 2008 22:14:44 +0000
719
720 dsa-nagios-nrpe-config (62) unstable; urgency=low
721
722   * Add check_securitymirror by formorer.
723
724  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Dec 2008 21:59:47 +0000
725
726 dsa-nagios-nrpe-config (61) unstable; urgency=low
727
728   * dsa-check-hpacucli: Do not create the 'Failed' array while checking if an
729     entry is in there.  If it doesn't exist that's also good.
730
731  -- Peter Palfrader <weasel@debian.org>  Mon, 06 Oct 2008 14:08:30 +0200
732
733 dsa-nagios-nrpe-config (60) unstable; urgency=low
734
735   * Add dsa-check-raid-areca.
736
737  -- Peter Palfrader <weasel@debian.org>  Wed, 01 Oct 2008 16:23:33 +0200
738
739 dsa-nagios-nrpe-config (59) unstable; urgency=low
740
741   * apt-status-check: Ignore stderr during apt-get update.
742
743  -- Peter Palfrader <weasel@debian.org>  Tue, 30 Sep 2008 19:58:36 +0200
744
745 dsa-nagios-nrpe-config (58) unstable; urgency=low
746
747   * Rename dsa-check-da-in-aliases to dsa-check-config.
748   * dsa-check-config: check if ldap.conf is configured correctly.
749
750  -- Peter Palfrader <weasel@debian.org>  Fri, 26 Sep 2008 15:02:53 +0200
751
752 dsa-nagios-nrpe-config (57) unstable; urgency=low
753
754   * dsa-check-hpacucli: Do not inspect drives in detail when they are
755     listed as Failed in the overview already.
756
757  -- Peter Palfrader <weasel@debian.org>  Wed, 24 Sep 2008 16:02:31 +0200
758
759 dsa-nagios-nrpe-config (56) unstable; urgency=low
760
761   * fix dsa-check-samhain.
762     sudo is not in $PATH.
763
764  -- Martin Zobel-Helas <zobel@debian.org>  Mon, 22 Sep 2008 06:45:19 +0000
765
766 dsa-nagios-nrpe-config (55) unstable; urgency=low
767
768   * And another one, weasel should sleep.
769
770  -- Peter Palfrader <weasel@debian.org>  Mon, 22 Sep 2008 00:29:15 +0000
771
772 dsa-nagios-nrpe-config (54) unstable; urgency=low
773
774   * dsa-check-dabackup-server fixes.
775
776  -- Peter Palfrader <weasel@debian.org>  Mon, 22 Sep 2008 00:27:41 +0000
777
778 dsa-nagios-nrpe-config (53) unstable; urgency=low
779
780   * Add dsa-check-dabackup-server.
781
782  -- Peter Palfrader <weasel@debian.org>  Mon, 22 Sep 2008 00:19:28 +0000
783
784 dsa-nagios-nrpe-config (52) unstable; urgency=low
785
786   * The nagios _check_ package should probably not be the one that
787     depends on the stuff we want on most or all hosts, thus removing
788     dependency on samhain, which should probably get pulled in via
789     debian.org.
790
791  -- Peter Palfrader <weasel@debian.org>  Sun, 21 Sep 2008 23:41:01 +0000
792
793 dsa-nagios-nrpe-config (51) unstable; urgency=low
794
795   * Add check for samhain.
796
797  -- Martin Zobel-Helas <zobel@samosa.debian.org>  Sat, 20 Sep 2008 07:29:23 +0000
798
799 dsa-nagios-nrpe-config (50) unstable; urgency=low
800
801   * dsa-check-hpacucli: Handle 'pd all show' output with failed arrays.
802
803  -- Peter Palfrader <weasel@debian.org>  Sat, 09 Aug 2008 11:39:55 +0200
804
805 dsa-nagios-nrpe-config (49) unstable; urgency=low
806
807   * dsa-check-hpacucli: Learn correct transfer speed for Ultra 3 Wide (160mb/s)
808
809  -- Peter Palfrader <weasel@debian.org>  Wed, 23 Jul 2008 00:56:54 +0200
810
811 dsa-nagios-nrpe-config (48) unstable; urgency=low
812
813   * Don't just print the sudoers lines to stdout, tell the admin to add them
814     also.
815
816  -- Peter Palfrader <weasel@debian.org>  Tue, 22 Jul 2008 21:25:56 +0000
817
818 dsa-nagios-nrpe-config (47) unstable; urgency=low
819
820   * dsa-check-hpacucli: Check transfer speed of disks.
821
822  -- Peter Palfrader <weasel@debian.org>  Tue, 22 Jul 2008 23:14:50 +0200
823
824 dsa-nagios-nrpe-config (46) unstable; urgency=low
825
826   * Move apt status update from cron.daily to usr/sbin/dsa-update-apt-status.
827   * Move script calls from cron.daily to cron.d @daily and @reboot.
828   * Introduce hourly runs for dsa-update-apt-status that happen if the system
829     changed in the meantime, that is if /var/lib/dpkg/status or
830     /var/cache/apt/pkgcache.bin are newer than the status file.
831     Also run if the status file does not exist, or if the last apt-get update
832     call failed, or if the last run was more than a day ago.
833   * No longer do @daily runs of dsa-update-apt-status
834
835  -- Peter Palfrader <weasel@debian.org>  Sun, 06 Jul 2008 11:51:27 +0200
836
837 dsa-nagios-nrpe-config (45) unstable; urgency=low
838
839   * Add apt upgrades check.
840
841  -- Peter Palfrader <weasel@debian.org>  Tue, 20 May 2008 22:01:07 +0000
842
843 dsa-nagios-nrpe-config (44) unstable; urgency=low
844
845   * Fix ssh-dss detection.  It need not be at the start of a line
846     (think >from="1.2.3.4" ssh-dss< ...).
847
848  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 14:34:23 +0000
849
850 dsa-nagios-nrpe-config (43) unstable; urgency=low
851
852   * Depend on ruby.
853
854  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 14:19:10 +0000
855
856 dsa-nagios-nrpe-config (42) unstable; urgency=low
857
858   * weak-ssh-keys-check: Ignore empty lines in authorized-keys files.
859   * weak-ssh-keys-check: Handle servers not doing DSA in from_ssh_host().
860   * Run weak-ssh-keys-check on install.
861
862  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 14:05:10 +0000
863
864 dsa-nagios-nrpe-config (41) unstable; urgency=low
865
866   * Add dsa-check-statusfile.
867   * Add weak-ssh-keys-check to be run from cron.daily.  Depend on
868     libberkeleydb-perl and dsa-ssh-weak-keys now.
869   * Remove up /var/cache/dsa/nagios/weak-ssh-keys in postrm purge.
870
871  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 15:55:43 +0200
872
873 dsa-nagios-nrpe-config (40) unstable; urgency=low
874
875   * Teach dsa-check-hpacucli about rebuilding.
876
877  -- Peter Palfrader <weasel@debian.org>  Fri,  9 May 2008 12:55:07 +0000
878
879 dsa-nagios-nrpe-config (39) unstable; urgency=low
880
881   * Add dsa-check-hpacucli.
882   * Suggest hpacucli.
883
884  -- Peter Palfrader <weasel@debian.org>  Wed,  7 May 2008 19:54:55 +0000
885
886 dsa-nagios-nrpe-config (38) unstable; urgency=low
887
888   * Try harder to find version string.
889
890  -- Peter Palfrader <weasel@debian.org>  Mon,  5 May 2008 17:48:42 +0000
891
892 dsa-nagios-nrpe-config (37) unstable; urgency=low
893
894   * dsa-check-running-kernel: also check /boot/vmlinux-`uname -r`
895   * Depend on binutils for string(1).
896
897  -- Peter Palfrader <weasel@debian.org>  Mon,  5 May 2008 17:41:13 +0000
898
899 dsa-nagios-nrpe-config (36) unstable; urgency=low
900
901   * Add dsa-check-running-kernel
902
903  -- Peter Palfrader <weasel@debian.org>  Mon,  5 May 2008 17:11:54 +0000
904
905 dsa-nagios-nrpe-config (35) unstable; urgency=low
906
907   * dsa-check-raid-mpt
908
909  -- Peter Palfrader <weasel@debian.org>  Tue, 29 Apr 2008 12:57:50 +0000
910
911 dsa-nagios-nrpe-config (34) unstable; urgency=low
912
913   * dsa-check-raid-3ware
914
915  -- Peter Palfrader <weasel@debian.org>  Thu, 24 Apr 2008 19:37:47 +0000
916
917 dsa-nagios-nrpe-config (33) unstable; urgency=low
918
919   * Add dsa-check-raid-dac960
920
921  -- Peter Palfrader <weasel@debian.org>  Thu, 24 Apr 2008 19:20:57 +0000
922
923 dsa-nagios-nrpe-config (32) unstable; urgency=low
924
925   * Add dsa-check-udldap-freshness.
926
927  -- Peter Palfrader <weasel@debian.org>  Wed, 16 Apr 2008 07:39:21 -0400
928
929 dsa-nagios-nrpe-config (31) unstable; urgency=low
930
931   * dsa-check-dabackup: Use last time's log file if backup is currently running.
932
933  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 17:37:54 -0400
934
935 dsa-nagios-nrpe-config (30) unstable; urgency=low
936
937   * dsa-check-raid-sw: cleaner output.
938
939  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 17:05:17 -0400
940
941 dsa-nagios-nrpe-config (29) unstable; urgency=low
942
943   * dsa-check-dabackup: terser output.
944
945  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 13:09:07 -0400
946
947 dsa-nagios-nrpe-config (28) unstable; urgency=low
948
949   * dsa-check-dabackup: ignore .bak files in confdir.
950
951  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 12:23:25 -0400
952
953 dsa-nagios-nrpe-config (27) unstable; urgency=low
954
955   * Change OK text when da-backup not installed.
956
957  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 12:19:00 -0400
958
959 dsa-nagios-nrpe-config (26) unstable; urgency=low
960
961   * dsa-check-dabackup: Warn if installed but no backups configured.
962
963  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 12:13:30 -0400
964
965 dsa-nagios-nrpe-config (25) unstable; urgency=low
966
967   * Install dsa-check-dabackup
968
969  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 12:05:11 -0400
970
971 dsa-nagios-nrpe-config (24) unstable; urgency=low
972
973   * Check for dsa-check-backup sudoers entry
974
975  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 11:48:48 -0400
976
977 dsa-nagios-nrpe-config (23) unstable; urgency=low
978
979   * Add dsa-check-dabackup
980
981  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 10:56:32 -0400
982
983 dsa-nagios-nrpe-config (22) unstable; urgency=low
984
985   * Add a very easy dsa-check-da-in-aliases.
986
987  -- Peter Palfrader <weasel@debian.org>  Fri, 11 Apr 2008 10:25:54 -0400
988
989 dsa-nagios-nrpe-config (21) unstable; urgency=low
990
991   * Add dsa-check-raid-sw.
992
993  -- Peter Palfrader <weasel@debian.org>  Thu,  3 Apr 2008 06:22:44 -0400
994
995 dsa-nagios-nrpe-config (20) unstable; urgency=low
996
997   * Do away with a new changelog entry and version for every build of the
998     package - it floods us with useless commit mails - and just
999     increase the version to $TIMESTAMP in the build area.
1000
1001  -- Peter Palfrader <weasel@debian.org>  Thu,  3 Apr 2008 05:38:27 -0400
1002
1003 dsa-nagios-nrpe-config (1) unstable; urgency=low
1004
1005   * Initial release.
1006
1007  -- Peter Palfrader <weasel@debian.org>  Wed,  2 Apr 2008 22:24:12 +0200