From 77b649d78420bad9a281d309ca401a64811a96c9 Mon Sep 17 00:00:00 2001 From: Vedangi Mittal Date: Wed, 17 Jul 2024 12:52:36 +0530 Subject: [PATCH] Adding SNMP IP via GUI - Adding SNMP IP via GUI - Defect: https://jazz07.rchland.ibm.com:13443/jazz/web/projects/CSSD#action=com.ibm.team.workitem.viewWorkItem&id=626030 Signed-off-by: Vedangi Mittal --- src/views/Settings/SnmpAlerts/SnmpAlerts.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Settings/SnmpAlerts/SnmpAlerts.vue b/src/views/Settings/SnmpAlerts/SnmpAlerts.vue index 8472d25c0a..d29455e3b0 100644 --- a/src/views/Settings/SnmpAlerts/SnmpAlerts.vue +++ b/src/views/Settings/SnmpAlerts/SnmpAlerts.vue @@ -187,7 +187,6 @@ export default { const data = { Destination: destination, SubscriptionType: 'SNMPTrap', - DeliveryRetryPolicy: 'TerminateAfterRetries', Protocol: 'SNMPv2c', }; this.startLoader();