8000 GitHub - rob-wess/bash-check-script: Basic system checks with formatting
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rob-wess/bash-check-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

bash-check-script

Basic system checks with formatting. Tested on CentOS 7 only.

The script run multiple checks and outputs information with formatting.

Can be modified to check for anything. Currently, it checks for resolv.conf settings, running services (via an array), disk space, and ping tests.

Note: The service checks run systemctl commands. Replace them with the 'service' command on line 47 to run on CentOS/RHEL 6. To change the services that are checked, update the 'services' array variable on line 39.

Note: For testing purposes, a bogus serivce with the name of 'lkjsdf' has been placed in the services array on line 39.

About

Basic system checks with formatting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0