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-29 10:21:36 +0530
commit981d905fd08d4565f306344c11c560a8479cbf75 (patch)
tree7f0d0006ab7d7fbeea1e3e9e9a549280bd68a0a3 /README
parentfe7479d1c78555ee5f0dd219c690232c43c4938c (diff)
Initial commit
Change-Id: Iae865d7dce78de83f0931d99b67455b9a0f12e1c 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..a14ea45
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+
+Gluster Nagios Add-ons:
+=======================
+Nagios server plugin, scripts, configuration files etc for gluster services.
+
+
+Installation
+============
+The Nagios Server 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-server-addons.spec' file demonstrates how to distribute
+this as an RPM package.
+
+
+Getting Help
+============
+
+-- End of readme