From 4b178d907bf33089eb3c386dcbb0b4e5bc6b919d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:58:26 +0000 Subject: [PATCH] Go Dependency: Bump github.com/atc0005/go-nagios Bumps [github.com/atc0005/go-nagios](https://github.com/atc0005/go-nagios) from 0.17.0-alpha.3 to 0.17.0-alpha.4. - [Release notes](https://github.com/atc0005/go-nagios/releases) - [Changelog](https://github.com/atc0005/go-nagios/blob/master/CHANGELOG.md) - [Commits](https://github.com/atc0005/go-nagios/compare/v0.17.0-alpha.3...v0.17.0-alpha.4) --- updated-dependencies: - dependency-name: github.com/atc0005/go-nagios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- vendor/github.com/atc0005/go-nagios/README.md | 9 +++++++-- vendor/modules.txt | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 0f34bd07..4cc1cd18 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ module github.com/atc0005/check-vmware go 1.22 require ( - github.com/atc0005/go-nagios v0.17.0-alpha.3 + github.com/atc0005/go-nagios v0.17.0-alpha.4 github.com/google/go-cmp v0.6.0 github.com/rs/zerolog v1.33.0 github.com/vmware/govmomi v0.45.1 diff --git a/go.sum b/go.sum index 6762951f..23a97e40 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/atc0005/go-nagios v0.17.0-alpha.3 h1:yRNqllQNtonV5VXsqxw2/3xSXc8rQ+z+etlD5L0LJ/k= -github.com/atc0005/go-nagios v0.17.0-alpha.3/go.mod h1:n2RHhsrgI8xiapqkJ240dKLwMXWbWvkOPLE92x0IGaM= +github.com/atc0005/go-nagios v0.17.0-alpha.4 h1:hJ5gPnL2W5V1Qynoq96yVj1Z5+QCxgTg+BMLxi3qW4I= +github.com/atc0005/go-nagios v0.17.0-alpha.4/go.mod h1:n2RHhsrgI8xiapqkJ240dKLwMXWbWvkOPLE92x0IGaM= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= diff --git a/vendor/github.com/atc0005/go-nagios/README.md b/vendor/github.com/atc0005/go-nagios/README.md index f14c5636..1cef2a6d 100644 --- a/vendor/github.com/atc0005/go-nagios/README.md +++ b/vendor/github.com/atc0005/go-nagios/README.md @@ -65,10 +65,10 @@ such time that the API is considered stable. `nagios.NewPlugin()` constructor, a default `time` performance data metric is emitted to indicate total plugin runtime - Support for collecting multiple errors from client code -- Support for explicitly omitting Errors section in `LongServiceOutput` +- Support for explicitly omitting Errors section - this section is automatically omitted if no errors were recorded (by client code or panic handling code) -- Support for explicitly omitting Thresholds section in `LongServiceOutput` +- Support for explicitly omitting Thresholds section - this section is automatically omitted if no thresholds were specified by client code - Automatically omit `LongServiceOutput` section if not specified by client @@ -80,6 +80,11 @@ such time that the API is considered stable. output - Support for extracting and decoding an (Ascii85) encoded payload (into the original non-encoded form) from captured plugin output +- Optional debug logging for plugin activity + - debug log output is sent to `stderr` by default but can be redirected to a + custom target + - toggles are provided to enable debug logging for all plugin activity or + for select types ## Changelog diff --git a/vendor/modules.txt b/vendor/modules.txt index 3a5482e2..20d75d70 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,4 +1,4 @@ -# github.com/atc0005/go-nagios v0.17.0-alpha.3 +# github.com/atc0005/go-nagios v0.17.0-alpha.4 ## explicit; go 1.19 github.com/atc0005/go-nagios # github.com/google/go-cmp v0.6.0