diff options
Diffstat (limited to 'user/net-snmp/snmpd.confd')
-rw-r--r-- | user/net-snmp/snmpd.confd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/net-snmp/snmpd.confd b/user/net-snmp/snmpd.confd new file mode 100644 index 000000000..849517574 --- /dev/null +++ b/user/net-snmp/snmpd.confd @@ -0,0 +1,14 @@ +# Initial (empty) options. +OPTS="" + +# Enable connection logging. +#OPTS="${OPTS} -a" + +# Enable syslog and disable file log. +OPTS="${OPTS} -LSwd -Lf /dev/null" + +# Enable agentx socket as /var/agentx/master +# *NOTE* Before uncommenting this, make sure +# the /var/agentx directory exists. +#OPTS="${OPTS} -x /var/agentx/master" + |