Site updated at 2017-09-26 18:37:45 UTC

This commit is contained in:
Travis CI 2017-09-26 18:37:45 +00:00
parent cd1993547e
commit 6c210aca29
56 changed files with 99 additions and 99 deletions

View file

@ -88,7 +88,7 @@
<li><strong>host</strong> (<em>Required</em>): The IP address of your host, eg. <code class="highlighter-rouge">192.168.1.32</code>.</li>
<li><strong>baseoid</strong> (<em>Required</em>): The OID where the information is located. Its advised to use the numerical notation.</li>
<li><strong>port</strong> (<em>Option</em>): The SNMP port of your host. Defaults to <code class="highlighter-rouge">161</code>.</li>
<li><strong>community</strong> (<em>Optional</em>): The SNMP community which is set for the device. Most devices have a default community set to to <code class="highlighter-rouge">public</code> with read-only permission (which is sufficient).</li>
<li><strong>community</strong> (<em>Optional</em>): The SNMP community which is set for the device. Most devices have a default community set to <code class="highlighter-rouge">public</code> with read-only permission (which is sufficient).</li>
<li><strong>version</strong> (<em>Optional</em>) version of SNMP protocol, <code class="highlighter-rouge">1</code> or <code class="highlighter-rouge">2c</code>. Defaults to <code class="highlighter-rouge">1</code>. Version <code class="highlighter-rouge">2c</code> is needed to read data from 64-bit counters.</li>
<li><strong>name</strong> (<em>Optional</em>): Name of the SNMP sensor.</li>
<li><strong>unit_of_measurement</strong> (<em>Optional</em>): Defines the unit of measurement of the sensor, if any.</li>