Bug 431391

Summary: RFE - Migrate snmp options into /etc/sysconfig
Product: [Fedora] Fedora Reporter: Daniel McNamara <dmcnamar>
Component: net-snmpAssignee: Jan Safranek <jsafrane>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: net-snmp-5.4.1-9.fc9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-12 15:52:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel McNamara 2008-02-04 04:28:08 UTC
Description of problem:

Unlike most Red Hat/Fedora packaged services, the snmpd daemon options are not
configured within sysconfig configuration file. This isn't an issue as such but
for consistency it should be migrated to one.

Version-Release number of selected component (if applicable):

net-snmp-5.4.1-5.fc8

How reproducible:

See full desc below

Additional info:

At present the snmpd init file contains:

if [ -e /etc/snmp/snmpd.options ]; then
  . /etc/snmp/snmpd.options
else
   OPTIONS="-Lsd -Lf /dev/null -p /var/run/snmpd.pid -a"
fi

I propose that instead of using /etc/snmp/snmpd.options we create a
/etc/sysconfig/snmpd file that by default contains the OPTIONS above.

This is a very minor change to the package set and brings a consistent location
for daemon configuration options into Fedora packaged services.

Comment 1 Jan Safranek 2008-02-12 14:29:09 UTC
Good point, I'll do it