[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

nap naparuba at gmail.com
Tue Feb 28 22:13:58 UTC 2012


The following commit has been merged in the debian/master branch:
commit ab009d840b5a4130e64b16bd828e913a43567708
Author: nap <naparuba at gmail.com>
Date:   Sat Jan 14 21:49:27 2012 +0100

    Add : some business_impact templates.

diff --git a/etc/templates.cfg b/etc/templates.cfg
index 3040f66..2f8d123 100644
--- a/etc/templates.cfg
+++ b/etc/templates.cfg
@@ -50,6 +50,47 @@ define host{
 }
 
 
+# Some business impact templates. The default value for
+# business impatc is 2, mean "ok it's prod". 1 means, low
+# 0 mean none. For top value, the higer the most important ;)
+define host{
+       name		qualification
+       register		0
+       business_impact	1
+}
+
+# 0 is for no importance at all, and no notification
+define host{
+       name			no-importance
+       register			0
+       business_impact		0
+       notifications_enabled	0
+}
+
+# Ok we start to be important
+define host{
+       name		production
+       register		0
+       business_impact	3
+}
+
+
+# It began to be very  important
+define host{
+       name		important
+       register		0
+       business_impact	4
+}
+
+
+# TOP FOR BUSINESS!
+define host{
+       name		top-for-business
+       register		0
+       business_impact	5
+}
+
+
 
 
 

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list