1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 16:17:09 +02:00
parkervcp-pterodactyl-eggs/monitoring/prometheus/README.md

20 lines
713 B
Markdown
Raw Normal View History

2021-07-05 20:38:12 +02:00
# Prometheus
## From the [Prometheus](https://github.com/prometheus/prometheus) GitHub repository
2021-07-05 20:38:12 +02:00
The Prometheus monitoring system and time series database.
## Resource consumption
2021-07-07 20:16:24 +02:00
As Prometheus is a monitoring software that saves data in a timeseries database, it can take up massive amounts of disk space. Due to Prometheus design, a huge memory consumption is also possible.
2021-07-05 20:38:12 +02:00
To get started, a minimum of 3GB RAM and >=2.5GB disk space is recommended.
Keep in mind that those numbers can grow pretty quick for large monitored environments!
## Server Ports
2021-07-05 20:38:12 +02:00
Ports required to run the server in a table format.
| Port | default |
|-------------------|---------|
| Prometheus server | 9090 |