From 2977b2f34bdbb7284bcc6244e85a1fdb657447f2 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Fri, 7 Mar 2014 18:28:09 +0530 Subject: Initial commit Change-Id: I45f91b2017ed59b057d21de52fd94c5c83fcf86f Signed-off-by: Bala.FA --- README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..62a52cb --- /dev/null +++ b/README @@ -0,0 +1,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 -- cgit