********************************************************************** Enable NRPE in /etc/rc.conf with the following line: nrpe2_enable="YES" A sample configuration is available in /usr/local/etc/nrpe.cfg.sample. Copy to nrpe.cfg where required and edit to suit your needs.**********************************************************************
root@OPNsense:/usr/local/etc/rc.d # more nrpe2#!/bin/sh# $FreeBSD$## PROVIDE: nrpe2# REQUIRE: LOGIN# KEYWORD: shutdown## Add the following lines to /etc/rc.conf to enable nrpe2:# nrpe2_enable (bool): Set to "NO" by default.# Set it to "YES" to enable nrpe2.# nrpe2_flags (str): Not set by default.# nrpe2_configfile (str): Set to "/usr/local/etc/nrpe.cfg" by default....