NRF Discovery

Use the following commands to configure alerts related to the NRF Discovery procedure.

alerts rules group NRF 
   interval-seconds 300 
   rule NRFDiscovery 
   expression “sum(nf_discover_messages_total{result=~\”success|failure\”,svc_name=\”nnrf-disc\”, service_name=\”smf-rest-ep\”}) < 0.95” 
   severity major 
   type "Communications Alarm" 
   annotation summary 
   value "This alert is fired when the percentage of N4 responses sent is lesser than 95 %." 
   exit 
exit