Skip to content

Commit

Permalink
pgsql-health: fix spacing of markdown table
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Sep 27, 2024
1 parent ae595f3 commit eecc92d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/monodb/pgsql-health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,13 @@ function cluster_status() {
if [ ${#running_clusters[@]} -eq ${#old_cluster_names[@]} ]; then
monokit redmine issue up --service "pgsql-cluster-size" --message "Patroni cluster boyutu: ${#running_clusters[@]} - $IDENTIFIER.<br />Aktif sunucular:<br />${running_clusters[*]}<br />
$patroni_list_out"
$patroni_list_out"
rm -rf "$TMP_PATH_SCRIPT"/raw_output_original.json
else
check_issue_exists
monokit redmine issue update --service "pgsql-cluster-size" --message "Patroni cluster boyutu: ${#running_clusters[@]} - $IDENTIFIER.<br />Aktif sunucular:<br />${running_clusters[*]}<br />Kapalı sunucular:<br />${cluster_difference[*]}<br />
$patroni_list_out" --checkNote
$patroni_list_out" --checkNote
fi
fi
else
Expand All @@ -307,7 +307,7 @@ function cluster_status() {
check_issue_exists
monokit redmine issue down --service "pgsql-cluster-size" --subject "PgSQL Cluster boyutu: 1 - $IDENTIFIER_REDMINE" --message "Patroni cluster boyutu: 1 - $IDENTIFIER.<br />Aktif sunucu:<br />${running_clusters[*]}<br />Kapalı sunucular:<br />${cluster_difference[*]}<br />
$patroni_list_out"
$patroni_list_out"
fi
fi
echo "$output" | jq >"$TMP_PATH_SCRIPT"/raw_output.json
Expand Down

0 comments on commit eecc92d

Please sign in to comment.