96ebc7d181
Use net-snmp-config package to package script and service file for net-snmp package. Removed servcie/config/script related patches and let net-snmp-config package be responsible for it. Keep another meta patch for build configuration related changes. Deployment test and ping test between VMs pass Config,serivce and script files check pass. Story: 2003768 Task: 27586 Depends-on: https://review.openstack.org/#/c/616097 Change-Id: Ic64543447d04543fdf9eafdc3d9ae4e2521c10df Signed-off-by: zhipengl <zhipengs.liu@intel.com>
25 lines
720 B
Plaintext
25 lines
720 B
Plaintext
###########################################################################
|
|
#
|
|
# snmpd.conf
|
|
#
|
|
# - created by the snmpconf configuration program
|
|
#
|
|
###########################################################################
|
|
# incl/excl subtree mask
|
|
view all included .1 80
|
|
|
|
sysDescr ?
|
|
sysObjectID 1.3.6.1.4.1.731.3
|
|
sysContact ?
|
|
sysName ?
|
|
sysLocation ?
|
|
sysServices 72
|
|
|
|
[snmp] clientaddr oamcontroller
|
|
dlmod cgtsAgentPlugin /usr/lib64/libcgtsAgentPlugin.so.1
|
|
dlmod snmpAuditPlugin /usr/lib64/libsnmpAuditPlugin.so.1
|
|
|
|
# Insert the snmpAudit hander into specific sections of the mib tree
|
|
injectHandler snmpAudit null
|
|
injectHandler snmpAudit bulk_to_next
|