From bb8c6397ef078e054720bfb07022cbba47586f52 Mon Sep 17 00:00:00 2001 From: "Emmanuel N. Millan" Date: Sun, 16 Oct 2016 05:07:40 +0700 Subject: network/ganglia: Added (distributed monitoring system). Signed-off-by: Willy Sudiarto Raharjo --- network/ganglia/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 network/ganglia/README (limited to 'network/ganglia/README') diff --git a/network/ganglia/README b/network/ganglia/README new file mode 100644 index 0000000000..e6e25d5f81 --- /dev/null +++ b/network/ganglia/README @@ -0,0 +1,14 @@ +Ganglia is a scalable distributed monitoring system for high-performance +computing systems such as clusters and Grids. It is based on a hierarchical +design targeted at federations of clusters. + +1. This SlackBuild is just going to build Ganglia without 'gmetad', which + collects information from ganglia monitor clients, and writes them to RRD + databases. If you want to enable this, you'll have to enable it with the + OPT variable and 'gmetad' as value, then execute the build script as + follows: OPT=gmetad ./ganglia.SlackBuild + + In order to build gmetad as part of this package, you'll need to have + RRDTool installed. It is available from SlackBuilds.org. + +2. The Ganglia web frontend is distributed as a separated SlackBuild: ganglia-web. -- cgit v1.2.3