Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Verilerin yeniden yazılması için alarm iptal edildi
Browse files Browse the repository at this point in the history
Sadece sorun olduğunda alarm verecek şekilde güncellenecek.
  • Loading branch information
akindemirci authored Apr 18, 2024
1 parent 39e153c commit 451a86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monofon/monofon-health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,14 @@ function rewrite_monofon_data() {
if [[ -f /var/www/html/monofon-pano-yeni/scripts/asterniclog-manual-mysql.php ]] && ! containsElement "monofon" "${IGNORED_SERVICES[@]}"; then
if [[ $(date "+%H:%M") == "01:00" ]]; then
if screen -dm php /var/www/html/monofon-pano-yeni/scripts/asterniclog-manual-mysql.php $(date -d "yesterday" '+%Y-%m-%d'); then
alarm "Monofon verilerin yeniden yazılması başlatıldı"
#alarm "Monofon verilerin yeniden yazılması başlatıldı"
fi
fi
fi

if [ -f $file ]; then
row_count=$(cat $file)
alarm "Monofon verilerin yeniden yazılması tamamlandı. Satır sayısı: $row_count"
#alarm "Monofon verilerin yeniden yazılması tamamlandı. Satır sayısı: $row_count"
rm $file
fi
fi
Expand Down

0 comments on commit 451a86f

Please sign in to comment.