From f36d2b690b2f8c178b2e27c391b8638908d4985c Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Thu, 8 May 2014 11:48:30 +0530 Subject: plugin: rename CIFS to SMB Changed the serice name to SMB Change-Id: I717b538d0ebff04c288dc19396e42151f9e7bec1 Signed-off-by: Kanagaraj M Reviewed-on: http://review.gluster.org/7704 Reviewed-by: Timothy Asir --- config/gluster-host-services.cfg | 4 ++-- config/host-monitoring-services.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/gluster-host-services.cfg b/config/gluster-host-services.cfg index b27e6f4..0aa3a25 100644 --- a/config/gluster-host-services.cfg +++ b/config/gluster-host-services.cfg @@ -75,9 +75,9 @@ define service{ define service{ use gluster-service hostgroup_name gluster_hosts - service_description CIFS + service_description SMB normal_check_interval 1440 - check_command check_proc_status!CIFS + check_command check_proc_status!SMB } define service{ diff --git a/config/host-monitoring-services.in b/config/host-monitoring-services.in index 824d256..788e9e7 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", "Gluster Quota Daemon", "Glusterfs NFS Daemon", "Glusterfs Self-Heal Daemon", "CIFS", "CTDB"]} +{"serviceList":["Cpu Utilization", "Disk Utilization", "Memory Utilization", "Network Utilization", "Swap Utilization", "Gluster Management", "Quota", "NFS", "Self-Heal", "SMB", "CTDB"]} -- cgit