Skip to content

335is/octomon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopus Monitor

Octopus Monitor periodically executes health checks on an Octopus Deploy server.

Requirements

Go 1.15.8

Download Go

How to Use

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.go

Setting Log Level

export LOG_LEVEL=Debug

Example Octopus Deploy Server

Demo Octopus Deploy

username: guest

password: guest

API key: API-GUEST

API Documentation

Swagger UI

Octopus REST API

Octopus Deploy API

Example API Calls

Hit these URLs in your browser to test access to the Octopus Deploy server.

Server Information

Get Projects

Get Environments

About

Octopus Deploy server monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published