This commit is contained in:
light
2019-05-31 00:28:41 +08:00
parent e9a15272a6
commit 36a9f7986d
4 changed files with 66 additions and 1 deletions
+21
View File
@@ -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
```