From: Russ Allbery Date: Thu, 10 Jan 2013 04:30:21 +0000 (-0800) Subject: Imported Upstream version 2.3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bcbeec844f984101f597703ca015806a214d4239;p=packages%2Fa%2Fafs-monitor.git Imported Upstream version 2.3 --- bcbeec844f984101f597703ca015806a214d4239 diff --cc check_afs_bos index f05e22c,10d303d..81aa4b9 --- a/check_afs_bos +++ b/check_afs_bos @@@ -1,5 -1,5 +1,5 @@@ #!/usr/bin/perl -w - our $VERSION = '2.2 (2011-03-03)'; -our $VERSION = '@VERSION@ @DATE@'; ++our $VERSION = '2.3 (2013-01-09)'; # # check_afs_bos -- Monitor AFS bos output for problems in Nagios. # diff --cc check_afs_quotas index c514b9c,ab7ac64..f0de7a8 --- a/check_afs_quotas +++ b/check_afs_quotas @@@ -1,7 -1,7 +1,7 @@@ #!/usr/bin/perl -w - our $VERSION = '2.2 (2011-03-03)'; -our $VERSION = '@VERSION@ @DATE@'; ++our $VERSION = '2.3 (2013-01-09)'; # - # check afs_quotas -- Monitor AFS quota usage under Nagios. + # check_afs_quotas -- Monitor AFS quota usage under Nagios. # # Expects a host with the -H option or a volume with the -n option and checks # usage versus quota either for all volumes on that server or only for the diff --cc check_afs_rxdebug index 3c34486,f6ebd57..b58fc74 --- a/check_afs_rxdebug +++ b/check_afs_rxdebug @@@ -1,5 -1,5 +1,5 @@@ #!/usr/bin/perl -w - our $VERSION = '2.2 (2011-03-03)'; -our $VERSION = '@VERSION@ @DATE@'; ++our $VERSION = '2.3 (2013-01-09)'; # # check_afs_rxdebug -- Nagios AFS server check for waiting connections. # diff --cc check_afs_space index 695c7bc,3b106b5..a7425da --- a/check_afs_space +++ b/check_afs_space @@@ -1,5 -1,5 +1,5 @@@ #!/usr/bin/perl -w - our $VERSION = '2.2 (2011-03-03)'; -our $VERSION = '@VERSION@ @DATE@'; ++our $VERSION = '2.3 (2013-01-09)'; # # check_afs_space -- Monitor AFS disk space usage under Nagios. # diff --cc check_afs_udebug index 150f290,cd29884..4d1496c --- a/check_afs_udebug +++ b/check_afs_udebug @@@ -1,5 -1,5 +1,5 @@@ #!/usr/bin/perl -w - our $VERSION = '2.2 (2011-03-03)'; -our $VERSION = '@VERSION@ @DATE@'; ++our $VERSION = '2.3 (2013-01-09)'; # # check_afs_udebug -- Check AFS database servers using udebug for Nagios. #