servermon / servermon

Servermon is a Django project with the aim of facilitating server monitoring and management through Puppet

Home Page:http://servermon.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

servermon

Build Status Documentation Status Code Coverage Status License

Servermon is a Django project with the aim of facilitating server monitoring and management through Puppet.

Servermon at this point offers two applications

  1. A Web frontend to the Puppet database.
  2. hwdoc: A simple datacenter hardware documentation database

If you have no idea what Puppet is, it is possible that you don't need this software. Do note however that hwdoc will still be usable even without a Puppet infrastructure

Compatibility

For an up to date list of the Django version we support, take a look into requirements.txt. Those are the version tested and developed for

Install

Get the python modules:

pip install -r requirements.txt

Copy servermon/settings.py.dist to servermon/settings.py

See doc/install.rst for details.

./manage.py syncdb
./manage.py migrate
./manage.py collectstatic

Run!

./manage.py runserver

More details in the installation tutorial.

Documentation

The documentation is maintained using Sphinx (under /doc/) and is automatically generated at https://servermon.readthedocs.org/.

Demo

Demo at http://servermon.herokuapp.com

About

Servermon is a Django project with the aim of facilitating server monitoring and management through Puppet

http://servermon.herokuapp.com/

License:Other


Languages

Language:Python 58.0%Language:JavaScript 36.0%Language:HTML 4.5%Language:Shell 1.3%Language:CSS 0.1%Language:Dockerfile 0.1%Language:Makefile 0.0%