dashboard
repositories
filestore
activity
search
login
external-software
/
github_OpenIdentityPlatform_OpenDJ
mirror of
https://github.com/OpenIdentityPlatform/OpenDJ.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
QA: System Test: add monitoring client, configure snmp for opends instances
andrug
28.37.2008
6a310ec77f44f2bd311ec376bdfd857088ca8e4f
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
opendj-sdk
/
opends
/
tests
/
system-tests
/
clients
/
monitoring
/
doc
/
examples
/
ConfigFile
/
JVM.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE config SYSTEM "./config.dtd">
<config>
<protocol name="JVM">
<attribute name="FreePhysicalMemorySize" MBeanName="java.lang:type=OperatingSystem" />
<attribute name="FreeSwapSpaceSize" MBeanName="java.lang:type=OperatingSystem" />
</protocol>
</config>