From af661184dd71142ae7bf4f7b36400372ca819c47 Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Thu, 1 May 2014 09:52:25 +0530 Subject: notification: Remove ovirt from contacts Removed ovirt contact from host and service as sending notifications to ovirt is not ready yet. Change-Id: Ic62b5b62c1a32e3cdc068ad67ec60b781b1effde Signed-off-by: Kanagaraj M Reviewed-on: http://review.gluster.org/7627 Reviewed-by: Sahina Bose --- config/gluster-templates.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/gluster-templates.cfg') diff --git a/config/gluster-templates.cfg b/config/gluster-templates.cfg index 8af2931..6534a20 100644 --- a/config/gluster-templates.cfg +++ b/config/gluster-templates.cfg @@ -6,7 +6,7 @@ define host{ notification_interval 120 notification_options d,u,r,f,s register 0 - contacts +ovirt,snmp + contacts +snmp } define host { @@ -40,7 +40,7 @@ define service { notification_options w,u,c,r,f,s notification_interval 120 register 0 - contacts +ovirt,snmp + contacts +snmp _gluster_entity Service } -- cgit