Skip to content

m87carlson/arritranco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Arritranco:
===========

Arritranco aims to be an inventory IT tool.

It should integrate with monitoring systems such as nagios and cacti, and offer an easy to use API.

This application will be written in python using Django framework.

Some interesting things:

    * http://github.com/thauber/django-schedule
    * http://django-rest-framework.org/
    * http://trac.mcs.anl.gov/projects/bcfg2
    * http://www.cacti.net/downloads/docs/html/scripts.html
    * http://code.google.com/p/django-photologue/
    * https://wiki.op5.org/merlin:start
    * http://www.op5.org/community/projects/ninja
    * http://github.com/etnalubma/django-osm (note most times this software will be internal therefore can’t use free google maps api)


How to build your development environment:
------------------------------------------

   - git clone https://github.com/tic-ull/arritranco.git
   - virtualenv virtualenv
   - . ./virtualenv/bin/activate
   - pip install -r requirements.txt
   - cd arritranco
   - ./manage.py syncdb --migrate

About

IT inventory tool written in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%