|
 |
Nagios4Kopano |
This Nagios/Icinga plugin allows you to monitor your Kopano server by using kopano-stats --system.
It accepts all parameters (starting with 0x3001001E) that are listed in the output of kopano-stats.
The plugin is a simple bash script and should run on every linux distribution. It has been tested with Kopano up to version 8.4.5.0, Nagios 4.3.4 and Icinga 1.13.3
In order to let Nagios/Icinga execute the kopano-stats command, you have to add the Nagios/Icinga user to the list of local_admin_users in /etc/kopano/server.cfg
Entry for commands.cfg:
define command {
command_name check_kopano
command_line $USER1$/check_kopano.sh --param $ARG1$ -w $ARG2$ -c $ARG3$
}
Example:
{
....
service_description Threads_idle
check_command check_kopano!threads_idle!10!20
}
Download:
check_kopano.sh Version 0.7 (9 KB)
Screenshots:


|
|