-
Download latest binary or package from the Releases page
-
dpkg -i fronius-exporter_linux_amd64.deb
(Debian/Ubuntu) -
rpm -i fronius-exporter_linux_amd64.rpm
(CentOS) -
chmod +x fronius-exporter && mv fronius-exporter /usr/local/bin/
With fronius-exporter
-
helm repo add ccremer https://ccremer.github.io/charts
-
helm install fronius ccremer/fronius-exporter
fronius-exporter --symo.url http://symo.ip.or.hostname
Upon each call to /metrics
, the exporter will do a GET request on the given URL, and translate the JSON response to Prometheus metrics format.
fronius-exporter
can be configured with CLI flags.
Call the binary with --help
to get a list of options.
💡
|
All flags are also configurable with Environment variables.
Following calls are equivalent
fronius-exporter --symo.url http://... SYMO__URL=http://... fronius-exporter |
See Example