Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.55 KB

Gem Version Maintainability Test Coverage ci

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.2
  • 3.1
  • 3.0
  • 2.7 (EOL March 31 2023, is not part of CI anymore)
  • 2.6 (EOL March 31 2022, is not part of CI anymore)