Skip to content

Commit

Permalink
Merge pull request wavefrontHQ#3 from conorbev/conorbev-install-patch
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
panghy committed Nov 24, 2015
2 parents e2e990d + 8eeb7df commit c8e74a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ do
PROXY_PORT=$2
shift 2
;;
-overwrite_collectd_config)
--overwrite_collectd_config)
OVERWRITE_COLLECTD_CONFIG="yes"
shift
;;
Expand Down Expand Up @@ -729,4 +729,4 @@ fi
if [ -n "$INSTALL_COLLECTD" ] && [ -n "$OVERWRITE_COLLECTD_CONFIG" ]; then
echo
echo "CollectD has been successfully installed and configured. Additional configurations can be found at /etc/collectd/managed_config/. Check /var/log/collectd.log for errors regarding writing metrics to the Wavefront Proxy by grepping for write_tsdb"
fi
fi

0 comments on commit c8e74a3

Please sign in to comment.