Skip to content

Bacon41/ursula-monitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ursula-monitoring

Monitoring and Logging modules and tools used by Ursula

Sensu

All files in sensu/plugins should have executable bit set.

Building packages

Package version numbers are derived from annotated tags with git describe.

General build procedure:

  1. Use git checkout to point HEAD to desired commit.
  2. Use git tag -a 'vX.Y.Z' -m'version X.Y.Z' to create an annotated tag at that commit.
  3. To build packages, call make.
  4. To upload to packagecloud.io, make upload PACKAGECLOUD_REPO=username/repo (or set PACKAGECLOUD_REPO in your environment).

Requires fpm to build packages and the package_cloud gem to upload to packagecloud.io.

License

All original work released under Apache 2.0 license. Note: this repository does contain vendored plugins and checks that may be licensed differently.

About

Urusla monitoring and logging repo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 43.3%
  • Ruby 31.2%
  • Perl 20.5%
  • Shell 4.5%
  • Makefile 0.5%