Mercurial > prosody-modules
comparison mod_host_status_heartbeat/README.markdown @ 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 | 42eafc1c61d9 |
children | 3f75f892a41e |
comparison
equal
deleted
inserted
replaced
2240:967ba25edf58 | 2241:2a16a6c67288 |
---|---|
4 ... | 4 ... |
5 | 5 |
6 Introduction | 6 Introduction |
7 ============ | 7 ============ |
8 | 8 |
9 This module integrates with mod\_host\_status\_check to provide heartbeats at regular intervals. | 9 This module integrates with [mod\_host\_status\_check] to provide heartbeats at regular intervals. |
10 | 10 |
11 The only time you will generally want this, is if you are using mod\_component\_client to run Prosody as | 11 The only time you will generally want this, is if you are using [mod\_component\_client] to run Prosody as |
12 an external component of another Prosody server that has mod\_host\_status\_check loaded and waiting for | 12 an external component of another Prosody server that has [mod\_host\_status\_check] loaded and waiting for |
13 heartbeats. | 13 heartbeats. |
14 | 14 |
15 Alternatively you can run this on the same Prosody host as mod\_http\_status\_check and it will simply | 15 Alternatively you can run this on the same Prosody host as [mod\_http\_status\_check] and it will simply |
16 update a variable periodically to indicate that Prosody and timers are functional. | 16 update a variable periodically to indicate that Prosody and timers are functional. |
17 | 17 |
18 Configuration | 18 Configuration |
19 ============= | 19 ============= |
20 | 20 |