equal
deleted
inserted
replaced
30 |
30 |
31 Prerequisites |
31 Prerequisites |
32 ------------- |
32 ------------- |
33 |
33 |
34 * Ruby 2.3 or better |
34 * Ruby 2.3 or better |
35 * Net-SNMP libraries |
|
36 |
35 |
37 |
36 |
38 Installation |
37 Installation |
39 ------------ |
38 ------------ |
40 |
39 |
83 ### Library Options |
82 ### Library Options |
84 |
83 |
85 * **timeout**: How long to wait for an SNMP response, in seconds? |
84 * **timeout**: How long to wait for an SNMP response, in seconds? |
86 * **retries**: If an error occurs during SNMP communication, try again this many times before giving up. |
85 * **retries**: If an error occurs during SNMP communication, try again this many times before giving up. |
87 * **community**: The SNMP community name for reading data. |
86 * **community**: The SNMP community name for reading data. |
88 * **version**: The SNMP protocol version. 1 and 2c are supported. |
87 * **version**: The SNMP protocol version. v1, v2c, and v3 are supported. |
89 * **port**: The UDP port SNMP is listening on. |
88 * **port**: The UDP port SNMP is listening on. |
90 * **batchsize**: How many hosts to gather SNMP data on simultaneously. |
89 * **batchsize**: How many hosts to gather SNMP data on simultaneously. |
91 |
90 |
92 |
91 |
93 ### Category Options and Behavior |
92 ### Category Options and Behavior |