https://github.com/mikhailms/system-config-check
Bash scripts for checking system configuration
https://github.com/mikhailms/system-config-check
Last synced: 11 months ago
JSON representation
Bash scripts for checking system configuration
- Host: GitHub
- URL: https://github.com/mikhailms/system-config-check
- Owner: MikhailMS
- Created: 2018-06-20T17:15:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T19:58:46.000Z (almost 8 years ago)
- Last Synced: 2025-06-30T22:01:57.856Z (11 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System configuration checker
## Installation
1. `git clone https://github.com/MikhailMS/system-config-check.git`
2. `cd system-config-check`
3. `bash system-check.sh`
## Features:
- [x] MacOS
- [x] Computer generic info, i.e name, kernel version, OS and etc
- [x] CPU stats (simple for the time being)
- [x] Memory and disc space (simple for the time being)
- [x] Network configuration
- [ ] Unix
- [ ] Computer generic info, i.e name, kernel version, OS and etc
- [x] CPU stats (simple for the time being)
- [x] Memory and disc space (simple for the time being)
- [x] Network configuration
## To Do List:
- [ ] Find a way to gain more information about CPU
- [ ] MacOS
- [ ] Unix
- [ ] Find a way to better present memory stats
- [ ] MacOS
- [ ] Unix
- [x] Network configuration for Unix
- [x] Shows Active network interfaces
- [x] Shows Inactive network interfaces
- [x] Add inactive interfaces into Network configuration on MacOS
## Tested on MacOS 10.13 & Centos 7 only