sensu-plugins / sensu-plugins-disk-checks

This plugin provides native disk instrumentation for monitoring and metrics collection, including: health, usage, and various metrics.
http://sensu-plugins.io
MIT License
27 stars 63 forks source link

Update sys-filesystem requirement from = 1.1.7 to = 1.1.9 #100

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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

Changelog *Sourced from [sys-filesystem's changelog](https://github.com/djberg96/sys-filesystem/blob/ffi/CHANGES).* > == 1.1.9 - 26-Jan-2018 > * The bytes_free and bytes_total methods were updated to use the fragment size > instead of the block size. This fixes Macs using APFS, as well as Solaris 10. > Thanks go to Mikhail Vasin for the spot. > * Removed the code specific to FreeBSD 10, which was ultimately an attempt > to address the issue now resolved by the above change. > * Updated the cert again. > > == 1.1.8 - 2-Sep-2017 > * The stat and mount_point methods now call to_s on the string argument > explicitly so that Pathname objects will now work with String#wincode. > * Updated some tests to avoid Fixnum warnings for Ruby 2.4. > * Updated the cert. > > == 1.1.7 - 1-Aug-2016 > * Fixed an issue in the stat method for MS Windows where the blocks_avail > value was not correct. Thanks go to Maxime Lapointe for the spot. > > == 1.1.6 - 17-May-2016 > * On versions that use setmntent or fopen, explicitly raise an error if > either of those calls return a null value. > > == 1.1.5 - 5-Dec-2015 > * This gem is now signed. > * The gem related tasks in the Rakefile now assume Rubygems 2.x. > * Updates to the gemspec, added cert_chain, removed rubyforge_project. > * Internal reorganization, and use of relative_require as appropriate. > * Added a sys-filesystem.rb file for convenience. > > == 1.1.4 - 15-Mar-2015 > * The File.mounts method no longer raises an error if a mount point > is not accessible. Thanks go to Michael Pope for the patch. > * Some internal code reorganization. > > == 1.1.3 - 1-Oct-2014 > * Now ignores EPERM errors when trying to find the mount point for a path. > Thanks go to petersen for the patch. > * The Filesystem.stat method now defaults to using the root path on Windows > for volume information. > > == 1.1.2 - 9-May-2014 > * Added the percent_used, bytes_total, bytes_free and bytes_used methods > to the Filesystem::Stat class. Thanks go to xanview for the suggestion. > * Changed File.exists? to File.exist? to avoid warnings in Ruby 2.1.x. > * The convenience methods to_mb, to_gb, etc, are now defined in Numeric > instead of Fixnum. > * Added the to_tb method for terabytes. > * Minor updates to the gem:create and gem:install Rake tasks. > > == 1.1.1 - 3-Oct-2013 > ... (truncated)
Commits - See full diff in [compare view](https://github.com/djberg96/sys-filesystem/commits/sys-filesystem-1.1.9)


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 #107.