-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow check of prometheus alert status
Part of osism/issues#1009 Signed-off-by: Jan Horstmann <[email protected]>
- Loading branch information
1 parent
492c3f4
commit fee5a5b
Showing
2 changed files
with
18 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,9 @@ | ||
#!/usr/bin/env bash | ||
set -x | ||
set -e | ||
|
||
echo | ||
echo "# Checking for active prometheus alerts" | ||
echo | ||
|
||
osism apply prometheus-alert-status |