이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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 );