./opsgenie_exporter --help
- --web.listen-address: Address to listen on for web interface and telemetry. Defaults to- :3000.
- --web.telemetry-path: Path under which to expose metrics. Defaults to- /metrics.
- --web.disable-exporter-metrics: Exclude metrics about the exporter itself (- promhttp_*,- process_*,- go_*).
- --log.level: Log level. Defaults to- info.
- --log.format: Log format (- txtor- json). Defaults to- txt.
- --config: Configuration file location. Defaults to- conf/lamp.conf.
- --version: Display application version
opsgenie_exporter reads Lamp configuration file. Parameter apiKey is mandatory. An example can be found here.
docker run -d \
  -p 3000:3000 \
  -v /path/on/host/conf/lamp.conf:/conf/lamp.conf \
  ghcr.io/olivierlemasle/opsgenie_exporter
Container images on ghcr.io registry: opsgenie_exporter