Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SNMP_HOSTRES(3)		    Library Functions Manual	       SNMP_HOSTRES(3)

NAME
       snmp_hostres -- host resources module for bsnmpd(8)

LIBRARY
       (begemotSnmpdModulePath."hostres" = /usr/lib/snmp_hostres.so)

DESCRIPTION
       The  snmp_hostres module	implements the HOST-RESOURCES-MIB as standard-
       ized in RFC 2790.

RESTRICTIONS
       Not all information in the MIB is meaningful in FreeBSD	or  is	avail-
       able.  The following variables are not implemented or carry no informa-
       tion:

       hrFSType
	       There  are several types	of file	systems	for which no appropri-
	       ate OID exists yet which	are supported by FreeBSD.  For	smbfs,
	       procfs  and devfs , hrFSOther is	returned.  In all other	cases,
	       hrFSUnknown.

       hrFSBootable
	       It is questionable what bootable	means here.  Does it mean that
	       the BIOS	is available to	start a	boot on	that  file  system  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.

       hrFSLastFullBackupDate, hrFSLastPartialBackupDate
	       This is not available and always	returns	an empty string.  The-
	       oretically, this	could be retrieved from	/etc/dumpdates,	 which
	       would hardly be correct given the different ways	of doing back-
	       ups.

       hrDiskStorageTable
	       Floppy  devices	are currently not reported.  Also the names of
	       the disks are hard-coded	in the module.

FILES
       /usr/share/snmp/defs/hostres_tree.def
	       The description of the MIB tree implemented by snmp_hostres.

       /usr/share/snmp/mibs/HOST-RESOURCES-TYPES.txt

       /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt

       /usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt
	       This is the MIB that is implemented by this module.

SEE ALSO
       gensnmptree(1), snmpmod(3)

AUTHORS
       Victor Cruceru <soc-victor@FreeBSD.org>

FreeBSD	13.2			January	3, 2006		       SNMP_HOSTRES(3)

NAME | LIBRARY | DESCRIPTION | RESTRICTIONS | FILES | SEE ALSO | AUTHORS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=snmp_hostres&sektion=3&manpath=FreeBSD+14.0-RELEASE+and+Ports>

home | help