Collectd Installation
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "=Ubuntu 14.04 Installation= <nowiki>~$ sudo apt-get update && sudo apt-get install collectd collectd-utils -y</nowiki>") |
|||
Line 1: | Line 1: | ||
=Ubuntu 14.04 Installation= | =Ubuntu 14.04 Installation= | ||
<nowiki>~$ sudo apt-get update && sudo apt-get install collectd collectd-utils -y</nowiki> | <nowiki>~$ sudo apt-get update && sudo apt-get install collectd collectd-utils -y</nowiki> | ||
+ | ==Configuration== | ||
+ | Backup the conf | ||
+ | <nowiki>~$ sudo cp /etc/collectd.conf /etc/collectd.conf_backup</nowiki> |
Revision as of 23:37, 30 June 2016
Ubuntu 14.04 Installation
~$ sudo apt-get update && sudo apt-get install collectd collectd-utils -y
Configuration
Backup the conf
~$ sudo cp /etc/collectd.conf /etc/collectd.conf_backup