mod_server_status

Introduction

This module fetches the current status of configured hosts and/or stanza statistics from mod_stanza_counter. And outputs it in either XML or JSON format.

Usage

Copy the file into prosody’s module directory and place it into your global’s enabled modules.

Configuration example:

server_status_basepath = "/server-info/"
server_status_show_hosts = { "iwanttoshowifthishostisonline.com", "iwanttoshowifthishostisonline2.com" }
server_status_show_comps = { "muc.iwanttoshowifthishostisonline.com", "transport.iwanttoshowifthishostisonline.com" }
server_status_json = true

By default the plugin’s output is in XML, setting server_status_json to “true” will turn it into JSON instead. if mod_stanza_counter isn’t loaded the plugin will require at least either server_status_show_hosts or server_status_show_comps to be set.

Info


Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_server_status

For earlier versions see the documentation for installing 3rd party modules