Installation de Nagios sous Ubuntu
Résolu
Abd ARRA7MEN
Messages postés
37
Date d'inscription
Statut
Membre
Dernière intervention
-
debonzy -
debonzy -
Bonjour,
je suis entrain d'installer le logiciel Nagios, j'ai tappé ce code,""make install-webconf"" et voila le message affiché :
/usr/bin/install -c -m 644 sample-config/httpd.conf /etc/httpd/conf.d/nagios.conf
/usr/bin/install: cannot create regular file '/etc/httpd/conf.d/nagios.conf': No such file or directory
make: *** [install-webconf] Error 1
normallement le chemin correct et celui-la: /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/apache2/conf.d/nagios.conf
Une idé s v p :)
je suis entrain d'installer le logiciel Nagios, j'ai tappé ce code,""make install-webconf"" et voila le message affiché :
/usr/bin/install -c -m 644 sample-config/httpd.conf /etc/httpd/conf.d/nagios.conf
/usr/bin/install: cannot create regular file '/etc/httpd/conf.d/nagios.conf': No such file or directory
make: *** [install-webconf] Error 1
normallement le chemin correct et celui-la: /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/apache2/conf.d/nagios.conf
Une idé s v p :)
A voir également:
- Installation de Nagios sous Ubuntu
- Installation windows 10 sans compte microsoft - Guide
- Ubuntu 32 bits - Télécharger - Systèmes d'exploitation
- Installation chromecast - Guide
- Installation clavier arabe - Télécharger - Divers Web & Internet
- Installation calculatrice - Télécharger - Calcul & Conversion
mkdir /etc/httpd
mkdir /etc/httpd/conf.d
mkdir /etc/httpd/conf.d/nagios.conf