5G PDU Release Success
Use the following commands to configure alerts related to the 5G PDU Release Success procedure.
alerts rules group SMFPDU
interval-seconds 300
rule SMFSessionReleaseFailure
expression “sum(smf_service_stats{procedure_type=~\“.*pdu_sess_rel\” , status=\“success\”}) / sum(smf_service_stats{procedure_type=~\“.*pdu_sess_rel\” , status=\“attempted\”}) < 0.95 “
severity major
type "Communications Alarm"
annotation summary
value "This alert is fired when the percentage successful 5G PDU Setup is below threshold”
exit
exit