Skip to content

flover97/monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor

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.

Preview:

Start as command startup at session entry

For the script to work properly you need:

  • curl
  • wget
  • sysstat

Installation with git:

Please start script as root.

$ git clone https://github.com/flover97/monitor.git
$ cd monitor
$ chmod +x monitor.sh
# ./monitor.sh

Installation with wget:

$ wget https://raw.githubusercontent.com/flover97/monitor/master/monitor.sh && bash -x monitor.sh