Skip to content

itskoko/prometheus-statuspage-pusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prometheus-statuspage-pusher

Usage

Usage of ./prometheus-statuspage-pusher:
  -c string
    	Query config file (default "queries.yaml")
  -i duration
    	Metric push interval (default 30s)
  -pu string
    	URL of Prometheus API (default "http://localhost:9091/prometheus")
  -si string
    	Statuspage page ID
  -st string
    	Statuspage Oauth token
  -su string
    	URL of Statuspage API (default "https://api.statuspage.io")

Config:

Syntax:

metricID: prometheus-expression

The prometheus-expression needs to return a single element vector, like:

abcdef: avg(up{job="web"})

About

Poll Prometheus and send results to Statuspage custom metrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published