summaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2021-01-29 14:52:41 +0100
committerTor Brede Vekterli <vekterli@verizonmedia.com>2021-01-29 14:53:21 +0100
commit49ef57e331dc179ef8da20eb1277f95efcb45aae (patch)
tree6b11dd0a54511a9dc8b222d4c9743b265f810216 /protocols
parent1341628ee1587fb39703a4fb6e3443286435dca0 (diff)
Support optional resource usage name field
If present, will be reported alongside the resource type in the feed block description string.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/getnodestate/host_info.json3
1 files changed, 2 insertions, 1 deletions
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"
}
}
}