From 1a2b04df7628833c48641050bf95fe493469fbb2 Mon Sep 17 00:00:00 2001 From: Shubhendu Tripathi Date: Fri, 21 Mar 2014 09:49:00 +0530 Subject: nagios-server-addons: Corrected service list file Corrected the issue with service list file Change-Id: Id850da21688a46d7439b0927efec0a57e5e3528d Signed-off-by: Shubhendu Tripathi Reviewed-on: https://cuckoo.blr.redhat.com:8443/56 Reviewed-by: darshan n Reviewed-by: Ramesh N Tested-by: Ramesh N Reviewed-by: Sahina Bose --- config/host-monitoring-services.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config/host-monitoring-services.in b/config/host-monitoring-services.in index 52ce8e0..268721c 100644 --- a/config/host-monitoring-services.in +++ b/config/host-monitoring-services.in @@ -1,8 +1 @@ -{serviceList: [ - 'Cpu Utilization', - 'Disk Utilization', - 'Memory Utilization', - 'Network Utilization', - 'Swap Utilization', - ] -} +{"serviceList":["Cpu Utilization", "Disk Utilization", "Memory Utilization", "Network Utilization", "Swap Utilization"]} -- cgit