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