Chapter 7. Monitoring
7.1. Monitoring Knowledge Bases and Knowledge Sessions 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
JBoss Enterprise BRMS Platform knowledge bases and knowledge sessions can be monitored with JBoss Operations Network. JBoss Operations Network and the JBoss Operation Network plug-in for JBoss BRMS are available for download from https://access.redhat.com.
Please refer to the JBoss Operations Network Installation Guide for installation instructions for the JBoss ON server and the plugin for JBoss Enterprise BRMS.
In order for JBoss Operations Network to monitor knowledge bases and knowledge sessions, MBeans must be enabled.
MBeans can be enabled either by passing the parameter:
-Ddrools.mbeans = enabled
-Ddrools.mbeans = enabled
Or via the API:
KnowledgeBaseConfiguration conf = KnowledgeBaseFactory.newKnowledgeBaseConfiguration(); conf.setOption( MBeansOption.ENABLED );
KnowledgeBaseConfiguration conf = KnowledgeBaseFactory.newKnowledgeBaseConfiguration();
conf.setOption( MBeansOption.ENABLED );