aboutsummaryrefslogtreecommitdiff
path: root/network/ganglia/README
diff options
context:
space:
mode:
authorEmmanuel N. Millan <emmanueln@gmail.com>2024-04-16 06:56:15 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-16 07:10:10 +0700
commit34695409905b64452dc8b95df036a1ef953c5b92 (patch)
treec41701859b211a4a8fcc272ea7c16979497609d8 /network/ganglia/README
parent8a6fae5a9da6c5fa847b5a53076c3654a764d4b7 (diff)
downloadslackbuilds-34695409905b64452dc8b95df036a1ef953c5b92.tar.xz
network/ganglia: Added (distributed monitoring system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ganglia/README')
-rw-r--r--network/ganglia/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/network/ganglia/README b/network/ganglia/README
new file mode 100644
index 000000000000..2184db5d8400
--- /dev/null
+++ b/network/ganglia/README
@@ -0,0 +1,19 @@
+ganglia (distributed monitoring system)
+
+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.