May 2019
Intermediate to advanced
442 pages
11h 36m
English
Perform the following steps:
vagrant ssh grafana
sudo -i
cat <<EOF >/etc/hosts127.0.0.1 localhost192.168.42.10 prometheus.prom.inet prometheus192.168.42.11 grafana.prom.inet grafana192.168.42.12 alertmanager.prom.inet alertmanager# The following lines are desirable for IPv6 capable hosts::1 localhost ip6-localhost ip6-loopbackff02::1 ip6-allnodesff02::2 ip6-allroutersEOF
cd /tmpcurl -sLO "https://dl.grafana.com/oss/release/grafana_6.1.6_amd64.deb"
DEBIAN_FRONTEND=noninteractive apt-get install ...
Read now
Unlock full access