An open API service indexing awesome lists of open source software.

https://github.com/hugokernel/jabberwatchdog.rb

Monitor your server with Jabber and Ruby
https://github.com/hugokernel/jabberwatchdog.rb

Last synced: 6 months ago
JSON representation

Monitor your server with Jabber and Ruby

Awesome Lists containing this project

README

          

JabberWatchdog.rb
=================

Monitor your server with Jabber and Ruby

### 1. Set the three constants LOGIN, PASS and RECIPIENT

####Example :
LOGIN='server_account@im.server'
PASS='server_password'
RECIPIENT='your_personnal_account@im.server'

### 2. Run the script

That's it !