-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from stakater/pingdom-support
[STK-227] Pingdom support
- Loading branch information
Showing
18 changed files
with
447 additions
and
108 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Pingdom Configuration | ||
|
||
Currently additional pingdom configurations can be added through a set of annotations to each ingress object, the current supported annotations are: | ||
|
||
| Annotation | Description | | ||
|:--------------------------------------------------------:|:------------------------------------------------:| | ||
| monitor.stakater.com/pingdom/resolution | The pingdom check interval in minutes | | ||
| monitor.stakater.com/pingdom/send-notification-when-down | How many failed check attempts before notifying | | ||
| monitor.stakater.com/pingdom/paused | Set to "true" to pause checks | | ||
| monitor.stakater.com/pingdom/notify-when-back-up | Set to "false" to disable recovery notifications | |
Binary file not shown.
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
Oops, something went wrong.