From 816b98a60b964f9c2cc71744b8fe93cfdd66e188 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 27 Sep 2000 03:17:31 +0000 Subject: [PATCH] UIOWA clean out --- config/spong.message | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/spong.message b/config/spong.message index 1beba49..0249f36 100755 --- a/config/spong.message +++ b/config/spong.message @@ -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 } -- 2.30.2