Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/whatsup
My web monitoring jabber bot.
https://github.com/dustin/whatsup
Last synced: about 2 months ago
JSON representation
My web monitoring jabber bot.
- Host: GitHub
- URL: https://github.com/dustin/whatsup
- Owner: dustin
- Created: 2008-07-06T05:20:39.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-19T05:27:52.000Z (almost 15 years ago)
- Last Synced: 2024-10-11T14:15:54.145Z (2 months ago)
- Language: Python
- Homepage: http://dustin.github.com/whatsup/
- Size: 266 KB
- Stars: 44
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# What's Up?
What's up watches web sites for you and lets you know when they are
unavailable.# Usage
IM `help` to [[email protected]](xmpp:[email protected]) 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](http://twistedmatrix.com/trac/) (specifically names, web, and words),
and an item from the [cheese shop](http://www.python.org/pypi):* SQLAlchemy
You can install the SQLAlchemy using
easy\_install
:easy_install SQLAlchemy