N12 UeAuth Req

To configure alerts related to the N12 UeAuth Request, use the following configuration:

alerts rules group AMFSvcStatus 
 interval-seconds 300
 rule AMFN12UeAuthReqSuccess 
  expression "sum(increase(n12_service_stats{message_type='NausfUeAuthRsp', status='success'}[5m])) / sum(increase(n12_service_stats{message_type='NausfUeAuthReq', status='success'}[5m])) < 0.95"   
  severity major
  type "Communications Alarm"
  annotation summary
  value "This alert is fired when the percentage of Ausf UE Auth responses received is lesser than threshold.”   
  exit 
exit