2023-06-29 18:56:46 +02:00
|
|
|
---
|
|
|
|
gitea: none
|
|
|
|
include_toc: true
|
|
|
|
---
|
|
|
|
|
|
|
|
# prometheus
|
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
## Synopsis
|
2023-06-29 18:56:46 +02:00
|
|
|
|
|
|
|
Prometheus, an event monitoring.
|
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
[More informations about this software.](https://prometheus.io/)
|
2023-06-29 18:56:46 +02:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
## Requirements services
|
2023-08-01 15:13:17 +02:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
- **LocalDNS**
|
|
|
|
- Journald
|
2023-08-01 15:13:17 +02:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
**bold**: provider is mandatory
|
2023-08-01 15:13:17 +02:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
## Example
|
2023-08-01 15:13:17 +02:00
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
|
2023-08-01 15:13:17 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
prometheus:
|
|
|
|
applicationservice: prometheus
|
|
|
|
provider_zone: prometheus
|
|
|
|
zones_name:
|
|
|
|
- localdns
|
|
|
|
```
|
|
|
|
|
2023-06-29 18:56:46 +02:00
|
|
|
## Dependances
|
|
|
|
|
|
|
|
- [base-fedora-38](../base-fedora-38/README.md)
|
|
|
|
- [base-fedora](../base-fedora/README.md)
|
|
|
|
- [systemd](../systemd/README.md)
|
|
|
|
- [base-machine](../base-machine/README.md)
|
|
|
|
- [base](../base/README.md)
|
|
|
|
- [dns-local](../dns-local/README.md)
|
|
|
|
- [pki-tls](../pki-tls/README.md)
|
|
|
|
- [journald](../journald/README.md)
|
2023-07-31 18:41:59 +02:00
|
|
|
- [resolved](../resolved/README.md)
|
2023-06-29 18:56:46 +02:00
|
|
|
|
|
|
|
## Supplier
|
|
|
|
|
|
|
|
[host-systemd-machined](../host-systemd-machined/README.md)
|
|
|
|
|
|
|
|
[All applications services for this dataset.](../README.md)
|