heartbeet - Poll through life
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Darshil Chanpura 675e552b97
continuous-integration/drone/push Build is passing Details
Updated platform in .drone.yml
3 years ago
etc/systemd/system Update: unused file 4 years ago
poller Update: added extra argument 4 years ago
.drone.yml Updated platform in .drone.yml 3 years ago
.gitignore Update: added Makefile, .gitignore and go.sum 4 years ago
LICENSE Added License 3 years ago
Makefile Update: added Makefile, .gitignore and go.sum 4 years ago
README.md Initial Commit 4 years ago
go.mod Updated package name 3 years ago
go.sum Update: added Makefile, .gitignore and go.sum 4 years ago
main.go Updated package name 3 years ago

README.md

heartbeet - Health Check utility for hosts

This utility is mainly for sending "is up" notification to Graphite server.

Environment Variables

  • PROJECT_NAME: Name of project which is included in metric name
  • RUN_MODE: This is usually the environment which it ran in, usually prod/stage/test/dev
  • GRAPHITE_KEY: This key is used as prefix if needed.
  • GRAPHITE_ADDRESS: Address of graphite carbon, e.g. 127.0.0.1:2003

Run

Just run with required environment variables

$ GRAPHITE_ADDRESS=graphitehost.local:2003 RUN_MODE=stage PROJECT_NAME=nginx ./heartbeet