The supportconfig utility is used by support teams to collect all information needed to troubleshoot a system in one shot.
The objective of this project is to create a central repository of supportconfig tarballs. To do so, we're going to develop a set of tools to automatically fetch tarballs from known sources, parse the information, import the useful parts into an SQL database and expose it in a Web front-end where users can run some simple queries.
The following components will be developed:
- Collector: Retrieves supportconfigs from the usual sources (Bugzilla, ftp.novell.com).
- Parser: Parses the data from a supportconfig tarball and imports it into a database.
- Front-end: Displays the collected data in useful formats, generate statistics and allow simple queries.
Looking for hackers with the skills:
python django shell
This project is part of:
Hack Week 10
Activity
Comments
-
over 7 years ago by leonardocf | Reply
The "Collector" and "Parser" components were developed during Hack Week 9.
-
over 7 years ago by leonardocf | Reply
A working prototype of the front-end (using python-django) was developed during Hack Week 10.
Similar Projects
Home assistant that doesn't spy on you - developer's edition by DKarakasilis
There are various home assistant solutions out ...
Write a commandline client for the geekos by dheidler
There used to be a tool called tel
that would...
openSUSE Leap release process improvements by lkocman
Goal:
I'd like to have the release proce...
Try to write simple rope-base Python language-server for LSP protocol by mcepl
Future of tools supporting editors in dealing w...