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