Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_mount
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!
Those of you that have a bigger NFS infrastructure may know the problem, that some shares may unmount itself or won’t be mount correctly after reboot. This plugin checks whether a device a mounted on a specific mount point.
To run it just give it the mount point you’re looking for:
USAGE: ./check_mount.pl
-m MOUNTPOINT wich mountpoint to check
[-t TYPE] optionally check whether it's this kind of fs-type
If you additionally define which mount type you expect, this plugin will check whether your expectation matches. Just try it out ;)
Maybe you have to modify the location of your utils.pm by updating the lib-path in line 13
More information at http://binfalse.de
To run it just give it the mount point you’re looking for:
USAGE: ./check_mount.pl
-m MOUNTPOINT wich mountpoint to check
[-t TYPE] optionally check whether it's this kind of fs-type
If you additionally define which mount type you expect, this plugin will check whether your expectation matches. Just try it out ;)
Maybe you have to modify the location of your utils.pm by updating the lib-path in line 13
More information at http://binfalse.de
Reviews (1)
bycyberflow, June 8, 2014
if used inserted mount like:
device1 /var
device2 /var/log
if you check /var, but have only /var/log, check was return OK.
device1 /var
device2 /var/log
if you check /var, but have only /var/log, check was return OK.