Skip to content

Instantly share code, notes, and snippets.

View jchen42703's full-sized avatar
📝
Focusing

Joseph Chen jchen42703

📝
Focusing
View GitHub Profile

Monitoring Infrastructure

Monitor thousands of endpoints seamlessly.

What does this package do?

  • Health check thousands of endpoints
  • Automatically send notifications for when any of the endpoints are failing.
  • Customizable! Lets the user define what a "failing" endpoint is.
    • Request timeout
@jchen42703
jchen42703 / gist:75aae3bf9059d22b3bdb643cb1103864
Last active August 25, 2021 18:48
nginx docker ssl generation
# docker-compose.yml
services:
letsencrypt-nginx-container:
container_name: 'letsencrypt-nginx-container'
image: nginx:latest
ports:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf
networks: