From d9c682e14c5eae88530bd62aff0d3d6bf73c9050 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 7 Nov 2024 13:11:23 +0100 Subject: [PATCH] fix: link to GitHub for Hyperic Sigar sigar seems dormant: the website is not on 'https', and has become entirely unreachable recently. The repo hasn't seen an update since 9 years. Perhaps we should consider whether it's responsible to still link to it at all - but for now let's at least link to the GitHub repo instead of the defunct website. --- docs/src/main/paradox/cluster-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/cluster-metrics.md b/docs/src/main/paradox/cluster-metrics.md index 4562e352d6f..44ad06b75a5 100644 --- a/docs/src/main/paradox/cluster-metrics.md +++ b/docs/src/main/paradox/cluster-metrics.md @@ -82,7 +82,7 @@ ClusterMetricsExtension.get(system).subscribe(metricsListenerActor); ## Hyperic Sigar Provisioning -Both user-provided and built-in metrics collectors can optionally use [Hyperic Sigar](http://www.hyperic.com/products/sigar) +Both user-provided and built-in metrics collectors can optionally use [Hyperic Sigar](https://github.com/hyperic/sigar) for a wider and more accurate range of metrics compared to what can be retrieved from ordinary JMX MBeans. Sigar is using a native o/s library, and requires library provisioning, i.e.