Try installing a Prometheus exporter on the nodes and
a Prometheus
collector (I'm not sure this is the name) on your computer. Then you'll
need on your computer also something to plot that data, like Grafana.
You can also try with Aparcar's Meshrc, here you can find it and also
his bachelor thesis in which it is described:
https://github.com/aparcar/meshrc
and some discussion
https://github.com/libremesh/lime-packages/issues/296
Some network profiles used the Prometheus, for example the Valsamoggia one.
You can see two files for starting Prometheus exporter at boot here:
https://github.com/libremesh/network-profiles/blob/90ae8305d0634f79e2828e80…
and for configuration
https://github.com/libremesh/network-profiles/blob/90ae8305d0634f79e2828e80…
and the list of the maybe-useful packages (I'm not sure they all are)
https://github.com/libremesh/network-profiles/blob/ff2ad943f6a7145c8789a223…
Ciao!
Ilario
On 2/16/21 6:26 PM, amuza wrote:
Hi,
Any suggestion to centralize the monitoring (CPU, memory, etc) of
several nodes?
Preferably with alerts.
Thank you!