From 4f3986a605d7306d89135a1549b01e27c1067723 Mon Sep 17 00:00:00 2001 From: phamt Date: Sat, 6 Nov 2010 00:26:38 +0000 Subject: [PATCH] Changed Ganglia info text git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8079 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/monitor/gangliamon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-UI/js/monitor/gangliamon.js b/xCAT-UI/js/monitor/gangliamon.js index d4a55cdf6..026f1073c 100644 --- a/xCAT-UI/js/monitor/gangliamon.js +++ b/xCAT-UI/js/monitor/gangliamon.js @@ -181,9 +181,9 @@ function loadGroups4Ganglia(data) { var msg = $('

'); msg.append(''); msg - .append('Review the nodes that are monitored. If a node is not monitored, select it and click on Monitor. Once you are satisfied with the nodes that you want to monitor, '); + .append('Review the nodes that are monitored by Ganglia. You can turn on Ganglia monitoring on a node by selecting it and clicking on Monitor. If you are satisfied with the nodes you want to monitor, '); msg.append(gangliaLnk); - msg.append(' to open Ganglia page'); + msg.append(' to open Ganglia page.'); info.append(msg); info.css('margin-bottom', '10px'); $('#nodes').append(info);