From 981d905fd08d4565f306344c11c560a8479cbf75 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Fri, 7 Mar 2014 18:28:09 +0530 Subject: Initial commit Change-Id: Iae865d7dce78de83f0931d99b67455b9a0f12e1c 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..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 -- cgit