没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > tunecore-announcer |
tunecore-announcer
|
0 | 0 | 7 |
贡献者 | 讨论 | 代码提交 |
Communicate with your servers and daemons using the XMPP (aka Jabber) protocol. This is ideal for virtual instances where you have servers coming online based on workload. A server or process can register with your XMPP server when it comes online and add you to it's roster. You can then send it control messages using your favorite Jabber client (iChat, Adium, etc).
A useful place to use this program is in an cloud environment where you have transient server instances starting and stopping based on workload. At TuneCore we do a lot of media transcoding in the Amazon EC2 cloud and we need to keep track of our virtual instances. We created the TunecoreAnnouncer to help us with that.
To install it:
sudo gem install tunecore-announcerTo run it:
announcer --jabber-server=jabber.yourdomain.com \
--name=worker \
--password=any_password \
--admin-jids=you@jabber.yourdomain.com