RADIUS EP Down Alert
Use the following example to configure alerts related to RADIUS EP Down.
alerts rules group RadiusEP
rule Radius_Server_Down
expression "sum by (namespace, radSvrIP, radSvrPort) (Radius_Server_Status{radSvrPortType=~\"Auth|Acct\"} < 1)"
duration 15m
severity major
type "Processing Error Alarm"
annotation summary
value "\"Radius Server: {{ $labels.radSvrIP }}, Port: {{ $labels.radSvrPort }} in namespace: {{ $labels.namespace }} is DOWN for more than 15min.\""
exit
exit