From: Russ Allbery Date: Tue, 7 Dec 2010 17:35:14 +0000 (-0800) Subject: Imported Upstream version 2.0 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fe84a31f053a57447462f080634517f2adeabdb6;p=packages%2Fa%2Fafs-monitor.git Imported Upstream version 2.0 --- diff --git a/NEWS b/NEWS index 0cda6a4..66e8f57 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ User-Visible afs-monitor Changes -afs-monitor 2.0 (2010-11-10) +afs-monitor 2.0 (2010-12-07) Initial tarball release, based on check_afsspace 1.16, check_bos 1.7, check_rxdebug 1.11, and check_udebug 1.3. diff --git a/check_afs_bos b/check_afs_bos index 6ff284c..78291c8 100755 --- a/check_afs_bos +++ b/check_afs_bos @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -our $VERSION = '2.0 (2010-11-10)'; +our $VERSION = '2.0 (2010-12-07)'; # # check_afs_bos -- Monitor AFS bos output for problems in Nagios. # diff --git a/check_afs_quotas b/check_afs_quotas index c9d58b6..062a0c4 100755 --- a/check_afs_quotas +++ b/check_afs_quotas @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -our $VERSION = '2.0 (2010-11-10)'; +our $VERSION = '2.0 (2010-12-07)'; # # check afs_quotas -- Monitor AFS quota usage under Nagios. # diff --git a/check_afs_rxdebug b/check_afs_rxdebug index 777d68e..cb0e625 100755 --- a/check_afs_rxdebug +++ b/check_afs_rxdebug @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -our $VERSION = '2.0 (2010-11-10)'; +our $VERSION = '2.0 (2010-12-07)'; # # check_afs_rxdebug -- Nagios AFS server check for waiting connections. # diff --git a/check_afs_space b/check_afs_space index 2f9b575..922ed03 100755 --- a/check_afs_space +++ b/check_afs_space @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -our $VERSION = '2.0 (2010-11-10)'; +our $VERSION = '2.0 (2010-12-07)'; # # check_afs_space -- Monitor AFS disk space usage under Nagios. # diff --git a/check_afs_udebug b/check_afs_udebug index 97158dd..f908907 100755 --- a/check_afs_udebug +++ b/check_afs_udebug @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -our $VERSION = '2.0 (2010-11-10)'; +our $VERSION = '2.0 (2010-12-07)'; # # check_afs_udebug -- Check AFS database servers using udebug for Nagios. #