command
module
Version:
v0.0.10
Opens a new window with list of versions in this module.
Published: Dec 4, 2017
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-cld2ch
Very Important Note 🔥
- go-cld2ch is in early beta. Made for my own needs
- go-cld2ch is requires golang 1.8+
- you can must set dbname in configs.yml to use cld2ch,
- table CollectD will be created in DB with dbname
How to install
- Download latest release archive for your plaform
- Unrachive and go to the unarchived path
- If you are on linux with systemd - run
install.sh
- Edit configs in /etc/cld2ch/configs.yml
- Run
systemctl start cld2ch
- Check status
systemctl status cld2ch
- Open configureation file
/etc/collectd/collectd.conf
- Set param
Interval to 60
- Enable network plugin if disabled
LoadPlugin network (delete # before)
- Configure network plugin (examples below)
- Restart CollectD service
<Plugin network>
Server "ip_cld2ch" "port_cld2ch"
</Plugin>
For example:
<Plugin network>
Server "127.0.0.1" "25826"
</Plugin>
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.