You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_confiscation_recon_status,Get DBAs to check for missing data as these METs have not seen a successful rec in 4 days: $met_recon_errors_list,warn">>$OUTFILE
586
586
elif [[ $no_good_result== 1 ]];then
587
-
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_confiscation_recon_status,Azure rec has not run in last 4 days due to Oracle updates during recon,ok">>$OUTFILE
587
+
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_confiscation_recon_status,Azure rec has not run in last 4 days due to Oracle updates during recon,warn">>$OUTFILE
588
588
else
589
589
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_confiscation_recon_status,All METs have seen a successful rec in the last 4 days,ok">>$OUTFILE
590
590
fi
@@ -606,7 +606,7 @@ done < ${OPDIR}fines_mets
606
606
if [[ `echo $met_recon_errors_list` ]];then
607
607
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_fines_recon_status,Get DBAs to check for missing data as these METs have not seen a successful rec in 4 days: $met_recon_errors_list,warn">>$OUTFILE
608
608
elif [[ $no_good_result== 1 ]];then
609
-
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_fines_recon_status,Azure rec has not run in last 4 days due to Oracle updates during recon,ok">>$OUTFILE
609
+
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_fines_recon_status,Azure rec has not run in last 4 days due to Oracle updates during recon,warn">>$OUTFILE
610
610
else
611
611
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_fines_recon_status,All METs have seen a successful rec in the last 4 days,ok">>$OUTFILE
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_maintenance_recon_status,Get DBAs to check for missing data as these METs have not seen a successful rec in 4 days: $met_recon_errors_list,warn">>$OUTFILE
630
630
elif [[ $no_good_result== 1 ]];then
631
-
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_maintenance_recon_status,Azure rec has not run in last 4 days due to Oracle updates during recon,ok">>$OUTFILE
631
+
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_maintenance_recon_status,Azure rec has not run in last 4 days due to Oracle updates during recon,warn">>$OUTFILE
632
632
else
633
633
echo"$(date "+%d/%m/%Y %T"),AZDB_overall_maintenance_recon_status,All METs have seen a successful rec in the last 4 days,ok">>$OUTFILE
0 commit comments