mod_http_status

Prosody 0.12 added an API allowing modules to report their status. This module allows reading these statuses via HTTP for use in monitoring.

$ curl http://prosody.localhost:5280/status
{
   "example.com" : {
      "c2s" : {
         "message" : "Loaded",
         "type" : "core"
      }
   }
}

Installation

With the plugin installer in Prosody 0.12 you can use:

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

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


Latest changes