From c288ac83e7be820758b4093187e30be84754b4cf Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 20 Dec 2000 22:04:45 +0000 Subject: [PATCH] added per serive downtime example --- config/spong.hosts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/spong.hosts b/config/spong.hosts index ca27331..365dfbd 100755 --- a/config/spong.hosts +++ b/config/spong.hosts @@ -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', -- 2.30.2