![]() |
6 лет назад | |
---|---|---|
.. | ||
Makefile.inc | 6 лет назад | |
README.md | 6 лет назад | |
dovecot.chart.py | 6 лет назад | |
dovecot.conf | 6 лет назад |
This module provides statistics information from Dovecot server.
Statistics are taken from dovecot socket by executing EXPORT global
command.
More information about dovecot stats can be found on project wiki page.
Requirement: Dovecot UNIX socket with R/W permissions for user netdata or Dovecot with configured TCP/IP socket.
Module gives information with following charts:
sessions
logins
commands - number of IMAP commands
Faults
Context Switches
disk in bytes/s
bytes in bytes/s
number of syscalls in syscalls/s
lookups - number of lookups per second
hits - number of cache hits
attempts - authorization attempts
cache - cached authorization hits
Sample:
localtcpip:
name : 'local'
host : '127.0.0.1'
port : 24242
localsocket:
name : 'local'
socket : '/var/run/dovecot/stats'
If no configuration is given, module will attempt to connect to dovecot using unix socket localized in /var/run/dovecot/stats