]> git.etc.gen.nz Git - spong.git/commitdiff
UIOWA clean out
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:17:31 +0000 (03:17 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:17:31 +0000 (03:17 +0000)
config/spong.message

index 1beba494e4787dcd6b32183097d648ae2b15e661..0249f36662f6de8d0594794967a516a05c8483f7 100755 (executable)
@@ -30,7 +30,7 @@ $MESSAGING_RULES = [
 #                      'unix-staff', 'lan-staff', ...
 #  2) 'human:func' - a string which contains a key and a message type
 #                    seperated from by a colon (':') Examples:
-#                      'unix-staff:email', 'edhill:skytel'
+#                      'unix-staff:email', 'jsmith:skytel'
 #  3) { rcpt=>'string', [delay=>nn], [repeat=>nn] },
 #     A hash as written above.
 #     A) The rcpt field is a string as defined in 1) or 2) above. (REQUIRED)
@@ -42,8 +42,8 @@ $MESSAGING_RULES = [
 #      { rcpt=>'unix-staff', delay=>900, repeat=>600 } 
 #         Send notification to 'unix-staff' when something is down for 15
 #         minutes and repeat notification every 10 minutes.
-#      { rcpt=>'edhill:skytel', repeat=>900 } 
-#         Send notification to Ed Hill Skytel pager immediately when
+#      { rcpt=>'jsmith:skytel', repeat=>900 } 
+#         Send notification to Joe Smith's Skytel pager immediately when
 #         something goes down, and send out repeat messages every 15
 #         minutes.
 #      { rcpt=>'theboss:pager', delay=7200, repeat=>3600 }