diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rrdbot-get.1 | 3 | ||||
-rw-r--r-- | doc/rrdbotd.8 | 3 |
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. |