Re: [SR-Users] xHTTP_PROM with older Kamailio

2020-07-13 Thread Marat Gareev
Hello, Karsten, Thanks for the link. I will definitely examine it. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] xHTTP_PROM with older Kamailio

2020-07-13 Thread Karsten Horsmann
Hi Marat, You could also reach your goal with an golang program that provides prometheus for example https://github.com/florentchauveau/kamailio_exporter AFAIK there are also an implementation from pacom. Cheers Karsten Marat Gareev schrieb am Mo., 13. Juli 2020, 14:31: > I found that the e

Re: [SR-Users] xHTTP_PROM with older Kamailio

2020-07-13 Thread Henning Westerholt
o (SER) - Users Mailing List ; Kamailio (SER) - Development Mailing List Subject: Re: [SR-Users] xHTTP_PROM with older Kamailio I found that the export module interface was changed (https://www.kamailio.org/w/2018/09/new-module-exports-interface/). I downgraded to old-style version this structure

Re: [SR-Users] xHTTP_PROM with older Kamailio

2020-07-13 Thread Marat Gareev
I found that the export module interface was changed ( https://www.kamailio.org/w/2018/09/new-module-exports-interface/). I downgraded to old-style version this structure > struct module_exports exports = { > "xhttp_prom", > DEFAULT_DLFLAGS, /* dlopen flags */ > cmds, > params, >

Re: [SR-Users] xHTTP_PROM with older Kamailio

2020-07-12 Thread Marat Gareev
I'm sorry. I mean *xhttp_prom.c* file instead of *xhttp_mod.c*. > ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] xHTTP_PROM with older Kamailio

2020-07-12 Thread Marat Gareev
e still open, we are always > welcome to pull-requests. 😊 > > > > Cheers, > > > > Henning > > > > -- > > Henning Westerholt – https://skalatan.de/blog/ > > Kamailio services – https://gilawa.com > > > > *From:* sr-users *On Behalf

Re: [SR-Users] xHTTP_PROM with older Kamailio

2020-07-11 Thread Henning Westerholt
-Users] xHTTP_PROM with older Kamailio Hello, I have a customized Kamailio (kamailio 5.1.1 (x86_64/linux)), xHTTP_PROM<https://www.kamailio.org/docs/modules/devel/modules/xhttp_prom.html> was released in the 5.3.0<https://www.kamailio.org/w/kamailio-v5-3-0-release-notes/> versi

[SR-Users] xHTTP_PROM with older Kamailio

2020-07-10 Thread Marat Gareev
Hello, I have a customized Kamailio (kamailio 5.1.1 (x86_64/linux)), xHTTP_PROM was released in the 5.3.0 version. I'm trying to import the latest version of xhttp_pro