mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-16 14:30:33 -04:00
LibreNMS: Ensure ipmitool dependency is installed (#16219)
This commit is contained in:
@@ -28,6 +28,9 @@ function update_script() {
|
|||||||
msg_error "No ${APP} Installation Found!"
|
msg_error "No ${APP} Installation Found!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ensure_dependencies ipmitool
|
||||||
|
|
||||||
if check_for_gh_release "librenms" "librenms/librenms"; then
|
if check_for_gh_release "librenms" "librenms/librenms"; then
|
||||||
msg_info "Stopping Services"
|
msg_info "Stopping Services"
|
||||||
systemctl stop php8.4-fpm librenms-scheduler.timer
|
systemctl stop php8.4-fpm librenms-scheduler.timer
|
||||||
|
|||||||
@@ -25,7 +25,8 @@ $STD apt install -y \
|
|||||||
rrdtool \
|
rrdtool \
|
||||||
snmp \
|
snmp \
|
||||||
snmpd \
|
snmpd \
|
||||||
whois
|
whois \
|
||||||
|
ipmitool
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Python Dependencies"
|
msg_info "Installing Python Dependencies"
|
||||||
|
|||||||
Reference in New Issue
Block a user