N11 SM Release

To configure alerts related to the N11 SM Release Request, use the following configuration:

alerts rules group AMFSvcStatus 
 interval-seconds 300
 rule AMFN11SMReleaseSuccess 
  expression "sum(increase(rpc_response_total{msg_type='PostSmCtxtsReleaseRequest',rpc_name='SMF',status_code='204'}[5m])) /
sum(increase(rpc_response_total{msg_type='PostSmCtxtsReleaseRequest',rpc_name='SMF'}[5m]))  <  0.95"
  severity major
  type "Communications Alarm"
  annotation summary
  value "This alert is fired when the percentage of Release SM context responses received is lesser than threshold.”     
  exit 
exit