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