Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_writable
2.0.1
160138
File | Description |
---|---|
check_writable-2.0.1.tar.gz | check_writable-2.0.1.tar.gz |
check_writable-2.0.1-0.noarch.rpm | check_writable-2.0.1-0.noarch.rpm |
check_writable-2.0.1-0.src.rpm | check_writable-2.0.1-0.src.rpm |
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 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
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)
bymacropage, January 4, 2016
;-(
byroderick@nedstars.nl, April 11, 2012
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.