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
- Host: GitHub
- URL: https://github.com/hugokernel/jabberwatchdog.rb
- Owner: hugokernel
- Created: 2012-11-15T08:51:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-15T09:01:43.000Z (over 13 years ago)
- Last Synced: 2025-01-23T08:17:13.035Z (over 1 year ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !