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