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

Balbec

Current Version
1.4
Last Release Date
2011-01-14
Compatible With
  • Nagios 3.x
Owner
License
GPL
Hits
109368
Files:
FileDescription
balbec-1.4.tar.gzbalbec-1.4.tar.gz
Nagios CSP

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!
Balbec
Balbec is a lightweigth python application which displays nagios data in a browser or produces xml for further processing.
Balbec is a visualization addon for nagios. It displays host and service info either in html for the enduser or in xml for further processing. As Balbec uses nagios hostgroups it's not necessary to maintain a complex seperate configuration.

Notes:

v1.4

Added mk livestatus as backend option (http://mathias-kettner.de/checkmk_livestatus.html). Check README for notes on using it.

v1.3

As an alternative to an Apache/WSGI setup, the application is able to run as standalone server now.

To allow more complex configurations, the configuration file syntax has been modified. Old configuration files are still supported, and can be converted to the new syntax using an included script.

Support for Nagios servicegroups has been added.

v1.2

When using the file backend, the parsing in the previous release was quite slow when the configuration included many hosts & services. This has been fixed. A configuration with several hundred hosts can be handled within a few ms on a slow cpu. Thus the file backend is at least on par with the mysql backend speedwise.

v1.1

Does not depend on a ndo/mysql setup anymore. Instead you can choose to parse the nagios object & status files.