munin-monitoring / contrib

Contributed stuff for munin (plugins, tools, etc...)
http://munin-monitoring.org
1.05k stars 683 forks source link

dovecot_stats_ only works for dovecot 2.1 and 2.2 #1327

Closed bertvandepoel closed 1 year ago

bertvandepoel commented 2 years ago

I got confused after a big migration that dovecotstats was acting up. Turns out, as mentioned on https://doc.dovecot.org/configuration_manual/stats/ , that dovecot stats using doveadm were completely redone in dovecot 2.3 (first release in December 2017, last 2.2 security release in august 2019). The command executed in dovecotstats is therefore no longer valid. I wonder whether the plugin should be marked to only be useable with 2.1 and 2.2, or whether it should be removed altogether.