MOTDs32/README.md

147 lines
7.3 KiB
Markdown
Raw Normal View History

2017-07-19 13:07:31 +02:00
<article><p data-source-line="2"><a href="https://gitlab.echosystem.fr/Erreur32/MOTDs32/commits/master"><img src="https://gitlab.echosystem.fr/Erreur32/MOTDs32/badges/master/coverage.svg" alt="coverage report"></a></p>
2017-07-19 10:01:43 +02:00
<p data-source-line="6">(2017) New project MOTDs32 by Erreur32</p>
<p data-source-line="8"><a href="https://gitlab.echosystem.fr/Erreur32/MOTDs32">https://gitlab.echosystem.fr/Erreur32/MOTDs32</a></p>
2017-07-19 13:15:28 +02:00
<pre data-source-line="10"><code class="hljs">
,--. ,--. ,-----. ,--------.,------. ,----. ,---.
2017-07-19 10:01:43 +02:00
| `.' |' .-. ''--. .--'| .-. \ ,---. '.-. |'.-. \
| |'.'| || | | | | | | | \ :( .-' .' &lt; .-' .'
| | | |' '-' ' | | | '--' /.-' `)/'-' |/ '-.
`--' `--' `-----' `--' `-------' `----' `----' '-----'
| + |</code></pre><p data-source-line="18">
</p><ul class="toc">
<li>
<a href="#motds32-documentation">MOTDs32 Documentation:</a>
</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>
</li>
</ul>
<p></p>
<h2 id="motds32-documentation" data-source-line="20"><a class="anchor" href="#motds32-documentation"><span class="octicon octicon-link"></span></a>MOTDs32 Documentation:</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>
<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>
<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>
2017-07-19 10:04:00 +02:00
<p data-source-line="37"><a href="https://gitlab.echosystem.fr/Erreur32/MOTDs32/blob/master/README.md#sample-motd32-report">See example</a></p>
2017-07-19 10:01:43 +02:00
<hr>
<h2 id="installation" data-source-line="44"><a class="anchor" href="#installation"><span class="octicon octicon-link"></span></a>INSTALLATION:</h2>
2017-07-19 12:55:35 +02:00
<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>
2017-07-19 10:01:43 +02:00
<p data-source-line="48">type inside the directory:</p>
2017-07-19 12:58:45 +02:00
<pre data-source-line="50"><code class="hljs">./Install.sh</code></pre>
2017-07-19 13:05:37 +02:00
<pre data-source-line="50"><code class="hljs">FINISH !!!</code></pre>
2017-07-19 13:07:31 +02:00
<code>
If you want to check MANUALY,
2017-07-19 13:05:37 +02:00
2017-07-19 13:07:31 +02:00
try this command: /usr/bin/motds32
2017-07-19 13:03:44 +02:00
2017-07-19 13:05:37 +02:00
Full automated script.
2017-07-19 13:07:31 +02:00
</code>
2017-07-19 13:03:44 +02:00
<pre data-source-line="50"><code class="hljs">
2017-07-19 12:59:39 +02:00
/usr/bin/motds32
2017-07-19 12:58:45 +02:00
Usage: motds32 OPTIONS
-g, --generate Check system status and generate it to /etc/motd file
-s, --status Show limited content of MOTD file
-v, --version Display information about motds32 version and author
2017-07-20 11:08:15 +02:00
-m, --MotD32 See the MOTD file
2017-07-19 13:03:44 +02:00
</code></pre>
2017-07-19 13:09:02 +02:00
You can see the result with :
<code>cat /etc/motd</code>
<br>or
<br>
<code>usr/bin/motds32 -c</code>
2017-07-19 12:58:45 +02:00
<h2 id="update" data-source-line="52"><a class="anchor" href="#update"><span class="octicon octicon-link"></span></a>UPDATE:</h2>
2017-07-19 10:01:43 +02:00
<pre data-source-line="55"><code class="hljs">cd /PATH/MOTDs32
2017-07-19 12:53:43 +02:00
git pull</code></pre>
2017-07-19 12:53:09 +02:00
2017-07-19 10:02:51 +02:00
<hr>
<h2 id="sample-motd32-report" data-source-line="74"><a class="anchor" href="#sample-motd32-report"><span class="octicon octicon-link"></span></a>Sample MOTD32 report</h2>
2017-07-19 13:03:44 +02:00
<pre data-source-line="77"><code class="hljs">00:03:47 19/07 @echosystem .../Stats-tools/MOTDs32 (master)# /usr/bin/motds32 -c
--------------------------------------------------
2017-07-19 00:05:06 +02:00
motds32 check motd file
2017-07-19 10:01:43 +02:00
echosystem.fr &gt; status at 00:03 &gt; 5min load is 0.75 on 8 cpu(s)
2017-07-19 00:05:06 +02:00
Disk status | Memory status | Service status
partition free usg | Memory used kB [%] | service(s) (count)
/ 5,9G 68% | Memory: 61431116 92% | tcp/0.0.0.0:2222
/home 1,5T 12% | Swap: 3500 0% | tcp6/:::2222
| Buffers: 1266580 | tcp/0.0.0.0:25
| Cached: 50682196 | tcp6/:::25
| | tcp/127.0.0.1:8080
| | tcp6/:::80
| | tcp6/:::443
| | udp/37.187.162.229:123
| | udp/127.0.0.1:123
| | udp/0.0.0.0:123
| | udp6/fe80::ec4:7aff:fe0f:123
| | udp6/2001:41d0:d:2e5:::123
| | udp6/::1:123
2017-07-18 23:06:11 +02:00
2017-07-19 00:07:36 +02:00
_ _ __
___ ___| |__ ___ ___ _ _ ___| |_ ___ _ __ ___ / _|_ __
/ _ \/ __| '_ \ / _ \/ __| | | / __| __/ _ \ '_ ` _ \ | |_| '__|
| __/ (__| | | | (_) \__ \ |_| \__ \ || __/ | | | | |_| _| |
\___|\___|_| |_|\___/|___/\__, |___/\__\___|_| |_| |_(_)_| |_|
|___/
2017-07-19 10:01:43 +02:00
/bin/bash ==&gt; root
2017-07-19 00:07:36 +02:00
00:05:44 up 64 days, 5:35, 3 users, load average: 1,18, 0,84, 0,70
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
erreur32 pts/0 213.173.170.22 15:43 6:51m 1.62s 0.03s sshd: erreur32 [priv]
erreur32 pts/1 2a01:e35:8aa3:87 18:35 1:06m 2.55s 0.02s sshd: erreur32 [priv]
erreur32 pts/2 2a01:e35:8aa3:87 18:44 2.00s 3.29s 0.02s sshd: erreur32 [priv]
Debian GNU/Linux 8.8 (jessie) (3.16.0-4-amd64).
Kernel Info: Linux 3.16.0-4-amd64 x86_64
----------- --- ------------ ----------
System load : 1.18 IP Address: 37.187.162.229
Memory usage: 14.4% System uptime: 64 days
Usage on / : 68% Swap usage: 0.0%
Local Users : 3 Processes: 286
----------- --- ------------ ----------
2017-07-19 10:02:51 +02:00
mercredi 19 juillet 2017, 00:05:44 (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"></span></a>Explanation of the report</h2>
<pre data-source-line="129"><code class="hljs">Explanation of the report
2017-07-18 23:06:11 +02:00
-------------------------
system hostname report time system load
| | |
| NTP status | | Number of CPU(s)
| | | | |
V V V V V
2017-07-19 13:12:19 +02:00
echosystem.fr+-+ > status at 00:03 > 5min load is 0.75 on 8 cpu(s)</code></pre>
<h2 id="author" data-source-line="144"><a class="anchor" href="#author"><span class="octicon octicon-link"></span></a>Author</h2>
2017-07-19 10:02:51 +02:00
<div class="success" data-source-line="146">
2017-07-19 10:01:43 +02:00
<p>by 🅴🆁🆁🅴🆄🆁32</p>
</div>
2017-07-19 10:02:51 +02:00
<div class="warning" data-source-line="152">
2017-07-19 10:01:43 +02:00
<p>Hosted on</p>
</div>
2017-07-19 10:02:51 +02:00
<div class="info" data-source-line="158">
2017-07-19 10:01:43 +02:00
<p>🅴🅲🅷🔵🆂🆈🆂🆃🅴🅼</p>
</div>
</article>