Implement monitoring infrastructure
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user