mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 17:03:59 +01:00
.. | ||
config | ||
docker-compose.yml | ||
README.md |
Installation
Deployment
- Copy the configuration template into the
/etc/prometheus/prometheus.yml
location. - 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
Exporters
TODO: WIP
- cadvisor
- nodeexporter
- nvidiadgcm
- nvidiasmi
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.