##
## OSSP snmpdx - SNMP Daemon Extension
## Copyright (c) 2003-2007 The OSSP Project
## Copyright (c) 2003-2007 Ralf S. Engelschall
## Copyright (c) 2003-2005 Cable & Wireless
##
## This file is part of OSSP snmpdx, a SNMP daemon extension which
## can be found at http://www.ossp.org/pkg/tool/snmpdx/.
##
## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License
## as published by the Free Software Foundation; either version
## 2.0 of the License, or (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
## General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this file; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
## USA, or contact Ralf S. Engelschall .
##
## snmpdx.pod: Unix manual page
##
=pod
=head1 NAME
B - SNMP Daemon Extension
=head1 SYNOPSIS
=head1 DESCRIPTION
B is a framework for easily hooking into B's
snmpd(8) and providing an own SNMP MIB and the OID implementing probes.
It is a B program which either can be configured as a C
(not recommended) or C (recommended) program into
F.
=head1 SEE ALSO
snmpd(8), F.
=head1 HISTORY
B was implemented in August 2003 by I
under contract with I as an Open Source framework for
easily hooking into B in order to provide an own SNMP MIB and
the OID implementing probes.
=head1 AUTHORS
Ralf S. Engelschall
Thomas Lotterer
=cut