Howto: Monitoring UNICORN Binance WebSocket API Manager with ICINGA2

General documentation: https://unicorn-binance-websocket-api.docs.lucit.tech/Module documentation: https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#module-unicorn_binance_websocket_api.unicorn_binance_websocket_api_restserver Wiki: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/UNICORN-Monitoring-API-ServiceGithub: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-apiIcinga Plugin: https://exchange.icinga.com/LUCIT/check_lucit_collectorIcinga: https://icinga.com/download/ You have two possibilities to provide ICINGA2 the needed data, the first is, you connect it with the check_command through `ubwa.start_monitoring_api()`. This creates a restful api on http://127.0.0.1:64201/status/icinga/0.1.0 and with the icinga plugin ‘check_lucit_collector.py‘ you can report the current status to ICINGA2. The second…

Howto: UNICORN Binance WebSocket API

Documentation: https://unicorn-binance-websocket-api.docs.lucit.tech/Github: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-apiPyPI: https://pypi.org/project/unicorn-binance-websocket-api/UnicornFy: https://github.com/LUCIT-Systems-and-Development/unicorn-fyIcinga Plugin: https://github.com/LUCIT-Systems-and-Development/check_lucit_collector.py Installation You can install the library with `pip install unicorn-binance-websocket-api` from PyPI or you download the latest release or the dev-stage. The easiest way to test the examples is to clone the repository from git with `git clone git@github.com:LUCIT-Systems-and-Development/unicorn-binance-websocket-api.git` to your local system. How to use the class?…