Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » eBAM » How do the Adapters work?
How do the Adapters work? [message #563960] Thu, 11 March 2010 21:40 Go to next message
Sven Werlen is currently offline Sven WerlenFriend
Messages: 2
Registered: March 2010
Junior Member
Hi,

This looks very interesting.

How do the Adapters work?

- Are they directly deployed on each remote system and communicating with a server? (like agents for Zabbix and plugins for Nagios)
- Are they system-specific?
- Can new adapters be easily developed?

Thanks

Sven
Re: How do the Adapters work? [message #564007 is a reply to message #563960] Sat, 13 March 2010 13:16 Go to previous message
Angelo Bernabei is currently offline Angelo BernabeiFriend
Messages: 12
Registered: February 2010
Junior Member
Hi,
-The adapters are components with the same interface, they are managed by the Adapter Manager.
Regards the comunication aspects depends from the Adapter you are using, for example the JMS Adapter reads messages from a queue, or if you are using File Adapter you can use the "Agent Control" ( TPTP Project ) to read information from remote server.
-The adapters are platform independent
- eBAM is very easy to extend, if you have to write a custom Adapter you can follow these steps:
i) write the Adapter (it's a java class), that implements a specific interface and contains the code to bring information from external system
ii) configure the adapter manager in order to start up your new Adapter.

Thanks
Angelo
Previous Topic:How do the Adapters work?
Next Topic:Questions about Adapter DataFlow Services
Goto Forum:
  


Current Time: Tue Apr 16 07:51:39 GMT 2024

Powered by FUDForum. Page generated in 0.17015 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top