Removal of Dynamic PCC Rules
Use the following commands to configure alerts related to removal of dynamic PCC rules.
alerts rules group SMFPolicyStatus
interval-seconds 300
rule RemovePCCRule
expression "sum(increase(policy_dynamic_pcc_rules_total{app_name=\"SMF\",event=\"success\",operation=\"remove\”}[5m])) / sum(increase(policy_dynamic_pcc_rules_total{app_name=\"SMF\",event=\"attempted\",operation=\"remove\”}[5m])) < 0.95"
severity major
type "Communications Alarm"
annotation summary
value "This alert is fired when the percentage of successful removal of dynamic pcc rules is lesser threshold.”
exit
exit