Skip to content

gmgigi96/eos_exporter

 
 

Repository files navigation

eos_exporter

CERN EOS metrics exporter for Prometheus

Usage

  • Compile (Go environment needed)
go build
  • Run (on EOS headnode or in a pre-configured client with root privilegies on EOS)
./eos_exporter --eos-instance="<eos_instance>"
  • By default, the exporter exposes the metrics on the port 9986 and url /metrics.
    • Change the port with the argument --web.listen-address
    • Change the url with --web.telemetry-path
  • For more options, use --help

Prometheus example configuration

- job_name: eos
  scrape_interval: 30s
  static_configs:
  - targets:
    - eospps.cern.ch:9986
    labels:
      instance: eospps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%