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

bischeck

Current Version
1.1.0
Last Release Date
2014-06-16
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
103013
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
bischeck
The bischeck plugin is a standalone plugin server that is integrated with Nagios using passive checks over the NSCA, NRDP or Livestatus protocol. bischeck is aimed to monitor business applications but can be used for any monitoring task where support for complex threshold logic is needed.
The bischeck plugin is a standalone plugin server that is integrated with Nagios using passive checks over the NSCA, NRDP or Livestatus protocol, but also with Graphite and OpenTSDB. bischeck is aimed to monitor business applications and to provide built in support for complex monitor tasks and threshold management, like:

- Enable a dynamic configuration of threshold values depending of time of the day and day of month or week. This support a typical business process like a order management system where the order numbers are different depending on the time of the day and probably higher in the end of the month.

- Support threshold based on fixed values and thresholds based on the measured value from other monitored entities. This is key when we have business process that follow a other process. The number of invoices produced will typical “follow” the number of orders received then a fixed predefined value.

- Configure monitored entity that are based on multiple measured entities, what could be described as "virtual" entities. This enables the creation of new key entities that are not measured directly from a system but created in bischeck. One simple example would be to measure the measure the ratio between invoices and orders.

- Support date macros in execution statements of measured entities, typical used in a where clause when selecting from databases. The macro enables that a statement can always use the current time in any date formatted format. The functionality also include functionality to do calculation on the current date specifying number of days or month prior or after the current date.

- Support a multitude of ways to connected t o a the entity to measure by allowing custom service connection methods. A user can simply develop custom connection classes to access any type of system just by following a simple API.

- Support for custom threshold classes to enable any way to define threshold logic just by following a simple API interface.

bischeck is written in Java and utilize the excellent jsendnsca package to communicate with the nsca daemon on the nagios server. bischeck can of course run on the same server as Nagios or on a remote server.

For bischeck own surveillance bischeck use the Java JMX standard.

For more information about bischeck and its capabilities please visit www.bischeck.org.
Reviews (1)
A business critical integration may seem to be working when normal monitoring is used but by monitoring business processes related to the integration (ex via SQL) over time and saving that data we are able to define threshold values for the monitored process.

When values deviate too far from the threshold we will receive an early warning and can act pro-actively where we previously did not know about the problem until our end-users raised the alarm.

This allows us to solve or prepare for potential problems before they can impact the business.