]> git.etc.gen.nz Git - spong.git/commitdiff
added per serive downtime example
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 20 Dec 2000 22:04:45 +0000 (22:04 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 20 Dec 2000 22:04:45 +0000 (22:04 +0000)
config/spong.hosts

index ca27331c2e6763b54e3d336288dc0ea720b6f97c..365dfbd03bf41a6aa83e707ab0ffbb81da214b96 100755 (executable)
@@ -1,6 +1,6 @@
 # See the spong.hosts man page for additional documentation.
 #
-# $Id: spong.hosts,v 1.4 2000/12/19 21:10:32 sljohnson Exp $
+# $Id: spong.hosts,v 1.5 2000/12/20 22:04:45 sljohnson Exp $
 #
 # Don't be afraid.  This is a configuration file that defines two things, 1)
 # who is respondsible for systems, and how do you get ahold of them, and 2)
@@ -32,7 +32,7 @@
                      skytel => '1234567' },
 
  'bob'  =>          { name    => 'Bob. He is the silent type.',
-                      skytel  -=> '7654321' },
+                      skytel  => '7654321' },
 
  'nt-admins' =>     { name => 'The NT administrators',
                       group => 'fred, bob', },
@@ -68,6 +68,9 @@
 
  'web1.host.edu' =>            { services => 'ftp smtp http dns',
                                  contact  => 'unix-staff',
+                                  # Web server is down for database quiet
+                                  # and mirror break
+                                  'down:http' => [ "6:23:30-23:59" ],
                                 },
 
  'web2.host.edu' =>            { services => 'ftp smtp http',