we (it's not me, but our team who has developed this) actually do
full login tests, this means:
- testing getversion
- creating a sliver (1 node with default image)
- waiting till the sliver is up and running
- doing a real ssh login test and "
ls && uname /"
(you see all the logs if you click 'log')
The columns mean the following:
- last test duration: how long it took till actual ssh login
- last partial success: if all the AM calls were succesful or not
- last full success: if the ssh login succeeded or not
- time since last failure: we do these tests two times per day, and
this is how many days it was since last failure of the test
- last log: detailed log of all calls of last test
- history: overview of all tests over time
Brecht