summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-30 19:07:03 +0000
committerru <ru@FreeBSD.org>2006-09-30 19:07:03 +0000
commit99849399c0a14e1ff2773e87de05c18ee59ab128 (patch)
tree309e64ec3f7014ee546cba7fe8d72e3da8aef1d5 /usr.sbin/bsnmpd
parent793f672a87878712ede431f9204d95b213440f66 (diff)
downloadFreeBSD-src-99849399c0a14e1ff2773e87de05c18ee59ab128.zip
FreeBSD-src-99849399c0a14e1ff2773e87de05c18ee59ab128.tar.gz
Revise markup.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.325
1 files changed, 14 insertions, 11 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3 b/usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3
index 971e060..05c247d 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3
+++ b/usr.sbin/bsnmpd/modules/snmp_hostres/snmp_hostres.3
@@ -33,24 +33,26 @@
.Os
.Sh NAME
.Nm snmp_hostres
-.Nd "host resources module for snmpd.
+.Nd host resources module for
+.Xr bsnmpd 8
.Sh LIBRARY
.Pq begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"
.Sh DESCRIPTION
The
-.Nm snmp_hostres
+.Nm
module implements the HOST-RESOURCES-MIB as standardized in RFC 2790.
.Sh RESTRICTIONS
Not all information in the MIB is meaningful in FreeBSD or is available.
The following variables are not implemented or carry no information:
-.Bl -tag -width "XXXXXXXXX"
+.Bl -tag -width indent
.It Va hrFSType
There are several types of file systems for which no appropriate OID
-exists yet which are supported by FreeBSD.
-For smbfs, procfs and devfs
+exists yet which are supported by
+.Fx .
+For smbfs, procfs and devfs ,
.Va hrFSOther
is returned.
-In all other cases
+In all other cases,
.Va hrFSUnknown .
.It Va hrFSBootable
It is questionable what bootable means here.
@@ -59,17 +61,18 @@ or does it mean that there is something bootable?
In either case this information is not available so this variable returns True
for the root file system (which is not necessarily correct) and False for
all others.
-.It Va hrFSLastFullBackupDate
-.It Va hrFSLastPartialBackupDate
+.It Va hrFSLastFullBackupDate , hrFSLastPartialBackupDate
This is not available and always returns an empty string.
-Theoretically this could be retrieved from /etc/dumpdates, which would
+Theoretically, this could be retrieved from
+.Pa /etc/dumpdates ,
+which would
hardly be correct given the different ways of doing backups.
.It Va hrDiskStorageTable
Floppy devices are currently not reported.
Also the names of the disks are hard-coded in the module.
.El
.Sh FILES
-.Bl -tag -width "XXXXXXXXX"
+.Bl -tag -width indent
.It Pa /usr/share/snmp/defs/hostres_tree.def
The description of the MIB tree implemented by
.Nm .
@@ -82,4 +85,4 @@ This is the MIB that is implemented by this module.
.Xr gensnmptree 1 ,
.Xr snmpmod 3
.Sh AUTHORS
-.An Victor Cruceru Aq soc-victor@freebsd.org
+.An Victor Cruceru Aq soc-victor@FreeBSD.org
OpenPOWER on IntegriCloud