2 Forks
1 Stars
1 Watchers

systatus

Systatus is a shell script to show basic information about your server which can be useful to have a quick glance of your system and rule out obvious issues if anything is going wrong. There are two versions of this script, one to run at the shell startup ( ~/.bash_profile ) which also sets the prompt and useful aliases, and the other one to invoke whenever you want ( systatus.sh , which you may alias as systatus or sysinfo ), which can be piped to more as it shows more verbose information. The software section is normally configured to provide information about a LAMP webserver but you can edit it to include or exclude more software you want to be sure is running.

How to download and setup systatus

Open terminal and run command
git clone https://github.com/ElfQrin/systatus.git
git clone is used to create a copy or clone of systatus repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with systatus https://github.com/ElfQrin/systatus/archive/master.zip

Or simply clone systatus with SSH
[email protected]:ElfQrin/systatus.git

If you have some problems with systatus

You may open issue on systatus support forum (system) here: https://github.com/ElfQrin/systatus/issues