contrib/prometheus-node-exporter
2023-07-18 21:23:50 +02:00
..
.footprint prometheus-node-exporter: 1.4.0 -> 1.5.0 2022-11-30 20:08:22 +00:00
.signature prometheus-node-exporter: 1.6.0 -> 1.6.1 2023-07-18 21:23:50 +02:00
config.yml prometheus-node-exporter: initial commit, version 1.4.0 2022-10-01 23:25:33 +02:00
gen-pass.py prometheus-node-exporter: initial commit, version 1.4.0 2022-10-01 23:25:33 +02:00
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: initial commit, version 1.4.0 2022-10-01 23:25:33 +02:00

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.