Created
March 31, 2011 14:20
-
-
Save postwait/896429 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<modules> | |
<lua loader="lua"> | |
<jezebel> | |
<config><url>http://127.0.0.1:8083/dispatch</url></config> | |
<module name="oracle" object="noit.module.jezebel"/> | |
<module name="sqlserver" object="noit.module.jezebel"/> | |
<module name="jmx" object="noit.module.jezebel"/> | |
</jezebel> | |
</lua> | |
</modules> | |
<checks> | |
<check uuid="dbef41ff-4032-616f-e0c5-939a5719b14c" target="10.2.2.2" period="60000" timeout="10000" name="c_174_966::jmx" filterset="default" module="jmx"> | |
<config> | |
<port>7656</port> | |
<username>monitorRole</username> | |
<password>supersecret</password> | |
<mbean_domains>java.lang</mbean_domains> | |
</config> | |
</check> | |
</checks> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment