Search results

  1. P

    Proxmox ZFS Mirror Boot Drive Failure - How to Restore

    I got to the end as well, and had to install systemd-boot in order for the replacement drive to get added correctly. I still get a warning WARN: /dev/disk/by-uuid/1FD5-BDA9 does not exist - clean '/etc/kernel/proxmox-boot-uuids'! - skipping I can clean it up by editing that file - but do I want...
  2. P

    Wanted: Lightweight server monitor that has no inbound capability

    That's a pretty cool way to do it. I'll ponder and give it a shot. In the meantime, I was able to get a persistent VPN connection from the remote to my base, and might try dumping stats into a "remote metric server" and see how much bandwidth that takes. If the VPN goes down, metrics won't...
  3. P

    Wanted: Lightweight server monitor that has no inbound capability

    That could work - is there an API to put data into the spreadsheet, or a Python handler?
  4. P

    Wanted: Lightweight server monitor that has no inbound capability

    I checked out NSCA - it's old and comments reflect it hasn't been updated in a long time. Do you have any experience with it? I was checking out this and thought it could fit the bill: https://pve.proxmox.com/wiki/External_Metric_Server Sounds like there's some success here...
  5. P

    Wanted: Lightweight server monitor that has no inbound capability

    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...