Installs and configures the munin-statsd bridge authored by Brian Staszewski ([email protected]).
The node['statsd']['host']
attribute must be set to the hostname or ip address of the statsd server.
Tested on Amazon Linux. Should be platform-neutral.
- perl
node['statsd']['host']
- hostname or ip address of the statsd server.node['statsd']['host']
- port of the statsd server. Defaults to 8125node['statsd']['use_tags']
- true to use tags with DataDog Statsd. Defaults to false.
Installs the Munin::Node::Client
CPAN module, installs the munin-statsd script, and configures cron to run the script every minute.
- Author:: Michael Saffitz [email protected]
Copyright (c) 2013, Apptentive, Inc. All rights reserved.
Released under the BSD 3-clause license. See LICENSE for more information.