22 lines
342 B
Markdown
22 lines
342 B
Markdown
# Prometheus
|
|
|
|
Assume you use Archlinux.
|
|
|
|
Read [Prometheus](https://wiki.archlinux.org/index.php/Prometheus).
|
|
|
|
Read [Getting started](https://prometheus.io/docs/prometheus/latest/getting_started/).
|
|
|
|
Start/enable service:
|
|
|
|
```sh
|
|
systemctl start prometheus.service
|
|
|
|
systemctl enable prometheus.service
|
|
```
|
|
|
|
UI:
|
|
|
|
```txt
|
|
http://localhost:9090
|
|
```
|