Difference between revisions of "Plugin:exec-solusvm-bandwidth.sh"
From collectd Wiki
m (Jolt moved page Plugin:exec-solusvm-bandwidth to Plugin:exec-solusvm-bandwidth.sh: Change title again. Third times the charm...) |
|||
Line 1: | Line 1: | ||
{{Infobox Plugin | {{Infobox Plugin | ||
− | | Name=collectd- | + | | Name=collectd-solusvm-bw.sh |
| Type=read | | Type=read | ||
| Callbacks=''n/a'' | | Callbacks=''n/a'' | ||
Line 10: | Line 10: | ||
}} | }} | ||
− | '''collectd- | + | '''[https://gist.github.com/joltcan/718653fe18cf431612895b7c5a86f74b#file-collectd-solusvm-bw-sh collectd-solusvm-bw.sh]''' is a shell script which read bandwidth statistics from ''SolusVM'', a common platform for VPS providers. The script requires the {{Plugin|Exec}}, [http://curl.haxx.se/ curl] and grep with -P ''(--perl-regexp'' support) to run and was written by ''Fredrik Lundhag''. |
== Synopsis == | == Synopsis == |
Revision as of 23:06, 1 November 2016
collectd-solusvm-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-solusvm-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-solusvm-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-solusvm-bw.sh" </Plugin>
Example graphs
Dependencies
- Plugin:Exec
- Bash
- grep (with -P, --perl-regexp support)
- curl