I have a remote Proxmox server, and I want to monitor it remotely, but I can't rely on the internet connection so I want it to periodically send reports. It's connected by carrier-grade NAT (LTE), so inbound connections are pretty hard to establish (ngrok is what I use now).
At a minimum, I want to know if the server can ping the outside world. Ideally I'd like to capture other information (VM status, disk health, some kind of Internet connection metrics). So, minimum, I could do a curl or wget to a server endpoint and then log that request, but I'm looking for something less hacky than that. I don't want to install anything heavy like Nagios or Zabbix because it's not really important information for me (right now). I'm looking for the basics now - is power on? Are we Internet connected?
Any pointers? Most of my searches aren't even getting useful alleys to explore.
Thanks!
At a minimum, I want to know if the server can ping the outside world. Ideally I'd like to capture other information (VM status, disk health, some kind of Internet connection metrics). So, minimum, I could do a curl or wget to a server endpoint and then log that request, but I'm looking for something less hacky than that. I don't want to install anything heavy like Nagios or Zabbix because it's not really important information for me (right now). I'm looking for the basics now - is power on? Are we Internet connected?
Any pointers? Most of my searches aren't even getting useful alleys to explore.
Thanks!