Everything Penguin, Inc.

Helping to support the open source community.
Search this Site:

Local Sources
  • /pub

  • Linux OS
  • /pub/OS/Linux

  • Networking
  • /pub/Networking

  • Network Services
  • /pub/NetworkServices

  • Clustering
  • HA
  • DRM

  • Encryption
  • Keytool/OpenSSL
  • Java Samples

  • Development
  • Design
  • C/C++
  • Java
  • Perl
  • Shell
  • Web / J2EE

  • Storage
  • Filesystems
  • HPC
  • /pub/Storage

  • Not Linux ?
  • BSD
  • HP-UX
  • Solaris
  • VM
  • Windows
  • /pub/OS

  • Security
  • /pub/Security
  •  Parent Directory

    ###########################################################################
    #
    # snmptrapd.conf
    #
    #   - created by the snmpconf configuration program
    #
    ###########################################################################
    # SECTION: Output formatting for traps received.
    #
    #   Output from snmptrapd is formatted according to the
    #   rules defined by the formatting configuration directives.
    
    
    # format1: How SNMPv1 traps are formatted.
    format1  "Logging v1 trap from %B\n"
    
    
    # format2: How SNMPv2 and SNMPv3 traps are formatted.
    #   See the snmptrapd.conf manual page for format string details.
    #   arguments: formatstring
    format2  "Logging v2/3 trap from %B\n"
    
    
    
    
    ###########################################################################
    # SECTION: Authentication options
    #
    #   Authentication options
    
    # ignoreauthfailure: Ignore authentication failure traps
    #   arguments: (1|yes|true|0|no|false)
    
    ignoreauthfailure  no
    
    
    # authCommunity: authorises traps (and SNMPv2c INFORM requests) with
    #   the specified community to trigger the types of processing listed.
    #   authCommunity TYPES COMMUNITY [SOURCE [OID | -v VIEW ]]
    
    authCommunity  log,execute public
    
    
    
    
    ###########################################################################
    # SECTION: Logging options
    #
    #   Logging options
    
    # donotlogtraps: Prevent traps from being logged
    #   Useful when you only want to use traphandles
    #   arguments: (1|yes|true|0|no|false)
    
    donotlogtraps  no
    
    # logoption: Set options controlling where to log to
    #   See -L options in the snmptrapd.conf man page
    
    logoption  f /var/log/snmptrapd.log
    
    # traphandle: Use net-snmp traptoemail script
    #   Send email to a bot
    #   v2 requires authCommunity 'execute' - above
    traphandle default /usr/local/bin/traptoemail <email@address.ext>
    
    
    #
    # Unknown directives read in from other files by snmpconf
    #
    createUser snmpuser SHA snmpPassword DES
    authUser log,execute snmpuser
    

    Other Sites

    RFC's
  • FAQ's
  • IETF
  • RFC Sourcebook

  • Linux
  • Linux- Intro
  • Bash - Intro
  • Bash - Advanced
  • Command Line
  • System Administration
  • Network Administration
  • Man Pages (& more)
  • More Guides
  • Red Hat Manuals
  • HOWTO's

  • Reference/Tutorials
  • C++ @ cppreference
  • C++ @ cplusplus
  • CSS @ echoecho
  • DNS @ Zytrax
  • HTML @ W3 Schools
  • Java @ Sun
  • LDAP @ Zytrax
  • Linux @ YoLinux
  • MySQL
  • NetFilter
  • Network Protocols
  • OpenLDAP
  • Quagga
  • Samba
  • Unix Programming


  • Sponsors:
  • BrettLee.com
  • TheFrontOffice.BIZ
  • ScubaNavigator.com
  • Nitrox.net

  • [ Statistics by AWStats ]

    [ Powered by Red Hat Linux ] [ Powered by Apache Server] [ Powered by MySQL ]

    In an effort to provide a service of value to the open source community, I've put together this website that containing many of my notes and references.

    This website is not authoritative and it is certainly not without errors; it is a work in progress.

    In addition to my contributions you will also find the work of others. Where the work is not mine, I have tried to indicate that, and to reference the source of the work: by citing the original author, retaining the authors' name and license wherever present, or by placing the work in a suitably named URL containg /external/ in the path. If you find any work here that should not be publically available, please send me a note and it will be removed.

    As for my contributions, you are free to use any of *MY* notes or code from this website unless specifically instructed otherwise.

    Brett Lee, Ph.D., President & CEO
    Everything Penguin, Inc.