I run ganglia in EC2 and reporting works well. I run gmetad to monitor a database cluster from an administrator reporting instance, which is a centralized dashboard for all of our systems. I do not want this instance to be included in monitoring. In admin gmond.conf, I installed:
mute = yes
But this only makes the web interface show the host as dead. In admin gmetad.conf, I have a data_source for:
data_source "cluster" ec2-XXXX.compute-1.amazonaws.com
(with ec2-XXXX.compute-1.amazonaws.com is the host name of the ec2 administrator instance)
I thought setting mute=yes would remove gstat from reports, but both of them still show that the admin host (localhost) is dead.
Is there any way to do this?
source share