Skip to content

Instantly share code, notes, and snippets.

View jmbwell's full-sized avatar

John Burwell jmbwell

  • Houston, Texas
View GitHub Profile
# Monit on pfSense 2.5 x64
# Install the package from the FreeBSD repository
pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/monit-5.29.0_1.txz
# Rename the rc.d script to .sh and fix permissions so pfSense will start it automatically
mv /usr/local/etc/rc.d/monit /usr/local/etc/rc.d/monit.sh
chmod 0755 /usr/local/etc/rc.d/monit.sh
# Add monit_enable=YES to a local rc.conf