[collectd] [PATCH] curl* plugins: Added support for POST and arbitrary headers

2013-02-04 Thread Dan Fandrich
These plugins can now be used for things like SOAP or XML-RPC calls. --- src/collectd.conf.pod | 41 - src/curl.c| 29 + src/curl_json.c | 28 src/curl_xml.c| 28

Re: [collectd] [PATCH] curl* plugins: Added support for POST and arbitrary headers

2013-02-04 Thread Kimo Rosenbaum
To: collectd@verplant.org Sent: Monday, February 4, 2013 2:29 PM Subject: [collectd] [PATCH] curl* plugins: Added support for POST and arbitrary headers These plugins can now be used for things like SOAP or XML-RPC calls. --- src/collectd.conf.pod |   41

Re: [collectd] [PATCH] curl* plugins: Added support for POST and arbitrary headers

2013-02-04 Thread Dan Fandrich
On Mon, Feb 04, 2013 at 02:36:17PM -0800, Kimo Rosenbaum wrote: Would you mind creating a pull request (https://github.com/collectd/collectd/pulls)? (or attach as an attachment) I would like to try this patch but I think my email client is eating it up. Here it is as an attachment. Dan