Home > Plugins > System Metrics > File System

File System

Nagios plugins for monitoring various aspects of file systems (files, file counts, directories, mount points, etc.)

Showing 25-36 of 85 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Usage description: ------------------ Script/Nagios plugin checks all local FS's in one round run. It checks 2(4) thresholds together. Work with two (w)arning and two c(ritical)…
check if a specifoc mountpoint is mounted, optional check filesystemtype, and mountoptions USAGE: ./check_mount -m MOUNTPOINT [-t TYPE] [-o OPTIONS] Example: ./check_mount -m /backup -t…
Checks GlusterFS health on the server. Tests include: - daemons running - number of bricks online - disk space - healing status Needs some sudo…
examples: ./check_dir_files.sh -d /var/spool/escenic/newsgate/Extra/export/ -w 70 -c 100 -f OK - There are 0 files in dir /var/spool/escenic/newsgate/Extra/export/|'size'=0;70;100 usage ./check_dir_files.sh Usage: check_dir_files.sh -d|--dirname [-w|--warning ]…
$ ./check_file_exists_glob -h check_file_exists_glob - Alert if a FILE does not exist. Usage: check_file_exists_glob [options] -d DIR FILE  FILE    :  The file to search for. Can glob using '*' etc, but             place file names with glob patterns within quotes.             Mandatory. The FILE must always be specified.  -d DIR  :  Base directory to search in.             Mandatory option - the DIR must always be specified.  -i      :  Invert FILE, so alert if FILE does exist.  -I      :  Alert if DIR does not exist.  -p      :  Add performance data output for graphing.  -w NUM  :  Warning alert if >=NUM files are found and invert             files '-i' is on. (Default is: 1)  -c NUM  :  Critical alert if >=NUM files are found and invert             files '-i' is on. (Default is: 1)  -h      :  Display this help text. Example:   Check that /tmp/dir/file exists.     ./check_file_exists_glob -d /tmp/dir file   Check that /tmp/dir/file does NOT exist.     ./check_file_exists_glob -d /tmp/dir -i file   Again check that /tmp/dir/file does NOT exist but this time alert   if the directory it could be found in, /tmp/dir, is missing.…
Simple script to test a samba share. You can use is to test if a file exists on a windows domain. Use anonymous login if…
# ## FILE: check_nfs.sh ## ## DESCRIPTION: This is a nagios compatible script to checks NFS mounts against what ## should be mounted in /etc/fstab…
Usage Switches... -H, --host The hostname to check (required) -f, --filename The share and path to the file/directory (required) -F --filename-match Only check filenames matching…