Write HTTP plugin - Netuitive/collectdwin GitHub Wiki
Write HTTP plugin
The Write HTTP plugin is a rudimentary implementation of the collectd Write HTTP plugin. Metrics are posted to the target URL in the JSON format as described here.
Configuration
<WriteHTTP Url="http://somewhere:port/etc"/>
Name | Description |
---|---|
Url | Target HTTP url |