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.1 #72

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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

Changelog *Sourced from [sys-proctable's changelog](https://github.com/djberg96/sys-proctable/blob/master/CHANGES).* > == 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. > * Fixed a duplicate test warning for OSX. > > == 1.1.3 - 28-Sep-2016 > * Fixed an issue on OSX where the value returned for argc is invalid. > > == 1.1.2 - 18-Sep-2016 > * Fixed cmdline parsing and handling for OSX. Thanks go to Ben Mathwig for > the spot and the patch. > > == 1.1.1 - 30-Jun-2016 > * Added thread information for OS X. > * Fixed VERSION constant for HP-UX. > > == 1.1.0 - 27-Jun-2016 > * License was changed to Apache 2.0. > * The OS X version now requires OS X 10.7 or later. > * Scrapped the C implementation for OS X, and replaced it with a libproc wrapper > using FFI, so it is now pure Ruby. Note that some new struct members have been > added, while others have been dropped. This includes pctcpu, so Sys::Top does > not work at the moment. > * Rakefile updates to accomodate the changes for OS X. > * Some test suite updates and refactoring. > > ... (truncated)
Commits - See full diff in [compare view](https://github.com/djberg96/sys-proctable/commits/sys-proctable-1.2.1)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #83.