In this how to, I will cover how to build/install and configure The Halflife Monitoring Tool made by Strangelove Ventures. You can find the github repository here: https://github.com/strangelove-ventures/half-life Step 1: Create a user for the service adduser --gecos "" --disabled-password halflife
chpasswd <<<halflife:$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c24) This will create a 24-character random password for…