Skip to content

reachlin/sensu_exporter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sensu Exporter Build Status

A Prometheus exporter for Sensu.

This app. will export Sensu check status as Prometheus metrics. So previous Sensu checks can be integrated into Prometheus.

To run it:

make
./sensu_exporter [flags]

Flags

$ ./sensu_exporter --help
Usage of ./sensu_exporter:
  -api string
      Address to Sensu API. (default "http://localhost:4567")
  -listen string
      Address to listen on for serving Prometheus Metrics. (default ":9251")

Exported Metrics

Metric Meaning Labels
sensu_check_status Check results in a metric vector, status 1 means OK client, check_name

Docker Docker Pulls

To run the sensu exporter as a Docker container, run:

docker run -p 9251:9251 reachlin/sensu_exporter --api="http://sensu_host:4567"

About

a Prometheus exporter for Sensu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published