Skip to content

Commit

Permalink
add monitoring within init.d
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Mar 26, 2024
1 parent 055cd67 commit 9e395c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.d/sync-erddap-datasets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
if [[ -n $ERDDAP_DATASETS_REPO_URL ]]; then
erddap_deploy sync
fi

if [[ -n $UPTIME_KUMA_URL ]]; then
erddap_deploy monitor
fi

0 comments on commit 9e395c5

Please sign in to comment.