LibreNMS: Ensure ipmitool dependency is installed (#16219)

This commit is contained in:
Slaviša Arežina
2026-08-02 19:33:09 +02:00
committed by GitHub
parent f8c7af7115
commit 915226fa3c
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -28,6 +28,9 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
ensure_dependencies ipmitool
if check_for_gh_release "librenms" "librenms/librenms"; then
msg_info "Stopping Services"
systemctl stop php8.4-fpm librenms-scheduler.timer
+2 -1
View File
@@ -25,7 +25,8 @@ $STD apt install -y \
rrdtool \
snmp \
snmpd \
whois
whois \
ipmitool
msg_ok "Installed Dependencies"
msg_info "Installing Python Dependencies"