jhoblitt / puppet-ganglia

Manages ganglia gmond & gmetad daemons + web front end
Other
12 stars 34 forks source link

Add IPv6 support for Debian based gmond #13

Closed xavpaice closed 10 years ago

xavpaice commented 10 years ago

Hi,

For our environment, we use IPv6 - the addition was minimal. If you like, I could probably add that also to el5/6 but I don't have an environment in which to test that easily.

jhoblitt commented 10 years ago

It should be possible to test elX with the system tests. Even the old version of ganglia in EPEL5 will support setting the address family. Eg

         udp_recv_channel {
           port = 8666
           family = inet6
         }

Could you go ahead and modify the el5/6 templates to match?

xavpaice commented 10 years ago

Excellent thanks, I've added those in now.

xavpaice commented 10 years ago

Also added send_metadata_interval to 300s to the debian gmon template.

jhoblitt commented 10 years ago

Thank you for your work on this!