Project

omnibot

0.0
No commit activity in last 3 years
No release in over 3 years
Works with AMQP for sending messages at server side.Sends notifications to an user via XMPP.Can monitor system by performing daily commands.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.5.1
~> 1.0.3
~> 2.5.4
>= 0
~> 1.3.7
~> 0.5.0
 Project Readme

OmniBot

Simple XMPP bot for server monitoring. Works with AMQP for sending messages at server side. Sends notifications to a user via XMPP. Checks e-mail and extracts attachments to a specified directory.

Dependencies

  • RabbitMQ or any other AMQP-compatible server
  • amqp
  • xmpp4r
  • eventmachine
  • mail
  • sqlite3

Installation

Configure omnibot configuration from examples/config.yaml to ~/.omnibot.yaml and adjust it. Then execute command:

omnibot

Send messages to omnibot by AMQP by running:

omnisend 'Hello World!'

Support

Tested with ruby 1.8.6, 1.9 and 2.0, rabbitmq as an AMQP server, at OS X 10.6+ and Debian Linux.