In my local network I use several RPi's and one of them runs Node-RED. Although I have found solutions to show system information like CPU temperature from the RPi on which Node-RED is installed, I want to monitor the other RPi's too.
Google did not help me, is anyone experienced with this and willing to advice or link?
If you want to monitor other system metrics as well, then Telegraf might be worth looking into.
There is an MQTT output, so you don't have to necessarily use it with InfluxDB (or any database). I am using this setup for some (virtual) machines where I am just interested in some nice live visualization with the Dashboard.
I was going to suggest that too. I use Telegraf and you can output to MQTT if you want to or possibly better, write to InfluxDB so you get nice history. Cross-platform too and completely free!
And setup is quite easy, too. I am using Debian, mostly, so I simply include their APT repo.
You just have to work through the docs a little, because there are many input and output plug-ins.
But once you have one instance running, the rest is a charm.