summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTimothy Asir <tjeyasin@redhat.com>2014-04-15 08:40:01 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:37 +0530
commitacfc58771c7720235f4fb11f08a18986dd9d9fee (patch)
tree82e9647c4310884d386c51e8c081dacc33803dec /config
parent4e1d15a964e5745a6ecea57082e4ce762fe96e98 (diff)
config: added passive checks for gluster quota daemon
Added passive check service entry for quotad Change-Id: I276ee017a3938aa211f683f589918966f40d9e38 Signed-off-by: Timothy Asir <tjeyasin@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/gluster-host-services.cfg8
-rw-r--r--config/host-monitoring-services.in2
2 files changed, 9 insertions, 1 deletions
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
@@ -55,6 +55,14 @@ define service{
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
service_description Glusterfs NFS Daemon
normal_check_interval 1
event_handler host_service_handler
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"]}