Skip to content

This plugins allows to search for files based on file size

License

Notifications You must be signed in to change notification settings

thomis/sensu-plugins-filesize

Repository files navigation

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)

About

This plugins allows to search for files based on file size

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages