4G PDN Setup Success
Use the following sample configuration to configure alerts related to the 4G PDN Setup Success procedure:
alerts rules group SMFPDN
interval-seconds 300
rule SMFPDNSetup
expression “sum(smf_service_stats{procedure_type=\”pdn_sess_create\” , status=\“success\”}) / sum(smf_service_stats{procedure_type=\”pdn_sess_create\” , status=\“attempted\”} < 0.95 “
severity major
type "Communications Alarm"
annotation summary
value "This alert is fired when the percentage successful 4G PDN Setup is below threshold.”
exit
exit