Update README.md

This commit is contained in:
Erreur32 2017-08-01 13:11:45 +02:00
parent 86b68554ca
commit f0972ca14e
1 changed files with 38 additions and 43 deletions

View File

@ -1,9 +1,10 @@
[![MIT Licence](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)]() [![MIT Licence](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)]()
*fork of MOTDstat https://bitbucket.org/hetii/motdstat* *fork of MOTDstat https://bitbucket.org/hetii/motdstat*
## MODstat project 2017 by 🅴🆁🆁🅴🆄🆁32
## MODstat 2017
**MOTDs32** = MOTD + Stats32 **MOTDs32** = MOTD + Stats32
@ -20,40 +21,41 @@
`--' `--' `-----' `--' `-------' `----' `----' '-----' `--' `--' `-----' `--' `-------' `----' `----' '-----'
| + | | + |
by 🅴🆁🆁🅴🆄🆁32
``` ```
[Features](#features) | [Requirements](#requirements) | [Installation](#install) | [Documentation](#documentation) | [Sample Report](#sample-motd32-report) | [Stats git Repo](#stats-repo-) | [License](#license) [What it is?](#what-it-is) | [Requirements](#requirements) | [Installation](#install) | [Documentation](#documentation) | [Sample Report](#sample-motd32-report) | [Stats git Repo](#stats-repo-) | [License](#license)
---------------|---------------------|-----------------|-----------------|------------------------------------------|----------------------|---------------------- ---------------|---------------------|-----------------|-----------------|-------------------------|----------------------|----------------------
What it is?
----------
MOTDs32 is a fork of the excelent MOTDstat ! [Original project](http://www.gelogic.net/)
*Usage: generate dynamicaly the /etc/motd file with current information about system resources and usage
The original message of the day is now stored in /etc/motd.orig file.
Everytime you connect throught the SSH you will see some informations (customisable).*
Features - It's only for a g33k or adminsys for check some services status in the shell.
--------
- Add a beautifull MOTD for shell bash, each ssh connection and also aith command. - Add a beautifull MOTD for shell bash, each ssh connection and also aith command.
Requirements Requirements
------------ ------------
- SHELL >= bash: 4.3.30(1) - SHELL >= bash: 4.3.30(1)
- figlet (*install auto in install.sh*)
[Original project](http://www.gelogic.net/) - build-essential (package for build) (*install auto in install.sh*)
MOTDs32 is a fork of the excelent MOTDstat !
Usage: generate dynamicaly the /etc/motd file with current information about system resources and usage
Using crontab the script will periodically display status of system resources and services.
The original message of the day is now stored in /etc/motd.orig file.
Everytime you connect throught the SSH you will see some informations (customisable).
Install Installation
------- ------------
(See [install](https://gitlab.echosystem.fr/Erreur32/MOTDs32/blob/master/INSTALL) file.) (See [install](https://gitlab.echosystem.fr/Erreur32/MOTDs32/blob/master/INSTALL) file.)
@ -61,20 +63,21 @@ Install
```bash ```bash
$ ./install.sh $ ./install.sh
``` --> Answer: y and enter (install the package if needed)
Answer: y (install the package if needed) --> see option 3 for uninstall
If you want some help, try this command in your shell:
``` ```
/usr/bin/motds32
or - You can set differents features in /etc/motds32/motds32.conf
motd -
```
Documentation Documentation
------------- -------------
inn your shell bash type: motd
```bash ```bash
$ motd $ motd
@ -85,30 +88,27 @@ Usage: motds32 OPTIONS
-m, --MotD32 See the MOTD file -m, --MotD32 See the MOTD file
``` ```
You can see the result with : Result with **CAT**:
```bash ```bash
$ cat /etc/motd $ cat /etc/motd
``` ```
or Result with **motds32**:
```bash ```bash
$ usr/bin/motds32 -c $ /usr/bin/motds32
```
or
```
$ motd -m
``` ```
#You can set differents features in /etc/motds32/motds32.conf
Update: Update:
------- -------
need to redownload the last version form gitlab, do the following: need to redownload the last version form gitlab, do the following:
```bash ```bash
$ git clone https://gitlab.echosystem.fr/Erreur32/MOTDs32.git $ git clone https://gitlab.echosystem.fr/Erreur32/MOTDs32.git
$ cd MOTDs32 $ cd MOTDs32
$ ./uninstall.sh $ ./install.sh (option 3)
$ git pull $ git pull
$ ./install.sh $ ./install.sh
``` ```
@ -118,11 +118,6 @@ $ ./install.sh
Sample MOTD32 Report Sample MOTD32 Report
-------------------- --------------------
```bash
$ /usr/bin/motds32 -c
```
--------------------------------------------------
```bash ```bash
$ motd -m $ motd -m