OSDN Git Service

add ganglia recipe.
authorwhitestar <whitestar@gaea.test>
Wed, 19 Jun 2013 10:17:54 +0000 (19:17 +0900)
committerwhitestar <whitestar@gaea.test>
Wed, 19 Jun 2013 10:17:54 +0000 (19:17 +0900)
commit57ac3a409418fbaf4ba26b694f51b4a0984aeeb9
tree373b3f75403137deb08df7b3593c3fb89f77c886
parent7fd626659e77d247160ad127981bca5c54c9fc03
add ganglia recipe.
14 files changed:
cookbooks/ganglia/CHANGELOG.md [new file with mode: 0644]
cookbooks/ganglia/README.md [new file with mode: 0644]
cookbooks/ganglia/attributes/default.rb [new file with mode: 0644]
cookbooks/ganglia/metadata.rb [new file with mode: 0644]
cookbooks/ganglia/recipes/default.rb [new file with mode: 0644]
cookbooks/ganglia/recipes/gmetad.rb [new file with mode: 0644]
cookbooks/ganglia/recipes/gmond.rb [new file with mode: 0644]
cookbooks/ganglia/templates/default/etc/ganglia/gmetad.conf [new file with mode: 0644]
cookbooks/ganglia/templates/default/etc/ganglia/gmond.conf [new file with mode: 0644]
roles/ganglia-gmetad-localhost.rb [new file with mode: 0644]
roles/ganglia-gmetad.rb [new file with mode: 0644]
roles/ganglia-gmond-ucast-localhost.rb [new file with mode: 0644]
roles/ganglia-gmond.rb [new file with mode: 0644]
roles/test-on-localhost.rb