opsgenie_exporter

command module
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
log

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL