All Projects → cfg2html → Cfg2html

cfg2html / Cfg2html

cfg2html is a UNIX shell script similar to supportinfo, getsysinfo or get_config, except that it creates a HTML (and plain ASCII) system documentation for HP-UX, SCO-UNIX, AIX, Sun OS and Linux systems. Plug-ins for SAP, Oracle, Informix, Serviceguard, Fiber Channel/SAN, TIP/ix, OpenText (IXOS/LEA), SN Mass Storage like MAS, EMC, EVA, XPs, Network Node Manager and DataProtector etc. are included. The first versions of cfg2html were written for HP-UX. Meanwhile the cfg2html HP-UX stream was ported to all major *NIX platforms and small embedded systems.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Cfg2html

pendfetch
Double Pendulum visualised with fetching system information in Python.
Stars: ✭ 62 (-46.55%)
Mutual labels:  ascii, system-information
yaf
Yet another system fetch that is minimal and customizable
Stars: ✭ 23 (-80.17%)
Mutual labels:  unix, system-information
Fh
file history with ed(1), diff(1), awk(1), sed(1) and sh(1)
Stars: ✭ 108 (-6.9%)
Mutual labels:  unix
Ltp
Linux Test Project http://linux-test-project.github.io/
Stars: ✭ 1,654 (+1325.86%)
Mutual labels:  unix
Awesome Terminal Commands
An awesome resource listing and explaining various commonly used *nix commands
Stars: ✭ 109 (-6.03%)
Mutual labels:  unix
Passhole
A secure hole for your passwords (KeePass CLI)
Stars: ✭ 108 (-6.9%)
Mutual labels:  unix
Dotfiles
My bspwm dotfiles. Grab whatever you need! :)
Stars: ✭ 111 (-4.31%)
Mutual labels:  unix
Serenity
SerenityOS is a love letter to '90s user interfaces with a custom Unix-like core. It flatters with sincerity by stealing beautiful ideas from various other systems.
Stars: ✭ 16,842 (+14418.97%)
Mutual labels:  unix
Stream
NodeJS Modbus Stream
Stars: ✭ 114 (-1.72%)
Mutual labels:  ascii
Rexpect
Rust port of pexpect
Stars: ✭ 110 (-5.17%)
Mutual labels:  unix
Composite
A component-based OS
Stars: ✭ 113 (-2.59%)
Mutual labels:  embedded-systems
Pwd.sh
GPG symmetric password manager
Stars: ✭ 1,468 (+1165.52%)
Mutual labels:  unix
Walk
A fast, general purpose, graph based build and task execution utility.
Stars: ✭ 108 (-6.9%)
Mutual labels:  unix
Itoa
Fast integer to ascii / integer to string conversion
Stars: ✭ 111 (-4.31%)
Mutual labels:  ascii
Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
Stars: ✭ 108 (-6.9%)
Mutual labels:  embedded-systems
Crontab Ui
Easy and safe way to manage your crontab file
Stars: ✭ 1,786 (+1439.66%)
Mutual labels:  unix
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+35214.66%)
Mutual labels:  unix
Makeself
A self-extracting archiving tool for Unix systems, in 100% shell script.
Stars: ✭ 1,582 (+1263.79%)
Mutual labels:  unix
Nix
Rust friendly bindings to *nix APIs
Stars: ✭ 1,660 (+1331.03%)
Mutual labels:  unix
Mesabox
A collection of core system utilities written in Rust for Unix-like systems (and now Windows)
Stars: ✭ 116 (+0%)
Mutual labels:  unix

cfg2html (Config to HTML)

Overview

cfg2html is a little utility to collect the necessary system configuration files and system set-up to an ASCII file and HTML file. Simple to use and very helpful in disaster recovery situations. cfg2html is written entirely in the native language for system administration: as shell scripts. Experienced users and system admins can adapt or extend the cfg2html scripts to make it work for their particular cases either by using the plugin framework or by modifying the source code.

Purpose

cfg2html collects the system configuration into an HTML and a text file. cfg2html is the "Swiss Army knife" for the sysadmins. It was written to get all the information needed to plan an update, do basic troubleshooting or performance analysis. As a bonus, cfg2html creates a nice HTML and simple plain ASCII documentation of your system.

This include the collection of Cron and At, installed Hardware, installed Software, Filesystems, Dump- and Swap-configuration, LVM, Network Settings, Kernel, System enhancements and Applications, Subsystems.

Where to get cfg2html

The first versions of cfg2html were written for HP-UX. Meanwhile the cfg2html HP-UX stream was ported to all major *NIX platforms and small embedded systems. cfg2html works on Linux, HP-UX, SunOS, AIX etc.

See our GitHub Source development tree https://github.com/cfg2html/cfg2html and clone it to your system via:

git clone [email protected]:cfg2html/cfg2html.git
cd cfg2html
make help

If you do not want to build cfg2html by your own, we have pre-build installations that you can download from http://www.cfg2html.com

Issue Tracker

If you find a problem or bug, want to discuss feature requests, or have some bright new ideas, please create a new issue on our GitHub project page https://github.com/cfg2html/cfg2html/issues When using it, please ensure that any criticism you provide is constructive. Please do not use the issue tracker for general help and assistance with using cfg2html.

Feel free to open a pull request to fix a problem yourself or to contribute a new feature.

Contributing on GitHub

To contribute to a project that is hosted on GitHub, you can fork the project on github.com, then clone your fork locally, make a change, push back to GitHub and then send us a merge request for your pull, which will email the maintainer.

Please try to keep pull requests as small as possible - one new feature or fix set per pull request is preferred. This makes it easier to review and discuss your contribution.

Fork project on github:

git clone https://github.com/my-user/cfg2html
cd cfg2html
repeat (edit files),(testing) until OK
git add (modified files)
git commit -m 'Explain what I changed'
git push origin master

Then go to github and click the ‘pull request’ button!

ChangeLog and Tags

NOTE: This is only a suggestion!


$Id: README.md,v 6.12 2020/06/17 19:56:41 ralph Exp $

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].