Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
Fix tweet #246225091267018753: s/graphite/carbon/g transform_perfdata.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
roidelapluie committed Sep 13, 2012
1 parent 474fe9c commit 94e2ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transform_perfdata.sh
Expand Up @@ -5,5 +5,5 @@ awk_sript="/usr/local/lib/transform_perfdata.awk"

tmpfile="$(mktemp)"
mv "$1" "${tmpfile}"
awk -f "${awk_script}"< "$tmpfile" > /dev/tcp/${graphite_host}/${graphite_port}
awk -f "${awk_script}"< "$tmpfile" > /dev/tcp/${carbon_host}/${carbon_port}
rm "${tmpfile}"

0 comments on commit 94e2ed3

Please sign in to comment.