Mettre à jour Icinga-Web depuis le dépôt GIT

Avant de mettre à jour votre installation d’Icinga-web, pensez à sauvegarder votre installation actuelle. On commence par récupèrer la dernière version d’Icinga-web via le dépôt GIT : git clone git://git.icinga.org/icinga-web.gitgit clone git://git.icinga.org/icinga-web.git Maintenant, on rentre dans notre répertoire Icinga-web et on applique la même procédure que pour l’installation d’Icinga-web. cd icinga-web autoconf sh configure –prefix=/usr/local/icinga-web … Lire la suite

Participer à la traduction d’Icinga-web

Icinga vient de lancer un appel sur son blog pour aider à la traduction d’Icinga-web. Personnellement, j’ai commencé à faire 2/3 suggestions pour la traduction française. Mais je vous invite à relire mes propositions. Pour avoir accès directement aux traductions, c’est par ici que ça se passe : https://translate.icinga.org/pootle/.

Création d’un plugin pour Icinga / Nagios

Dans la suite logique de la mise en place d’Icinga, nous allons voir comment créer notre premier script bash pour Icinga et comment l’ajouter au localhost. Pour commencer, voici 2 liens sur la création de plugin pour Nagios : http://nagiosplug.sourceforge.net/developer-guidelines.html http://debianclusters.cs.uni.edu/index.php/Creating_Your_Own_Nagios_Plugin Et une traduction rapide du tableau du premier lien : Valeur Numérique Statut Description … Lire la suite

Installation d’Icinga-Web

Suite à mon tuto sur l’installation d’Icinga, je vais vous expliquer aujourd’hui comment installer Icinga-web. Les pré-requis On commence par installer les dépendances : apt-get install git-core autoconf apt-get install php5 php5-cli php5-mysql php5-xmlrpc php5-xsl php-pear php5-gd php5-ldapapt-get install git-core autoconf apt-get install php5 php5-cli php5-mysql php5-xmlrpc php5-xsl php-pear php5-gd php5-ldap Installation d’Icinga-Web On télécharge … Lire la suite

Installation d’Icinga

Cherchant des alternatives à Nagios, je suis tombé sur le projet Icinga. Icinga est un fork de Nagios, vous trouverez sur leur site le « pourquoi du fork ». J’ai donc installé Icinga sur une Debian 5.0. Les pré-requis On commence par installer les pré-requis : apt-get install apache2 build-essential libgd2-xpm-dev apt-get install libjpeg62 libjpeg62-dev libpng12-0 libpng12-dev … Lire la suite