May 2019
Intermediate to advanced
442 pages
11h 36m
English
Perform the following steps:
vagrant ssh prometheus
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
useradd --system prometheus
cd /tmpcurl -sLO "https://github.com/prometheus/prometheus/releases/download/v2.9.2/prometheus-2.9.2.linux-amd64.tar.gz" ...
Read now
Unlock full access