In an answer to HP support forum about how to list files with certain extention to be used on OMW
We have a sample directory contain may different logs, we need to monitor only files start with cisco
Use dir /b /s will list the files only with their full path
to optimality integrate this with OMW
Create a log file monitor and under file to be executed type <`cmd.exe /c dir d:\cisco\log\cisco*.log /b /S`>
This will enabled the logfile policy to read all the files and will parse them for the policy rules
This was in respond to Logfile Monitoring with File name changes after server reeboot
No comments:
Post a Comment