[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 2.3 KB

README.rst

File metadata and controls

72 lines (49 loc) · 2.3 KB

https://img.shields.io/github/license/risuorg/risu.svg:alt:LICENSE

https://github.com/risuorg/risu/workflows/Python%20Unit%20Testing/badge.svg:alt:Actionsstatus

https://codecov.io/gh/risuorg/risu/branch/master/graph/badge.svg:target:https://codecov.io/gh/risuorg/risu

https://img.shields.io/github/release/risuorg/risu.svg:alt:Releases

https://badge.fury.io/py/risu.svg:alt:Pypiversion

Introduction

Risu is a framework to help with system configuration validation on either live system or any sort of snapshot of the filesystem.

Via execution of 'plugins' it reports status on each one execution against the system that gives you an idea on health status, actual problems or problems that will reveal themselves if no preventive action is taken.

Please if you have any idea on any improvements please do not hesitate to open an issue.

Highlights

  • Plugins written in your language of choice.
  • Allows to dump output to json file to be processed by other tools.
    • Allow to visualize html from json output.
    • Check our sample at: Risu-www
  • Ansible playbook support.
  • Save / restore default settings

Check latest changes on Changelog.md

Check for plugins listing on risuclient/plugins/

Framework contains additional readmes for the tools included:

Installation

Check README above for detailed instructions outside os simple ones: - Just clone the git repository and execute it from there 'or' - use 'pipsi' or create a python virtual env to install package 'risu'

  • Give it a try running as 'root' on your system with: ./risu.py -l so it will show live execution and only Failed tests.

How does it looks like?

Check how does it look in an execution at: asciicast

Additional resources

Check https://risuorg.github.io for more details and information