public
Description: My web monitoring jabber bot.
Homepage: http://dustin.github.com/whatsup/
Clone URL: git://github.com/dustin/whatsup.git
name age message
file .gitignore Mon Oct 13 10:38:46 -0700 2008 Ignore all whatsup.log files. [dustin]
file .gitmodules Wed Dec 24 14:21:37 -0800 2008 Wokkel as a submodule. [dustin]
file README.markdown Mon Nov 03 17:46:22 -0800 2008 Identify XMPP node - don't authenticate as it ... [dag]
directory etc/ Tue Nov 04 01:07:53 -0800 2008 Remove my old migration script from my ruby -> ... [dustin]
directory lib/ Sat Jul 25 01:37:21 -0700 2009 Wokkel update. [dustin]
file whatsup.conf.sample Sun Oct 19 17:53:50 -0700 2008 Notify admins when a new user signs up. [dustin]
file whatsup.start Mon Oct 13 19:59:43 -0700 2008 Move back to a shell scripty run so I can get u... [dustin]
file whatsup.tac Wed Dec 24 14:22:54 -0800 2008 Use wokkel's whitespace keepalive. [dustin]
README.markdown

What's Up?

What's up watches web sites for you and lets you know when they are unavailable.

Usage

IM help to whatsup@jabber.org to see what you can do.

When Checks Are Performed

Any monitors you set up will run about once every fifteen minutes, but only while you're active on XMPP.

You are considered inactive if any of the following are true:

  • You are not logged in to your XMPP server.
  • You are logged in, but your status is do not disturb.
  • You have specifically told whatsup not to bother you (via the off command)

Running Your Own Instance

It's easy to run your own instance. You'll need a recent version of twisted (specifically names, web, and words), and an item from the cheese shop:

  • SQLAlchemy

You can install the SQLAlchemy using easy_install:

easy_install SQLAlchemy