Skip to main content

SSH monitoring application

Project description

http://github.com/rsaikali/django-skwissh/raw/master/doc/images/skwissh-logo.png

DEMO SITE : Visit the Skwissh demo (username test / password test) to see Skiwssh in action.

Introduction

A Django application for remotely monitoring servers using SSH.

In background (crontabed jobs) Skwissh uses Python Fabric to execute SSH commands, aka. “sensors”, get the output and store timestamped values. Measures are taken every minute.

On the other side, Skwissh is able to display nice charts (linechart, piechart or simple text) with aggregated measures.

Default sensors available (tested on Ubuntu 12.04) :

  • Memory

  • CPU

  • WaitIO

  • Load Averages

  • Disk usage

  • Top

But you can easily add your own ones !!

Follow @skwissh on Twitter to see latest updates.

Installation

Skwissh can be installed from Pypi:

pip install django-skwissh

Configure your Django project in a normal way (database, etc…).

Add skwissh and kronos to your Django INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'kronos',
    'skwissh',
)

Add Skwissh to your urls.py:

# Skwissh
url(r'^skwissh/', include('skwissh.urls')),

Synchronize your database (this command will load defaut sensors through fixtures):

./manage.py syncdb

Install Skwissh tasks (will write to your user crontab, thanks to ‘django-kronos’):

./manage.py installtasks

You can check that 4 crontab job have been configured:

crontab -l

If you want to activate i18n (French & English currently supported), follow the next steps:

In your project settings.py, add the Django LocaleMiddleware and set the LANGUAGES variable:

MIDDLEWARE_CLASSES = (
   ...
   'django.middleware.locale.LocaleMiddleware',
   ...
)

LANGUAGES = (
   ('fr', 'Français'),
   ('en', 'English'),
)

You’re ready to go ! Connect to the application and start configure your servers and sensors !

Screenshots

Load averages

http://github.com/rsaikali/django-skwissh/raw/master/doc/images/loads-screenshot.png

Disk usage

http://github.com/rsaikali/django-skwissh/raw/master/doc/images/diskusage-screenshot.png

Top output

http://github.com/rsaikali/django-skwissh/raw/master/doc/images/top-screenshot.png

Server edition

http://github.com/rsaikali/django-skwissh/raw/master/doc/images/editserver-screenshot.png

Sensor edition

http://github.com/rsaikali/django-skwissh/raw/master/doc/images/editsensor-screenshot.png

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

django-skwissh-0.0.4.zip (282.4 kB view details)

Uploaded Source

django-skwissh-0.0.4.tar.gz (243.6 kB view details)

Uploaded Source

File details

Details for the file django-skwissh-0.0.4.zip.

File metadata

  • Download URL: django-skwissh-0.0.4.zip
  • Upload date:
  • Size: 282.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-skwissh-0.0.4.zip
Algorithm Hash digest
SHA256 a542be906d79739b3dde40f37fe87b7a192d4490ab9cb09a73a10c9eef3796af
MD5 2a1374ab0296aad965f16d05e40ef68a
BLAKE2b-256 9e573eeaaab9b2b1b44094c255e804216ae8461380f2d01fc3c66c8114c568c9

See more details on using hashes here.

File details

Details for the file django-skwissh-0.0.4.tar.gz.

File metadata

File hashes

Hashes for django-skwissh-0.0.4.tar.gz
Algorithm Hash digest
SHA256 94b5b3e732a3f0c9335e8767fd9c1b6662fcdd943416f14ff3038654f2f362dd
MD5 2f1dc3b1ee496da9b08c0cccd1a60b7d
BLAKE2b-256 6dc1394773b54e1b4a1c2da551152b016fe3e423e00c23b77ede2efc67dab6c8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page