snmp: remove ununsed trapsink
The snmptrap isn't used anywhere by our Telemetry services, so we don't need it and can avoid a unused snmp binding on the host. Change-Id: I31119ae9ec0ecda04f8983cb338f5af8d1b98989
This commit is contained in:
parent
e5fa5f7133
commit
28adf389cb
@ -68,7 +68,6 @@ class tripleo::profile::base::snmp (
|
||||
'proc cron',
|
||||
'includeAllDisks 10%',
|
||||
'master agentx',
|
||||
'trapsink localhost public',
|
||||
'iquerySecName internalUser',
|
||||
'rouser internalUser',
|
||||
'defaultMonitors yes',
|
||||
|
@ -36,7 +36,6 @@ describe 'tripleo::profile::base::snmp' do
|
||||
'proc cron',
|
||||
'includeAllDisks 10%',
|
||||
'master agentx',
|
||||
'trapsink localhost public',
|
||||
'iquerySecName internalUser',
|
||||
'rouser internalUser',
|
||||
'defaultMonitors yes',
|
||||
|
Loading…
Reference in New Issue
Block a user