Skip to content

Commit

Permalink
fix: missed a query
Browse files Browse the repository at this point in the history
  • Loading branch information
thezackm committed Sep 19, 2023
1 parent 3c82332 commit 4bdb6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alert-policies/f5/f5-virtual-server-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: |+
This alert fires when an F5 Virtual Server has an availability state = 'offline' for at least 10 minutes.
type: STATIC
nrql:
query: ""
query: "FROM F5BigIpVirtualServerSample SELECT count(*) FACET reportingEndpoint, displayName WHERE virtualserver.availabilityState = 0"
valueFunction: SINGLE_VALUE
terms:
- priority: CRITICAL
Expand Down

0 comments on commit 4bdb6fe

Please sign in to comment.