CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 12:10:00 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090804121418
location: https://web.archive.org/web/20090804121418/https://github.com/dustin/whatsup/tree/master
server-timing: captures_list;dur=0.685340, exclusion.robots;dur=0.022471, exclusion.robots.policy;dur=0.010343, esindex;dur=0.013234, cdx.remote;dur=15.408913, LoadShardBlock;dur=406.494997, PetaboxLoader3.datanode;dur=70.081525, PetaboxLoader3.resolve;dur=278.467737
x-app-server: wwwb-app225
x-ts: 302
x-tr: 452
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 12:10:01 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Tue, 04 Aug 2009 12:14:17 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 895ms
x-archive-orig-etag: "c19a259f72218066228526cbd2823f79"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 24709
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 04 Aug 2009 12:14:18 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 15 Oct 2008 05:12:58 GMT", ; rel="prev memento"; datetime="Mon, 01 Jun 2009 11:53:41 GMT", ; rel="memento"; datetime="Tue, 04 Aug 2009 12:14:18 GMT", ; rel="last memento"; datetime="Tue, 04 Aug 2009 12:14:18 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_11_20090804080148_crawl100.gpg-c/51_11_20090804121409_crawl101.arc.gz
server-timing: captures_list;dur=0.456614, exclusion.robots;dur=0.018027, exclusion.robots.policy;dur=0.008423, esindex;dur=0.009367, cdx.remote;dur=6.817427, LoadShardBlock;dur=217.460245, PetaboxLoader3.datanode;dur=115.588617, PetaboxLoader3.resolve;dur=268.682178, load_resource;dur=224.410212
x-app-server: wwwb-app225
x-ts: 200
x-tr: 514
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
dustin's whatsup at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | My web monitoring jabber bot. edit |
Homepage: | https://dustin.github.com/whatsup/ edit |
Public Clone URL: |
git://github.com/dustin/whatsup.git
Give this clone URL to anyone.
git clone git://github.com/dustin/whatsup.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:dustin/whatsup.git
|
whatsup /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Oct 13 10:38:46 -0700 2008 | Ignore all whatsup.log files. [dustin] |
![]() |
.gitmodules | Wed Dec 24 14:21:37 -0800 2008 | Wokkel as a submodule. [dustin] |
![]() |
README.markdown | Mon Nov 03 17:46:22 -0800 2008 | Identify XMPP node - don't authenticate as it ... [dag] |
![]() |
etc/ | Tue Nov 04 01:07:53 -0800 2008 | Remove my old migration script from my ruby -> ... [dustin] |
![]() |
lib/ | Sat Jul 25 01:37:21 -0700 2009 | Wokkel update. [dustin] |
![]() |
whatsup.conf.sample | Sun Oct 19 17:53:50 -0700 2008 | Notify admins when a new user signs up. [dustin] |
![]() |
whatsup.start | Mon Oct 13 19:59:43 -0700 2008 | Move back to a shell scripty run so I can get u... [dustin] |
![]() |
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
This feature is coming soon. Sit tight!