https://github.com/vimeo/puppet-statsd
statsd module for puppet
https://github.com/vimeo/puppet-statsd
Last synced: 9 months ago
JSON representation
statsd module for puppet
- Host: GitHub
- URL: https://github.com/vimeo/puppet-statsd
- Owner: vimeo
- Created: 2012-06-06T10:15:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-27T17:06:27.000Z (over 13 years ago)
- Last Synced: 2025-04-03T22:41:38.119Z (9 months ago)
- Language: Puppet
- Size: 110 KB
- Stars: 11
- Watchers: 7
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
statsd module for puppet
tries to implement some best practices:
* use upstream centos packages to install node and npm
* use npm to install statsd
* be as generic as possible (use parametrized class)
* put config in /etc/statsd.js
* put upstart initscript in /etc/init/statsd.conf , leverage "restart when process dies" feature
dependencies:
* currently only supports Centos 6 or higher (upstart)
* the package nodejs-stable-release so that node/npm packages can be installed from the upstream nodejs repos
(see https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)
patches welcome!