summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-11-11 12:54:54 -0800
committerelijah <elijah@riseup.net>2014-11-11 12:54:54 -0800
commit00a379b0479c1381c233e0db06eed454f3870fb2 (patch)
tree5311f60fb9a00ea5240c3e88dd06c439e17a7a8a
parent5cdd261f1ff3dc31e61290b9c07cd6d94b6c416e (diff)
added draft tests page, to be expanded upon
-rw-r--r--docs/platform/tests.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/platform/tests.md b/docs/platform/tests.md
new file mode 100644
index 0000000..eeefa0e
--- /dev/null
+++ b/docs/platform/tests.md
@@ -0,0 +1,28 @@
+@title = 'Tests and Monitoring'
+@summary = 'Testing and monitoring your infrastructure.'
+@toc = true
+
+## Tests
+
+At any time, you can run troubleshooting tests on the nodes of your provider infrastructure to check to see if things seem to be working correctly. If there is a problem, these tests should help you narrow down precisely where the problem is.
+
+To run tests on FILTER node list:
+
+ leap test run FILTER
+
+Alternately, you can run test on all nodes (probably only useful if you have pinned the environment):
+
+ leap test
+
+## Monitoring
+
+If you have a node with the 'monitor' service, then this node will regularly poll every node to ask for the status of various health checks. These health checks include the checks run with `leap test`, plus many others.
+
+You can log into the monitoring web interface via XXXX. The username and password are found in the secrets.json file in your provider directory.
+
+TODO:
+
+* add how to set up monitoring. just need to add 'monitor' service? what is it compatible with?
+* add url
+* add username/password
+* add how to write your own `leap test` tests and/or nagios tests