X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=contrib%2Fsnmp-probe-host.px;h=9776af6265e46030addd82572d3a2a7f16fe5740;hp=d1a7a88616c55f50af9e15bfa73b9740930a5436;hb=de407dd4e036f73e9bd4658af9d71f504fc11109;hpb=413c4dab34e5cbb227644dd3ead6e6e0a3cdb08c diff --git a/contrib/snmp-probe-host.px b/contrib/snmp-probe-host.px index d1a7a886..9776af62 100755 --- a/contrib/snmp-probe-host.px +++ b/contrib/snmp-probe-host.px @@ -306,9 +306,9 @@ snmp-probe-host.px - Find out what information an SNMP device provides. The C script can be used to automatically generate SNMP configuration snippets for collectd's snmp plugin (see L). -This script parses the collectd configuration and detecs all "data" blocks that +This script parses the collectd configuration and detects all "data" blocks that are defined for the SNMP plugin. It then queries the device specified on the -command line for all OIDs and registeres which OIDs could be answered correctly +command line for all OIDs and registers which OIDs could be answered correctly and which resulted in an error. With that information the script figures out which "data" blocks can be used with this hosts and prints an appropriate "host" block to standard output.