From: Florian Forster Date: Fri, 2 Oct 2009 07:47:54 +0000 (+0200) Subject: README: Fix order of the curl_json plugin in the list. X-Git-Tag: collectd-4.8.1~4 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=d4732c5d271e9624019ad6771fad3b6aa304e380 README: Fix order of the curl_json plugin in the list. --- diff --git a/README b/README index ea53dbaa..50716172 100644 --- a/README +++ b/README @@ -43,10 +43,6 @@ Features - conntrack Number of nf_conntrack entries. - - curl_json - Retrieves JSON data via cURL and parses it according to user - configuration. - - cpu CPU utilization: Time spent in the system, user, nice, idle, and related states. @@ -54,6 +50,10 @@ Features - cpufreq CPU frequency (For laptops with speed step or a similar technology) + - curl_json + Retrieves JSON data via cURL and parses it according to user + configuration. + - dbi Executes SQL statements on various databases and interprets the returned data.