Skip to content

cwood821/albatross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albatross

Declarative HTTP tests for monitoring and security

Usage

Configuration

# albatross.yml
version: 1
hosts: 
  - host: https://christianwood.net
    tests:
      - path: /
        status: 200 
      - path: /admin
        status: 301 

CLI

albatross --config albatross.yml 

Output:

Failures (expected:received)
https://christianwood.net/admin 301:404

About

Declarative HTTP tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages