Mercurial > prosody-modules
view mod_http_status/README.md @ 5284:5178c13deb78
mod_http_admin_api: Fix missing import
Forgot in previous commit
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 28 Mar 2023 21:04:23 +0200 |
parents | 6af2d74daa15 |
children | e274431bf4ce |
line wrap: on
line source
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" } } } ```