summaryrefslogtreecommitdiff
path: root/pages/docs/platform/troubleshooting
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2015-06-25 16:16:04 +0200
committerkwadronaut <kwadronaut@leap.se>2015-06-25 16:16:04 +0200
commitb759ae57556282619b09b855812832c57857c41a (patch)
treea805730094db17fae5649784b42d462f4441b2f9 /pages/docs/platform/troubleshooting
parentc301d101ad457bdfba10c7fa4e46ec5ad7aa337f (diff)
update a bunch of external links to https
Diffstat (limited to 'pages/docs/platform/troubleshooting')
-rw-r--r--pages/docs/platform/troubleshooting/tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/docs/platform/troubleshooting/tests.md b/pages/docs/platform/troubleshooting/tests.md
index 418f6c9..383fe7b 100644
--- a/pages/docs/platform/troubleshooting/tests.md
+++ b/pages/docs/platform/troubleshooting/tests.md
@@ -50,7 +50,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.
+We use [Nagios](https://www.nagios.org/) together with [Check MK agent](https://en.wikipedia.org/wiki/Check_MK) for running checks on remote hosts.
One nagios installation will monitor all nodes in all your environments. You can log into the monitoring web interface via [https://DOMAIN/nagios3/](https://DOMAIN/nagios3/). The username is `nagiosadmin` and the password is found in the secrets.json file in your provider directory.
Nagios will send out mails to the `contacts` address provided in `provider.json`.