在 Directory Server 中使用 Monitoring Framework
請參閱Directory Server 的設備,以取得可監視的物件和屬性清單。
 在 Directory Server 中啟用監視
在 Directory Server 中啟用監視
- 
建立暫存密碼檔案: 
| 
 echo –n password > /tmp/pwd |  
 
- 
使用下列指令啟用監視外掛程式: 
| 
 
DirServ-base/ds6/bin/dscfg enable-plugin -e -p 389 -w /tmp/pwd  "Monitoring Plugin" |  
 
- 
重新啟動 Directory Server: 
| 
 cd DirServ-base/ds6/bin
./dsadm restart /var/DirServ-base/DSinstance/ |