b8d0b4e9e4
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@523 6952d904-891a-0410-993b-d76249ca496b
18 lines
598 B
Plaintext
18 lines
598 B
Plaintext
# Copyright 1999-2004 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmpd.conf,v 1.8 2006/11/26 21:37:22 cedk Exp $
|
|
|
|
# Initial (empty) options.
|
|
SNMPD_FLAGS=""
|
|
|
|
# Enable connection logging.
|
|
#SNMPD_FLAGS="${SNMPD_FLAGS} -a"
|
|
|
|
# Enable syslog and disable file log.
|
|
#SNMPD_FLAGS="${SNMPD_FLAGS} -Lsd -Lf /dev/null"
|
|
|
|
# Enable agentx socket as /var/agentx/master
|
|
# *NOTE* Before uncommenting this, make sure
|
|
# the /var/agentx directory exists.
|
|
#SNMPD_FLAGS="${SNMPD_FLAGS} -x /var/agentx/master"
|