changeset 2241:2a16a6c67288

mod_host_status_check/README: Linkify module names
author Kim Alvefur <zash@zash.se>
date Thu, 14 Jul 2016 17:40:46 +0200
parents 967ba25edf58
children 3f75f892a41e
files mod_host_status_check/README.markdown mod_host_status_heartbeat/README.markdown mod_http_host_status_check/README.markdown
diffstat 3 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/mod_host_status_check/README.markdown	Fri Jul 08 23:58:10 2016 +0200
+++ b/mod_host_status_check/README.markdown	Thu Jul 14 17:40:46 2016 +0200
@@ -10,7 +10,7 @@
 it will track whether components are connected and (if the component supports it) listen for heartbeats
 sent by the component to indicate that it is functioning.
 
-This module does not expose any interface to access the status information itself. See mod\_http\_host\_status\_check
+This module does not expose any interface to access the status information itself. See [mod\_http\_host\_status\_check]
 for a module that allows you to access host status information over HTTP(S).
 
 Configuration
--- a/mod_host_status_heartbeat/README.markdown	Fri Jul 08 23:58:10 2016 +0200
+++ b/mod_host_status_heartbeat/README.markdown	Thu Jul 14 17:40:46 2016 +0200
@@ -6,13 +6,13 @@
 Introduction
 ============
 
-This module integrates with mod\_host\_status\_check to provide heartbeats at regular intervals.
+This module integrates with [mod\_host\_status\_check] to provide heartbeats at regular intervals.
 
-The only time you will generally want this, is if you are using mod\_component\_client to run Prosody as
-an external component of another Prosody server that has mod\_host\_status\_check loaded and waiting for
+The only time you will generally want this, is if you are using [mod\_component\_client] to run Prosody as
+an external component of another Prosody server that has [mod\_host\_status\_check] loaded and waiting for
 heartbeats.
 
-Alternatively you can run this on the same Prosody host as mod\_http\_status\_check and it will simply
+Alternatively you can run this on the same Prosody host as [mod\_http\_status\_check] and it will simply
 update a variable periodically to indicate that Prosody and timers are functional.
 
 Configuration
--- a/mod_http_host_status_check/README.markdown	Fri Jul 08 23:58:10 2016 +0200
+++ b/mod_http_host_status_check/README.markdown	Thu Jul 14 17:40:46 2016 +0200
@@ -6,15 +6,15 @@
 Introduction
 ============
 
-This module exposes serves over HTTP the information collected by mod\_host\_status\_check and
-mod\_host\_status\_heartbeat in a convenient format for automated monitoring tools.
+This module exposes serves over HTTP the information collected by [mod\_host\_status\_check] and
+[mod\_host\_status\_heartbeat] in a convenient format for automated monitoring tools.
 
 Configuration
 =============
 
-mod\_http\_status\_check relies on Prosodys HTTP server and mod\_http for
+[mod\_http\_status\_check] relies on Prosodys HTTP server and mod\_http for
 serving HTTP requests. See [Prosodys HTTP server
-documentation](https://prosody.im/doc/http) for information about how to
+documentation][doc:http] for information about how to
 configure ports, HTTP Host names etc.
 
 Simply add this module to modules\_enabled for the host you would like to serve it from.