X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=README;h=ca86c84da4692b4d5307ae5ed284b7f0bd64eed5;hp=f71dbe76f546cd43651c83c29c7715066238e557;hb=da11ce02eb202b3e01d3e2d1b40f248a84430973;hpb=08e419e462e8373538a7aef768bae0b2478e0e89 diff --git a/README b/README index f71dbe76..ca86c84d 100644 --- a/README +++ b/README @@ -258,8 +258,7 @@ Features plugin of choice for that. - nfs - NFS Procedures: Which NFS command were called how often. Only NFSv2 and - NFSv3 right now. + NFS Procedures: Which NFS command were called how often. - nginx Collects statistics from `nginx' (speak: engine X), a HTTP and mail @@ -502,6 +501,13 @@ Features updates to the files and write a bunch of updates at once, which lessens system load a lot. + - snmp_agent + Receives and handles queries from SNMP master agent and returns the data + collected by read plugins. Handles requests only for OIDs specified in + configuration file. To handle SNMP queries the plugin gets data from + collectd and translates requested values from collectd's internal format + to SNMP format. + - unixsock One can query the values from the unixsock plugin whenever they're needed. Please read collectd-unixsock(5) for a description on how that's @@ -836,7 +842,11 @@ Prerequisites This library is part of the “Manage ONTAP SDK” published by NetApp. * libnetsnmp (optional) - For the `snmp' plugin. + For the `snmp' and 'snmp_agent' plugins. + + + * libnetsnmpagent (optional) + Required for the 'snmp_agent' plugin. * libnotify (optional)