The script displays such information about the system as:
- Internet connection
 - OS
 - Architecture
 - Kernel Release
 - Hostname
 - Internal IP
 - External IP
 - Name Servers
 - Logged In users
 - Memory usage
 - Disk Usage
 - Load Average
 - I/O
 - Uptime
 
The script is run when you log on to the system or through the command "monitor". Works in such systems as CentOS 6 CentOS 7 Debian 8 Debian 9 Ubuntu 14 and higher.
- curl
 - wget
 - sysstat
 
Please start script as root.
$ git clone https://github.com/flover97/monitor.git
$ cd monitor
$ chmod +x monitor.sh
# ./monitor.sh$ wget https://raw.githubusercontent.com/flover97/monitor/master/monitor.sh && bash -x monitor.sh
