Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaaql/jaaql-sentinel-middleware
The middleware for JAAQL sentinel
https://github.com/jaaql/jaaql-sentinel-middleware
Last synced: 28 days ago
JSON representation
The middleware for JAAQL sentinel
- Host: GitHub
- URL: https://github.com/jaaql/jaaql-sentinel-middleware
- Owner: JAAQL
- License: other
- Created: 2022-07-02T09:00:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T10:13:05.000Z (4 months ago)
- Last Synced: 2024-11-07T17:27:36.523Z (3 months ago)
- Language: Python
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JAAQL Sentinel
A stand alone service that deals with active monitoring of services, alerting upon slowdown or downtime and storing response of keep-alive data. Services can also contact JAAQL sentinel (UX javascript, backend services) and use the reporting. To enable this in a javascript project, see the JAAQL-sentinel project# Local Development
Runs on python 3.12It is recommended to use docker, please see docker/docker.md
For local dev please execute with the following command line arguments, replacing what is within {{}} with your variables--sentinel-email-recipient {{EMAIL_RECIPIENTS}}
And please add the environment variable
-e JAAQL_CONFIG_LOC ...
Which will be a folder where the config lives
# Deployment
Please read the docker/docker.md file for more instructions (it is highly recommended to deploy under docker). JAAQL sentinel middleware sits as it's own separate container that will handle failures with the JAAQL service