summaryrefslogtreecommitdiff
path: root/docs/platform/tests.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/platform/tests.md')
-rw-r--r--docs/platform/tests.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/platform/tests.md b/docs/platform/tests.md
index 40c049a..71b47c1 100644
--- a/docs/platform/tests.md
+++ b/docs/platform/tests.md
@@ -20,11 +20,7 @@ In order to set up a monitoring node, you simply add a `monitor` service tag to
After deploying, 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.
We use [Nagios](http://www.nagios.org/) together with [Check MK agent](https://en.wikipedia.org/wiki/Check_MK) for running checks on remote hosts.
-You can log into the monitoring web interface via (https://<MONITORNODE>/nagios3/). The username is `nagiosadmin` and the password is found in the secrets.json file in your provider directory.
-
-TODO:
-
-* add how to write your own `leap test` tests and/or nagios tests
+You can log into the monitoring web interface via [https://MONITORNODE/nagios3/](https://MONITORNODE/nagios3/). The username is `nagiosadmin` and the password is found in the secrets.json file in your provider directory.
Log Monitoring
--------------