Skip to content

Commit

Permalink
Add net-snmp-utils to prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Nov 5, 2024
1 parent 583d60b commit ee4dfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optional_tasks/prometheus/setup_prometheus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ enable_service() {


log "Setup pre-requisites for prometheus"
dnf install -y tar freeipmi || log "Failed to install prerequisites" "ERROR"
dnf install -y tar freeipmi net-snmp-utils || log "Failed to install prerequisites" "ERROR"

log "Creating prometheus user"
id -u "${USERNAME}" > /dev/null 2>&1 || useradd --no-create-home --system --shell /usr/sbin/nologin "${USERNAME}" || log "Failed to create user ${USERNAME}" "ERROR"
Expand Down

0 comments on commit ee4dfc1

Please sign in to comment.