Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Public documentation for boltopspro/up

License

NotificationsYou must be signed in to change notification settings

boltops-pro-docs/up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This repo contains only the documentation for the private BoltsOps Pro repo code.Original file:https://github.com/boltopspro/up/blob/master/README.mdThe docs are publish so they are available for interested customers.For access to the source code, you must be a paying BoltOps Pro subscriber.If are interested, you can contact us atcontact@boltops.com orhttps://www.boltops.com

Up

Theup command checks if services are up and running and reports CloudWatch custom metrics. It's a companion tool that is used by theUpCheck Blueprint.

  • Metric Names: 1) HealthCheckStatus and 2) ResponseTime
  • Useful to run this script within the network to check internal applications that cannot be pinged from the outside world.
  • Tool reads aup.yml file in the current directory by default.

Usage

up check

The tool looks for a configuration file in these locations:

  1. up.yml - current directory
  2. config/up.yml - current directory
  3. ~/.up.yml - home directory (note the dot)

The up.yml looks like this:

----name:demo-web-1url:http://external-site.com/health/check/path-name:demo-web-2url:http://internal-site.private

Environment Variables

Some of the tool's settings can be controlled with environmental variables:

Env VarDescriptionDefault Value
UP_CLOUDWATCH_DIMENSION_NAMECloudWatch metric dimension nameApp
UP_CLOUDWATCH_DIMENSION_VALUECloudWatch metric dimension valuesite name fromup.yml
UP_CLOUDWATCH_ENABLEDEnables sending of the data to CloudWatch.(unset) Defaults to enabled on AWS Lambda and disabled when not on Lambda.
UP_CLOUDWATCH_NAMESPACECloudWatch metric namespaceUpCheck
UP_MAX_THREADSMax number of threads200

Installation

To install:

rake install

About

Public documentation for boltopspro/up

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp