Playing with formatting...

This commit is contained in:
Kris-Sekula 2019-01-23 15:34:02 +01:00
parent 879abf11e5
commit 662895737e
1 changed files with 4 additions and 5 deletions

View File

@ -20,14 +20,13 @@ Here is an example of thos the graphs look like:
## How to deploy. ## How to deploy.
1. Install ubuntu server 16.04 64bit (I used: ubuntu-16.04.5-server-amd64.iso): 1. Install ubuntu server 16.04 64bit (I used: ubuntu-16.04.5-server-amd64.iso):
* Basic installation, only select OpenSSH from the package list, create a user. - Basic installation, only select OpenSSH from the package list, create a user.
2. Install Prometheus: 2. Install Prometheus:
* create required user: - create required user:
``` ```
sudo useradd -M -s /bin/fals prometheus` sudo useradd -M -s /bin/fals prometheus
``` ```
* create required folders: -create required folders:
``` ```
sudo mkdir /etc/prometheus sudo mkdir /etc/prometheus
sudo mkdir /var/lib/prometheus sudo mkdir /var/lib/prometheus