모니터링/Ganglia

[Ganglia] how to change cluster name after install

변익수 2013. 4. 26. 13:34
반응형


그림과 같이 클러스터 네임을 변경하기 위해서는 /etc/ganglia/gmond.conf파일의 Cluster Specific attributes부분을 변경 해 주면 된다.

# vi /etc/ganglia/gmond.conf

/* Cluster Specific attributes */

cluster {

/*   name = "isbyeon Cluster"  */

      name = "isbyeon Cluster test"

        owner = "KOBIC"

        latlong = "E127.26 N36.20"

        url = "http://icluster.kobic.kr"

}

# /etc/init.d/gmond reload && /etc/init.d/gmetad reload



반응형