Re: Dovecot Stats Plugin

2024-07-23 Thread Marcel Schmidt via dovecot
Hi, we found the failure, it works now, we disabled the stats_writer_socket (i dunno why exactly, hopefully some legacy s***) thanks for your help Kind regards Marcel On 23.07.24 16:11, Marcel Schmidt via dovecot wrote: Hi, still no luck all duration    0   0   0   0 

Re: Dovecot Stats Plugin

2024-07-23 Thread Marcel Schmidt via dovecot
Hi, still no luck all duration    0   0   0   0   0.00 0   0.00    0 seems it has something todo with our setup, i cant think of anything else i will test in another testing environment Kind regards Marcel On 23.07.24 15:59, Aki Tuomi via dovecot wrote: event_e

Re: Dovecot Stats Plugin

2024-07-23 Thread Aki Tuomi via dovecot
event_exporter log { format = json format_args = time-rfc3339 transport = log } metric all { filter=event=* exporter=log } > On 23/07/2024 16:56 EEST Marcel Schmidt via dovecot > wrote: > > > Hi Aki, > > still no output, i think i have to dig more. > Is there any possibility to se

Re: Dovecot Stats Plugin

2024-07-23 Thread Marcel Schmidt via dovecot
Hi Aki, still no output, i think i have to dig more. Is there any possibility to see, what events my dovecot server is "logging"? We have a construct like proxy -> director -> storagenode i guess not every server in that construct has the same events, so I could just be unlucky. Kind regards, M

Re: Dovecot Stats Plugin

2024-07-23 Thread Aki Tuomi via dovecot
> On 23/07/2024 16:34 EEST Marcel Schmidt via dovecot > wrote: > > > Hi, > > i have the exact same problem, i configured everything as said in the > documentation, but the output is always 0 > > metric client_connections { >filter = event=client_connection_finished > } > > metric auth

Dovecot Stats Plugin

2024-07-23 Thread Marcel Schmidt via dovecot
Hi, i have the exact same problem, i configured everything as said in the documentation, but the output is always 0 metric client_connections { filter = event=client_connection_finished } metric auth_success { filter = (event=auth_request_finished AND success=yes) } metric mail_delivery {

Re: Dovecot Stats Plugin

2024-06-08 Thread Aki Tuomi via dovecot
Please see https://doc.dovecot.org/configuration_manual/stats/   how to configure 2.3 stats.   Aki On 08/06/2024 00:28 EEST Adam Miller via dovecot wrote:     Hello again everyone! I am trying to get the “doveadm stats dump” command to work and even though it does not

Dovecot Stats Plugin

2024-06-07 Thread Adam Miller via dovecot
Hello again everyone! I am trying to get the “doveadm stats dump” command to work and even though it does not error, there are no stats. When I try to enable the stats, I get the following error: “Error: Plugin 'stats' not found from directory /usr/lib/dovecot/modules” which is correct, the “sta

[Dovecot] stats plugin + UID command continuation

2010-10-26 Thread Mike Abbott
When using the stats plugin for dovecot-2.0, UID commands that "continue" cause infinite recursion and crash. For example, "A22 UID FETCH 151 BODY[]" when the body is 3MB or so always crashes. For smaller messages, this command logs the duration twice. Here is a patch to fix it: --- stats-pl