From 187c4b530d5b70b05c0cb21ce7900d2434862979 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 24 Mar 2024 23:06:02 -0700 Subject: [PATCH] tnpi: nrpe3 -> nrpe --- tnpi/ns1.cadillac.net.sh | 6 +++--- tnpi/ns2.theartfarm.com.sh | 6 +++--- tnpi/sigels.sh | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tnpi/ns1.cadillac.net.sh b/tnpi/ns1.cadillac.net.sh index c8c34d88..1c11bede 100755 --- a/tnpi/ns1.cadillac.net.sh +++ b/tnpi/ns1.cadillac.net.sh @@ -30,9 +30,9 @@ install_nrpe() fi tell_status "installing nrpe plugin" - stage_pkg_install nrpe3 - stage_sysrc nrpe3_enable=YES - stage_sysrc nrpe3_configfile="/data/etc/nrpe.cfg" + stage_pkg_install nrpe + stage_sysrc nrpe_enable=YES + stage_sysrc nrpe_configfile="/data/etc/nrpe.cfg" } configure_knot() diff --git a/tnpi/ns2.theartfarm.com.sh b/tnpi/ns2.theartfarm.com.sh index 7677a142..1d2b9d58 100755 --- a/tnpi/ns2.theartfarm.com.sh +++ b/tnpi/ns2.theartfarm.com.sh @@ -26,9 +26,9 @@ install_nrpe() fi tell_status "installing nrpe plugin" - stage_pkg_install nrpe3 - stage_sysrc nrpe3_enable=YES - stage_sysrc nrpe3_configfile="/data/etc/nrpe.cfg" + stage_pkg_install nrpe + stage_sysrc nrpe_enable=YES + stage_sysrc nrpe_configfile="/data/etc/nrpe.cfg" } configure_knot() diff --git a/tnpi/sigels.sh b/tnpi/sigels.sh index 8c50fffc..d10f6920 100755 --- a/tnpi/sigels.sh +++ b/tnpi/sigels.sh @@ -59,8 +59,8 @@ configure_postfix() fi if [ -n "$TOASTER_NRPE" ]; then - stage_sysrc nrpe3_enable=YES - stage_sysrc nrpe3_configfile="/data/etc/nrpe.cfg" + stage_sysrc nrpe_enable=YES + stage_sysrc nrpe_configfile="/data/etc/nrpe.cfg" fi for _f in master main