Adding some cuban sigar

This commit is contained in:
Viktor Klang 2013-03-04 12:21:58 +01:00
parent 52e1bb3d92
commit 0fea7ed68a
2 changed files with 4 additions and 3 deletions

View file

@ -502,12 +502,12 @@ Sigar is using a native OS library. To enable usage of Sigar you need to add the
``-Djava.libarary.path=<path_of_sigar_libs>`` add the following dependency::
<dependency>
<groupId>org.hyperic</groupId>
<groupId>org.fusesource</groupId>
<artifactId>sigar</artifactId>
<version>@sigarVersion@</version>
</dependency>
Download the native Sigar libraries from `Maven Central <http://repo1.maven.org/maven2/org/fusesource/sigar/@sigarVersion@/>`_
Adaptive Load Balancing
-----------------------

View file

@ -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=<path_of_sigar_libs>`` add the following dependency::
"org.hyperic" % "sigar" % "@sigarVersion@"
"org.fusesource" % "sigar" % "@sigarVersion@"
Download the native Sigar libraries from `Maven Central <http://repo1.maven.org/maven2/org/fusesource/sigar/@sigarVersion@/>`_
Adaptive Load Balancing
-----------------------