Plugin:exec-solusvm-bandwidth.sh

From collectd Wiki
Revision as of 22:54, 1 November 2016 by Jolt (talk | contribs) (First post!)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
collectd-solus-bw.sh plugin
Type: read
Callbacks: n/a
Status: external
First version: n/a
Copyright: 2016 Fredrik Lundhag
License: Template:MIT
Manpage: n/a
List of Plugins

collectd-solus-bw.sh is a shell script which read bandwidth statistics from SolusVM, a common platform for VPS providers. The script requires the Exec plugin, curl and grep with -P (--perl-regexp support) to run and was written by Fredrik Lundhag.

Synopsis

To use this script, do the following:

  • Download or copy the gist collectd-solus-bw.sh from GitHub into /etc/collectd.
  • Enable API in the VPS SolusVM control panel, then copy your API key + hash and put them into the script together with the path to the API.
  • I recommend you to run the script manually first to make sure that the output looks correct and that the API URL works.
  • Add the section below the configuration of the Exec plugin:
LoadPlugin exec
<Plugin exec>
    Exec <user>[:group] "/etc/collectd/collectd-solus-bw.sh" 
</Plugin>

Example graphs

Collectd-Solus-bw.png

Dependencies

See also