contrib/prometheus-node-exporter
2023-07-18 21:23:50 +02:00
..
.footprint
.signature prometheus-node-exporter: 1.6.0 -> 1.6.1 2023-07-18 21:23:50 +02:00
config.yml
gen-pass.py
Pkgfile prometheus-node-exporter: 1.6.0 -> 1.6.1 2023-07-18 21:23:50 +02:00
prometheus-node-exporter.service prometheus-node-exporter: syntax for service file changed 2023-05-28 11:14:54 +02:00
README.md

prometheus-node-exporter README

Generating a password

For generating a password you either need opt/apache installed to be able to use htpasswd -nBC 10 "" | tr -d ':\'; echo or use install contrib/python3-bcrypt and use /usr/lib/prometheus-node-exporter/gen-pass.py. Use the generated password hash to fill in the skeleton under /etc/node-exporter/config.yml.

Using tls

Generate a valid certificate according to the config.yml or use a proper one. If you use a self signed certificate you will make your prometheus scraper trust it.