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: