(中略)
globals {
daemonize = yes
setuid = yes
user = apache ← ユーザ名には「apache」を指定
debug_level = 0
max_udp_msg_len = 1472
mute = no
deaf = no
host_dmax = 0 /*secs */
cleanup_threshold = 300 /*secs */
gexec = no
}
(中略)
cluster {
name = "HP Blade Server" ← /etc/gmetad.confで指定したクラスタ名を記述
owner = "unspecified"
latlong = "unspecified"
url = "unspecified"
}
(中略)
udp_send_channel {
mcast_join = 224.0.0.1 ← マルチキャストのアドレス「224.0.0.1」を記述
mcast_if = eth0 ← Gangliaサーバの管理用LANに所属するNICインタフェースを指定
port = 8649
}
udp_recv_channel {
mcast_if = eth0 ← Gangliaサーバの管理用LANに所属するNICインタフェースを指定
port = 8649
bind = 224.0.0.1 ← マルチキャストのアドレス「224.0.0.1」を記述
}
tcp_accept_channel {
port = 8649
}
(後略)