Florent CHAUVEAU

Results 9 comments of Florent CHAUVEAU

Hello all, @Ajedi32 posted the solution above. It works. TLDR: **traefik does not monitoring the certificate files, it monitors the dynamic config file** Steps: 1. Update your cert file 2....

Hello, Can you provide some examples on why using Opaque is better than using Host?

Hello! Could you give me an example of RPC method with parameters so I can make some tests? Best

Hello guys, The binrpc package can already handle this, command args need to be appended to the WritePacket function. Like this: ``` cookie, err := binrpc.WritePacket(conn, "stats.fetch", "current_opened_connections") ``` Implementing...

Hi and thanks! I guess it all depends on which "errors/warnings/criticals" we are talking about. The exporter can only read from what Kamailio exposes on RPC. On my servers, I...

Hello, It seems odd especially if you have run `fsctl sync_clock`. Try running this command: ```bash # while ((42)); do fs_cli -x strftime && date; sleep .2; done 2022-07-21 17:57:01...

Hello, It does not at the moment, but it could be added easily. Which command are you using on the CLI to fetch that information?

Yes, but the output needs to be parsed properly. Could you provide me some samples? With different results. One with no results, one with some results and another one with...

Hello, it is a standalone exporter :) Which metric are you missing?