9.41. Configuration for the readfile check.

The readfile-check checks files for readability. It returns the read speed as reporting data, too.

READFILE

Explanation

READFILE is the enclosing tag for all readfile entries.

Parent

OSAGENT

allowed values

Count

0 or 1. If you don't define READFILE, no readfile check will run.

Example
<READFILE>
  <FILE>
    <FILENAME>/nas/serverx/file_with_100MB</FILENAME>
  </FILE>
</READFILE>
        

FILE

Explanation

For every file, you want to check with READFILE, you define a FILE-pair.

Parent

READFILE

allowed values

Count

As many as you like.

Example

Look at READFILE

FILENAME

Explanation

Full path and name of the file to check

Parent

FILENAME

allowed values

Any valid filename in your system

Count

1

Example

Look at READFILE