sensu-plugins / sensu-plugins-cpu-checks

This plugin provides native CPU instrumentation for monitoring and metrics collection, including: CPU usage and metrics for user, nice, system, idle, iowait, irq, softirq, steal, and guest.
http://sensu-plugins.io
MIT License
13 stars 34 forks source link

Update linux-kstat requirement from = 0.1.3 to = 0.2.3 #67

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on linux-kstat to permit the latest version.

Changelog *Sourced from [linux-kstat's changelog](https://github.com/djberg96/linux-kstat/blob/master/CHANGES.rdoc).* > == 0.2.3 - 8-Dec-2019 > * Renamed various text files to include .rdoc extension so that github > displays them nicely. > > == 0.2.2 - 5-Mar-2019 > * Added the steal, guest and guest_nice attributes for cpu stats. > > == 0.2.1 - 25-Jan-2019 > * Fixed license name (missing hyphen). > * Added metadata to the gemspec. > * Updated cert, should be good for about 10 years. > > == 0.2.0 - 19-Feb-2018 > * Switched license to Apache 2.0. > * Added a linux-kstat.rb file for convenience. > * Rakefile now assumes rubygems 2.x. > * Tests switched to use rspec and development dependencies updated. > * VERSION constant is now frozen. > * Some doc updates in the README for bundler. > * This gem is now signed. > > == 0.1.3 - 18-Dec-2014 > * Now properly ignores blank lines. Thanks go to "onlinehead" for the patch. > > == 0.1.2 - 2-Nov-2014 > * Updates to the gemspec and Rakefile. > > == 0.1.1 - 20-May-2011 > * Set the spec platform to 'universal-linux'. > > == 0.1.0 - 10-Feb-2011 > * Initial release.
Commits - [`6c14ca3`](https://github.com/djberg96/linux-kstat/commit/6c14ca3470be04fced11ca970ff81035740e4d5e) Add changes for 0.2.3, update specs and gemspec. - [`821878b`](https://github.com/djberg96/linux-kstat/commit/821878b913c5409dde4e5dd45df019e50fc0f790) Merge pull request [#5](https://github-redirect.dependabot.com/djberg96/linux-kstat/issues/5) from djberg96/rdoc - [`8365356`](https://github.com/djberg96/linux-kstat/commit/836535688501f03cf59731d1d6c55583977d5971) Remove spaces, they don't seem to matter. - [`48bcedb`](https://github.com/djberg96/linux-kstat/commit/48bcedbbf11a2feddd1d4a5c677f3ddbb5d16482) Change headers, add spaces. - [`644d91f`](https://github.com/djberg96/linux-kstat/commit/644d91f698691a4205ba86789500da10966d17c9) Update extra rdoc files. - [`ffd10c3`](https://github.com/djberg96/linux-kstat/commit/ffd10c37155f76ac8347d228528040dc7f96cc48) Add rdoc extension. - [`fb23e3b`](https://github.com/djberg96/linux-kstat/commit/fb23e3b8c9444606d2a0669352fb43bc48e2c4f2) Update manifest. - [`f865e70`](https://github.com/djberg96/linux-kstat/commit/f865e7061b815cacf74c18ac3f18f26c42d557f9) Rename. - [`e5be53c`](https://github.com/djberg96/linux-kstat/commit/e5be53c1c1f00e286a68ce3adb72a1326383b052) Header formatting. - [`87925c0`](https://github.com/djberg96/linux-kstat/commit/87925c056e1b9bb7bccc0a4e202217bd15a75893) Formatting. - Additional commits viewable in [compare view](https://github.com/djberg96/linux-kstat/compare/linux-kstat-0.1.3...linux-kstat-0.2.3)


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)