252
|
1 #summary XML server status plugin |
|
2 #labels Stage-Beta |
|
3 |
|
4 = Introduction = |
|
5 |
|
6 This module fetches the current status of configured hosts and/or stanza statistics from [http://code.google.com/p/prosody-modules/wiki/mod_stanza_counter#mod_stanza_counter]. |
|
7 |
|
8 = Usage = |
|
9 |
|
10 Copy the file into prosody's module directory and place it into your global's enabled modules. |
|
11 |
|
12 Configuration example: |
|
13 {{{ |
|
14 xml_status_http_ports = {{ port = 5280, path = "mystatsbasepath" }} |
|
15 xml_status_show_hosts = { "iwanttoshowifthishostisonline.com", "iwanttoshowifthishostisonline2.com" } |
|
16 xml_status_show_comps = { "muc.iwanttoshowifthishostisonline.com", "transport.iwanttoshowifthishostisonline.com" } |
|
17 }}} |
|
18 |
|
19 if mod_stanza_counter isn't loaded the plugin will require at least either xml_status_show_hosts or xml_status_show_comps to be set |
|
20 |
|
21 = Compatibility = |
|
22 |
|
23 * 0.8+ Works. |