UE Registration Success
To configure alerts related to the UE Registration procedure, use the following configuration:
alerts rules group AMFProcStatus
interval-seconds 300
rule UeRegistration
expression "sum(amf_procedure_total{proc_type='UE Registration',proc_status='ProcStatusComplete',status='success'}) / sum(amf_procedure_total{proc_type='UE Registration',status='attempted'}) < 0.95"
severity major
type "Communications Alarm"
annotation summary
value "This alert is fired when the UE registration procedure success is below specified threshold”
exit
exit
exit