summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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