Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_mdf

Rating
0 votes
Favoured:
0
Current Version
v1.00
Last Release Date
2014-01-28
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Owner
License
Other
Hits
26183
Files:
FileDescription
check_mdfcheck_mdf
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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 together.
You can't think of modify FS check params (e.g. in nrpe.cfg) always when you add/remove FS to your system.

The script help you with defining best edge values after you run it with a proper parameter.
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) edge values which are compared.
There is an AUTO-search function which find only your local FS's, not network joined.

e.g. you have 13%(w) and and 60000(w) kBytes and 11%(w)/50000(c) kBytes as edge
values which call reaction of Nagios - generate Warning or Critical message.
(13%/60000kB or 11%/50000kB - recommended kBytes have to be real edge values
and % can be only rough estimate values)
Warning reaction will be called only if free space of some local FS
is equal-lower than 13% and free kBytes on any local FS will equal-lower
than 60000 kBytes.
Critical reaction will be called only if free space of some local FS
is equal-lower than 11% and physical free kBytes on any local FS
will equal-lower than 50000 kBytes.

=====================================================================================
Can be used as self-contained or as NAGIOS(NRPE) plugin on remote server
=====================================================================================