From: Florian Forster Date: Sun, 13 Sep 2009 14:32:52 +0000 (+0200) Subject: ChangeLog: Document the “GETTHRESHOLD” command. X-Git-Tag: collectd-4.8.0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=87692218035e477166dfd453b85835332f59f7e2;p=collectd.git ChangeLog: Document the “GETTHRESHOLD” command. --- diff --git a/ChangeLog b/ChangeLog index 64006dbb..712324db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,8 @@ * tokyotyrant plugin: The new TokyoTyrant plugin reads the number of records and file size from a running Tokyo Tyrant server. Thanks to Paul Sadauskas for the patch. + * unixsock plugin: Add the “GETTHRESHOLD” command. This command can be + used to query the thresholds configured for a particular identifier. * write_http plugin: The new Write HTTP plugin sends the values collected by collectd to a web-server using HTTP POST requests. Thanks to Paul Sadauskas for the patch.