From acfc58771c7720235f4fb11f08a18986dd9d9fee Mon Sep 17 00:00:00 2001 From: Timothy Asir Date: Tue, 15 Apr 2014 08:40:01 +0530 Subject: config: added passive checks for gluster quota daemon Added passive check service entry for quotad Change-Id: I276ee017a3938aa211f683f589918966f40d9e38 Signed-off-by: Timothy Asir --- config/gluster-host-services.cfg | 8 ++++++++ config/host-monitoring-services.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/gluster-host-services.cfg b/config/gluster-host-services.cfg index 77c9b38..66a1b99 100644 --- a/config/gluster-host-services.cfg +++ b/config/gluster-host-services.cfg @@ -52,6 +52,14 @@ define service{ event_handler host_service_handler } +define service{ + use gluster-passive-service + hostgroup_name gluster_hosts + service_description Gluster Quota Daemon + normal_check_interval 1 + event_handler host_service_handler +} + define service{ use gluster-passive-service hostgroup_name gluster_hosts diff --git a/config/host-monitoring-services.in b/config/host-monitoring-services.in index bd6d02f..ac6f1c4 100644 --- a/config/host-monitoring-services.in +++ b/config/host-monitoring-services.in @@ -1 +1 @@ -{"serviceList":["Cpu Utilization", "Disk Utilization", "Memory Utilization", "Network Utilization", "Swap Utilization", "Gluster Management Daemon", "Glusterfs NFS Daemon", "Glusterfs Self-Heal Daemon"]} +{"serviceList":["Cpu Utilization", "Disk Utilization", "Memory Utilization", "Network Utilization", "Swap Utilization", "Gluster Management Daemon", "Gluster Quota Daemon", "Glusterfs NFS Daemon", "Glusterfs Self-Heal Daemon"]} -- cgit