Giter Club home page Giter Club logo

prometheus-kerberos-exporter's Introduction

Prometheus Kerberos exporter

Usage

Usage:
  prometheus-kerberos-exporter [OPTIONS]

Application Options:
  -v, --version          Show version.
  -u, --username=        A username to use to connect to kerberos server. [$KERBEROS_USER]
  -r, --realm=           A realm to use to connect to kerberos server. [$KERBEROS_REALM]
  -k, --keytab=          A keytab file to use to connect to kerberos server. [$KERBEROS_KEYTAB_FILE]
  -s, --server=          A list of servers to connect to. (separated by commas) [$KERBEROS_SERVERS]
      --scrape-interval= Duration between two scrapes. (default: 5s) [$KERBEROS_SCRAPE_INTERVAL]
      --listen-address=  Address to listen on for web interface and telemetry. (default: 0.0.0.0:9259) [$KERBEROS_LISTEN_ADDRESS]
      --metric-path=     Path under which to expose metrics. (default: /metrics) [$KERBEROS_METRIC_PATH]
      --verbose          Enable debug mode [$KERBEROS_VERBOSE]

Help Options:
  -h, --help             Show this help message

Metrics

# HELP kerberos_exporter_build_info Kerberos exporter build informations
# TYPE kerberos_exporter_build_info gauge
kerberos_exporter_build_info{build_date="2019-11-18",commit_sha="XXXXXXXXXX",golang_version="go1.12.7",version="1.0.0"} 1
# HELP kerberos_status_available Kerberos server availability
# TYPE kerberos_status_available gauge
kerberos_status_available{kdc="kdc1.example.com"} 1
kerberos_status_available{kdc="kdc2.example.com"} 1
kerberos_status_available{kdc="kdc3.example.com"} 0

prometheus-kerberos-exporter's People

Contributors

lconsuegra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.