Skip to content

olivierlemasle/opsgenie_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opsgenie exporter for Prometheus

Go Report Card

Flags

./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 (txt or json). Defaults to txt.
  • --config: Configuration file location. Defaults to conf/lamp.conf.
  • --version: Display application version

Configuration

opsgenie_exporter reads Lamp configuration file. Parameter apiKey is mandatory. An example can be found here.

Running using Docker

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