From 49ef57e331dc179ef8da20eb1277f95efcb45aae Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Fri, 29 Jan 2021 14:52:41 +0100 Subject: Support optional resource usage name field If present, will be reported alongside the resource type in the feed block description string. --- protocols/getnodestate/host_info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/getnodestate') diff --git a/protocols/getnodestate/host_info.json b/protocols/getnodestate/host_info.json index 7ae5b0043ff..7eddf506e63 100644 --- a/protocols/getnodestate/host_info.json +++ b/protocols/getnodestate/host_info.json @@ -110,7 +110,8 @@ "usage": 0.85 }, "disk": { - "usage": 0.6 + "usage": 0.6, + "name": "a cool disk" } } } -- cgit v1.2.3