X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=README;fp=README;h=b0b59214d6550b1071dcbcc25bd2d4a95c95c1fa;hp=1860281632a786a269fd209d38e2f4417e06bebc;hb=662c44a84ae3daecd4ffdea940fffce35a41b52a;hpb=d45f9cdfc084fc5e8783073b993d58b84deb5d58 diff --git a/README b/README index 18602816..b0b59214 100644 --- a/README +++ b/README @@ -497,6 +497,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 @@ -824,7 +831,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)