better DESCRs

This commit is contained in:
sthen 2011-07-08 11:53:28 +00:00
parent a18204ad04
commit 925f4f6525
4 changed files with 33 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2011/07/07 20:02:02 sthen Exp $
# $OpenBSD: Makefile,v 1.57 2011/07/08 11:53:28 sthen Exp $
COMMENT-main= extendable SNMP implementation
COMMENT-perl= SNMP modules for Perl
@ -6,6 +6,9 @@ COMMENT-tkmib= graphical SNMP MIB browser
V= 5.7
DISTNAME= net-snmp-$V
REVISION-main= 0
REVISION-perl= 0
REVISION-tkmib= 0
MULTI_PACKAGES= -main -perl -tkmib
PKGNAME-main= ${DISTNAME}

View File

@ -1,12 +1,19 @@
Various tools relating to the Simple Network Management Protocol
including:
Simple Network Management Protocol (SNMP) is a widely used protocol for
monitoring the health of network equipment (eg. routers), computer equipment
and even devices like UPSs. Net-SNMP is a suite of applications used to
implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
* An extensible agent
* An SNMP library
* tools to request or set information from SNMP agents
* tools to generate and handle SNMP traps
* a version of the unix 'netstat' command using SNMP
This package includes the Net-SNMP library, snmpd (an extensible agent
for responding to SNMP queries for management information with built-in
support for a wide range of MIB information modules), snmptrapd (a daemon
to receive and log or forward SNMP notifications), and various command-
line applications to:
This package is originally based on the Carnegie Mellon University SNMP
implementation (version 2.1.2.1), but has developed significantly since
then.
- retrieve information from an SNMP-capable device, either using single
requests (snmpget, snmpgetnext), or multiple requests (snmpwalk,
snmptable, snmpdelta).
- manipulate configuration information on an SNMP-capable device (snmpset).
- retrieve a fixed collection of information from an SNMP-capable device
(snmpdf, snmpnetstat, snmpstatus).
- convert between numerical and textual forms of MIB OIDs, and display
MIB content and structure (snmptranslate).

View File

@ -1,5 +1,6 @@
This is the Perl5 'SNMP' extension module. The SNMP module provides a
full featured, tri-lingual SNMP (SNMPv3, SNMPv2c, SNMPv1) API. The SNMP
module also provides an interface to the SMI MIB parse-tree for run-time
access to parsed MIB data. The SNMP module internals rely on the
Net-SNMP toolkit library (previously known as ucd-snmp).
Simple Network Management Protocol (SNMP) is a widely used protocol for
monitoring the health of network equipment (eg. routers), computer equipment
and even devices like UPSs. Net-SNMP is a suite of applications used to
implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
This package provides Perl bindings to the Net-SNMP library.

View File

@ -1 +1,6 @@
Some x11 utilities to view snmp data.
Simple Network Management Protocol (SNMP) is a widely used protocol for
monitoring the health of network equipment (eg. routers), computer equipment
and even devices like UPSs. Net-SNMP is a suite of applications used to
implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
This package contains tkmib, a graphical (Tk/perl) MIB browser.