|
Configuration of NfsLinuxMountTest
This test executes on an NFS client, auto-discovers all NFS-mounted directories, and reports in real-time the availability and space usage of each of these directories. The default parameters associated with this test are:
In the EXCLUDE FILE SYSTEMS text box, provide a comma-separated list of file systems andd/or file system patterns to be excluded from monitoring. A file system pattern can be of the format *expr*, *exp, or expr*. A leading ‘*’ signifies any number of leading characters, while a trailing ‘*’ signifies any number of trailing characters. For instance, your specification can be: shares,*dev*,/User*,*prod. In this case, the following file systems will be excluded from monitoring:
- File system named shares
- File systems with names containing the string dev
- File systems with names that begin with /User
- File systems with names that end with prod
By default, this is set to none, indicating that all file systems will be monitored by default.
This test reports a set of measures for every NFS-mounted directory auto-discovered on a target NFS client - this implies that the discovered directory names will appear as descriptors of this test in the eG monitoring console. By selecting an option from the REPORT BY FILE SYSTEM list, you can indicate how you want to display these directory names in the eG monitoring console. By default, the Remote Filesystem option is chosen; this indicates that, by default, the eG monitoring console will refer to each directory using the complete path to that directory in the remote file system - typically, this would include the name of the remote file system. For instance, if the shares directory on a remote host with IP 192.168.10.1 is being monitored, then the corresponding descriptor will be: //192.168.10.1/shares.
If you choose the Local Filesystem option instead, then, the eG monitoring console will display only the name of the local file that is mapped to the remote directory - for example, if the //192.168.10.1/shares directory is locally mapped to the file /mnt, then the descriptor will be /mnt.
Alternatively, you can have both the remote file system path and the local file mapping displayed in the eG monitoring console, by selecting the Both option from this list. In such a case, the descriptor will be of the format: //192.168.10.1/shares (/mnt).
When changing the configuration for specific servers, a “*” beside the text box corresponding to the parameter signifies that these values have to be manually configured by the user. The parameter values that require to be configured will typically be prefixed with a “$” or contain a series of “*”. A value of "none" in the parameter value indicates that the corresponding parameter value can be changed if required.
|