Skip to content

Commit

Permalink
fix: link to GitHub for Hyperic Sigar
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
raboof committed Nov 7, 2024
1 parent bcd44ee commit d9c682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/cluster-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d9c682e

Please sign in to comment.