X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=399ae8925f1ef1f33d978a0d83497b1b8573c0f0;hb=88bd89f106abd5c0a9f9a80246e31a16c36a3c6d;hp=f71dbe76f546cd43651c83c29c7715066238e557;hpb=ebffc2b26af7c0235f0aef72de289c5696b7f63f;p=collectd.git diff --git a/README b/README index f71dbe76..399ae892 100644 --- a/README +++ b/README @@ -502,6 +502,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 +843,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)