mod_http_status/README.md
author Jonas Schäfer <jonas@wielicki.name>
Wed, 29 Mar 2023 17:52:21 +0200
changeset 5294 dddac5a3f447
parent 5165 6af2d74daa15
child 5683 e274431bf4ce
permissions -rw-r--r--
mod_vcard_muc: take roles into account for access check This allows admins on the MUC component to force-set avatars, even if they are not owners in a particular MUC, similar to how they are granted auto-ownership in other contexts.

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"
      }
   }
}
```