Difference between revisions of "SQWareProduction:postgres:lib:sqwpg GatherIndicators.lib"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 11: Line 11:
 
gfsqw_InsertIndicators "ArchiveXlog"
 
gfsqw_InsertIndicators "ArchiveXlog"
 
gfsqw_InsertIndicators "archivingDb"
 
gfsqw_InsertIndicators "archivingDb"
 +
gfsqw_InsertIndicators "IsInRecovery"
 
gfsqw_InsertIndicators "Licenses"
 
gfsqw_InsertIndicators "Licenses"
 
gfsqw_InsertIndicators "Parameters"
 
gfsqw_InsertIndicators "Parameters"
Line 41: Line 42:
 
lfsqw_GenerateInsertParameters =>  
 
lfsqw_GenerateInsertParameters =>  
 
lfsqw_GenerateListFsDbf =>  
 
lfsqw_GenerateListFsDbf =>  
 +
lfsqw_IsInRecovery
 +
lfsqw_IsInRecovery =>
 
lfsqw_Main =>  
 
lfsqw_Main =>  
 
lfsqw_PostArchivingParameters
 
lfsqw_PostArchivingParameters

Revision as of 18:34, 3 July 2023

shell functions library $gvsqw_PgBin/../lib/sqwpg_GatherIndicators.lib:
lib for sqwpg_GatherIndicators.ksh
Functions explanation:

gfsqw_BeginningCom
gfsqw_GatherHostInfos
gfsqw_GenListDatabase > $gvsqw_TmpFile.lst
gfsqw_InsertChanges
gfsqw_InsertIndicators "Alert"
gfsqw_InsertIndicators "ArchiveXlog"
gfsqw_InsertIndicators "archivingDb"
gfsqw_InsertIndicators "IsInRecovery"
gfsqw_InsertIndicators "Licenses"
gfsqw_InsertIndicators "Parameters"
gfsqw_PurgeLogDirAndFiles
lfsqw_ArchiveXlog
lfsqw_ArchiveXlog => 
lfsqw_Archiving
lfsqw_ArchivingDb => 
lfsqw_ArchivingParameters
lfsqw_GatherAlertLogFile
lfsqw_GatherAlertLogFile => 
lfsqw_GatherDatabase
lfsqw_GatherDatabase => 
lfsqw_GatherDatabaseSql => 
lfsqw_GatherDatabaseSql 2>&1 > ${gvsqw_TmpFile}
lfsqw_GatherFs
lfsqw_GatherFs => 
lfsqw_GatherOverLoaded 2>&1
lfsqw_GatherParameters
lfsqw_GatherParameters => 
lfsqw_GatherTables
lfsqw_GatherTables => 
lfsqw_GatherTablesSql => 
lfsqw_GatherUsers
lfsqw_GatherUsers => 
lfsqw_GenerateInsertAlert
lfsqw_GenerateInsertLicenses
lfsqw_GenerateInsertLicenses => 
lfsqw_GenerateInsertParameters
lfsqw_GenerateInsertParameters => 
lfsqw_GenerateListFsDbf => 
lfsqw_IsInRecovery
lfsqw_IsInRecovery => 
lfsqw_Main => 
lfsqw_PostArchivingParameters


Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_GatherIndicators.lib

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