The Wayback Machine - https://web.archive.org/web/20201117041603/https://github.com/flover97/monitor
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.