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…