joshlowit1
7 years agoNeophyte
Log Files
I have successfully created an alert for a log file. My question is, How do I monitor the log file regardless of drive letter? I monitor the same log file on several servers but on some of the serv...
What kind of alert and how is the datasource configured for this log file? If it's in a script, you could just iterate through all of the possible drives it could be on testing for the existence of that directory. That's the easiest way I could think of doing it.