Collectd/Mongo: Difference between revisions
From charlesreid1
(Created page with "=Write Mongo Plugin= Link: https://collectd.org/wiki/index.php/Plugin:Write_MongoDB =Flags= Category:Collectd Category:Logging Category:MongoDB Category:...") |
No edit summary |
||
| Line 3: | Line 3: | ||
Link: https://collectd.org/wiki/index.php/Plugin:Write_MongoDB | Link: https://collectd.org/wiki/index.php/Plugin:Write_MongoDB | ||
==Setup== | |||
Revisiting [[Collectd]], you should have collectd installed via your package manager, or installed from source. | |||
The collectd service runs as a daemon, and it reads from a config file when it starts up, so you control collectd by editing the config file. | |||
==Code== | |||
Repository for collectd-related config files here: https://charlesreid1.com:3000/data/collectd-config | |||
Revision as of 05:21, 3 February 2018
Write Mongo Plugin
Link: https://collectd.org/wiki/index.php/Plugin:Write_MongoDB
Setup
Revisiting Collectd, you should have collectd installed via your package manager, or installed from source.
The collectd service runs as a daemon, and it reads from a config file when it starts up, so you control collectd by editing the config file.
Code
Repository for collectd-related config files here: https://charlesreid1.com:3000/data/collectd-config
Flags
[[Category:2018]