Configuring remote monitoring that uses the predefined configuration files
Before you can remotely monitor log files, you must modify the IBM® Tivoli® Monitoring Log File Agent (LFA) configuration files.
About this task
This procedure describes how to use the predefined files that are delivered with IBM Operations Analytics. The files are in the <HOME>/IBM/LogAnalysis/IBM-LFA-6.30/config/lo directory. This directory includes configuration and format files for WebSphere® Application Server, DB2®, and the Generic Annotator Pack.
To enable remote monitoring, you edit the relevant LFA configuration files for your custom Insight® Pack. These files use either the .fmt or .conf file formats.
The following files are installed for the Generic Annotator
Pack. For example, if you did use these files in a custom Insight Pack,
you must edit one or both of these files to enable remote monitoring:
- GAInsightPack-lfageneric.conf
- GAInsightPack-lfageneric.fmt
Procedure
Example
For example:
===============
SshHostList=host1,host2,host3
SshUserid=loguser
SshAuthType=PASSWORD
SshPassword=<password>
=====================
SshHostList=host1,host2,host3
SshUserid=loguser
SshAuthType=PUBLICKEY
SshPrivKeyfile = <SshUserid_Private_Key_File_Path>
(Or)
SshPubKeyfile = <SshUserid_Private_Key_File_Path>
======================
where <password>
is
the password that you want to use.<SshUserid_Private_Key_File_Path>
is the full path for the file that contains the private key of the
user that is specified in the SshUserid user. For example, if you
save the password to a file called password.txt in
the <HOME>/utilities directory,
the full path is as follows:
SshPrivKeyfile = <HOME>/utilities/password.txt