Skip to content

Commit

Permalink
tnpi: nrpe3 -> nrpe
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 26, 2024
1 parent 2cbbcd2 commit 187c4b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions tnpi/ns1.cadillac.net.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
6 changes: 3 additions & 3 deletions tnpi/ns2.theartfarm.com.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions tnpi/sigels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 187c4b5

Please sign in to comment.