]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Change my email address to eagle@eyrie.org
authorRuss Allbery <eagle@eyrie.org>
Mon, 14 Apr 2014 00:04:56 +0000 (17:04 -0700)
committerRuss Allbery <eagle@eyrie.org>
Mon, 14 Apr 2014 00:04:56 +0000 (17:04 -0700)
README
check_afs_bos
check_afs_quotas
check_afs_rxdebug
check_afs_space
check_afs_udebug
t/minimum-version.t
t/pod-spelling.t
t/pod.t
t/strict.t

diff --git a/README b/README
index d5e4b3f382ba9b6652973df45ca49ecb26ca5aa5..5d661fdd7da57e0b0bedf25ae2f8b60c20688bca 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                          afs-monitor release 2.4
             (Nagios-compatible probes to monitor AFS servers)
 
-              Maintained by Russ Allbery <rra@stanford.edu>
+               Maintained by Russ Allbery <eagle@eyrie.org>
 
   This program is free software; you may redistribute it and/or modify it
   under the same terms as Perl itself.  Please see the section LICENSE
@@ -115,7 +115,7 @@ SUPPORT
   will always have the current version of this package, the current
   documentation, and pointers to any additional resources.
 
-  I welcome bug reports and patches for this package at rra@stanford.edu.
+  I welcome bug reports and patches for this package at eagle@eyrie.org.
   However, please be aware that I tend to be extremely busy and work
   projects often take priority.  I'll save your mail and get to it as soon
   as I can, but it may take me a couple of months.
index aece1dad4f7dc11570d58d23c962a2cb80e1cd3c..d6556d5be9ec6b75b8d8b5007b1274b71ebd261e 100755 (executable)
@@ -9,7 +9,7 @@ our $VERSION = '@VERSION@ @DATE@';
 # true, print that information to STDOUT.  Suitable for being run inside
 # Nagios.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Based on an earlier script by Neil Crellin <neilc@stanford.edu>
 # Copyright 2003, 2004, 2010, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
@@ -258,7 +258,7 @@ tools page at L<http://www.eyrie.org/~eagle/software/afs-monitor/>.
 =head1 AUTHORS
 
 The original idea behind this script was from Neil Crellin.  Russ Allbery
-<rra@stanford.edu> updated it to work with Nagios and stripped out some
+<eagle@eyrie.org> updated it to work with Nagios and stripped out some
 rather neat but now unnecessary code to look for any changes in the bos
 output, instead just scanning it for acceptable lines.
 
index 03ea40a63858a1d437ab214fb800edfc06c2e7f2..f8ad7c51c418fc8bb35a3ce496447d0899a2dce9 100755 (executable)
@@ -9,7 +9,7 @@ our $VERSION = '@VERSION@ @DATE@';
 # warning percentage and with status 2 if the free space is below a critical
 # percentage.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Based on a script by Steve Rader
 # Copyright 2010, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
index f6ebd574bd6abbf823401669683927c480d8c744..aa456ac36dd7ed2e1a310213dba115f31ef43160 100755 (executable)
@@ -10,7 +10,7 @@ our $VERSION = '@VERSION@ @DATE@';
 # state.  The thresholds can be overridden from the command line.
 #
 # Written by Quanah Gibson-Mount based on work by Neil Crellin
-# Updated by Russ Allbery <rra@stanford.edu>
+# Updated by Russ Allbery <eagle@eyrie.org>
 # Copyright 2003, 2004, 2005, 2010, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
@@ -224,7 +224,7 @@ tools page at L<http://www.eyrie.org/~eagle/software/afs-monitor/>.
 
 The original idea behind this script was from Neil Crellin.  It was
 updated by Quanah Gibson-Mount to work with Nagios, and then further
-updated by Russ Allbery <rra@stanford.edu> to support more standard
+updated by Russ Allbery <eagle@eyrie.org> to support more standard
 options and to use a more uniform coding style.
 
 =head1 COPYRIGHT AND LICENSE
index 3b106b552e4694aae0a2a80feb9decee6e459261..d8aba8e77c506bf33b29323023ebc11e5e6d2305 100755 (executable)
@@ -9,7 +9,7 @@ our $VERSION = '@VERSION@ @DATE@';
 # percentage (this works with the Nagios check architecture).
 #
 # Written by Susan Feng <sfeng@stanford.edu>
-# Updated by Russ Allbery <rra@stanford.edu>
+# Updated by Russ Allbery <eagle@eyrie.org>
 # Copyright 2003, 2004, 2010, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
@@ -295,7 +295,7 @@ tools page at L<http://www.eyrie.org/~eagle/software/afs-monitor/>.
 
 Originally written by Susan Feng for use with mon.  Updated by Quanah
 Gibson-Mount to work with Nagios, and then further updated by Russ Allbery
-<rra@stanford.edu> to support more standard options and to use a more
+<eagle@eyrie.org> to support more standard options and to use a more
 uniform coding style.  Support for checking a single partition based on
 work by Steve Rader.
 
index cd2988498cfa4c0448574198b1b1c5c227d1c017..dde96bb88e04220ecf13e8452fa06011e3e71306 100755 (executable)
@@ -8,7 +8,7 @@ our $VERSION = '@VERSION@ @DATE@';
 # site (ensuring that it considers all of the other servers up-to-date) or if
 # any of the servers don't believe there is a sync site.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2004, 2010, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
@@ -205,7 +205,7 @@ tools page at L<http://www.eyrie.org/~eagle/software/afs-monitor/>.
 
 =head1 AUTHORS
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
index 88723563cb0dc446159c086742c683c5d0e9bcb6..4cd2ca26b3b6cb3c5f0e74a4ad24c3b9fdb63236 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Check that too-new features of Perl are not being used.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 #
 # The authors hereby relinquish any claim to any copyright that they may have
 # in this work, whether granted under contract or by operation of law or
index 3f5b87b4d67f7d77ff4772454a7240ac03283cac..dcd284534569c05176998e16f5474106c3378828 100755 (executable)
@@ -6,7 +6,7 @@
 # is disabled unless RRA_MAINTAINER_TESTS is set, since spelling dictionaries
 # vary too much between environments.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 #
 # The authors hereby relinquish any claim to any copyright that they may have
 # in this work, whether granted under contract or by operation of law or
diff --git a/t/pod.t b/t/pod.t
index 87a4c89b155ffca83f48e8a78c5f95cb35320b72..5920b623e14b374153f6e900bf4c8375c574ad44 100755 (executable)
--- a/t/pod.t
+++ b/t/pod.t
@@ -2,7 +2,7 @@
 #
 # Check all POD documents for POD formatting errors.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 #
 # The authors hereby relinquish any claim to any copyright that they may have
 # in this work, whether granted under contract or by operation of law or
index 04e196ace5dd90a7bf4b0474e80ec4ef6808a4bd..52ce9a184ca2855253b89103b59019af9fdb1798 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Test Perl code for strict, warnings, and syntax.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 #
 # The authors hereby relinquish any claim to any copyright that they may have
 # in this work, whether granted under contract or by operation of law or