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