summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-07-29 02:29:15 +0000
committerStef Walter <stef@memberwebs.com>2008-07-29 02:29:15 +0000
commit0a3d06dfa8f534c48109e3afd49a292c3947d0cd (patch)
treea5f03f6c30f1415bef857dd7fce55f6ade64f8cd /doc
parent723785873edd5fc3c00fefc8894a2c2085676313 (diff)
- Add parameter to specify bind address.
Diffstat (limited to 'doc')
-rw-r--r--doc/rrdbot-get.13
-rw-r--r--doc/rrdbotd.83
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/rrdbot-get.1 b/doc/rrdbot-get.1
index e9515d6..05837ed 100644
--- a/doc/rrdbot-get.1
+++ b/doc/rrdbot-get.1
@@ -44,6 +44,7 @@
.Nm
.Op Fl Mnr
.Op Fl m Ar mibdir
+.Op Fl s Ar srcaddr
.Op Fl t Ar timeout
.Ar snmp://community@host/oid
.Nm
@@ -68,6 +69,8 @@ Display MIB parsing warnings.
Display numeric OIDs.
.It Fl r
Recursively walk the SNMP values under the given OID.
+.It Fl s Ar srcaddr
+Source address to send SNMP packets from.
.It Fl t Ar timeout
The amount of time (in seconds) to wait for an SNMP response. Defaults to
5 seconds.
diff --git a/doc/rrdbotd.8 b/doc/rrdbotd.8
index 8217626..657e264 100644
--- a/doc/rrdbotd.8
+++ b/doc/rrdbotd.8
@@ -43,6 +43,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl M
+.Op Fl b Ar bindaddr
.Op Fl c Ar confdir
.Op Fl w Ar workdir
.Op Fl m Ar mibdir
@@ -72,6 +73,8 @@ configuration files are described in:
.Sh OPTIONS
The options are as follows.
.Bl -tag -width Fl
+.It Fl b Ar bindaddr
+Address to bind to and send SNMP packets from.
.It Fl c Ar confdir
The directory in which configuration files are stored. See below for info
on the various file locations.