Daniel Rolfe 3b11a80000 needs host networking 3 years ago
..
config 485cd66566 monitoring stack updates 4 years ago
exporters 3b11a80000 needs host networking 3 years ago
README.md 485cd66566 monitoring stack updates 4 years ago
docker-compose.yml 0083bc01a1 some general updates 4 years ago

README.md

Installation

Deployment

  1. Copy the configuration template into the /etc/prometheus/prometheus.yml location.
  2. Copy the docker-compose.yml template into your project folder and start the container.

Configuration

Configure your settings in the /etc/prometheus/prometheus.yml file.

For more info visit: Official Prometheus Installation Documentation

Best-Practices & Post-Installation

Disable HTTP

It's not secure to expose Prometheus via the HTTP protocol.

Use a Reverse Proxy

  • [] Use a Reverse Proxy to securely expose administrative services.

Additional Referfences

Official Prometheus Documentation