prometheus

This commit is contained in:
2025-11-18 07:43:57 +01:00
parent 942f6f4984
commit 469fbf6c39
2 changed files with 7 additions and 7 deletions

View File

@@ -3,11 +3,11 @@
## Installtion sur Raspberry Pi 3B+
```shell
$ wget https://github.com/prometheus/prometheus/releases/download/v3.7.3/prometheus-3.7.3.linux-armv7.tar.gz
$ tar xfz prometheus-3.7.3.linux-armv7.tar.gz
$ mv prometheus-3.7.3.linux-armv7 prometheus
$ rm prometheus-3.7.3.linux-armv7.tar.gz
$ sudo nano /etc/systemd/system/prometheus.service
wget https://github.com/prometheus/prometheus/releases/download/v3.7.3/prometheus-3.7.3.linux-armv7.tar.gz
tar xfz prometheus-3.7.3.linux-armv7.tar.gz
mv prometheus-3.7.3.linux-armv7 prometheus
rm prometheus-3.7.3.linux-armv7.tar.gz
sudo nano /etc/systemd/system/prometheus.service
```
```
@@ -29,6 +29,6 @@ WantedBy=multi-user.target
```
```shell
$ sudo systemctl enable prometheus
$ sudo systemctl enable --nows prometheus
$ sudo systemctl status prometheus
```