https://github.com/bitforger/pulsely
A monitoring service for hardened environments
https://github.com/bitforger/pulsely
Last synced: 8 months ago
JSON representation
A monitoring service for hardened environments
- Host: GitHub
- URL: https://github.com/bitforger/pulsely
- Owner: BitForger
- License: apache-2.0
- Created: 2024-02-20T02:49:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T20:58:42.000Z (over 1 year ago)
- Last Synced: 2025-03-10T21:34:29.302Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pulsely
Pulsely is a Go external uptime monitoring service that allows you to monitor the availability of your web applications.
The goal of this project is to provide a way for internal services to push their status to a central monitoring service
that can be queried by external services. This is useful for monitoring the availability of internal services that may
not be publicly accessible.
## Features
- Push status updates from internal services to a central monitoring service
- View the status of all monitored services
- Query the status of individual services
- Simple and easy to use API
- Written in Go
- Lightweight and fast
- Easy to deploy
- Supports multiple storage backends (currently only Sqlite is supported)
- Supports multiple notification channels (currently only email is supported)