comparison mod_host_status_heartbeat/README.markdown @ 2242:3f75f892a41e

mod_host_status_heartbeat/README: Correct module name
author Kim Alvefur <zash@zash.se>
date Thu, 14 Jul 2016 17:42:31 +0200
parents 2a16a6c67288
children
comparison
equal deleted inserted replaced
2241:2a16a6c67288 2242:3f75f892a41e
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\_host\_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