diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-12-21 21:14:24 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-12-21 21:14:24 +0000 |
commit | bc9cd387e150c48f99b4d16672060e70e717c21e (patch) | |
tree | 35edbd31112dcb7ee6e39636a06c9a2f980aae3f /app-admin/collectd/metadata.xml | |
parent | x86 stable wrt bug #349304 (diff) | |
download | gentoo-2-bc9cd387e150c48f99b4d16672060e70e717c21e.tar.gz gentoo-2-bc9cd387e150c48f99b4d16672060e70e717c21e.tar.bz2 gentoo-2-bc9cd387e150c48f99b4d16672060e70e717c21e.zip |
Added curl_json support thanks to Johan Bergström, fixing bug 349124
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/collectd/metadata.xml')
-rw-r--r-- | app-admin/collectd/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-admin/collectd/metadata.xml b/app-admin/collectd/metadata.xml index 589ee1d4f880..5188889c657b 100644 --- a/app-admin/collectd/metadata.xml +++ b/app-admin/collectd/metadata.xml @@ -18,6 +18,7 @@ <flag name='collectd_plugins_cpufreq'>Build the cpufreq input plugin (CPU frequency, for laptops with speedstep or similar)</flag> <flag name='collectd_plugins_csv'>Build the csv output plugin (write to comma separated values (CSV) files)</flag> <flag name='collectd_plugins_curl'>Build the curl input plugin (parse statistics from websites using regular expressions)</flag> + <flag name='collectd_plugins_curl_json'>Build the curl_json input plugin (get json data via curl and parse it)</flag> <flag name='collectd_plugins_curl_xml'>Build the curl_xml input plugin (get xml data via curl and parse it)</flag> <flag name='collectd_plugins_dbi'>Build the dbi input plugin (execute SQL statements on databases and interpret the reply)</flag> <flag name='collectd_plugins_df'>Build the df input plugin (mountpoint usage)</flag> |