Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).