./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 toinfo
.--log.format
: Log format (txt
orjson
). Defaults totxt
.--config
: Configuration file location. Defaults toconf/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