generated from giantswarm/template-app
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split ksm alerts in 2 separate ones (#912)
* split ksm alerts in 2 separate ones * move new alert to the adequate file * moved KSMDown alert to the adequate file * fix rules * fix chart * minor fixes * lowered down time to trigger to 20m * changelog
- Loading branch information
1 parent
42721e2
commit 47fcf66
Showing
4 changed files
with
54 additions
and
34 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
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
2 changes: 1 addition & 1 deletion
2
...ts/providers/global/up.all.rules.test.yml → .../global/kube-state-metrics.rules.test.yml
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,6 +1,6 @@ | ||
--- | ||
rule_files: | ||
- up.all.rules.yml | ||
- kube-state-metrics.rules.yml | ||
|
||
tests: | ||
# KubeStateMetricsDown tests | ||
|