-
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto-discovery for Directory Services(MicrosoftAD) #757
Signed-off-by: Ruslan Mustaev <[email protected]>
- Loading branch information
1 parent
26c8bf8
commit f835fdd
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: v1alpha1 | ||
discovery: | ||
jobs: | ||
- type: AWS/DirectoryService | ||
regions: | ||
- us-east-1 | ||
period: 300 | ||
length: 300 | ||
metrics: | ||
- name: "Bytes Sent/sec" | ||
statistics: [Average] | ||
- name: "% Processor Time" | ||
statistics: [Average] | ||
- name: "DS Directory Searches/Sec" | ||
statistics: [Average] | ||
- name: "Database Cache % Hit" | ||
statistics: [Average] | ||
- name: "% Free Space" | ||
statistics: [Sum] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters