Configuring a target IBM Business Monitor server

Use the registerBusinessMonitorTarget.py Jython script to configure a target connection to a Business Monitor server.

The Business Monitor target defines which Business Monitor server an automatically-generated monitor model will be installed to when a process application that is enabled for business monitoring is deployed.

Use the following example to create an authentication data entry using credentials for the Business Monitor server :
profile_root/bin/wsadmin.sh -lang jython -c "AdminConfig.create('JAASAuthData',AdminConfig.getid('/Cell:/Security:/'), [['alias', 'BusinessMonitorTarget'],['userId', 'userId'],['password', 'password']])"
Use the following example to run the registerBusinessMonitorTarget.py command script:
profile_root/bin/wsadmin.sh -lang jython -f was_home/BPM/Lombardi/tools/business-monitor/registerBusinessMonitorTarget.py --host bmon.example.com --port 8880 --auth-alias-name BusinessMonitorTarget --dashboard-kpi-administrator dashboardUserId