Skip to content

Commit 5adfae8

Browse files
test: this is a test
1 parent 6762874 commit 5adfae8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

alert-policies/active-directory/active-directory-windows-services.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |+
55
66
type: STATIC
77
nrql:
8-
query: "FROM Metric SELECT filter(count(*), WHERE state != 'running') FACET hostname, entity.name WHERE metricName = 'windows_service_state' AND label.primary_app = 'active_directory'"
8+
query: "FROM Metric SELECT filter(count(*), WHERE state != 'running') FACET hostname, entity.name WHERE metricName = 'windows_service_state' AND label.primary_app = 'active_directory' TIMESERIES"
99

1010
valueFunction: SINGLE_VALUE
1111
terms:

quickstarts/active-directory/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ documentation:
2626
url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/active-directory-integration/
2727
description: Quickly monitor your Active Directory domain controllers.
2828
icon: logo.svg
29+
30+
31+

0 commit comments

Comments
 (0)