PDU Session Modify

Use the following commands to configure alerts related to the PDU Session Modify procedure.

alerts rules group SMFProcStatus 
   interval-seconds 300 
   rule PDUSessModify 
   expression "sum(increase(smf_service_stats{app_name=\"SMF\",procedure_type=~\".  /*req_pdu_sess_mod\",status=\"success\”}[5m]))sum(increase  /(smf_service_stats{app_name=\"SMF\",procedure_type=~  /\”.*req_pdu_sess_mod\",status=\"attempted\”}[5m]))  / < 0.95" 
   severity major 
   type "Communications Alarm" 
   annotation summary 
   value "This alert is fired when the success percentage of req_pdu_sess_mod procedure is lesser threshold.” 
   exit 
exit