Monitoring and Logging modules and tools used by Ursula
All files in sensu/plugins
should have executable bit set.
Package version numbers are derived from annotated tags with git describe
.
General build procedure:
- Use
git checkout
to point HEAD to desired commit. - Use
git tag -a 'vX.Y.Z' -m'version X.Y.Z'
to create an annotated tag at that commit. - To build packages, call
make
. - To upload to packagecloud.io,
make upload PACKAGECLOUD_REPO=username/repo
(or setPACKAGECLOUD_REPO
in your environment).
Requires fpm to build packages and the package_cloud gem to upload to packagecloud.io.
All original work released under Apache 2.0 license. Note: this repository does contain vendored plugins and checks that may be licensed differently.