🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/opentable/go-check-prometheus

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/opentable/go-check-prometheus

v0.2.0
Source
Go
Version published
Created
Source

go-check-prometheus

A nagios check for prometheus inspired from go-check-graphite but for prometheus.

Installation

go install github.com/shashankm/go-check-prometheus

Usage

go-check-prometheus -H prometheus.example.com:9090 -q 'my.query' -w 10 -c 100

Documentation

usage: go-check-prometheus [options]

Options:
  -c, --critical string   critical range
  -h, --help              show help
  -H, --host string       prometheus host
  -n, --name string       Short, descriptive name for metric (default "metric")
  -q, --query string      prometheus query
  -t, --timeout int       Execution timeout (default 10)
  -w, --warning string    warning range

Contributors

  • Shashank Mathur (@shashankm)

License

This project is released under the MIT license. See LICENSE for details.

FAQs

Package last updated on 20 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts