]> git.pld-linux.org Git - packages/net-snmp.git/blobdiff - net-snmpd.sysconfig
- up to 5.6.1.1
[packages/net-snmp.git] / net-snmpd.sysconfig
index c2812462fd803f482672924b45ce5932bf0e5ba4..ac27557adc9cc01c29a04407fa456dcb28fdf023 100644 (file)
@@ -3,8 +3,17 @@
 # Define nice level for snmpd
 SERVICE_RUN_NICE_LEVEL="+0"
 
-# Default configuration file name
-CONF_FILE=/etc/snmp/snmpd.conf
+# Default configuration file name.
+# IMPORTANT:
+#  If you enable this, snmpd will not read additionally /etc/snmp/snmpd.local.conf
+# CONF_FILE=/etc/snmp/snmpd.conf
 
 # Log warnings/messages to syslog (otherwise to /var/log/snmpd.log)
 LOG_WARNINGS_MESSAGES_TO_SYSLOG=yes
+
+# Addresses snmpd should listen too. See snmpd(8)
+#SNMPD_LISTEN_ADDRS="udp:127.0.0.1"
+
+# Module names that should (not) be loaded, see '-I' snmpd option
+# for example we don't want diskio inside vserver (no /proc/diskstats or /proc partitions)
+#SNMPD_INITLIST="-diskio"
This page took 0.027973 seconds and 4 git commands to generate.