Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Nagios4Kopano

Rating
0 votes
Favoured:
0
Current Version
0.7
Last Release Date
2018-01-21
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
5330
Files:
FileDescription
check_kopano.shcheck_kopano.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This nagios plugin allows you to monitor your Kopano server by using the command 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 7.2.x and Nagios 4.3.x

In order to let Nagios execute the kopano-stats command, you have to add the nagios 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
}

-----------------------------------------------------------------------------------
Nagios plugin to monitor the output of kopano-stats of a Kopano Server (www.kopano.com)

Version 0.7
- change from Zarafa to Kopano

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