lsst-sqre / check-gitlfs

A nagios/icinga/sensu "plugin" for checking the function of a git lfs backed repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check_gitlfs

Build Status

A nagios/icinga/sensu "plugin" for checking the function of a git lfs backed repo. IOW - check that a git lfs service is returning objects.

Usage

UNKNOWN- usage: check_gitlfs -u <git repo url> -I <path to object>
 -u [GIT REPO URL] -- URL to clone git repo from.
 -I [PATH LFS OBJECT] -- Path to lfs backed file within repo.
 -h -- Display this help message.

example:

  check_gitlfs -u https://github.com/lsst/afwdata.git -I CFHT/D2/sdss.dat

About

A nagios/icinga/sensu "plugin" for checking the function of a git lfs backed repo.

License:MIT License


Languages

Language:Shell 90.1%Language:Ruby 9.9%