Application: link-checker-api
Checks links on GOV.UK
GitHub topics: gov, govuk, linkchecker, postgresql, redis, sidekiq, and uri
Ownership
Owned by team #platform-health.
- GitHub repo
- Sentry (error tracking)
- Puppet configuration
- Deploy scripts
- Deployment dashboard (warning: not all apps have a dashboard)
- API docs
SSH access
This application lives on backend
machines in Carrenza.
To SSH to one of these machines:
ssh -A -t jumpbox.staging.publishing.service.gov.uk 'ssh `govuk_node_list -c backend --single-node`'
ssh -A -t jumpbox.publishing.service.gov.uk 'ssh `govuk_node_list -c backend --single-node`'
AWS SSH access
This application lives on backend
machines on the integration environment in AWS.
To SSH to one of these machines via the jumpbox, use this command:
ssh -A -t jumpbox.integration.publishing.service.gov.uk 'ssh `govuk_node_list -c backend --single-node`'