fixed typos in README.html

This commit is contained in:
mischa 2019-05-16 09:44:41 +02:00
parent 86ad8e4ba0
commit 8ca2c35a2b
1 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ ${RRDTOOL} graph ${IMAGES}/${HOST}-${INTERFACE}.png \
<p>To pinpoint the network interface you want to measure the bandwith for, this command prints the available interfaces:</p> <p>To pinpoint the network interface you want to measure the bandwith for, this command prints the available interfaces:</p>
<pre><code>snmpctl snmp walk community oid ifDescr <pre><code>snmpctl snmp walk [host] community [community] oid ifDescr
</code></pre> </code></pre>
<p>This will output a list like:</p> <p>This will output a list like:</p>
@ -165,7 +165,7 @@ ifDescr.670=&quot;tap1&quot;
<p>The number behind <code>ifDescr</code> is the one that you need to feed to <strong>interface.sh</strong>, for example:</p> <p>The number behind <code>ifDescr</code> is the one that you need to feed to <strong>interface.sh</strong>, for example:</p>
<pre><code># interface.sh 5 <pre><code># interface.sh 5
</code></pre> </code></pre>
<p>Finally the <strong>wrapper.sh</strong> script calls all the aforementioned scripts:</p> <p>Finally the <strong>wrapper.sh</strong> script calls all the aforementioned scripts:</p>