Difference between revisions of "SQWareProduction:sybrep:lib:sqwrs GatherIndicators.lib"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 4: | Line 4: | ||
Functions explanation: | Functions explanation: | ||
<pre> | <pre> | ||
+ | gfsqw_BeginningCom | ||
+ | gfsqw_GatherHostInfos | ||
+ | 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" | ||
+ | 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 30: | ||
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} |
Revision as of 18:22, 24 January 2023
shell functions library $gvsqw_SybBin/../lib/sqwrs_GatherIndicators.lib:
lib for sqwrs_GatherIndicators.ksh
Functions explanation:
gfsqw_BeginningCom gfsqw_GatherHostInfos gfsqw_InsertChanges gfsqw_InsertIndicators "Alert" gfsqw_InsertIndicators "DiskPartition" gfsqw_InsertIndicators "parameters" gfsqw_InsertIndicators "repserver" 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}