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_writable

Current Version
2.0.1
Owner
Hits
160138
Files:
FileDescription
check_writable-2.0.1.tar.gzcheck_writable-2.0.1.tar.gz
check_writable-2.0.1-0.noarch.rpmcheck_writable-2.0.1-0.noarch.rpm
check_writable-2.0.1-0.src.rpmcheck_writable-2.0.1-0.src.rpm
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_writable is a Nagios plugin that checks if one or more directories are writable.
check_writable is a Nagios plugin that checks if one or more
directories are writable by:

- checking that the supplied directory is indeed a directory
- checking if the the filesystem permissions are OK
- creating a temporary file
- writing random data to the temporary file (and reading it back)

It return a critical status if one of the tests fails
Reviews (2)
I used this plugin on a system where we sometimes have controller timeouts to check if the thing could still write a file. However this generates an error that is not handled correctly an thus does not report a CRITICAL status. The filesystem goes read only and that is not handled correctly by the plugin.