Implement monitoring infrastructure

This commit is contained in:
2022-09-22 19:27:01 +02:00
parent 2af0136703
commit 7fa635170a
15 changed files with 499 additions and 29 deletions

View File

@@ -2,7 +2,7 @@ local json = require("json")
local fb = require("framebuffer")
local ringbuffer = require("ringbuffer")
local UUID <const> = "8b9faf9f-9470-4a50-b405-0af5f0152550"
local ENDPOINT <const> = "ws://localhost:8000/monitoring/computer/" .. UUID .. "/ws"
local ENDPOINT <const> = "ws://localhost:8000/ipmi/computer/" .. UUID .. "/ws"
print("[MAIN] Init")