From 8ca2c35a2b6196f28c24398a159b86d9f6d154bb Mon Sep 17 00:00:00 2001 From: mischa Date: Thu, 16 May 2019 09:44:41 +0200 Subject: [PATCH] fixed typos in README.html --- README.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index a21618d..accc3d4 100644 --- a/README.html +++ b/README.html @@ -147,7 +147,7 @@ ${RRDTOOL} graph ${IMAGES}/${HOST}-${INTERFACE}.png \

To pinpoint the network interface you want to measure the bandwith for, this command prints the available interfaces:

-
snmpctl snmp walk  community  oid ifDescr
+
snmpctl snmp walk [host] community [community] oid ifDescr
 

This will output a list like:

@@ -165,7 +165,7 @@ ifDescr.670="tap1"

The number behind ifDescr is the one that you need to feed to interface.sh, for example:

-
# interface.sh  5
+
# interface.sh 5
 

Finally the wrapper.sh script calls all the aforementioned scripts: