Home Directory Plugins Operating Systems ssh_file_system_usage

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

ssh_file_system_usage

Rating
0 votes
Favoured:
0
Current Version
1.0.0
Last Release Date
2019-06-04
Compatible With
  • Nagios 4.x
Owner
License
GPL
Hits
3953
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!
Simple file system utilization script for any standard Linux system. Under the hood simply uses df -h
A simple file system utilization script. This should work on any basic Linux system.

Usage:

ssh_file_system_usage [-w] [-c]

-w = % consider a warning (default 70)
-c = % considered critical (default 80)

Failure to supply the above arguments results in the default being used.
If at least 1 mount point is critical then a critical response will result with a list of mount points that are critical otherwise if at lest 1 mount point is a warning then a warning response will result listing all warning level mount points.