Node-RED Plugin Version 1.4.0

Aanother suggestion

Would it be feasible to create a “host” option in the “server events” node to get host event data?
I would like to capture data about CPU, RAM, Disk… (/v1/hosts/{host}/resources) and save it in a database.
From what I understand, without this option built into “node-red-contrib-thinger”, I’ll have to make requests with NodeRed’s HTTP node to “/v1/hosts/{host}/resources”, and I think this might overload ports Server connection.