diff --git a/src/modules/mod_status.c b/src/modules/mod_status.c index ed0703a..8f1aec3 100644 --- a/src/modules/mod_status.c +++ b/src/modules/mod_status.c @@ -12,6 +12,11 @@ * type: string; values: "default", "blue" or a url to an external css file * Actions: * status.info - returns the status info page to the client + * status.info "short" - returns only "non-sensitive" data; no connection details, no runtime section + * + * The status page accepts parameters in the query-string: + * - mode=runtimes : show runtime information + * - format=plain : returns "short" information in plain text format, easy to parse * * Example config: * req.path == "/srv-status" {