RADIUS Disconnect Message Failure Threshold Alert
Use the following example to configure alerts related to RADIUS Disconnect Message Failure threshold.
rule Radius_Disconnect_Message_SR
expression "sum by (namespace) (increase(Radius_CoaDM_Requests_Statistics{radMsgCode=\"DisconnectACK\", radPacketType=\"Tx\", radResult=\"Success\"}[5m])) / sum by (namespace)(increase(Radius_CoaDM_Requests_Statistics{radMsgCode=\"DisconnectRequest\", radPacketType=\"Rx\"}[5m])) < 0.80"
severity major
type "Communications Alarm"
annotation summary
value "This alert is fired when the percentage of successful Disconnect Message (DM) responses sent is lesser than threshold"
exit
exit
exit