Browsed by
Category: Proxmox

NUT Email Notifications / Proxmox

NUT Email Notifications / Proxmox

1. Configure Email Settings: a. Install an Email Transfer Agent (MTA): To configure NUT (Network UPS Tools) to send email alerts, you need to set up the email notification feature in the NUT configuration files. Here’s a general guide to configuring email alerts with NUT: 1. Configure Email Settings: a. Install an Email Transfer Agent (MTA): You need an MTA installed on your system to send emails. Common MTAs include Postfix, Sendmail, and Exim. Ensure that your MTA is properly…

Read More Read More

Proxmox RAID1 with BTRFS

Proxmox RAID1 with BTRFS

Just making a note. That if you are using BTRFS as the root volume on proxmox. You should (Ahead of time) set the following in /etc/default/grub “rootflags=degraded“ This will allow your Proxmox host to continue to boot with a dead/missing disk. Otherwise, you’ll be in for a bad day.