Skip to content

crashxmpp is a notifier tool with xmpp protocol to monitor your processes. built on the top of supervisord.

Notifications You must be signed in to change notification settings

cool-shark/crashxmpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

=================
crashxmpp
=================

crashxmpp is a notifier tool with xmpp protocol to monitor your processes. Basicly, sends message if something goes wrong with your processes.

=================
installation & running
=================
git clone https://github.com/cool-shark/crashxmpp
cd crashxmpp
python setup.py install 

echo "[eventlistener:crashxmpp]
command=/usr/bin/env python /usr/local/bin/crashxmpp -u username@domain.com -w password -m notificated_users -s serveraddress -o serverport
events=PROCESS_STATE_EXITED
" > /etc/supervisor/crashxmpp.conf

=================
dependencies
=================
supervisor
twisted.core
  - twisted.words
  - twisted.names

About

crashxmpp is a notifier tool with xmpp protocol to monitor your processes. built on the top of supervisord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages