From source » Historique » Version 5
Patrice Nadeau, 2015-01-02 16:37
1 | 1 | Patrice Nadeau | h1. From source |
---|---|---|---|
2 | |||
3 | 4 | Patrice Nadeau | h2. Prérequis |
4 | |||
5 | Les utilitaires suivants sont requis : |
||
6 | 5 | Patrice Nadeau | <pre><code class="bash"> |
7 | zypper install make gcc |
||
8 | </code></pre> |
||
9 | 4 | Patrice Nadeau | |
10 | 2 | Patrice Nadeau | Télécharger |
11 | 1 | Patrice Nadeau | <pre><code class="bash"> |
12 | mkdir tmp |
||
13 | wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-4.0.8.tar.gz |
||
14 | wget http://nagios-plugins.org/download/nagios-plugins-2.0.3.tar.gz |
||
15 | </code></pre> |
||
16 | 3 | Patrice Nadeau | |
17 | Création de l'usager et groupe |
||
18 | <pre><code class="bash"> |
||
19 | useradd nagios |
||
20 | groupadd nagcmd |
||
21 | usermod -a -G nagcmd nagios |
||
22 | </code></pre> |