This exporter scrapes the REST-API of an Alamos FE2 server. Documentation (in German) for the API endpoints can be found in their Confluence.
docker run -d \
-p 9865:9865 \
-e FE2_EXPORTER_URL=http://alamos-fe2-server:83 \
-e FE2_EXPORTER_ACCESSKEY=Gz8NcB6aKTp2uQ+Y1oVhRA== \
codemonauts/prometheus-fe2-exporter:latest
prometheus-fe2-exporter:
container_name: prometheus-fe2-exporter
image: prometheus-fe2-exporter:latest
environment:
FE2_EXPORTER_URL: "http://alamos-fe2-server:83"
FE2_EXPORTER_ACCESSKEY: "Gz8NcB6aKTp2uQ+Y1oVhRA=="
restart: unless-stopped
ports:
- 9865:9865
Usage of ./prometheus-fe2-exporter:
-accesskey string
Authorization key for the monitoring api
-url string
Address of the FE2 server (for example http://alamos-fe2-server:83)