Random Project
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
I threw this together quick, it uses the local output of showmount -e to verify a specific filesystem is exported. Does NOT check if portmapper…
check_mdf - Check Minimum accepted Disk Free space Usage description: ------------------ Script/Nagios plugin checks all local FS's in one round run. It checks 2(4) thresholds…
check if a specifoc mountpoint is mounted, optional check filesystemtype, and mountoptions USAGE: ./check_mount -m MOUNTPOINT [-t TYPE] [-o OPTIONS]
Checks GlusterFS health on the server. Tests include: - daemons running - number of bricks online - disk space - healing status
Usage ./check_folder_size.sh -f dir [-s (k|m|g)] [-w (size)] [-c (size)] -f Folder to check -s k (Kilobytes) m (megabytes) g (gigabytes) -w Warning level -c…
Counts how many files are in the directory and subdirectories written in bash orginal from Gerd Stammwitz
Check for existence or non-existence of a file or files - using glob patterns.
This is taken from an existing script but ammended to auto discover paritions ./snmp_remote_disk_auto localhost public 100 |-|ALL DISKS OK: / (1415 MB) /var (5657…
Simple script to test a samba share. You can use is to test if a file exists on a windows domain. Usage: $PROGNAME -H -W…
Two Nagios plugins to verify the presence and used disk space of an NFS share, and the existance of a file on that mount, without…
I didn't like any of the NFS scripts I saw so I put together what I thought was a more elegant solution.
Tests the existence/age/size/contents of a file/folder on a SMB share. It's a Perl script that uses the Filesys::SmbClient module to do all the work.