https://github.com/codemonauts/unpause-statuscake
Unpause your StatusCake checks after a given amount of time
https://github.com/codemonauts/unpause-statuscake
Last synced: 2 months ago
JSON representation
Unpause your StatusCake checks after a given amount of time
- Host: GitHub
- URL: https://github.com/codemonauts/unpause-statuscake
- Owner: codemonauts
- License: mit
- Created: 2019-08-30T09:08:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T09:09:38.000Z (over 6 years ago)
- Last Synced: 2025-01-18T07:12:01.442Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# unpause-statuscake
I was missing the "Pause check for x hours" feature in StatusCake which I was used to from other monitoring solutions,
which is quite handy when you do maintenance and don't want to get alerted on a short downtime. Therefore I build this
script which checks all paused tests in your StatusCake account, and unpauses them if they have been paused for a given
amount of time.
## Usage
* Install Python 3
* Go to your StatusCake [User Details](https://app.statuscake.com/User.php) to get your username and an api key
* `cp config.py.example config.py` and fill in your data
* Run `python3 main.py` in an cron job or e.g. at AWS Lambda