Skip to content

Commit

Permalink
Allow environment setting for Munin
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Oct 30, 2024
1 parent ae26a07 commit de0c7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/munin/pvc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ warning=0.99
critical=1.99

export PVC_CLIENT_DIR="/run/shm/munin-pvc"
PVC_CMD="/usr/bin/sudo /usr/bin/pvc --quiet cluster status --format json-pretty"
PVC_CMD="/usr/bin/sudo -E /usr/bin/pvc --quiet cluster status --format json-pretty"
JQ_CMD="/usr/bin/jq"

output_usage() {
Expand Down

0 comments on commit de0c7e3

Please sign in to comment.