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 -----------------------