Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

spacejam

Bash shell script to checks used space on filesystems and reports before OS being jammed

Requirements

  • Grep
  • Awk
  • Sed

Variables

  • 'maxlimit' - Percentage value between 0-100. If the used space in any of the listed filesystems exceeds the value choosen, sends a WARNING message to the user

  • 'minlimit' - Percentage value between 0-100. If the used space in any of the listed filesystems exceeds the value choosen, sends a NOTIFICATION message to the user

  • 'filesystems' - Array of strings containing the mount points of the filesystems to check

About

Checks used space on filesystems and reports before OS being jammed

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages