Skip to content

Commit

Permalink
Increase alerting threshold for networt policy violations
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Clasmeier committed Jul 3, 2024
1 parent 5fa01d6 commit b4a1616
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions resources/prometheus/prometheus-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -780,18 +780,7 @@ for the cluster autoscaler. Limits can be adjusted by modifying the cluster auto
sop_url: "https://gitlab.cee.redhat.com/stackrox/acs-cloud-service/runbooks/-/blob/master/sops/dp-043-selinux-violation.md"
- alert: ClusterAuditNetworkPolicyViolations
expr: |
network_policy_denials_sample_count > 0
for: 10m
labels:
severity: info
annotations:
summary: "Network Policy Violations occuring on cluster."
description: |
A cluster node logged Network Policy ACL denial(s) for 10 minutes.
sop_url: "https://gitlab.cee.redhat.com/stackrox/acs-cloud-service/runbooks/-/blob/master/sops/dp-044-network-policy-violation.md"
- alert: ClusterAuditNetworkPolicyViolations
expr: |
network_policy_denials_sample_count >= 15
network_policy_denials_sample_count >= 25
for: 1m
labels:
severity: info
Expand Down

0 comments on commit b4a1616

Please sign in to comment.