{"id":15898694,"url":"https://github.com/risuorg/risu","last_synced_at":"2025-05-16T15:03:29.933Z","repository":{"id":37980097,"uuid":"93987842","full_name":"risuorg/risu","owner":"risuorg","description":"Automation Troubleshooting Framework to validate  and report configuration, software installed, etc with bash, python, and your language of choice.","archived":false,"fork":false,"pushed_at":"2025-05-16T13:19:17.000Z","size":12623,"stargazers_count":107,"open_issues_count":3,"forks_count":35,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-16T14:33:57.723Z","etag":null,"topics":["automation","bash","compliance","devops","hacktoberfest","hardening","linux","proactive","python","security-audit","shell","support","troubleshooting"],"latest_commit_sha":null,"homepage":"https://risuorg.github.io","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/risuorg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-06-11T07:08:51.000Z","updated_at":"2025-05-16T13:19:14.000Z","dependencies_parsed_at":"2023-01-30T03:45:45.553Z","dependency_job_id":"ff9d923d-834b-4527-87df-673109ed9ba2","html_url":"https://github.com/risuorg/risu","commit_stats":{"total_commits":1585,"total_committers":35,"mean_commits":"45.285714285714285","dds":"0.40883280757097795","last_synced_commit":"9bd8883afe8346f70010df7e90d9d2d3e0884a77"},"previous_names":["citellusorg/citellus","zerodayz/citellus"],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risuorg%2Frisu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risuorg%2Frisu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risuorg%2Frisu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risuorg%2Frisu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/risuorg","download_url":"https://codeload.github.com/risuorg/risu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254549350,"owners_count":22089661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bash","compliance","devops","hacktoberfest","hardening","linux","proactive","python","security-audit","shell","support","troubleshooting"],"created_at":"2024-10-06T10:07:35.929Z","updated_at":"2025-05-16T15:03:29.891Z","avatar_url":"https://github.com/risuorg.png","language":"Shell","readme":"---\nmodified: \"2022-01-26T13:04:03.311Z\"\n---\n\n[![License](https://img.shields.io/github/license/risuorg/risu.svg)](LICENSE)\n![Python Unit Testing](https://github.com/risuorg/risu/workflows/Python%20Unit%20Testing/badge.svg)\n[![](https://readthedocs.org/projects/risu/badge/?version=latest)](https://readthedocs.org/projects/risu/builds/ \"Read The docs build\")\n[![Docker Pulls](https://img.shields.io/docker/pulls/risuorg/risu.svg)](https://img.shields.io/docker/pulls/risuorg/risu.svg)\n[![codecov](https://codecov.io/gh/risuorg/risu/branch/master/graph/badge.svg)](https://codecov.io/gh/risuorg/risu)\n[![Release status](https://img.shields.io/github/release/risuorg/risu.svg)](https://github.com/risuorg/risu/releases)\n[![PyPI version](https://badge.fury.io/py/risu.svg)](https://badge.fury.io/py/risu)\n\n\u003cimg src=\"doc/risu.png\" width=\"202\" height=\"202\" border=0 align=\"right\"\u003e\n\n**Table of contents**\n\n\u003c!-- TOC depthfrom:1 insertanchor:false orderedlist:false --\u003e\n\n- [Introduction](#introduction)\n- [Highlights](#highlights)\n- [How does it looks like?](#how-does-it-looks-like)\n- [Collaborate](#collaborate)\n- [Documentation](#documentation)\n- [Contact us!!](#contact-us)\n\n\u003c!-- /TOC --\u003e\n\n## Introduction\n\nRisu is a framework to help with system configuration validation on either live system or a `sosreport` snapshot of the filesystem. This empowers the user to quickly troubleshoot known issues found in the system or the ones arising from different settings across a group of systems.\n\nVia 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.\n\nPlease if you have any idea on any improvements please do not hesitate to open an issue.\n\n## Highlights\n\n- Plugins written in your language of choice.\n- Allows to dump output to json file to be processed by other tools.\n  - Allow to visualize html from json output.\n  - Check our sample at: [Risu-www](http://htmlpreview.github.io/?https://github.com/risuorg/risu/blob/master/doc/sampleweb/risu.html)\n- Ansible playbook support.\n- Save / restore default settings\n\nFramework contains additional README for the tools included:\n\n- [Risu](doc/risu.md)\n- [Magui](doc/magui.md)\n\n## How does it looks like?\n\nCheck how does it look in an execution at:\n[![asciicast](https://asciinema.org/a/169814.png)](https://asciinema.org/a/169814)\n\n## Collaborate\n\n- Open issues/feature requests, etc at \u003chttps://github.com/risuorg/risu/issues\u003e\n- Read the [Contributing](https://risu.readthedocs.org/en/latest/development/CONTRIBUTING/) document on how to submit patches\n- Provide the sosreports to check against via \u003chttps://www.dropbox.com/request/8LGneF9i9nc9RB6aqXge\u003e, specially if running Debian based distributions and or Fedora/CentOS based ones so that we can improve support for it\n\n## Documentation\n\nDocumentation is available at [Read the docs](https://risu.readthedocs.org)\n\n## Contact us!!\n\nYou can reach to us via:\n\n- irc at #risu in [Libera](https://libera.chat/)\n- our mailing list:\n  - \u003cmailto:risuorg _AT_ googlegroups.com\u003e\n  - \u003chttps://groups.google.com/forum/#!forum/risu\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisuorg%2Frisu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frisuorg%2Frisu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisuorg%2Frisu/lists"}