summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj M <kmayilsa@redhat.com>2014-05-01 09:52:25 +0530
committerSahina Bose <sabose@redhat.com>2014-05-02 05:09:04 -0700
commitaf661184dd71142ae7bf4f7b36400372ca819c47 (patch)
tree15211ffce6462939aa52bf65e2e3171d64c48fcc
parenta7ccc5e183bfb2591dd202aa324c1a828fcfe60a (diff)
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 <kmayilsa@redhat.com> Reviewed-on: http://review.gluster.org/7627 Reviewed-by: Sahina Bose <sabose@redhat.com>
-rw-r--r--config/gluster-templates.cfg4
1 files changed, 2 insertions, 2 deletions
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
}