Skip to content

codemonauts/prometheus-fe2-exporter

Repository files navigation

prometheus-fe2-exporter

This exporter scrapes the REST-API of an Alamos FE2 server. Documentation (in German) for the API endpoints can be found in their Confluence.

Usage

Docker

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

Docker Compose

  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

Binay

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)

About

Prometheus exporter for the Alamos FE2 server

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •