i'm not sure if you can use a hostname as part of a CIDR. we could modify the code to allow for that when you are dealing with hosts (mask=32).

if you change the grid.rocksclusters.org to 198.202.74.160, i think you'll be in business.

there should be an error message though. have you tried to run gmond in debug mode?

-matt

Federico D. Sacerdoti wrote:
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

--
PGP fingerprint 'A7C2 3C2F 8445 AD3C 135E F40B 242A 5984 ACBC 91D3'

   They that can give up essential liberty to obtain a little
      temporary safety deserve neither liberty nor safety.
  --Benjamin Franklin, Historical Review of Pennsylvania, 1759

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to