sensu-plugins / sensu-plugins-docker

This plugin provides native Docker instrumentation for monitoring and metrics collection, including: container status, container number, and container metrics via `docker ps`.
http://sensu-plugins.io
MIT License
35 stars 57 forks source link

Update sys-proctable requirement from = 0.9.8 to = 1.2.6 #92

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on sys-proctable to permit the latest version.

Changelog

Sourced from sys-proctable's changelog.

== 1.2.6 - 25-Aug-2020

  • Made some updates so that it worked properly with TruffleRuby on Mac.
  • Fixed an issue on Linux where non-ascii environ strings could cause failure. Thanks go to deemytch for the spot and original patch.
  • Removed the spec_helper.rb file, just use Process.spawn instead of messing around with custom fork implementations. This also helps with implementations that don't support fork.
  • Updated the MANIFEST.

== 1.2.5 - 19-Jun-2020

  • Added the delayacct_blkio_ticks, guest_time, and cguest_time fields on Linux. These require 2.6.18 or later, but will simply be nil on earlier versions.
  • Added the rsslim synonym for the rlim field for Linux.

== 1.2.4 - 18-Jun-2020

  • Added the num_threads field for Linux. This was originally a dead field in older versions of Linux that was skipped, but as of Linux 2.6+ it actually holds meaningful data.
  • Updated the specs for Linux.

== 1.2.3 - 17-Mar-2020

  • Properly include a copy of Apache-2.0 in LICENSE file as part of library.
  • Add explicit .rdoc extensions to CHANGES and MANIFEST files.

== 1.2.2 - 12-Aug-2019

  • Added compatibility for JRuby on Mac which apparently doesn't define a read_uint64 method, nor a CharArray. Thanks go to Adithya Pentela for the spot.
  • Refactored the specs a bit, adding a spec_helper.rb. This was mainly for JRuby compatibility.
  • Updates to the travis.yml file for both Ruby and JRuby versions.
  • Removed the doc directory and all the files it contained. It was redundant, and some of the information was wrong. All of the documentation you need is on the wiki.
  • Cleaned up the MANIFEST file, updated the gemspec, and fixed the license name, which was missing a hyphen.

== 1.2.1 - 8-Jun-2018

  • The code for OSX is now more efficient when a pid argument is provided. Thanks go to Nick LaMuro for his efforts.
  • Added metadata to the gemspec.
  • Switched the README (now README.md) to markdown format. Thanks go to Tim Meusel for the update.
  • Updated the cert. Should be good for ten years now.

== 1.2.0 - 20-Feb-2018

  • There has been an API change. The ProcTable.ps method now uses keyword arguments. The 'pid' option is universal, the rest depend on the platform. As part of this change, support for Ruby < 2.0 has been dropped.
  • Support for HP-UX has been dropped, both because it was the last remaining
Commits
  • c31876f Add changes for 1.2.6, update manifest, etc.
  • 7a9be6c Merge pull request #85 from djberg96/force_encoding_linux
  • 147ba1b Force encode environ string to utf8.
  • 39f2238 Use eq instead of eql.
  • 6c2649d Merge pull request #84 from djberg96/truffleruby
  • 16573d4 Remove spec_helper.rb.
  • 3c55c08 Handle char arrays for truffleruby on mac.
  • e748929 Update specs for truffleruby, jruby.
  • 3a13b12 Add changes for 1.2.5 and update versions.
  • 84490c6 Merge pull request #82 from djberg96/rsslim
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)