Module: kamailio Branch: master Commit: 1c129fdfbf73a5235ea69273316f4b4b229d9dcc URL: https://github.com/kamailio/kamailio/commit/1c129fdfbf73a5235ea69273316f4b4b229d9dcc
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2020-07-17T15:16:12+02:00 modules: readme files regenerated - xhttp_prom ... [skip ci] --- Modified: src/modules/xhttp_prom/README --- Diff: https://github.com/kamailio/kamailio/commit/1c129fdfbf73a5235ea69273316f4b4b229d9dcc.diff Patch: https://github.com/kamailio/kamailio/commit/1c129fdfbf73a5235ea69273316f4b4b229d9dcc.patch --- diff --git a/src/modules/xhttp_prom/README b/src/modules/xhttp_prom/README index a6c2e95868..da9ddbabcb 100644 --- a/src/modules/xhttp_prom/README +++ b/src/modules/xhttp_prom/README @@ -168,7 +168,7 @@ Chapter 1. Admin Guide Example 1.1. Set xhttp_prom_buf_size parameter ... -modparam("xhttp", "xhttp_prom_buf_size", 1024) +modparam("xhttp_prom", "xhttp_prom_buf_size", 1024) ... 3.2. xhttp_prom_timeout (integer) @@ -181,7 +181,7 @@ modparam("xhttp", "xhttp_prom_buf_size", 1024) Example 1.2. Set xhttp_prom_timeout parameter ... # Set timeout to 10 hours -modparam("xhttp", "xhttp_prom_timeout", 600) +modparam("xhttp_prom", "xhttp_prom_timeout", 600) ... 3.3. xhttp_prom_stats (str) _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
