nilkonto / signalfx-collectd-configs

A collection of collectd configurations that integrate well with SignalFx

Home Page:https://www.signalfx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignalFx CollectD configs

This repo has been deprecated in favour of the Integrations repo.

About

A collection of collectd configs that work well with SignalFx.

Installation

$ git clone https://github.com/signalfx/signalfx-collectd-configs.git
$ cd signalfx-collectd-configs/
$ ./install.sh /path/to/collectd

If you want to add another config, simply copy it into your collectd configuration directory's managed_config sub-directory:

$ cp managed_config/10-bob.conf /etc/collectd.d/managed_config/

In most cases, you'll need to edit the file to configure credentials, paths or endpoints. Read the instructions at the top of each config file for how to use or debug it.

Releasing

To release the configuration script signalfx-configure-collectd.sh:

  1. run ./create_installer.sh
  2. Go to signalfx-collectd-configs/releases and draft a new release.
  3. The git tag and release should both be title v<version number> e.g. v0.18
  4. Document the changes in the release in the release notes
  5. Upload the signalfx-configure-collectd.sh you just created
  6. Upload collectd-package-install as well
  7. Publish the release

About

A collection of collectd configurations that integrate well with SignalFx

https://www.signalfx.com


Languages

Language:Shell 90.9%Language:Python 9.1%