summaryrefslogtreecommitdiffstats
path: root/README
blob: 62a52cbc32c9efdd932d2aa3c3d94987dd125c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

Gluster Nagios Add-ons:
=======================
Nagios plugin, scripts, configuration files etc for gluster nodes.


Installation
============
The Gluster Nagios Add-ons 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 'gluster-nagios-addons.spec' file demonstrates how to distribute
this as an RPM package.


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

-- End of readme