dustin / whatsup
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (5)
- Wiki (1)
- Graphs
-
Tree:
e8534ee
commit e8534eecce95b81e5436951126633261e42b3a2f
tree 08ac4015fc7f6a8c8059e1d0ea399f95e2da1216
parent 51e9fb4ba3779e350961e5b9a4cd3e4be526de75
tree 08ac4015fc7f6a8c8059e1d0ea399f95e2da1216
parent 51e9fb4ba3779e350961e5b9a4cd3e4be526de75
whatsup /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 13 10:38:46 -0700 2008 | |
| |
.gitmodules | ||
| |
README.markdown | Mon Nov 03 17:46:22 -0800 2008 | |
| |
etc/ | Tue Nov 04 01:07:53 -0800 2008 | |
| |
lib/ | ||
| |
whatsup.conf.sample | Sun Oct 19 17:53:50 -0700 2008 | |
| |
whatsup.start | Mon Oct 13 19:59:43 -0700 2008 | |
| |
whatsup.tac |
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
offcommand)
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

