summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBala.FA <barumuga@redhat.com>2014-03-07 18:28:09 +0530
committerBala.FA <barumuga@redhat.com>2014-04-28 16:20:46 +0530
commit8f5f4537af7790be386974628c804a7bc719b738 (patch)
treeea134e1411640bdacf116332afc6a82c86ee28b0 /README
parent79b4c3e202e0ce07d13d28b88f04c4dc79edfb12 (diff)
Initial commitv0.1.0
Change-Id: Ie8fdd046d111a4a46abe0e162985e833323bfd7d Signed-off-by: Bala.FA <barumuga@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6d391bb
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+
+Nagios Gluster Add-ons:
+=======================
+Nagios plugin, scripts, configuration files etc for gluster nodes.
+
+
+Installation
+============
+The Nagios Gluster 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 'nagios-gluster-addons.spec' file demonstrates how to distribute
+this as an RPM package.
+
+
+Getting Help
+============
+
+-- End of readme