Steffo's EcholotOnly technical stuff here. |
|
Monday Nov 05, 2007
Monitoring Identity Manager
Sun Java System Identity Manager has decent JMX capabilities which allows you to
In order to use these features, you only have to enable JMX (disabled by default) via "Configure > Servers" from the HTTPS admin interface. Additionally, you have to 'enable' JMX at the application server level. For Tomcat, you can add the following to the catalina.sh
You can see a bunch of JMX data at e.g. http://localhost:8080/idm/debug/Show_MBeanInfo.jsp. You could also tools like jconsole to set and query JMX attributes. The big question is "How to integrate IDM into a system monitoring tool?" is quite easy to answer since there is a small Java program called 'jmxquery'. Unfortunately I do not know who the author is but all credits go to her or him. What we want to achieve is that IDM‘s status and the resources health check show in our monitoring tool. E.g. with nagios you'll get the following screen
The basic idea is that Nagios calls an external programm like a (modified) version of jmxquery which able to retrieve and set IDM's JMX objects. Three things are sufficient
You can find the modified jmxquery as a NetBeans project file here:
IDM-Nagios.zip
Posted at 01:31PM Nov 05, 2007 by steffo in Identity Systems | Comments[3] |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steffo:
Thanks for the tip. Very helpful.
Can you give details on how to check IDM reconciliation status through JMX? I have not had success with this.
Thanks,
Gerald
Posted by Gerald Boersma on November 09, 2007 at 11:15 PM CET #
jmxquery is the munin plugin by Ben Burry. For more information, look here:
http://muninexchange.projects.linpro.no/?search=&cid=0&os%5B4%5D=on&os%5B7%5D=on&os%5B3%5D=on&os%5B2%5D=on&os%5B5%5D=on&os%5B8%5D=on&os%5B1%5D=on&os%5B6%5D=on&pid=29
Posted by Karl H. Beckers on November 10, 2007 at 08:27 PM CET #
see where to i need to write in catilina.bat because i made this chandge,but jconsole is not connection ,i cant able to see arguments in the jconsole
Posted by bhaskar reddy on January 08, 2009 at 08:12 AM CET #