You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
monitoring daemon configuration. Note that the server needs this as well
Sample gmond.conf shown below. Keep globals as default. Just send_metadata_interval might be adjusted as 30 or larger
Note that this is unicast setup. Multicast might not be recommended in common configuration
globals {
daemonize = yes
setuid = yes
user = ganglia # nobody
debug_level = 0
max_udp_msg_len = 1472
mute = no
deaf = no
allow_extra_data = yes
host_dmax = 86400 /* Remove host from UI after it hasn't report for a day */
cleanup_threshold = 300 /*secs */
gexec = no
send_metadata_interval = 30 /*secs */
}
cluster {
name = "some_HPC_cluster_name"
owner = "your_department"
latlong = "unspecified"
url = "unspecified"
}
host {
location = "unspecified"
}
udp_send_channel {
host = server_name_or_ip_addr
port = 8649 # default is 8649 and recommended
ttl = 1
}
udp_recv_channel {
port = 8649 # even though monitoring, server side needs this
}
tcp_accept_channel {
port = 8649 # After daemon is executed, check netstat that 8649 tcp port is opened
}
/etc/ganglia/gmetad.conf
Collecting daemon configuration
Mostly use default option but data_source and gridname might be adjusted. the data_source name must match with the used in gmond.conf
data_source "some_HPC_cluster_name" localhost # or ip or name of the server
gridname "MyGrid"
Delivered data are stored at /var/lib/ganglia/rrds/. To change the location, rrd_rootdir "/home/rrds" in gmetad.conf