Home

  • Home
  • Blogs
  • Documentation
  • Downloads
  • Get Involved
  • Commercial

opdb

Internal structure

  • opdb
  • It writes all the nagios statistics like host state changes, service state changes, schedule downtimes, comments and so on in the database opmon.
  • All performance data is written to the datadase opperf and each host has a dynamic created table in the format: perf_ where host_id comes from the opcfg database. This strategy was tought to easy administration, increase query speed and update, instead of having a huge table, we split them in hosts.
  • In the opperf database there is a table service_metric that contains all the metrics a host and service have.

Installation

  • opdb
  • Open the pkg inside the modules directory of a nagios 3.x
  • Edit opdb.c and set up these 3 lines

 /* This file has the mysql database host, user and password, a example file is supplied */
 #define DBCONF "/usr/local/nagios/etc/db.php"
 /* In case the broker can't write to the database, it writes the queries to a file, so 
 they can be importer later on, both for opmon statiscts and performance database 
 */
 #define FAILED_QUERIES_FILE "/usr/local/nagios/var/opmon.sql"
 #define PERF_FAILED_QUERIES_FILE "/usr/local/nagios/var/opperf.sql"
  • In the directory modules run to compile it

»
  • Read more

Requirements

  • opdb
  • nagios 3.x
  • Mysql database
  • opmon-opcfg - the broker reads the host_ids and service_ids out of the opcfg database

opdb

  • nagios
  • opdb
  • opmon

The opdb project is a nagios broker that writes statistics and performance data to a mysql database.

»
  • Read more
Syndicate content

Projects

opcfg

OpCfg is a PHP-based HTTP configuration front-end to Nagios 3.x. OpCfg is a fork from Fruity.

opcp

OpCP is a capacity planning graph generator based on opdb ( nagios broker ) database.

opdb

The opdb project is a nagios broker that writes statistics and performance data to a mysql database.

opmonagent

OpMonAgent has been developed to get performance information from Windows Servers and return them to Nagios using the check_nt client.

Recent blog posts

  • OpDB 1.0.2 Announce
  • OpCp 1.0.0 Announce. Capacity planning for Nagios.
  • OpDB 1.0.1 Announce
  • OpCfg 1.0.2 released!
  • Welcome to our opensource site !!!
more

User login

  • Request new password
Copyright 2008-2010 © OpServices. All rights reserved.