Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhailms/system-config-check
Bash scripts for checking system configuration
https://github.com/mikhailms/system-config-check
Last synced: 2 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T19:58:46.000Z (over 6 years ago)
- Last Synced: 2024-11-08T15:40:00.669Z (about 2 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- 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