List of commits:
Subject Hash Author Date (UTC)
completed prometheus install a956682cbbc645afeb7b6e9a8decb5f7edb798b6 Antonio Rendina 2020-04-04 14:40:30
first commit 48ca46721600b6cd3bfb590adc36b395bb6004af Antonio Rendina 2020-04-04 14:05:39
Commit a956682cbbc645afeb7b6e9a8decb5f7edb798b6 - completed prometheus install
Author: Antonio Rendina
Author date (UTC): 2020-04-04 14:40
Committer name: Antonio Rendina
Committer date (UTC): 2020-04-04 14:40
Parent(s): 48ca46721600b6cd3bfb590adc36b395bb6004af
Signing key:
Tree: 2fbe94c5804059c2826e5886d193e518829e286b
File Lines added Lines deleted
README.md 3 2
File README.md changed (mode: 100644) (index 0eac795..846a86c)
1 1 # Install Prometheus on Centos7 # Install Prometheus on Centos7
2 2
3 https://www.howtoforge.com/tutorial/how-to-install-prometheus-and-node-exporter-on-centos-7/
4
5 3 ## Step 1 - Create a new User and Download Prometheus ## Step 1 - Create a new User and Download Prometheus
6 4
7 5 Create a new user Create a new user
 
... ... Restart the prometheus service
130 128 ``` ```
131 129 systemctl restart prometheus systemctl restart prometheus
132 130 ``` ```
131
132 # Links
133 https://www.howtoforge.com/tutorial/how-to-install-prometheus-and-node-exporter-on-centos-7/
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/arendina/prometheus_grafana

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/arendina/prometheus_grafana

Clone this repository using git:
git clone git://git.rocketgit.com/user/arendina/prometheus_grafana

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main