22 lines
374 B
Markdown
22 lines
374 B
Markdown
# Prometheus
|
|
|
|
## Prometheus
|
|
|
|
> https://prometheus.io/docs/prometheus/latest/getting_started/
|
|
|
|
```bash
|
|
tar xvfz prometheus-*.tar.gz
|
|
cd prometheus-*
|
|
|
|
```
|
|
|
|
## grafana
|
|
|
|
> https://grafana.com/docs/installation/debian/
|
|
|
|
```bash
|
|
wget https://dl.grafana.com/oss/release/grafana_5.4.2_amd64.deb
|
|
sudo apt-get install -y adduser libfontconfig1
|
|
sudo dpkg -i grafana_5.4.2_amd64.deb
|
|
```
|