From fe84a31f053a57447462f080634517f2adeabdb6 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 7 Dec 2010 09:35:14 -0800 Subject: [PATCH] Imported Upstream version 2.0 --- NEWS | 2 +- check_afs_bos | 2 +- check_afs_quotas | 2 +- check_afs_rxdebug | 2 +- check_afs_space | 2 +- check_afs_udebug | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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. # -- 2.39.5