Page History
The string-based mount matching within the file system capacity monitor is designed to accept a * wildcard at the end of the string only. Full regular expression matching is not currently supported.
- Functional Examples:
/uo*
...
- : matches all:
/u01
,/u02
, etc. /u01
- : matches all:
...
- : matches
...
- only:
/u01
- only:
- Invalid Examples:
tmp
/oracle/???/sapdata*
///sapdata*
...