summaryrefslogtreecommitdiffstats
path: root/tools/prometheus/prometheus-tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/prometheus/prometheus-tools.sh')
-rw-r--r--tools/prometheus/prometheus-tools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/prometheus/prometheus-tools.sh b/tools/prometheus/prometheus-tools.sh
index 5c7a884..ebf9eca 100644
--- a/tools/prometheus/prometheus-tools.sh
+++ b/tools/prometheus/prometheus-tools.sh
@@ -130,7 +130,7 @@ EOF
echo "${FUNCNAME[0]}: $job at $eip"
done
echo "${FUNCNAME[0]}: Prometheus dashboard is available at http://$host_ip:9090"
- echo "Prometheus dashboard is available at http://$host_ip:9090" auto>/tmp/summary
+ echo "Prometheus dashboard is available at http://$host_ip:9090" >>/tmp/summary
}
function connect_grafana() {