4G PDN Modify

Use the following commands to configure alerts related to the 4G PDN Modify procedure.

alerts rules group SMFPDN 
   interval-seconds 300 
   rule SMFPDNModify 
   expression “sum(smf_service_stats{procedure_type=~\”pdn_ho_location_changed| pdn_ho_rat_type_changed|pdn_inter_sgw_handover|pdn_mbr\” , status=\“success\”})/sum(smf_service_stats{procedure_type=~ \”pdn_ho_location_changed|pdn_ho_rat_type_changed |pdn_inter_sgw_handover|pdn_mbr\” , status=\“attempted\”}) < 0.95” 
   severity major 
   type "Communications Alarm" 
   annotation summary 
   value "This alert is fired when the percentage successful 4G PDN Modify is below threshold” 
   exit 
exit