update
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user