Skip to content

Commit

Permalink
Update 10-telegraf-conf (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored May 1, 2024
1 parent 0738e20 commit 1e291ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/startup.d/10-telegraf-conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ -n "$INFLUXDB_URL" ]]; then
fi

# configure Prometheus if required
if [[ ${PROMETHEUS_ENABLE^^} == "TRUE" ]]; then
if chk_enabled "$PROMETHEUS_ENABLE"; then
{
echo "[[outputs.prometheus_client]]"
echo " listen = \":9273\""
Expand Down

0 comments on commit 1e291ba

Please sign in to comment.