Low commit activity in last 3 years
No release in over a year
Sensu plugin to search files based on size
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.0
~> 13.0
~> 0.21
~> 1.23
~> 3.12

Runtime

 Project Readme

Gem Version 01 - Test 02 - Release

sensu-plugins-filesize

Sensu plugin to search files based on size.

Files

  • bin/check-filesize.rb

Usage

-- check for files greater than 100M in home folder including subfolders
check-filesize.rb -f ~ -s +100M

-- check for files smaller than 100M in home folder including subfolders
check-filesize.rb -f ~ -s -100M

-- check for files exactly of size 50 kb in /apps folder including subfolders
check-filesize.rb -f /apps -s 50k

About the -s or --size option

The size option is transparently passed to the find command. More details can be found in the man pages of the find command (> man find).

Installation

Installation and Setup

Supported Ruby Versions

Currently supported and tested ruby versions are:

  • 3.4 (EOL March 31 2028)
  • 3.3 (EOL March 31 2027)
  • 3.2 (EOL March 31 2026)

Not tested anymore

  • 3.1 (EOL March 31 2025)
  • 3.0 (EOL March 31 2024)
  • 2.7 (EOL March 31 2023)
  • 2.6 (EOL March 31 2022)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/thomis/sensu-plugins-filesize. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

  1. Fork it ( https://github.com/thomis/sensu-plugins-filesize/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

The gem is available as open source under the terms of the MIT License.