Difference between revisions of "SQWareProduction:mysql:lib:sqwmys GatherIndicators.lib"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 5: Line 5:
 
<pre>
 
<pre>
 
gfsqw_InsertIndicators "archiving"
 
gfsqw_InsertIndicators "archiving"
 +
gfsqw_InsertIndicators "Licenses"
 +
gfsqw_InsertIndicators "Parameters"
 
lfsqw_Archivage =>  
 
lfsqw_Archivage =>  
 
lfsqw_GatherAlertLogFile =>  
 
lfsqw_GatherAlertLogFile =>  
Line 12: Line 14:
 
lfsqw_GatherFs =>  
 
lfsqw_GatherFs =>  
 
lfsqw_GatherOverloaded 2>&1
 
lfsqw_GatherOverloaded 2>&1
 +
lfsqw_GatherParameters =>
 
lfsqw_GenerateInsertAlert =>  
 
lfsqw_GenerateInsertAlert =>  
 
lfsqw_GenerateInsertFs =>  
 
lfsqw_GenerateInsertFs =>  
 +
lfsqw_GenerateInsertLicenses
 +
lfsqw_GenerateInsertLicenses =>
 +
lfsqw_GenerateInsertParameters
 +
lfsqw_GenerateInsertParameters =>
 
lfsqw_GenerateListFsDbf =>  
 
lfsqw_GenerateListFsDbf =>  
 
</pre>
 
</pre>

Revision as of 12:54, 23 January 2012

shell functions library $gvsqw_MysBin/../lib/sqwmys_GatherIndicators.lib:
lib for sqwmys_GatherIndicators.ksh
Functions explanation:

gfsqw_InsertIndicators "archiving"
gfsqw_InsertIndicators "Licenses"
gfsqw_InsertIndicators "Parameters"
lfsqw_Archivage => 
lfsqw_GatherAlertLogFile => 
lfsqw_GatherDatabase => 
lfsqw_GatherDatabaseSql => 
lfsqw_GatherDatabaseSql 2>&1 > ${gvsqw_TmpFile}
lfsqw_GatherFs => 
lfsqw_GatherOverloaded 2>&1
lfsqw_GatherParameters => 
lfsqw_GenerateInsertAlert => 
lfsqw_GenerateInsertFs => 
lfsqw_GenerateInsertLicenses
lfsqw_GenerateInsertLicenses => 
lfsqw_GenerateInsertParameters
lfsqw_GenerateInsertParameters => 
lfsqw_GenerateListFsDbf => 


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

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