From 0a3d06dfa8f534c48109e3afd49a292c3947d0cd Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 29 Jul 2008 02:29:15 +0000 Subject: - Add parameter to specify bind address. --- doc/rrdbot-get.1 | 3 +++ doc/rrdbotd.8 | 3 +++ 2 files changed, 6 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3