Keep a close watch on your websites, microservices, and servers with this open-source monitoring application. It creates an intuitive and welcoming status page for your end-users, providing transparency about your service availability. You can monitor a wide range of services, including HTTP, TCP, UDP, ICMP, and gRPC.
Because it's open-source, you have complete control. Host your own instance for free using Docker or by downloading a pre-built executable for Windows, Mac, or Linux.
Key features include:
services:
statping:
container_name: statping
image: ghcr.io/statping-ng/statping-ng:latest
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/app
environment:
- IS_DOCKER=true
- DB_CONN=sqlite
- ADMIN_USER=${ADMIN_USER}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
ADMIN_USER=admin
ADMIN_PASSWORD=your_super_secret_password
Auto-fetched 2 minutes ago
Auto-fetched 2 minutes ago