Very strange... I see the silent failures even with SElinux turned off. Put this at the end of your gmond.conf file, and it just causes gmond to fall on its face. It may be something I'm doing over here (I hope it is!)
tcp_accept_channel {
port = "8649"
acl {
default="deny"
access {
ip="grid.rocksclusters.org"
mask=32
action="allow"
}
}
}
-Federico
