Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Nagios4Zarafa
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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 up to version 7.2.x and Nagios 4.3.x
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
}
-----------------------------------------------------------------------------------
Nagios plugin to monitor the output of zarafa-stats of a Zarafa Server (www.zarafaserver.de)
Version 0.6
- Bug fix for floating point values
Version 0.5
- Customizing for Version 7.1.x (Thanks to Armin Tueting)
Version 0.4
- Added a patch from Thomas Hava (IPAX.at) ot check, whether zarafa-stats is
executeable and returns a valid value
Version 0.3
- Added output for "Performance Data", both for successful checks and for checks with the wrong parameter
Version 0.2
- Modified the statement for getting VAL
- Added a check, whether the right parameter for a check was used
Version 0.1
- first release
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
}
-----------------------------------------------------------------------------------
Nagios plugin to monitor the output of zarafa-stats of a Zarafa Server (www.zarafaserver.de)
Version 0.6
- Bug fix for floating point values
Version 0.5
- Customizing for Version 7.1.x (Thanks to Armin Tueting)
Version 0.4
- Added a patch from Thomas Hava (IPAX.at) ot check, whether zarafa-stats is
executeable and returns a valid value
Version 0.3
- Added output for "Performance Data", both for successful checks and for checks with the wrong parameter
Version 0.2
- Modified the statement for getting VAL
- Added a check, whether the right parameter for a check was used
Version 0.1
- first release
Reviews (0)
Be the first to review this listing!