Version information
released Jan 10th 2013
Start using this module
Add this module to your Puppetfile:
mod 'ploperations-statsd', '1.0.2'
Learn more about managing modules with a PuppetfileDocumentation
ploperations/statsd — version 1.0.2 Jan 10th 2013
puppet-statsd
Manage Statsd with Puppet
Synopsis
class { 'statsd':
graphiteserver => 'my.graphite.server',
flushinterval => 1000, # flush every second
percentthreshold => [75, 90, 99],
address => '10.20.1.2',
listenport => 2158,
provider => npm,
}
Notes
To ensure that you have a fairly recent version of statsd, it's recommended that you install statds via npm. The most recent version of statds in Debian Sid is 0.0.2, which is so old that the current documentation doesn't even remotely apply.
Contributors
- Thanks to Ben Hughes (ben@puppetlabs.com) for initial implementation
Dependencies
- puppetlabs/nodejs (>= 0.2.0)
Copyright 2012 Puppet Labs Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.