# CollectD

Published articles for CollectD.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Grafana - installation and configuraton with InfluxDB and CollectD on Debian/Ubuntu

DevFeed: [Grafana - installation and configuraton with InfluxDB and CollectD on Debian/Ubuntu](<https://devfeed.tech/articles/grafana-installation-and-configuraton-with-influxdb-and-collectd-on-debian-ubuntu-27633.md>)

Original publisher: [Read original article](<https://gagor.pro/2016/01/grafana-installation-and-configuraton-with-influxdb-and-collectd-on-debian-ubuntu/>)

Author: Tom

Published: 2016-01-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Grafana](<https://devfeed.tech/topics/grafana.md>), [Debian](<https://devfeed.tech/topics/debian.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>)

Tags: [apt](<https://devfeed.tech/tags/apt.md>), [collectd](<https://devfeed.tech/tags/collectd.md>), [debian](<https://devfeed.tech/tags/debian.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [https](<https://devfeed.tech/tags/https.md>), [influxdb](<https://devfeed.tech/tags/influxdb.md>), [installation](<https://devfeed.tech/tags/installation.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [packages](<https://devfeed.tech/tags/packages.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [play](<https://devfeed.tech/tags/play.md>), [port](<https://devfeed.tech/tags/port.md>), [scripted](<https://devfeed.tech/tags/scripted.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

### AI overview

A tutorial on installing and configuring Grafana with InfluxDB and CollectD on Debian or Ubuntu. It covers configuring the Grafana package repository, installing Grafana, choosing SQLite or configuring MySQL, connecting to Grafana on port 3000, and adding InfluxDB source data.

### Source excerpt

Now when you have CollectD and InfluxDB installed you may configure Grafana 😃 First configure repo with current Grafana version (select your distro): curl https://packagecloud.io/gpg.key | sudo apt-key add - deb https://packagecloud.io/grafana/testing/debian/ wheezy main Now install package (on wheezy I needed to install apt-transport-https to allow installation of packages from repo via HTTPS): apt-get update apt-get install -y apt-transport-https apt-get install -y grafana By default Grafana will use sqlite database to keep information about users, etc:

## InfluxDB - installation and configuration on Debian/Ubuntu

DevFeed: [InfluxDB - installation and configuration on Debian/Ubuntu](<https://devfeed.tech/articles/influxdb-installation-and-configuration-on-debian-ubuntu-27634.md>)

Original publisher: [Read original article](<https://gagor.pro/2016/01/influxdb-installation-and-configuration-on-debianubuntu/>)

Author: Tom

Published: 2016-01-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Debian](<https://devfeed.tech/topics/debian.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [apt](<https://devfeed.tech/topics/apt.md>), [cURL](<https://devfeed.tech/topics/curl.md>)

Tags: [apt](<https://devfeed.tech/tags/apt.md>), [collectd](<https://devfeed.tech/tags/collectd.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [curl](<https://devfeed.tech/tags/curl.md>), [debian](<https://devfeed.tech/tags/debian.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [https](<https://devfeed.tech/tags/https.md>), [influxdb](<https://devfeed.tech/tags/influxdb.md>), [installation](<https://devfeed.tech/tags/installation.md>), [linux](<https://devfeed.tech/tags/linux.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

### AI overview

A tutorial explaining how to install and configure InfluxDB on Debian and Ubuntu. It covers adding the InfluxDB repository, installing the package, editing configuration settings, adjusting the port, and checking the web admin panel on port 8083.

### Source excerpt

I wanted/needed some statistics on few my machines. I saw earlier grafana and was impressed so this was starting point. Then I started reading about graphite, carbon and whisper, and then... I found InfluxDB. Project is young but looks promising. Let's start! On project page there is no info about repo but it's available, configure it: curl -sL https://repos.influxdata.com/influxdb.key | apt-key add - echo "deb https://repos.influxdata.com/debian wheezy stable" > /etc/apt.sources.list.d/influxdb.conf for Ubuntu use url like (of course selecting your version):

## CollectD - installation and configuration with InfluxDB on Debian/Ubuntu

DevFeed: [CollectD - installation and configuration with InfluxDB on Debian/Ubuntu](<https://devfeed.tech/articles/collectd-installation-and-configuration-with-influxdb-on-debian-ubuntu-27632.md>)

Original publisher: [Read original article](<https://gagor.pro/2016/01/collectd-installation-and-configuration-with-influxdb-on-debianubuntu/>)

Author: Tom

Published: 2016-01-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [configuration](<https://devfeed.tech/topics/configuration.md>), [Debian](<https://devfeed.tech/topics/debian.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [Grafana](<https://devfeed.tech/topics/grafana.md>)

Tags: [collectd](<https://devfeed.tech/tags/collectd.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [debian](<https://devfeed.tech/tags/debian.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [influxdb](<https://devfeed.tech/tags/influxdb.md>), [installation](<https://devfeed.tech/tags/installation.md>), [linux](<https://devfeed.tech/tags/linux.md>), [packages](<https://devfeed.tech/tags/packages.md>), [repo](<https://devfeed.tech/tags/repo.md>), [statistics](<https://devfeed.tech/tags/statistics.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [whisper](<https://devfeed.tech/tags/whisper.md>)

### AI overview

A tutorial on installing and configuring CollectD with InfluxDB on Debian or Ubuntu. It discusses package availability, backports for newer versions, configuration, plugins, and service restarting.

### Source excerpt

I wanted/needed some statistics on few my machines. I saw earlier grafana and was impressed so this was starting point. Then I started reading about graphite, carbon and whisper, and then... I found InfluxDB. Project is young but looks promising1. Installation of collectd is easy on Debian because packages are in default repo. One problem is that packages may be old, ex. on wheezy it version 5.1. But in backports/backports-sloppy2 you may find current 5.5, so enable backports first: