prometheus node exporter #1

Description

This layer provides the prometheus "node_exporter"

prometheus-node-exporter

Reactive subordinate charm providing prometheus-node-exporter.

Usage

This charm relates to the prometheus charm on the scrape interface, and will provide a metrics endpoint for prometheus to scrape on port 9100 by default.

A simple workflow to describe the usage of this charm is as follows:

juju deploy prometheus

juju deploy ubuntu

juju deploy prometheus-node-exporter

juju add-relation prometheus-node-exporter ubuntu

juju add-relation prometheus-node-exporter:scrape prometheus:scrape

Copyright

License

  • AGPLv3 - see LICENSE

Configuration

port
(int) port to run metrics target on
9100