dantebarba / node-events-monitor

Monitor events from a specific node using a webhook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Events Monitor

Monitor events from a list of nodes using a webhook.

Install

docker-compose up -d

Usage

POST https://your-ip.com/action

Authentication: Bearer $bearer

Body

{ "server" : "node-name", "status": "action_payload" }

Response

HTTP 200 OK

HTTP 400 BAD REQUEST

HTTP 404 NOT FOUND - Unable to find node in node-list

HTTP 401 Unauthenticated - No bearer or invalid bearer

About

Monitor events from a specific node using a webhook.


Languages

Language:Python 94.2%Language:Dockerfile 5.8%