aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2014-05-31 21:12:14 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2014-05-31 21:12:14 +0000
commit6e898985fc164193d7d2ab283c549733803f1843 (patch)
tree737b4aee32035ea0e1f412d2cc8ceb43edff3c4c /usr.sbin/bsnmpd
parent646fc9ccadab91a7924e19243837c61b155a183d (diff)
Notes
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.311
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 b/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3
index 2b966d714445..6c0aba3b5b29 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3
+++ b/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 9, 2013
+.Dd May 31, 2014
.Dt SNMP_HAST 3
.Os
.Sh NAME
@@ -40,11 +40,12 @@ The
module implements a private BEGEMOT-HAST-MIB, which allows
management of HAST resources.
.Pp
-The module uses
+The module uses the
.Xr hastd 8
control socket to communicate with the daemon.
+The
.Va hastConfigFile
-variable can be used to specify the location of
+variable can be used to specify the location of the
.Xr hast.conf 5
file to find the address of the control connection.
.Sh FILES
@@ -62,8 +63,8 @@ configuration file.
.Sh SEE ALSO
.Xr bsnmpd 1 ,
.Xr gensnmptree 1 ,
+.Xr snmpmod 3 ,
.Xr hastctl 8 ,
-.Xr hastd 8 ,
-.Xr snmpmod 3
+.Xr hastd 8
.Sh AUTHORS
.An Mikolaj Golub Aq trociny@FreeBSD.org