Peer to Peer Knowledge Exchange 











Public and Completed Q&A by Category
Hi Toben, is there a way to monitor ascii logfiles on windows with ITM 6.2.1? Question is answered by
Eugenio Fernandes Hi. Use Universal Agent to manager txt files. The metafile is similar to this one:
//APPL piloto @Appl Nam
//NAME time_error @Group name
//SOURCE FILE C:\Programas\Piloto\Log\error.log @Log Path
//ATTRIBUTES ‘[‘ @Separator
DATE&TIME D 26 @Time of the event
MENSSAGE D 63 @Description
This question was answered by more than one helper. View other answers Answered by
Toben Nelson:
Mike- There's no way in any ITM version to monitor ASCII files via the attribute groups available to the Windows OS agent, so in this sense the Windows platform lacks something equivalent to the UL agent on the UNIX/Linux side. It isn't very difficult to configure the "File" data provider in the Universal Agent on Windows, though, so I would highly encourage you to take a look at the 6.21 UA User's Guide (http://publib.boulder.ibm.com/infocenter/tivihelp/v15r1/index.jsp?topic=/com.ibm.itm.doc_6.2.1/welcome.htm ---> Version 6.2.1 ---> User's Guides ---> Tivoli Universal Agent User's Guide ---> PDF) and play with the various types of log file monitoring options available in the "File Data Provider" section of Chapter 4. I've found the options available to the UA for log file monitoring to be more flexible and simpler to implement than the format statements you must create within the kulconfig file for the UL agent on UNIX/Linux. Hopefully you can come up to speed on the UA's File Data Provider quickly because it's a very powerful and useful method. More Q & A detail >