I am looking for solutions to monitor CPU, memory and disk consumption of servers to notify me by email message and telegram, what you guys suggest that can be integrated to n8n?
I am trying to avoid super huge services like nagius or grafana + prometeus + node export, I just want an alarm system that can check and notify me each 5 or 10 minutes, please, any recommendation?
I have exactly the same problem! I want to monitor my (remote) servers using n8n, with the most minimal footprint (mentally and hardware-wise) possible.
There are plenty of Github repos which allow to collect server info:
This is still not exactly minimal as I would like it to be – and takes time to set up.
So, here is the most minimal approach I could come up with: netcat web server + some bash magic + systemd to re-launch the script after machine reboot.
(I will attach the link to github repo once I publish this)