# HG changeset patch # User Kim Alvefur # Date 1468510846 -7200 # Node ID 2a16a6c6728809388f12a958b971e90ac69194eb # Parent 967ba25edf585e2ba63fae7b7f1cb307d662eb39 mod_host_status_check/README: Linkify module names diff -r 967ba25edf58 -r 2a16a6c67288 mod_host_status_check/README.markdown --- 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 diff -r 967ba25edf58 -r 2a16a6c67288 mod_host_status_heartbeat/README.markdown --- 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 diff -r 967ba25edf58 -r 2a16a6c67288 mod_http_host_status_check/README.markdown --- 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.