Discussion:
[sr-dev] git:5.3:bc597081: modules: readme files regenerated - modules ... [skip ci]
Kamailio Dev
2021-05-18 19:31:51 UTC
Permalink
Content preview: Module: kamailio Branch: 5.3 Commit: bc5970811dc23ea0a01cb437688da731e44cc57f
URL: https://github.com/kamailio/kamailio/commit/bc5970811dc23ea0a01cb437688da731e44cc57f
Author: Kamailio Dev <***@kamailio.org> Committer: Kamailio Dev
<***@kamailio.org> Date: 2021-05-18T21:31:46+02:00

Content analysis details: (-3.9 points, 5.5 required)

pts rule name description
---- ---------------------- --------------------------------------------------
-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
-1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list
manager

Module: kamailio
Branch: 5.3
Commit: bc5970811dc23ea0a01cb437688da731e44cc57f
URL: https://github.com/kamailio/kamailio/commit/bc5970811dc23ea0a01cb437688da731e44cc57f

Author: Kamailio Dev <***@kamailio.org>
Committer: Kamailio Dev <***@kamailio.org>
Date: 2021-05-18T21:31:46+02:00

modules: readme files regenerated - modules ... [skip ci]

---

Modified: src/modules/xhttp_prom/README

---

Diff: https://github.com/kamailio/kamailio/commit/bc5970811dc23ea0a01cb437688da731e44cc57f.diff
Patch: https://github.com/kamailio/kamailio/commit/bc5970811dc23ea0a01cb437688da731e44cc57f.patch

---

diff --git a/src/modules/xhttp_prom/README b/src/modules/xhttp_prom/README
index da9ddbabcb..c6e2908a57 100644
--- a/src/modules/xhttp_prom/README
+++ b/src/modules/xhttp_prom/README
@@ -417,7 +417,7 @@ prom_gauge_set("gg01", "-12.5");
...

# Definition of gg02 gauge with two labels method and IP
-modparam("xhttp_prom", "prom_gauge", "name=cnt02; label=method:IP;");
+modparam("xhttp_prom", "prom_gauge", "name=gg02; label=method:IP;");
...
# Assign 2.8 to value of gg02 gauge with labels method and IP. It creates the ga
uge if it does not exist.

Loading...