|
|
@ -22,7 +22,9 @@ DESCRIPTION |
|
|
|
|
|
|
|
|
|
|
|
Icinga plugin to check whether a given path is writable and checks the |
|
|
|
Icinga plugin to check whether a given path is writable and checks the |
|
|
|
performance of the given path. Detects problems with the filesystem or |
|
|
|
performance of the given path. Detects problems with the filesystem or |
|
|
|
specific io performance. |
|
|
|
specific io performance. Writes a test file using `dd` and reports |
|
|
|
|
|
|
|
write speed. It is recommended to use a subdirectory tmp for writing |
|
|
|
|
|
|
|
test files. |
|
|
|
|
|
|
|
|
|
|
|
EOF |
|
|
|
EOF |
|
|
|
exit;; |
|
|
|
exit;; |
|
|
|