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

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Functions explanation:
 
Functions explanation:
 
<pre>
 
<pre>
 +
gfsqw_BeginningCom
 +
gfsqw_GatherHostInfos
 +
gfsqw_GatherPathInfos
 +
gfsqw_InsertChanges
 
gfsqw_InsertIndicators "Alert"
 
gfsqw_InsertIndicators "Alert"
 
gfsqw_InsertIndicators "DiskPartition"
 
gfsqw_InsertIndicators "DiskPartition"
 
gfsqw_InsertIndicators "parameters"
 
gfsqw_InsertIndicators "parameters"
 
gfsqw_InsertIndicators "repserver"
 
gfsqw_InsertIndicators "repserver"
 +
gfsqw_PurgeLogDirAndFiles
 +
lfsqw_Archiving
 
lfsqw_ArchivingParameters
 
lfsqw_ArchivingParameters
 
lfsqw_Dummy =>  
 
lfsqw_Dummy =>  
 +
lfsqw_GatherAlertLogFile
 
lfsqw_GatherAlertLogFile =>  
 
lfsqw_GatherAlertLogFile =>  
 
lfsqw_GatherDiskPartition
 
lfsqw_GatherDiskPartition
 
lfsqw_GatherDiskPartition =>  
 
lfsqw_GatherDiskPartition =>  
 +
lfsqw_GatherFs
 
lfsqw_GatherFs =>  
 
lfsqw_GatherFs =>  
 +
lfsqw_GatherOverLoaded
 +
lfsqw_GatherParameters
 
lfsqw_GatherParameters =>  
 
lfsqw_GatherParameters =>  
 +
lfsqw_GatherRepserver
 
lfsqw_GatherRepserver =>  
 
lfsqw_GatherRepserver =>  
 
lfsqw_GenerateInsertAlert | tee ${gvsqw_TmpFile}.sql
 
lfsqw_GenerateInsertAlert | tee ${gvsqw_TmpFile}.sql
Line 21: Line 32:
 
lfsqw_GenInsertRepserver =>  
 
lfsqw_GenInsertRepserver =>  
 
lfsqw_GenInsertRepserver | tee ${gvsqw_TmpFile}.sql
 
lfsqw_GenInsertRepserver | tee ${gvsqw_TmpFile}.sql
 +
lfsqw_Main =>
 
lfsqw_Parameters
 
lfsqw_Parameters
 
lfsqw_Parameters =>  
 
lfsqw_Parameters =>  
 +
lfsqw_PostArchivingParameters
 
lfsqw_Repserver =>  
 
lfsqw_Repserver =>  
 
lfsqw_Repserver | tee ${gvsqw_TmpFile}
 
lfsqw_Repserver | tee ${gvsqw_TmpFile}

Latest revision as of 18:53, 27 September 2023

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

gfsqw_BeginningCom
gfsqw_GatherHostInfos
gfsqw_GatherPathInfos
gfsqw_InsertChanges
gfsqw_InsertIndicators "Alert"
gfsqw_InsertIndicators "DiskPartition"
gfsqw_InsertIndicators "parameters"
gfsqw_InsertIndicators "repserver"
gfsqw_PurgeLogDirAndFiles
lfsqw_Archiving
lfsqw_ArchivingParameters
lfsqw_Dummy => 
lfsqw_GatherAlertLogFile
lfsqw_GatherAlertLogFile => 
lfsqw_GatherDiskPartition
lfsqw_GatherDiskPartition => 
lfsqw_GatherFs
lfsqw_GatherFs => 
lfsqw_GatherOverLoaded
lfsqw_GatherParameters
lfsqw_GatherParameters => 
lfsqw_GatherRepserver
lfsqw_GatherRepserver => 
lfsqw_GenerateInsertAlert | tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertParameters
lfsqw_GenInsertParameters => 
lfsqw_GenInsertRepserver => 
lfsqw_GenInsertRepserver | tee ${gvsqw_TmpFile}.sql
lfsqw_Main => 
lfsqw_Parameters
lfsqw_Parameters => 
lfsqw_PostArchivingParameters
lfsqw_Repserver => 
lfsqw_Repserver | tee ${gvsqw_TmpFile}


Nuvola apps information.png
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 .