Skip to content

Write HTTP plugin

andrewpaine edited this page Jul 17, 2015 · 1 revision

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

Clone this wiki locally