-
- Downloads
Add monitoring endpoint to sshd
Add a basic monitoring endpoint to the sshd command. * Listen on localhost port 9122 by default. * Integrate build/version info. * Update example config. https://gitlab.com/gitlab-org/gitlab-shell/-/issues/121 Signed-off-by:Ben Kochie <superq@gmail.com>
Showing
Loading
| Loading
| @@ -5,13 +5,14 @@ go 1.13 |
require ( | ||
github.com/mattn/go-shellwords v1.0.11 | ||
github.com/otiai10/copy v1.4.2 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/stretchr/testify v1.6.1 | ||
gitlab.com/gitlab-org/gitaly v1.68.0 | ||
gitlab.com/gitlab-org/labkit v1.3.0 | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a | ||
google.golang.org/grpc v1.35.0 | ||
google.golang.org/grpc v1.29.1 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
Loading
| Loading
|
This diff is collapsed.
Please register or sign in to comment