Outage Escalation Tool and Site Contact Info
Project description
whatsup is an outage escalation tool for a list of sites and contacts
Installing whatsup
whatsup is installable via easy_install or python setup.py in the usual way from the python source at https://svn.openplans.org/svn/whatsup. The recommended installation procedure is with virtualenv:
python <(curl http://svn.colorstudy.com/virtualenv/trunk/virtualenv.py) whatsup cd whatsup . bin/activate mkdir src cd src svn co https://svn.openplans.org/svn/whatsup cd whatsup python setup.py develop
You will also need data files (.ini) for contacts and sites. By default these live in ${VIRTUAL_ENV}/src/whatsup/contacts and ${VIRTUAL_ENV}/src/whatsup/sites, though this is configurable.
Instantiating whatsup
whatsup is served by the paste .ini file:
paster serve whatsup.ini
Application options may be specified in this .ini file in the [app:whatsup] section prefixed with whatsup.:
contacts, sites: location of the contacts and sites files. can be a single file or a directory containing .ini files
auto_reload: whether to reload the configuration on each request
ping: whether to ping the sites
ping_frequency: how often, in seconds, to ping the sites
smtp_from: who to send email as if the user does not specified
smtp_server: mail server to use. If not specified, whatsup will not send email
whatsup contact .ini files
A contact .ini file contains one or more sections, each corresponding to a contact. The name of the section should be the name of the contact. Several data are specifiable for each contact:
email: comma separated list of email addresses.
phone: comma separated list of phone numbers
irc: comma separated list of IRC names
aim: AIM screenname
url: canonical web presence
contact: description of how to contact this person, or a filename containing that information
For each comma separated list, the first item is considered primary.
whatsup site .ini files
A site .ini file contains one or more sections, each corresponding to a website. By convention, the section name is the domain name of the site. Several data are specifiable for each site:
url: location of the site. If not specified, the url will be from the section name (presumedly the domain name)
contact: comma separated list of contacts in case of site outage
description: brief description of the website
outage_procedure: if specified, a description of what to do in case the site is down or a filename containing that information. By default, this links to the contact form which emails the contacts upon submission.
trac: URL of the associated Trac site
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file whatsup-0.1.tar.gz
.
File metadata
- Download URL: whatsup-0.1.tar.gz
- Upload date:
- Size: 47.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b913f3906b55282fd54fb6cf8e137a0449d3a4a34ad1fba9d02faffaffdc8ca8 |
|
MD5 | e32bf973362ef5046112d31b4b7b0d72 |
|
BLAKE2b-256 | 9ff00b6472d277c683235849a3c52ad18faffe49fbf77ef05d25941296b38fb9 |
File details
Details for the file whatsup-0.1-py2.5.egg
.
File metadata
- Download URL: whatsup-0.1-py2.5.egg
- Upload date:
- Size: 55.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cc0ab4bc411ae531857a14d470fed47bc968fd9a16b3c35ab3213e919881098 |
|
MD5 | a358fc68d8fdf93dc0ff265286a3892b |
|
BLAKE2b-256 | 16be299fed64a083650f4602d16630e3b76c085a719e76a15f17796c91464967 |