From 0fea7ed68a6ac0f599af6c9afe56b617d2a2ff93 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Mon, 4 Mar 2013 12:21:58 +0100 Subject: [PATCH] Adding some cuban sigar --- akka-docs/rst/cluster/cluster-usage-java.rst | 4 ++-- akka-docs/rst/cluster/cluster-usage-scala.rst | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/akka-docs/rst/cluster/cluster-usage-java.rst b/akka-docs/rst/cluster/cluster-usage-java.rst index bd9bf2626d..38220d1224 100644 --- a/akka-docs/rst/cluster/cluster-usage-java.rst +++ b/akka-docs/rst/cluster/cluster-usage-java.rst @@ -502,12 +502,12 @@ Sigar is using a native OS library. To enable usage of Sigar you need to add the ``-Djava.libarary.path=`` add the following dependency:: - org.hyperic + org.fusesource sigar @sigarVersion@ - +Download the native Sigar libraries from `Maven Central `_ Adaptive Load Balancing ----------------------- diff --git a/akka-docs/rst/cluster/cluster-usage-scala.rst b/akka-docs/rst/cluster/cluster-usage-scala.rst index 90b4d89437..e029e57f31 100644 --- a/akka-docs/rst/cluster/cluster-usage-scala.rst +++ b/akka-docs/rst/cluster/cluster-usage-scala.rst @@ -461,8 +461,9 @@ for a wider and more accurate range of metrics compared to what can be retrieved Sigar is using a native OS library. To enable usage of Sigar you need to add the directory of the native library to ``-Djava.libarary.path=`` add the following dependency:: - "org.hyperic" % "sigar" % "@sigarVersion@" + "org.fusesource" % "sigar" % "@sigarVersion@" +Download the native Sigar libraries from `Maven Central `_ Adaptive Load Balancing -----------------------