Sametime: Monitoring the health of you Sametime Environment
URL Check & Parse response
Product | Port | Urls | Details |
---|---|---|---|
Sametime System Console | 8700 |
http://serverhostname.domain:8700/ibm/console http://serverhostname.domain:9080/ |
URL Check |
Sametime Community Server | 80, 443 |
http://serverhostname.domain/stats.txt |
* IBM Domino: Monitoring the health of you Domino Server using HTTP and show stats |
Sametime Community Server | 80, 443 |
http://serverhostname.domain/stcenter.nsf |
|
Sametime Proxy Server: | Example |
http://serverhostname.domain:9080/stwebclient/index.jsp |
Url Check |
Sametime Meeting Server: | Example |
http://serverhostname.domain/stmeetings/ http://serverhostname.domain:9080/stmeetings/ |
If you do a get using basic authentication, you can parse for: displayName= "wsadmin" |
Sametime Media Manager - Conference Manager: | Example |
http://serverhostname.domain:9081/ConferenceFocus/monitoring/MonitoringRestServlet?method=AcrossConferenceData |
Parse for variable=threshold: AllActiveUsers=2000 MCUActiveUser=250 P2PActiveUsers=250 PSActiveUsers=1000 |
Sametime Media Manager: | 5060 |
http://serverhostname.domain:5060 |
Parse for : SIP/2.0 200 |
Sametime Video Manager: | Example |
https://serverhostname.domain:74431/api/lb/rest/status |
Parse for: Alive |
Database monitoring
Product | Driver | Database | Query | Details |
---|---|---|---|---|
Sametime System Console | db2jcc.jar | STSC | SELECT * from SSC.VERSIONINFO |
|
Sametime System Console | db2jcc.jar | STSC | select * from POLICY.TEMPLATE |
|
Sametime Proxy | db2jcc.jar | STPR | select * from STPROXY.STP_IMMSG |
|
Sametime Meetings | db2jcc.jar | STMS | select * from MTG.CONFIGURATION |
|
Sametime Meetings | db2jcc.jar | STMS | SELECT COUNT(*) AS VALUE FROM MTG.ROOM R WHERE ACTIVE_STATE = 'ACTIVE' | Sametime Active Meeting Rooms - Threshold can be: 100 |
Sametime Meetings | db2jcc.jar | STMS | SELECT COUNT(*) AS VALUE FROM MTG.ROOM_USER RU, MTG.ROOM R WHERE RU.ROOM_ID = R.ROOM_ID | Sametime Meeting Active Users - Threshold can be: 3000 |
Sametime Advanced | db2jcc.jar | STADV | select * from ORGCOL.CONFIGURATION |
|
Sametime Bandwith Manager | db2jcc.jar | STBWM | select * from "db2admin".BWM_CONFIGURATION_SETTINGS |
|
Sametime VMGR | solidDB JDBC Driver (SolidDriver2.0.jar) | - | select count (*) FROM PERSISTEDUSERINFO_INDIVIDUALROLES | user=admin, port=2315 |
Sametime VMGR | solidDB JDBC Driver (SolidDriver2.0.jar) | - | ADMIN COMMAND 'info dbsize' | user=admin, port=2315, threshold size=600000 |
Ver também
- Instalando o IBM Sametime no Linux
- Configurando conversão de documentos do Sametime 8.5
- Sametime: Comandos Uteis