5G PDU Idle Success

Use the following configuration to configure alerts related to the 5G PDU Idle Success procedure:

alerts rules group SMFPDU 
   interval-seconds 300 
   rule SMFPDUIdleSuccess 
   expression “sum(smf_service_stats{procedure_type=~\“.*idle\” , status=\“success\”}) / sum(smf_service_stats{procedure_type=~\“.*idle\” , status=\“attempted\”}) < 0.95 “ 
   severity major 
   type "Communications Alarm" 
   annotation summary 
   value "This alert is fired when the percentage successful 5G PDU Idle is below threshold” 
   exit 
exit