Octopus Monitor periodically executes health checks on an Octopus Deploy server.
Requires two environment variables pointing to the Octopus Deploy server.
export OCTOMON_OCTOPUS_ADDRESS=https://samples.octopus.app
export OCTOMON_OCTOPUS_APIKEY=API-GUEST
export OCTOMON_HEALTHCHECK_INTERVAL=10s
go run main.goexport LOG_LEVEL=Debugusername: guest
password: guest
API key: API-GUEST
Hit these URLs in your browser to test access to the Octopus Deploy server.