hi,
I am wondering if it is possible to use logmon to create a folder , just a basic mkdir foldername
I have tried using "command" and a wild card match watcher, with a "match expression" variable but mkdir , cat and ls do not return anything and the directory is not created.
When I change the command to pwd I receive the expected output.
Is there a limitation or restriction on logmon for doing this.
-----
The bigger picture is.
I want to create symlinks to monitor multiple log files from different locations within the one "custom" dir by running this command as a logmon profile
mkdir custom/ && ln -sf /u01/app/oracle/diag/rdbms/databasename/alert_log.log /opt/nimsoft/probes/database/oracle/custom/.
But the first hurdle is failing .. I can't even get an outpur from ls or a cat or a basic txt file