Vigil is an open-source status page you can host on your own infrastructure to monitor distributed systems and microservices. It provides a public-facing page for your users (e.g., status.yourcompany.com) while sending immediate alerts to your team when an issue is detected.
It offers a flexible approach to monitoring, ensuring you have complete visibility over your entire stack.
Key capabilities include:
Built in Rust, Vigil can be deployed using Docker, Debian packages, or compiled from source, giving you full control over its setup and maintenance.
services:
vigil:
image: valeriansaliou/vigil:latest
container_name: vigil
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/data
- ./config.cfg:/etc/vigil.cfg:ro# Vigil configuration is primarily handled via the config.cfg file.
# No sensitive environment variables are required for this docker-compose.yml.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago