2023-06-29 18:56:46 +02:00
|
|
|
---
|
|
|
|
gitea: none
|
|
|
|
include_toc: true
|
|
|
|
---
|
|
|
|
|
2023-08-11 09:38:05 +02:00
|
|
|
|
|
|
|
[Return to the list of application services.](../README.md)
|
2023-06-29 18:56:46 +02:00
|
|
|
# prometheus
|
|
|
|
|
2023-08-02 09:26:54 +02:00
|
|
|
## Synopsis
|
2023-06-29 18:56:46 +02:00
|
|
|
|
2023-08-01 15:13:17 +02:00
|
|
|
|
2023-08-11 09:38:05 +02:00
|
|
|
[Prometheus, an event monitoring.](https://prometheus.io/)
|
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-08-11 09:38:05 +02:00
|
|
|
## Requirements services
|
|
|
|
|
|
|
|
### Mandatories
|
2023-06-29 18:56:46 +02:00
|
|
|
|
2023-08-11 09:38:05 +02:00
|
|
|
- [LocalDNS](../README.LocalDNS.md): DNS forwarder for local domain name.
|
2023-06-29 18:56:46 +02:00
|
|
|
|
2023-08-11 09:38:05 +02:00
|
|
|
### Optionals
|
2023-06-29 18:56:46 +02:00
|
|
|
|
2023-08-11 09:38:05 +02:00
|
|
|
- [Journald](../README.Journald.md): Concentrate journal messages on one host.
|
|
|
|
|
|
|
|
## Dependances
|
2023-06-29 18:56:46 +02:00
|
|
|
|
2023-08-11 09:38:05 +02:00
|
|
|
- [base-fedora-38](../base-fedora-38/README.md): Base information of a Fedora 38.
|
|
|
|
- [base-fedora](../base-fedora/README.md): Base information of a Fedora.
|
|
|
|
- [systemd](../systemd/README.md): Systemd, a system and service manager.
|
|
|
|
- [base-machine](../base-machine/README.md): Base information for a machine.
|
|
|
|
- [base](../base/README.md): Base of all application services.
|
|
|
|
- [dns-local](../dns-local/README.md): DNS client with access to local zones.
|
|
|
|
- [pki-tls](../pki-tls/README.md): Autosign PKI or Let's encrypt support for TLS certificates.
|
|
|
|
- [journald](../journald/README.md): Journald.
|
|
|
|
- [resolved](../resolved/README.md): Resolved.
|