Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaroslaff/okerr-dev
Okerr hybrid (host/network) monitoring system with remote network checks, email/Telegram alerts and DynDNS fault-tolerance feature.
https://github.com/yaroslaff/okerr-dev
fault-tolerance monitoring okerr okerrupdate python telegram uptime uptime-monitor
Last synced: about 2 hours ago
JSON representation
Okerr hybrid (host/network) monitoring system with remote network checks, email/Telegram alerts and DynDNS fault-tolerance feature.
- Host: GitHub
- URL: https://github.com/yaroslaff/okerr-dev
- Owner: yaroslaff
- License: agpl-3.0
- Created: 2020-11-02T15:19:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T21:50:16.000Z (about 24 hours ago)
- Last Synced: 2024-11-06T22:34:16.580Z (about 23 hours ago)
- Topics: fault-tolerance, monitoring, okerr, okerrupdate, python, telegram, uptime, uptime-monitor
- Language: Python
- Homepage: https://okerr.com/
- Size: 1.51 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Status of this repo
This is DEVELOPMENT public git repository for server-side of okerr project (and there is no production yet).
Sometimes code in this repo could be unstable, untested, and 'work in progress'.
But versions with git tags (`git tag -l`) are usually stable.If you're just using [okerr.com](https://okerr.com/) monitoring service and looking for client-side software, you need
[okerrupdate](https://github.com/yaroslaff/okerrupdate) or [okerrclient](https://github.com/yaroslaff/okerrclient).# Installation
Brief:
```shell
./okerr-install.py --local --email [email protected]
```But better read wiki page for [Installation](https://okerr.readthedocs.io/en/latest/Admin/Install.html).
# Documentation
- [English okerr documentation](https://okerr.readthedocs.io/en/latest/) ([git repo](https://github.com/yaroslaff/okerr-doc-en))
- [Russian okerr documentation](https://okerr.readthedocs.io/ru/latest/) ([git repo](https://github.com/yaroslaff/okerr-doc-ru))# Other okerr resources
- [Okerr main website](https://okerr.com/)
- [Okerr-server source code repository](https://github.com/yaroslaff/okerr-dev/)
- [Okerr client (okerrupdate) repositoty](https://github.com/yaroslaff/okerrupdate) and [okerrupdate documentation](https://okerrupdate.readthedocs.io/)
- [Okerrbench network server benchmark](https://github.com/yaroslaff/okerrbench)
- [Okerr custom status page](https://github.com/yaroslaff/okerr-status)
- [Okerr JS-powered static status page](https://github.com/yaroslaff/okerrstatusjs)
- [Okerr network sensor](https://github.com/yaroslaff/sensor)
- [Demo ISP](https://github.com/yaroslaff/demoisp) prototype client for ISP/hoster/webstudio providing paid okerr access to customers
- [Okerr cat](https://github.com/yaroslaff/okerr-cat) simple [Flask](https://flask.palletsprojects.com/) application to simulate frequent website outages. Runs on [cat.okerr.com](https://cat.okerr.com/).