Adding some cuban sigar
This commit is contained in:
parent
52e1bb3d92
commit
0fea7ed68a
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
-----------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-----------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue