Fix: sync machine key name in metrics route (openclaw -> openclaw)
This commit is contained in:
@@ -2,7 +2,7 @@ export const dynamic = "force-dynamic";
|
|||||||
import { NextRequest, NextResponse } from "next/server";
|
import { NextRequest, NextResponse } from "next/server";
|
||||||
|
|
||||||
const MACHINES: Record<string, string> = {
|
const MACHINES: Record<string, string> = {
|
||||||
ocplatform: "http://192.168.31.103:9100/metrics",
|
openclaw: "http://192.168.31.103:9100/metrics",
|
||||||
services: "http://node-exporter-services:9100/metrics",
|
services: "http://node-exporter-services:9100/metrics",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user