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.4 #90

Closed dependabot-preview[bot] closed 4 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.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 platform that still used C code, and because it's basically a dead platform.
  • There are no more platform-specific gems. There is now a single gem that will load the appropriate code based on your host's operating system.
  • The tests were switched from test-unit to rspec.
  • Lots of Rakefile updates based on the above changes.
  • The cert was updated.

== 1.1.5 - 10-Aug-2017

  • Fixed a warning that cropped up in Ruby 2.4.x because I was type checking against Fixnum. Those have been replaced with Numeric.

== 1.1.4 - 30-Mar-2017

  • Fixed a potential issue where OSX could return a struct with invalid data.
  • Set the default field to :pid for OSX when using Sys::Top.
... (truncated)
Commits


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)
dependabot-preview[bot] commented 4 years ago

Superseded by #91.