]> git.pld-linux.org Git - packages/net-snmp.git/blob - net-snmpd.sysconfig
Provide hrMIB data via librpm for rpm 4.16
[packages/net-snmp.git] / net-snmpd.sysconfig
1 # Customized settings for snmpd
2
3 # Define nice level for snmpd
4 SERVICE_RUN_NICE_LEVEL="+0"
5
6 # Default configuration file name.
7 # IMPORTANT:
8 #  If you enable this, snmpd will not read additionally /etc/snmp/snmpd.local.conf
9 # CONF_FILE=/etc/snmp/snmpd.conf
10
11 # Log warnings/messages to syslog (otherwise to /var/log/snmpd.log)
12 LOG_WARNINGS_MESSAGES_TO_SYSLOG=yes
13
14 # Addresses snmpd should listen too. See snmpd(8)
15 #SNMPD_LISTEN_ADDRS="udp:127.0.0.1"
16
17 # Module names that should (not) be loaded, see '-I' snmpd option
18 # To get compiled in list, invoke: 'net-snmp-config --snmpd-module-list'
19 # for example we don't want diskio inside vserver (no /proc/diskstats or /proc partitions)
20 #SNMPD_INITLIST="-diskio"
This page took 0.114552 seconds and 3 git commands to generate.