Skip to content

0xfurai/peekaping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peekaping - the best uptime kuma alternative

License Go React TypeScript MongoDB PostgreSQL SQLite Docker Pulls

A modern, self-hosted uptime monitoring solution

Peekaping is a uptime monitoring system built with Golang and React. You can monitor your websites, API and many more leveraging beautiful status pages, alert notifications.

πŸ”— Website peekaping.com

πŸ”— Live Demo demo.peekaping.com

πŸ”— Documentation docs.peekaping.com

πŸ”— Community terraform provider registry.terraform.io/providers/tafaust/peekaping

Why Peekaping Is the Best Alternative to Uptime Kuma

  • API first architecture
  • easy to extend server architecture
  • Server written in golang that make it fast and lightweight using minimum RAM and CPU
  • high stability thanks to typed client and compiled golang
  • clean and modern ui design
  • flexible storage options: SQLite / PostgreSQL / MongoDB
  • API keys management and access control

⚠️ Beta Status

Peekaping is currently in beta and actively being developed. Please note:

  • The software is still under active development
  • Some features could be changed
  • I recommend testing in non-production environments first
  • Please report any issues you encounter - your feedback helps us improve!

Please try Peekaping and provide feedback, this is huge contribution for us! Let's make Peekaping production ready.

Quick start (docker + SQLite)

docker run -d --restart=always \
  -p 8383:8383 \
  -e DB_NAME=/app/data/peekaping.db \
  -v $(pwd)/.data/sqlite:/app/data \
  --name peekaping \
  0xfurai/peekaping-bundle-sqlite:latest

Docker + SQLite Setup

Peekaping also support PostgreSQL Setup and MongoDB Setup. Read docs for more guidance

⚑ Features

Available Monitors

  • HTTP/HTTPS
  • TCP
  • Ping (ICMP)
  • DNS
  • Push (incoming webhook)
  • Docker container
  • gRPC
  • SNMP
  • PostgreSQL
  • Microsoft SQL Server
  • MongoDB
  • Redis
  • MySQL/MariaDB -
  • MQTT Broker
  • RabbitMQ
  • Kafka Producer

πŸ”” Alert Channels

  • Email (SMTP)
  • Webhook
  • Telegram
  • Slack
  • Google Chat
  • Signal
  • Mattermost
  • Matrix
  • Discord
  • WeCom
  • WhatsApp (WAHA)
  • PagerDuty
  • Opsgenie
  • Grafana OnCall
  • NTFY
  • Gotify
  • Pushover
  • SendGrid
  • Twilio
  • LINE Messenger
  • PagerTree
  • Pushbullet

✨ Other

  • Beautiful Status Pages
  • SVG Status Badges
  • Multi-Factor Authentication (MFA)
  • Brute-Force Login Protection
  • SSL Certificate Expiration Checks

πŸ’‘ Motivation behind creating uptime kuma alternative

Peekaping was deeply inspired by Uptime Kuma. We tried to cover all the fundamental flaws of Uptime Kuma. Alternative was to build new system with features community love and request but using typed approaches applying extendable architecture. First of all - we are API first. Our server side written in Golang, fast and efficient language that works with minimal RAM. Architecture allows easily extend system adding new notification channels, monitor types etc.

Client side written with React and typescript that makes it reliable and fast. Client side is also easily extensible.

Peekaping an ideal choice for teams who need a reliable, customizable uptime monitoring solution.

Peekaping Dashboard

πŸ“‘ Stay in the Loop

I share quick tips, dev-logs, and behind-the-scenes updates on Twitter. If you enjoy this project, come say hi & follow along!

Follow me on X

🚧 Development roadmap

General

  • Incidents
  • Migration tool (from uptime kuma)
  • Multi user, groups, access levels
  • Group monitors
  • Add support for Homepage widget (in progress)
  • Gatus like conditions

Monitors

  • HTTPs keyword and JSON query
  • Steam
  • GameDig
  • Playwrite

Notification channels

  • Microsoft Teams
  • WhatsApp (Whapi)
  • CallMeBot (WhatsApp, Telegram Call, Facebook Messanger)
  • AliyunSMS (ι˜Ώι‡ŒδΊ‘ηŸ­δΏ‘ζœεŠ‘)
  • DingDing (ι’‰ι’‰)
  • ClickSend SMS
  • Rocket.Chat

Alt

🀝 Contributing

We welcome contributions! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ™ Acknowledgments

  • Inspired by Uptime Kuma
  • Built with amazing open-source technologies
  • Thanks to all contributors and users

πŸ“ž Support

  • Issues: Report bugs and request features via GitHub Issues

Made with ❀️ by the Peekaping team