comparison mod_host_status_check/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
comparison
equal deleted inserted replaced
2240:967ba25edf58 2241:2a16a6c67288
8 8
9 This module allows you to monitor the state of hosts and components in your Prosody server. For example, 9 This module allows you to monitor the state of hosts and components in your Prosody server. For example,
10 it will track whether components are connected and (if the component supports it) listen for heartbeats 10 it will track whether components are connected and (if the component supports it) listen for heartbeats
11 sent by the component to indicate that it is functioning. 11 sent by the component to indicate that it is functioning.
12 12
13 This module does not expose any interface to access the status information itself. See mod\_http\_host\_status\_check 13 This module does not expose any interface to access the status information itself. See [mod\_http\_host\_status\_check]
14 for a module that allows you to access host status information over HTTP(S). 14 for a module that allows you to access host status information over HTTP(S).
15 15
16 Configuration 16 Configuration
17 ============= 17 =============
18 18