Skip to content

Django Frontend to a Redis Backend to present the visual state of the last salt-stack Highstate results

Notifications You must be signed in to change notification settings

mjgorman/salinity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Description

This project is designed a django backed frontend which will parse redis information returned from Salt-Stack config mangement highstated (Configuration applications).

It will look at the last returns from each type of server in each environment and will display if they contain any failed states. Planned feature is also a Jenkins like build health which would look at the past x state applications and determain health based on how many failured states in the last y configuration applications.

Will display overall "salinity" percentage at the top of the page. Goal being 100%

Install

I recommend creating a virtualenv envrionment, then simply run:

pip install -r requirements.txt

To setup django's database (sqlite for now):

salinity/manage.py syncdb

About

Django Frontend to a Redis Backend to present the visual state of the last salt-stack Highstate results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published