Declarative HTTP tests for monitoring and security
# albatross.yml
version: 1
hosts:
- host: https://christianwood.net
tests:
- path: /
status: 200
- path: /admin
status: 301
albatross --config albatross.yml
Output:
Failures (expected:received)
https://christianwood.net/admin 301:404