N11 SM Create

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

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