[1882] in Moira Commits
/svn/moira r4023 - trunk/moira/gen
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Wed Sep 22 17:12:25 2010
Date: Wed, 22 Sep 2010 17:12:18 -0400
From: Jonathon Weiss <jweiss@MIT.EDU>
Message-Id: <201009222112.o8MLCIx2001412@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jweiss
Date: 2010-09-22 17:12:18 -0400 (Wed, 22 Sep 2010)
New Revision: 4023
Modified:
trunk/moira/gen/nagios-wsh.gen
Log:
whitespace police
Modified: trunk/moira/gen/nagios-wsh.gen
===================================================================
--- trunk/moira/gen/nagios-wsh.gen 2010-09-22 21:05:57 UTC (rev 4022)
+++ trunk/moira/gen/nagios-wsh.gen 2010-09-22 21:12:18 UTC (rev 4023)
@@ -42,36 +42,37 @@
$name = lc($name);
push(@allwshhosts, $name);
print OUT <<END;
+
define host{
host_name $name
alias $name
address $name
- contact_groups wsh
+ contact_groups wsh
use generic-host
}
define service{
- host_name $name
+ host_name $name
contact_groups wsh
use ping-service
}
define hostescalation{
- host_name $name
- contact_groups wsh,wsh-mail
- first_notification 2
- last_notification 0
- notification_interval 0
- }
+ host_name $name
+ contact_groups wsh,wsh-mail
+ first_notification 2
+ last_notification 0
+ notification_interval 0
+ }
define serviceescalation{
- host_name $name
- contact_groups wsh,wsh-mail
- service_description PING
- first_notification 2
- last_notification 0
- notification_interval 0
- }
+ host_name $name
+ contact_groups wsh,wsh-mail
+ service_description PING
+ first_notification 2
+ last_notification 0
+ notification_interval 0
+ }
END