|
@@ -34,7 +34,7 @@ function startGmondForCluster()
|
|
if [ -z "${gmondRunningPid}" ]
|
|
if [ -z "${gmondRunningPid}" ]
|
|
then
|
|
then
|
|
gmondCoreConfFileName=`getGmondCoreConfFileName ${gmondClusterName}`;
|
|
gmondCoreConfFileName=`getGmondCoreConfFileName ${gmondClusterName}`;
|
|
-
|
|
|
|
|
|
+ removeGmondPidFileName ${gmondClusterName};
|
|
if [ -e "${gmondCoreConfFileName}" ]
|
|
if [ -e "${gmondCoreConfFileName}" ]
|
|
then
|
|
then
|
|
gmondPidFileName=`getGmondPidFileName ${gmondClusterName}`;
|
|
gmondPidFileName=`getGmondPidFileName ${gmondClusterName}`;
|