No description
Find a file
Nico Schottelius 84b0b58ed4 ++ notes
2019-04-14 20:06:45 +02:00
.gitignore Add first flask test 2019-04-14 18:57:39 +02:00
check-cli.py ++ notes 2019-04-14 20:06:45 +02:00
check.py ++ notes 2019-04-14 20:06:45 +02:00
Pipfile begin w/ flask / pipenv 2019-04-14 18:50:42 +02:00
Pipfile.lock ++ notes 2019-04-14 20:06:45 +02:00
README.md ++ notes 2019-04-14 20:06:45 +02:00
server.py Add first flask test 2019-04-14 18:57:39 +02:00

Objective

This codebase is for preparing the ungleich game, which heavily relies on checking other people's VMs.

The (not so) hidden objective is to create the base for "cmon", our new monitoring system that does not suck.

Planned features (monitoring)

  • full parallel execution
  • history support -> possible grafana interface
  • easy to create and extend checks
  • Requirements: python3 + binaries for certain checks

Planned features (game)

  • Allow registration
  • Allow deep (i.e. functionality based) checks of services
  • Define points (or monitoring severity)

How to play

ungleich register --name your-user-name --email your@email --first-name Yourfirstname --last-name YourLastName

ungleich play-game --game register --ip ungleich play-game --game dns-forward --ip

Documentation

  • Rais CheckException on parameter wrong

TODOs

  • last result: select checkname where result = true
  • last success: select checkname where result = true