Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrinux/monitor2call
Alerting proxy written in golang, support pushover and sms 🤙
https://github.com/cyrinux/monitor2call
Last synced: 1 day ago
JSON representation
Alerting proxy written in golang, support pushover and sms 🤙
- Host: GitHub
- URL: https://github.com/cyrinux/monitor2call
- Owner: cyrinux
- Created: 2018-10-24T09:08:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T14:03:24.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T13:47:52.352Z (5 months ago)
- Language: Go
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monitor2Call
A future API notifications proxy
/!\ WIP (but working)
## Feature
Should be able to notify user based on subscribed tags
### Supported notifications way
- Pushover (with alerts acknowlegement)
- Phone call
- SMS### Others
- Escalade support
## Requirements
- put json google api keys in `./keys/google_api_keys.json`
- export pushover app api key with `export PUSHOVER_AP_API_KEY=yourappapikey`
- you can create a ".env" file in this folder with all VAR needed (see head of)## Usage
### Build and run in local
make
### Build and run release in docker
make WRITE_PASSWORD=WriteMonitor2Call READ_PASSWORD=ReadMonitor2Call PUSHOVER_AP_API_KEY=mypushoverapikey compose
make up && make logs