SQWareProduction:sybrep:lib:sqwrs GatherIndicators.lib: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
 
m Updated by BatchUser
Line 5: Line 5:
<pre>
<pre>
gfsqw_InsertIndicators "Alert"
gfsqw_InsertIndicators "Alert"
gfsqw_InsertIndicators "DiskPartition"
gfsqw_InsertIndicators "parameters"
gfsqw_InsertIndicators "parameters"
gfsqw_InsertIndicators "repserver"
gfsqw_InsertIndicators "repserver"
lfsqw_ArchivingParameters
lfsqw_Dummy =>  
lfsqw_Dummy =>  
lfsqw_GatherAlertLogFile =>  
lfsqw_GatherAlertLogFile =>  
lfsqw_GatherDiskPartition
lfsqw_GatherDiskPartition =>
lfsqw_GatherFs =>  
lfsqw_GatherFs =>  
lfsqw_GatherParameters =>  
lfsqw_GatherParameters =>  
lfsqw_GatherRepserver =>  
lfsqw_GatherRepserver =>  
lfsqw_GenerateInsertAlert | tee ${gvsqw_TmpFile}.sql
lfsqw_GenerateInsertAlert | tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertParameters
lfsqw_GenInsertParameters =>  
lfsqw_GenInsertParameters =>  
lfsqw_GenInsertParameters > ${gvsqw_TmpFile}.sql
lfsqw_GenInsertRepserver =>  
lfsqw_GenInsertRepserver =>  
lfsqw_GenInsertRepserver | tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertRepserver | tee ${gvsqw_TmpFile}.sql
lfsqw_Parameters
lfsqw_Parameters =>  
lfsqw_Parameters =>  
lfsqw_Parameters | tee ${gvsqw_TmpFile}
lfsqw_Repserver =>  
lfsqw_Repserver =>  
lfsqw_Repserver | tee ${gvsqw_TmpFile}
lfsqw_Repserver | tee ${gvsqw_TmpFile}

Revision as of 19:34, 8 March 2020

shell functions library $gvsqw_SybBin/../lib/sqwrs_GatherIndicators.lib:
lib for sqwrs_GatherIndicators.ksh
Functions explanation:

gfsqw_InsertIndicators "Alert"
gfsqw_InsertIndicators "DiskPartition"
gfsqw_InsertIndicators "parameters"
gfsqw_InsertIndicators "repserver"
lfsqw_ArchivingParameters
lfsqw_Dummy => 
lfsqw_GatherAlertLogFile => 
lfsqw_GatherDiskPartition
lfsqw_GatherDiskPartition => 
lfsqw_GatherFs => 
lfsqw_GatherParameters => 
lfsqw_GatherRepserver => 
lfsqw_GenerateInsertAlert | tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertParameters
lfsqw_GenInsertParameters => 
lfsqw_GenInsertRepserver => 
lfsqw_GenInsertRepserver | tee ${gvsqw_TmpFile}.sql
lfsqw_Parameters
lfsqw_Parameters => 
lfsqw_Repserver => 
lfsqw_Repserver | tee ${gvsqw_TmpFile}


Note:
You can overload functions contained in $gvsqw_SybBin/../lib/sqwrs_GatherIndicators.lib

by function with same name in $gvsqw_SybBin/../lib_cust/sqwrs_GatherIndicators.lib for all your environnement
or by $HOME/sqwConfig/sqwrs_GatherIndicators.lib specifically for this user .