The script can monitor the following information to facilitate daily statistical inspection:

  • Internet connectivity
  • Operating system type
  • Operating system name
  • Operating system version
  • framework
  • Kernel version
  • host name
  • Internal IP
  • External IP
  • Domain Name Server
  • Logged in user
  • Memory usage
  • Exchange partition usage
  • Disk usage
  • Average load
  • System Up Time

One click script code:

yum install sysstat wget -y && wget -N --no-check-certificate https://raw.githubusercontent.com/Lcry/Command-file/master/monitor_ch.sh && chmod +x monitor_ch.sh && ./ monitor_ch.sh

Screenshot of execution results:
 Linux server resource monitoring script

Note: The script may not be perfect. In v0.1 version, the following improvements will be made later when there is time to send mailbox alarms and schedule tasks.