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.2.3 to = 0.2.6 #81

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

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

Changelog

Sourced from linux-kstat's changelog.

0.2.6 - 10-Dec-2020

  • Specify an rspec version for the development dependency.
  • Minor updates to gemspec, Rakefile.

0.2.5 - 31-Oct-2020

  • Switched from rdoc to markdown since github wasn't rendering rdoc properly.
  • Minor gemspec updates.

0.2.4 - 3-Apr-2020

  • Added a LICENSE file as per the Apache license requirements.

0.2.3 - 8-Dec-2019

  • Added .rdoc extension to the README, CHANGES and MANIFEST files.

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
  • 2dc2647 Added changes for 0.2.6.
  • 57c5b75 Specify version for rspec, bump version, remove rbconfig require.
  • 67ea6d9 Version bump, re-fix changes file.
  • df31b35 Update test_files.
  • bfafa27 Remove rdoc files.
  • d1eb06a Merge pull request #7 from djberg96/markdown
  • 5111d4d Merge branch 'master' into markdown
  • 4614a11 Minor tweak.
  • 0c2e3e8 Merge pull request #6 from djberg96/license_file
  • 9400b7c Add LICENSE file.
  • 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)