Skip to content

Commit

Permalink
deploy: e6e5cbe
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 12, 2024
1 parent 66d89fb commit e8e5b81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,13 @@ healthIssueLog=""
else
successLog+=$'\n'"✅ The localhost:4230/health is okay"
fi

if ! lgtn opt status &> /dev/null; then
warningLog+=$'\n'"⚠ WARNING: The node has not opt-in to participate in the network"

((warningCount++))
((healthIssueCount++))
fi
else
warningLog+=$'\n'"⚠️ WARNING: Your setup seems to be custom, e.g. running quickly with Docker or Lightning CLI, in any of this cases without Systemd service wrapper, etc. Be aware the tools provided via get.fleek.network are meant for recommeded setups via docs or tools."
echo
Expand Down

0 comments on commit e8e5b81

Please sign in to comment.