Feature/validate gmetad clusters
- fbbeb0e - (Joshua Hoblitt) make ganglia_validate_clusters output consistently testable
Between Ruby 1.8.7 and 1.9.3+
- 59d378d - (Joshua Hoblitt) add docstring to ganglia_validate_clusters() function
- 53988e9 - (Joshua Hoblitt) deeply validate ganglia::gmetad's clusters parameter
This should address the confusing template error reported in #12 when incorrect data is passed to this parameter.
- aa98bee - (Joshua Hoblitt) update copyright notice year (-2014)
- 375dad9 - (Joshua Hoblitt) update .gitignore
- 57fde5b - (Joshua Hoblitt) Merge pull request #13 from xavpaice/master
Add IPv6 support for Debian based gmond
- bd53972 - (Xav Paice) Add send_metadata_interval at 300s to debian
Previously, the send_metadata_interval for gmond was set at 0 for Debian based systems, and 300 for Red Hat based systems. This change synchronizes the setting such that Debian is now 300s as well.
- d88c383 - (Xav Paice) Add IPv6 capability for RHEL/CentOS
For gmond.conf, add same capability as for Debian systems.
- d21f12e - (Xav Paice) Add IPv6 support for gmond listener
This commit adds the 'family' parameter for udp and tcp listeners for the gmond config, for Debian based systems.
- 9b84864 - (Xav Paice) Add IPv6 support for gmond listener
This commit adds the 'family' parameter for udp and tcp listeners for the gmond config, for Debian based systems.
- 37252ad - (Joshua Hoblitt) trim travis test matrix
- 5f22d49 - (Joshua Hoblitt) bump version to v1.2.2
- b361ec4 - (Joshua Hoblitt) rm old Changelog (replaced by CHANGELOG.md)
- 2f3a5c7 - (Joshua Hoblitt) bump version to v1.2.1
- 73457c5 - (Joshua Hoblitt) Merge pull request #11 from jhoblitt/gmond_template_array_checking
change gmond erb templates to gracefully handle nil variables
- 0c0d598 - (Joshua Hoblitt) change gmond erb templates to gracefully handle nil variables
These variables to ganglia::gmond may now safely be undef/nil:
- udp_send_channel
- udp_recv_channel
- tcp_accept_channel
- 2555891 - (Joshua Hoblitt) bump version to v1.2.0
- ad95594 - (Joshua Hoblitt) update README param docs + boilerplate sections
- fe92cb2 - (Joshua Hoblitt) add param validation to ganglia::web class
- e4ed800 - (Joshua Hoblitt) Merge pull request #10 from jhoblitt/debian_support
add debian support
- 33aec0b - (Joshua Hoblitt) add debian support
- 724099c - (Joshua Hoblitt) bump version to v1.1.0
- 25f68d1 - (Joshua Hoblitt) remove outdated 'all inherent from base' inheritance pattern
- a81c8a4 - (Joshua Hoblitt) add ubuntu compatibility to rspec-system tests
Conflicts: spec/classes/params_spec.rb
add extremely basic rspec-system tests
- ebccc4b - (Joshua Hoblitt) fix gmetad.conf handling of an undefined gridname param
- be89a48 - (Joshua Hoblitt) fix ganglia::gmetad::{install,config} ordering issue
ganglia::gmetad
would fail on el6.x when the /etc/ganglia dir wasn't present
as it was trying to create the configuration file before the RPM was installed
(which may create that dir). This wasn't seen in my test env as ganglia::gmond
/ the gmond RPM were always creating that dir. Turned up by the rspec-system
tests.
-
4380df1 - (Joshua Hoblitt) add extremely basic rspec-system tests
-
6c8d64f - (Joshua Hoblitt) resolve rspec-puppet > 1 deprecation warnings
DEPRECATION: include_class is deprecated. Use contain_class instead.
-
aed3ee5 - (Jeremy Kitchen) ubuntu has this fact set, so should the test
-
eb26bf1 - (Jeremy Kitchen) custom status command only applies to <= 12.10
-
106167c - (Jeremy Kitchen) fixed broken test for debian, added ubuntu/solaris
-
b70a999 - (Jeremy Kitchen) gmetad doesn't have a good status command on ubuntu
-
a9c4271 - (Jeremy Kitchen) ganglia-monitor service on ubuntu doesn't have a status command
-
91103d2 - (Jeremy Kitchen) I cant' tyep
-
a64c126 - (Jeremy Kitchen) port to ubuntu
- e878d16 - (Joshua Hoblitt) bump version to v1.0.2
- fc74fe2 - (Joshua Hoblitt) implement anchor pattern
- 94b920c - (Joshua Hoblitt) update travis matrix
- ed4fe88 - (Joshua Hoblitt) bump version to v1.0.1
- d327d2b - (Joshua Hoblitt) update erb templates to use instance variables
- 0b6c068 - (Joshua Hoblitt) bump version to v1.0.0
- 2e4a9d4 - (Joshua Hoblitt) remove usage of $::lsbmajdistrelease fact
Instead use $::operatingsystemmajrelease as this fact is not dependant on redhat-lsb being present on the system.
- cd410c3 - (Joshua Hoblitt) tidy Rakefile quotes
- 3e285c8 - (Joshua Hoblitt) add GFMD highlighting to README
- e073c40 - (Joshua Hoblitt) set stdlib requirement to 3.0.0
- 0e49b51 - (Joshua Hoblitt) add puppet 3.3.0 to travis test matrix
- 49bb2c3 - (Joshua Hoblitt) puppet-lint should ignore pkg/**
- bad4cbb - (Joshua Hoblitt) exclude spec/fixtures/** from puppet-syntax checking
- dfa9fb2 - (Joshua Hoblitt) rm default init.pp from skel
- e36c256 - (Joshua Hoblitt) Merge remote-tracking branch 'skel/master'
- ed6a68b - (Joshua Hoblitt) ignore patch related files *{.orig,.rej,.patch}
- 6a67990 - (Joshua Hoblitt) add puppet-syntax support
- bdec024 - (Joshua Hoblitt) add travis-ci build placard
- 435661d - (Joshua Hoblitt) add travis-ci build placard
- fb932f9 - (Joshua Hoblitt) add example spec test
- d230e48 - (Joshua Hoblitt) exclude travis-ci testing of puppet < 3.2 with ruby >= 2.0
- 4050f0d - (Joshua Hoblitt) add a default .travis.yml
- ceb0ed4 - (Joshua Hoblitt) add puppet 3.2.0 to travis test set
- fae0e4a - (Joshua Hoblitt) git ignore Gemfile.lock
- 0005289 - (Joshua Hoblitt) install ruby gems from https://rubygems.org instead of :rubygems
To resolve this warning:
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or
'http://rubygems.org' if not.
- c46ff1e - (Joshua Hoblitt) git ignore Gemfile.lock
- e86f789 - (Joshua Hoblitt) install ruby gems from https://rubygems.org instead of :rubygems
To resolve this warning:
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or
'http://rubygems.org' if not.
- 95df6b6 - (Joshua Hoblitt) first commit
- ebacad8 - (Joshua Hoblitt) change module version to v0.0.2
- 1f9ae00 - (Joshua Hoblitt) add a simple Changelog for the forge
- 6e4b622 - (Joshua Hoblitt) change license from GPLv2 or later to Apache 2.0
- 5c30593 - (Joshua Hoblitt) enable travis-ci support
- dc5469d - (Joshua Hoblitt) fix gmond template namespace issues with puppet >= 3
- a56b641 - (Joshua Hoblitt) cleanup code to pass puppet-lint and add the 'lint' rake target
- 19c28c4 - (Joshua Hoblitt) fill in Modulefile
- 1ed3432 - (Joshua Hoblitt) s/Redhat/RedHat/
- a3ef635 - (Joshua Hoblitt) add basic README.md
- 179bccb - (Joshua Hoblitt) change gmetad/gmond/web package installation to ensure => present instead of latest
- 69cd720 - (Joshua Hoblitt) add rdoc for ganglia::web
- 497ab53 - (Joshua Hoblitt) minor ganglia::gmetad example cleanups
- e7ee0d2 - (Joshua Hoblitt) fix ganglia::gmond example to be in valid puppet code instead of bastardized ruby
- ae66b95 - (Joshua Hoblitt) add rdoc for ganglia::gmetad
- a804415 - (Joshua Hoblitt) add default params for all ganglia::gmetad values
Defaults are set per the stock values in gmetad.conf from ganglia-gmetad-3.1.7-6.el6.x86_64
- 073c3d1 - (Joshua Hoblitt) stop trying to enforce a ganglia user uid/gid and remove ganglia::config
- 8df46ea - (Joshua Hoblitt) fix uid/gid for el5.x
- 05066dc - (Joshua Hoblitt) trivial grammar/caps
- a6be1fb - (Joshua Hoblitt) add rdoc for ganglia::gmond
- a762490 - (Joshua Hoblitt) add default params for all ganglia::gmond values
Defaults are set per the stock values in gmond.conf from ganglia-gmond-3.1.7-6.el6.x86_64
- c49a049 - (Joshua Hoblitt) add ganglia::web classes + simple test
- 3dfb047 - (Joshua Hoblitt) remove explicit reference to $ganglia::params namespace
- e34b894 - (Joshua Hoblitt) add trivial tests for ganglia::gmond & ganglia::gmetad
- 21884ff - (Joshua Hoblitt) use the same gmetad erb template for el5.x & el6.x
- ab1e680 - (Joshua Hoblitt) refactor gmetad to inherit gmetad::params and all other subclasses inherit it
- f2821e5 - (Joshua Hoblitt) refactor gmond to inherit gmond::params and all other subclasses inherit it
- 975840e - (Joshua Hoblitt) check for $::osfamily and fail() on unsupported platforms
- da86c3c - (Joshua Hoblitt) add forge and test template files
- dda8a6b - (Joshua Hoblitt) add support for setting the "gridname" in gmetad.conf
- 0009771 - (Joshua Hoblitt) add a newline to end of each data_source statement so that multiple statements don't end up on the same line
- 760cf71 - (Joshua Hoblitt) ii