bigbrother
Version, currently master branch1 version
- master branchlatestApr 25, 2026
github.com/splattael/bigbrother
Server overseer.
7 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
bigbrother:
github: splattael/bigbrother
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.18.2- License
- MIT
- Author
- Peter Leitzen <peter@leitzen.de>
- Target
bigbrotherfrom src/bigbrother.cr
Dependencies
Runtime Dependencies
- prometheus*github: cloudnative-cr/crystal-prometheus-client, commit: 9b59f92ed4de16ae0c822480024dd0da7f5b4900
- tourmaline*github: protoncr/tourmaline, tag: v0.28.0
- yaml_mapping*github: crystal-lang/yaml_mapping.cr
README
# bigbrother
Server overseer.
`bigbrother` runs predefined checks (e.g. HTTP, TCP) every `n` seconds and notifies (via e.g. Telegram) you if any of these checks fail.
See `config.yml.sample` for some example checks.
## Screenshots


## Checks
Currently, the following checks are implemented:
* [http](https://github.com/splattael/bigbrother/blob/master/src/bigbrother/check/http.cr) - Check a URL for specific for its HTTP status code or content.
* [host_ip](https://github.com/splattael/bigbrother/blob/master/src/bigbrother/check/host_ip.cr) - Check a host and ip via TCP.
## Notifiers
A list of available notifiers:
* [telegram](https://github.com/splattael/bigbrother/blob/master/src/bigbrother/notifier/telegram.cr) - Notify via Telegram's bot.
* [console](https://github.com/splattael/bigbrother/blob/master/src/bigbrother/notifier/console.cr) - Print all checks on your terminal.
* [prometheus](https://github.com/splattael/bigbrother/blob/master/src/bigbrother/notifier/prometheus.cr) - Collect and expose Prometheus metrics.
## Installation
make build-release
bin/bigbrother
## Usage
bin/bigbrother -h
bin/bigbrother -c config.yml
### Example config
See `config.yml.sample`.
## Development
make build
bin/bigbrother
## Contributing
1. Fork it ( https://github.com/splattael/bigbrother/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
- [splattael](https://github.com/splattael) Peter Leitzen - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Apr 25, 2026
- Crystal
1.18.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/splattael/bigbrother
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1