-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add coredns prometheus health and ksm cronjob sc (#3903)
* Add coredns prometheus health and ksm cronjob sc * Add service checks in READMEs * Markdown for critical - coredns
- Loading branch information
1 parent
8827b8d
commit c17f207
Showing
4 changed files
with
27 additions
and
2 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 |
---|---|---|
@@ -1 +1,11 @@ | ||
[] | ||
[ | ||
{ | ||
"agent_version": "6.11.0", | ||
"integration":"coredns", | ||
"check": "coredns.prometheus.health", | ||
"statuses": ["ok", "critical"], | ||
"groups": ["endpoint"], | ||
"name": "CoreDNS prometheus health", | ||
"description": "Returns `CRITICAL` if the check cannot access the metrics endpoint. Returns `OK` otherwise." | ||
} | ||
] |
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