Playing with formatting...

This commit is contained in:
Kris-Sekula 2019-01-23 14:45:10 +01:00
parent ce769b25bf
commit 06deac00c7
1 changed files with 7 additions and 7 deletions

View File

@ -24,9 +24,9 @@ Here is an example of thos the graphs look like:
2. Install Prometheus
* create required user:
`sudo useradd -M -s /bin/fals prometheus`
```
sudo useradd -M -s /bin/fals prometheus`
```
* create required folders:
```
sudo mkdir /etc/prometheus
@ -35,10 +35,10 @@ Here is an example of thos the graphs look like:
sudo chown prometheus:prometheus /var/lib/prometheus
```
* download and extract:
`curl -LO https://github.com/prometheus/prometheus/releases/download/v2.6.1/prometheus-2.6.1.linux-amd64.tar.gz`
`tar xvf prometheus-2.6.1.linux-amd64.tar.gz`
```
curl -LO https://github.com/prometheus/prometheus/releases/download/v2.6.1/prometheus-2.6.1.linux-amd64.tar.gz
tar xvf prometheus-2.6.1.linux-amd64.tar.gz
```
* copy files and change premissions: