vipinbhatia
Programmer
I am developing a plugin which has to listen to all the events and snmp traps occuring in HP OpenView and forward it to my server, what is the best approach to follow in order to get the information about events and traps happening on HP OpenView?
The 2 possibilities that i have been able to think of are -->
1. Download the SDK of HP OpenView NNM and write a c plugin using the API. (is there java API exposed?), is there anywhere existing code (like the fwdTrap.exe i found on the HP site which forwards all SNMP trap to a particular ip and port) that can be used for this purpose
2. Export the data to the NNM DataWareHouse using the commands given by NNM and use the JDBC-ODBC bridge to talk to the database through ODBC (as the document of HP OpenView claims that there data wearhousing software is ODBC complaint).
I have to explore any of these options, the aim is to get a plugin up in the shortest time frame. Can anybody help on this any links suggestions will are welcome.
all those who took the patience of reading this ling question thanks and all those who will be coming forward with suggestions(helpful or otherwise) thanks in advance.
The 2 possibilities that i have been able to think of are -->
1. Download the SDK of HP OpenView NNM and write a c plugin using the API. (is there java API exposed?), is there anywhere existing code (like the fwdTrap.exe i found on the HP site which forwards all SNMP trap to a particular ip and port) that can be used for this purpose
2. Export the data to the NNM DataWareHouse using the commands given by NNM and use the JDBC-ODBC bridge to talk to the database through ODBC (as the document of HP OpenView claims that there data wearhousing software is ODBC complaint).
I have to explore any of these options, the aim is to get a plugin up in the shortest time frame. Can anybody help on this any links suggestions will are welcome.
all those who took the patience of reading this ling question thanks and all those who will be coming forward with suggestions(helpful or otherwise) thanks in advance.