Update README.md
This commit is contained in:
parent
8d6fd00c49
commit
19ed1146e6
1 changed files with 83 additions and 84 deletions
153
README.md
153
README.md
|
@ -20,101 +20,108 @@
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- [Features](#features)
|
||||||
|
- [Requirements](#requirements)
|
||||||
|
- [Install](#install)
|
||||||
|
- [Sample MOTD32 report](#Sample MOTD32 report)
|
||||||
|
- [Documentation](#documentation)
|
||||||
|
- [Stats Repo](#Stats Repo)
|
||||||
|
- [License](#license)
|
||||||
|
|
||||||
|
|
||||||
</p><ul class="toc">
|
Features
|
||||||
<li>
|
--------
|
||||||
<a href="#motds32-documentation">MOTDs32 Documentation</a>
|
- Add stats in SSH connection or in the shell
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#installation">INSTALLATION</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#update">UPDATE</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#sample-motd32-report">Sample MOTD32 report</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#explanation-of-the-report">Explanation of the report</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#author">Author</a>
|
|
||||||
original fork https://bitbucket.org/hetii/motdstat
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<p></p>
|
|
||||||
<h2 id="motds32-documentation" data-source-line="20"><a class="anchor" href="#motds32-documentation"><span class="octicon octicon-link">MOTDs32 Documentation:</span></a></h2>
|
|
||||||
<p data-source-line="23">Original project:
|
|
||||||
<a href="http://www.gelogic.net/">http://www.gelogic.net/</a></p>
|
|
||||||
|
|
||||||
<p data-source-line="26">MOTDs32 is a fork of the excelent MOTDstat !</p>
|
Requirements
|
||||||
<p data-source-line="28">Usage: generate dynamicaly the /etc/motd file with current information about system resources and usage</p>
|
------------
|
||||||
<p data-source-line="30">Using crontab the script will periodically display status of system resources and services.</p>
|
- SHELL >= bash: 4.3.30(1)
|
||||||
<p data-source-line="32">The original message of the day is now stored in /etc/motd.orig file.</p>
|
|
||||||
<p data-source-line="34">Everytime you connect throught the SSH you will see some informations (customisable).</p>
|
|
||||||
|
|
||||||
<p data-source-line="37"><a href="https://gitlab.echosystem.fr/Erreur32/MOTDs32/blob/master/README.md#sample-motd32-report">See example</a></p>
|
[Original project](http://www.gelogic.net/)
|
||||||
<hr>
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="installation" data-source-line="44"><a class="anchor" href="#installation"><span class="octicon octicon-link">INSTALLATION:</span></a></h2>
|
MOTDs32 is a fork of the excelent MOTDstat !
|
||||||
|
|
||||||
(See <a href="https://gitlab.echosystem.fr/Erreur32/MOTDs32/blob/master/INSTALL">INSTALL</a> file.)<br><br>
|
Usage: generate dynamicaly the /etc/motd file with current information about system resources and usage
|
||||||
<p data-source-line="46"><code class="hljs">git clone <a href="https://gitlab.echosystem.fr/Erreur32/MOTDs32.git">https://gitlab.echosystem.fr/Erreur32/MOTDs32.git</a></code></p>
|
|
||||||
|
|
||||||
<p data-source-line="48">type inside the directory:</p>
|
Using crontab the script will periodically display status of system resources and services.
|
||||||
|
|
||||||
<code class="hljs">./install.sh</code>
|
The original message of the day is now stored in /etc/motd.orig file.
|
||||||
<p>Answer: y (install the package needed) </p>
|
|
||||||
|
Everytime you connect throught the SSH you will see some informations (customisable).
|
||||||
|
|
||||||
|
|
||||||
|
Install
|
||||||
|
--------
|
||||||
|
(See [install](https://gitlab.echosystem.fr/Erreur32/MOTDs32/blob/master/INSTALL) file.)
|
||||||
|
|
||||||
|
type inside the directory:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ ./install.sh
|
||||||
|
```
|
||||||
|
Answer: y (install the package if needed)
|
||||||
|
|
||||||
If you want some help,
|
If you want some help,
|
||||||
try this command: /usr/bin/motds32
|
try this command: /usr/bin/motds32
|
||||||
or
|
or
|
||||||
<code>motd
|
|
||||||
</code></pre>
|
motd
|
||||||
<pre data-source-line="50"><code class="hljs">motd
|
|
||||||
|
```bash
|
||||||
|
$ motd
|
||||||
Usage: motds32 OPTIONS
|
Usage: motds32 OPTIONS
|
||||||
-g, --generate Check system status and generate it to /etc/motd file
|
-g, --generate Check system status and generate it to /etc/motd file
|
||||||
-s, --status Show limited content of MOTD file
|
-s, --status Show limited content of MOTD file
|
||||||
-v, --version Display information about motds32 version and author
|
-v, --version Display information about motds32 version and author
|
||||||
-m, --MotD32 See the MOTD file
|
-m, --MotD32 See the MOTD file
|
||||||
</code></pre>
|
```
|
||||||
|
|
||||||
You can see the result with :
|
You can see the result with :
|
||||||
|
```bash
|
||||||
|
$ cat /etc/motd
|
||||||
|
```
|
||||||
|
|
||||||
<code>cat /etc/motd</code>
|
or
|
||||||
<br>or
|
```bash
|
||||||
<code>usr/bin/motds32 -c</code>
|
$ usr/bin/motds32 -c
|
||||||
<br>or
|
```
|
||||||
<code>motd -m</code><br><br>
|
or
|
||||||
|
```
|
||||||
|
$ motd -m
|
||||||
|
```
|
||||||
|
|
||||||
<h2>You can set differents features in /etc/motds32/motds32.conf</h2>
|
#You can set differents features in /etc/motds32/motds32.conf
|
||||||
|
|
||||||
<br><br>
|
UPDATE:
|
||||||
<h2 id="update" data-source-line="52"><a class="anchor" href="#update">UPDATE:</a></h2>
|
----
|
||||||
need to redownload the last version form gitlab, do the following:
|
need to redownload the last version form gitlab, do the following:
|
||||||
<pre data-source-line="55"><code class="hljs">git clone https://gitlab.echosystem.fr/Erreur32/MOTDs32.git
|
```bash
|
||||||
cd MOTDs32
|
$ git clone https://gitlab.echosystem.fr/Erreur32/MOTDs32.git
|
||||||
./uninstall.sh
|
$ cd MOTDs32
|
||||||
git pull
|
$ ./uninstall.sh
|
||||||
./install.sh
|
$ git pull
|
||||||
</code></pre>
|
$ ./install.sh
|
||||||
|
```
|
||||||
|
|
||||||
## Stats Repo:
|
Stats Repo:
|
||||||
|
------
|
||||||
|
|
||||||
- https://echosystem.fr/MOTDs32
|
- https://echosystem.fr/MOTDs32
|
||||||
- https://echosystem.fr/MOTDs32/32.html
|
- https://echosystem.fr/MOTDs32/32.html
|
||||||
- https://echosystem.fr/MOTDs32/Stats/index.html
|
- https://echosystem.fr/MOTDs32/Stats/index.html
|
||||||
|
|
||||||
|
|
||||||
<hr>
|
Sample MOTD32 report
|
||||||
<h2 id="sample-motd32-report" data-source-line="74"><a class="anchor" href="#sample-motd32-report"><span class="octicon octicon-link">Sample MOTD32 report</span></a></h2>
|
------
|
||||||
<pre data-source-line="77"><code class="hljs">00:03:47 19/07 @echosystem .../Stats-tools/MOTDs32 (master)# /usr/bin/motds32 -c
|
```bash
|
||||||
|
$ /usr/bin/motds32 -c
|
||||||
|
```
|
||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
motd -m
|
```bash
|
||||||
|
$ motd -m
|
||||||
Read motds32 file
|
Read motds32 file
|
||||||
echosystem.fr > status at 10:05 > 5min load is 0.82 on 8 cpu(s)
|
echosystem.fr > status at 10:05 > 5min load is 0.82 on 8 cpu(s)
|
||||||
|
|
||||||
|
@ -156,11 +163,12 @@ Local Users : 2 Processes: 282
|
||||||
----------- --- ------------ ----------
|
----------- --- ------------ ----------
|
||||||
|
|
||||||
vendredi 21 juillet 2017, 10:05:39 (UTC+0200)
|
vendredi 21 juillet 2017, 10:05:39 (UTC+0200)
|
||||||
|
```
|
||||||
|
|
||||||
</code></pre><h2 id="explanation-of-the-report" data-source-line="127"><a class="anchor" href="#explanation-of-the-report"><span class="octicon octicon-link">Explanation of the report</span></a></h2>
|
Explanation of the report
|
||||||
<pre data-source-line="129"><code class="hljs">Explanation of the report
|
-----
|
||||||
-------------------------
|
|
||||||
|
|
||||||
|
```bash
|
||||||
system hostname report time system load
|
system hostname report time system load
|
||||||
| | |
|
| | |
|
||||||
| NTP status | | Number of CPU(s)
|
| NTP status | | Number of CPU(s)
|
||||||
|
@ -168,19 +176,10 @@ Local Users : 2 Processes: 282
|
||||||
V V V V V
|
V V V V V
|
||||||
echosystem.fr+-+ > status at 00:03 > 5min load is 0.75 on 8 cpu(s)</code></pre>
|
echosystem.fr+-+ > status at 00:03 > 5min load is 0.75 on 8 cpu(s)</code></pre>
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
View on terminal screen the resultat:
|
Powered by 🅴🆁🆁🅴🆄🆁32
|
||||||
<a class="anchor" href="">...</a>
|
|
||||||
|
|
||||||
<h2 id="author" data-source-line="144"><a class="anchor" href="#author"><span class="octicon octicon-link"></span></a>Author</h2>
|
|
||||||
original project: https://bitbucket.org/hetii/motdstat.git <br><br>
|
|
||||||
<div class="success" data-source-line="146">
|
|
||||||
<p> 🅴🆁🆁🅴🆄🆁32</p>
|
|
||||||
</div>
|
|
||||||
<div class="warning" data-source-line="152">
|
|
||||||
<p>Hosted on</p>
|
|
||||||
</div>
|
|
||||||
<div class="info" data-source-line="158">
|
|
||||||
<p>🅴🅲🅷🔵🆂🆈🆂🆃🅴🅼</p>
|
<p>🅴🅲🅷🔵🆂🆈🆂🆃🅴🅼</p>
|
||||||
</div>
|
|
||||||
</article>
|
|
Loading…
Reference in a new issue