Home

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

Installation

  • opcfg
  • Extract this codebase in your nagios web directory's document root ( in this example is /usr/local/nagios/share ). This will extract the files in a opcfg subdirectory.

 [root@localhost]# tar -xvzf opcfg-{VERSION}.tar.gz -C /usr/local/nagios/share  
  • Create a symlink or copy of your nagios's icon logo's directory to the opcfg's base directory with the name of logos.

 [root@localhost ]# cd /usr/local/nagios/share/opcfg
 [root@localhost opcfg]# ln -sf /usr/local/nagios/share/images/logos .
  • Create a database for opcfg in MySQL with select,insert,drop,empty privileges. Import the SQL data contained in sqldata/fruity-mysql.sql

 [root@localhost opcfg]# cd sqldata
 [root@localhost sqldata]# mysql -f -u {user} -p < opcfg.sql
 Enter password: {password}  
  • Configure the config.inc file in opcfg's includes directory. Notes on what each parameter is specified in the file.
  • Adjust nagios and opcfg's permission to allow web server group ( in this example is apache ) to write there.

 [root@localhost]# chow -R apache.apache /usr/local/nagios/share/opcfg
 [root@localhost]# chown -R .apache /usr/local/nagios/etc
 [root@localhost]# chown -R .apache /usr/local/nagios/libexec
 [root@localhost]# chmod -R g+w /usr/local/nagios/etc
 [root@localhost]# chmod -R g+w /usr/local/nagios/libexec
  • Point your web browser to /nagios/opcfg/ on your webserver to start OpCfg.

‹ Screenshots up Todo ›
»
  • Printer-friendly version

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.