An open API service indexing awesome lists of open source software.

https://github.com/gluster/gluster-nagios-common

Common utilities required for gluster-nagios-common and nagios-server-addons
https://github.com/gluster/gluster-nagios-common

Last synced: about 1 year ago
JSON representation

Common utilities required for gluster-nagios-common and nagios-server-addons

Awesome Lists containing this project

README

          

Nagios Gluster Common:
=======================
Common libraries, tools, configurations for Gluster node and Nagios
server add-ons

Installation
============
This can be used by following the standard autotools installation
process, documented in the INSTALL file. As a quick start you can do

./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --libdir=/usr/lib
make
sudo make install

Packaging
=========
The 'nagios-gluster-common.spec' file demonstrates how to distribute
this as an RPM package.

Getting Help
============

-- End of readme