https://github.com/petergrace/nutsy
A lovable little slack notification that returns current monitoring status
https://github.com/petergrace/nutsy
Last synced: about 1 year ago
JSON representation
A lovable little slack notification that returns current monitoring status
- Host: GitHub
- URL: https://github.com/petergrace/nutsy
- Owner: PeterGrace
- Created: 2018-06-22T16:25:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T17:00:39.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T02:44:43.608Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nutsy
I wrote this once before for an employer, I decided to rewrite it again and open-source it.
Nutsy is a quick little slack bot that notifies a given webhook url that there are monitoring
entries that might require attention.
How to run: `docker run -e NUTSY_DD_API_KEY= -e NUTSY_DD_APP_KEY= -e NUTSY_SLACK_URL= -ti --rm petergrace/nutsy`