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


|
|