Hosted Graphite Docs
Get StartedBook a Demo
  • Welcome to Hosted Graphite
  • Getting Started
  • HG-CLI
  • Sending Metrics
    • Supported Protocols
    • Graphite Tag Support
    • Metric Management
    • Metric APIs
  • Language Guide
    • Metric Libraries
    • .NET
    • Go
    • Java
    • Javascript
    • Node.js
    • PHP
    • Postman
    • Python 2.x
    • Python 3.x
    • Python Pickle
    • Ruby
    • Shell
    • TypeScript
  • Dashboard and Graphs
    • Primary Dashboards
    • Dashboard Library
    • Local Dashboard Integration
    • Worldmap Panel
    • Graphite Dashboard Guide
    • Graphite Graph Menu Reference
    • Other Dashboard Options
  • Alerting Guide
    • Alerting Overview
    • Alerts API
    • Notification Channels API
    • Scheduled Mutes API
    • Using Your Own Alerting
  • Agents Guide
    • The Hosted Graphite Agent
      • Base Metrics
      • System Layout
    • Telegraf
    • K8 Telegraf Daemon
    • OpenTelemetry
    • collectd Agent
    • StatsD Agent
    • Diamond
  • Add-Ons and Integrations Guide
    • AWS CloudWatch
    • Azure Monitor Metrics
    • GCP Metrics
    • Carbon-C-Relay
    • Circle CI
    • Cloudbees
    • Collectd Add Ons
    • GitHub
    • GitLab
    • Heroku
    • Hosted StatsD
    • New Relic
    • Papertrail
    • Pingdom
    • Sentry
    • Sitespeed
    • StatsD Add-on
    • Statuspage
  • Account Management
    • Access Keys
    • Account Diagnostics
    • Account Settings
    • Team Access: Limited Access Groups
    • SAML Authentication
    • Team Access
  • Additional Features
    • Aggregation Rules
    • Data Views
  • API Guides
    • Metrics API
    • Tag API
    • Graphite Render API
    • Render Variables API
    • Dashboard API
    • Annotations and Events API
    • Aggregation Rules API
    • Alerts APIs
  • FAQ
    • General
    • Business
    • Technical
    • Account Metrics and Limiting
    • Customization
    • Troubleshooting
    • Support
    • Changelog
Powered by GitBook
On this page
  • Downloadable Configuration:
  • Collectd Dashboard:

Was this helpful?

  1. Add-Ons and Integrations Guide

Collectd Add Ons

collectd is a daemon which collects system performance statistics, can be configured to a Graphite output, and then easily forwarded to a Hosted Graphite account.

PreviousCloudbeesNextGitHub

Last updated 1 year ago

Was this helpful?

  • See the for installation.

  • Once installed, configure the collectd plugin with the following settings:

Host "carbon.hostedgraphite.com"
Port "2003"
Prefix "<your-api-key>.collectd."
  • Your API key can be found on the main page of your Hosted Graphite account.

Review the plugin documentation for details of the other write_graphite plugin settings.

Downloadable Configuration:

You can download a configuration file for collectd, pre-filled with your Hosted Graphite account details, from our Agents page. These configurations are compatible with multiple versions of collectd but we provide v5.2 and v5.4 for the purpose of keeping the config file as close to the default one as possible.

Once downloaded, you can place this file in /etc/collectd/ (or where ever you’ve configured collectd to store its config file). Then restart the collectd daemon:

sudo service collectd restart or sudo systemctl restart collectd

Roughly 150 default metrics per machine will arrive within minutes, and will be prefixed with: collectd.*

Collectd Dashboard:

This dashboard aims to provide an overview of the default plugins provided by collectd, and can be further customized depending on which collectd plugins are enabled in your collectd.conf file.

By default, a number of are enabled including CPU, DF (file system usage), disk, entropy, interface, load, memory, processes, rrdtool, swap, users, and as previously mentioned write_graphite. There are also many other configureable plugins for DNS, IP Tables, Kafka, Logstash, MQTT, nginx, Postgres, Redis, SNMP, and more!

There is a collectd dashboard (v5.4) which you can generate using our .

collectd plugins
Dashboard Library
collectd first steps
write_graphite
write_graphite
Configure the collectd Agent
Collectd Dashboard