background preloader

ACCUEIL

ACCUEIL

accueil [Projet Vigilo] Vigilo est une solution complète de supervision capable de gérer des systèmes d'envergure (réseau et serveurs) grâce à une architecture répartie et modulaire. Construit autour de Nagios, Vigilo traite en complément la métrologie, la cartographie, la corrélation d'évènements et le reporting. Vigilo offre d'autre part de nouvelles fonctionnalités : bac à évènements, navigateur dans les graphes, gestion centralisée des configurations, remontée des traps SNMP, etc. Septembre 2012 : Mise à disposition de la version Source CS met à disposition les sources de la version de démonstration Vigilo 2.1 sur Source Le LiveCD a également été reconstruit avec ces mêmes sources. Juillet 2012 : Mise à disposition de la version LiveCD CS présente la version de démonstration Vigilo 2.1 sur LiveCD Juin 2012 : Vigilo au salon solutions Linux 2012 CS présentera la dernière version Entreprise de sa solution de supervision de performances Vigilo au salon solutions Linux les 19-20-21 juin 2012. Dans cette version :

Openfire Server The Jitsi project have just announced that Jitsi Videobridge is now compatible with WebRTC and can be used as a central relaying point for web video conferences (or web+Jitsi). You can check out shot of a first prototype here. A big thank you to Emil Ivov, Philipp Hancke (estos.de) and Lyubomir Marinov (jitsi.org) for making this happen and sharing it with the rest of us I was keen to see this in action with Openfire as Jitsi Videobridge works fine as an Openfire plugin and it will add the much needed and anticipated video streams forwarding/relaying feature to WebRTC applications as Red5 does to Flash Player. I copied all the required files to my Openfire server, made some minor adjustments for Openfire and as you can see below, it works!! However it is early days. Jitsi Videobridge plugin for Openfire is now available here at igniterealtime.org with the webrtc-based video conferencing application embedded as a web service. To help those cannot build openfire 3.9.0 from source.

Open Monitoring Distribution - start Zabbix Dans ce dossier, figure une présentation des fonctionnalités de Zabbix, ainsi qu’un ensemble de documentations et de tutoriels sur la mise en place d’une architecture de supervision Zabbix. Pour toutes questions, informations complémentaires sur Zabbix, rendez-vous sur le forum du site. Zabbix ( est une solution de supervision open source. Ce logiciel permet de superviser des réseaux, et de surveiller les statuts de différents services, systèmes et réseaux. Un peu similaire à Nagios, Zabbix utilise un système de templates pour définir des hôtes à superviser, ce qui le rend très pratique pour la définition de grosses infrastructures. La partie serveur s’installe exclusivement sur Linux, quant à la partie agent, elle est disponible sur de nombreux systèmes d’exploitation (Windows, Linux, Solaris, FreeBSD, …etc, pour une liste plus complète voir ‘lien’), offrant ainsi une solution adaptive.

Step-by-Step: Configuring a 2-node multi-site cluster on Windows Server 2008 R2 – Part 1 « Clustering For Mere Mortals Introduction Welcome to Part 1 of my series “Step-by-Step: Configuring a 2-node multi-site cluster on Windows Server 2008 R2″. Before we jump right in to the details, let’s take a moment to discuss what exactly a multi-site cluster is and why I would want to implement one. I mentioned “cross-subnet failover” as a great new feature of Windows Server 2008 Failover Clustering, and it is a great new feature. Network Considerations All Microsoft failover clusters must have redundant network communication paths. The most common cause of confusion with the Node and File Share Majority quorum is the placement of the File Share Witness. Option 1 – place the file share in the primary site. This is certainly a valid option for disaster recovery, but not so much for high availability. Option 2 – place the file share in the secondary site. This is not such a good idea. Option 3 – place the file share witness in a 3rd geographic location Configure the Cluster Figure 1 – Add the Failover Clustering Role

FAN « Fully Automated Nagios Shinken Ce dossier a été réalisé par : Le projet Shinken consiste en une refonte complète du cœur de Nagios en Python, lui apportant une nouvelle architecture plus souple et plus facile à maintenir que le daemon monolithique actuel. Se basant sur une vue Unix, l’architecture se compose de daemons simples qui coopèrent afin de proposer les mêmes fonctionnalités que Nagios, voir plus. Le nom est inspiré des sabres Shinken japonais qui sont les armes les plus coupantes des guerriers. Documentation Chapitre 1 - Shinken Chapitre 2 - Installation Chapitre 2 - Configuration Chapitre 3 - Expertise Chapitre 4 - Suppléments Nouvelle Documentation Cette documentation est basé sur un code couleur pour vous montrer rapidement le niveau de complexité des parties de la documentation. Débuter avec Shinken Approfondir votre connaissance de Shinken Perfectionnez vous avec Shinken Annexe

How to manage Windows services with PowerShell | Sysadmin's tricks Here I’ll show you how to manage Windows services using PowerShell. First we need get services we will be working with: Commands: Get-Service gives you list of all services on the host but if you need more settings, it’s better to use WMI Get-WmiObject Win32_Service command. Using filter Where-Object we’re able to sort services as we want: Next we can manage services using Set-Service command: <#Set service named Servicename to Disable startup mode and Stop it, if no any dependencies: #> Set-Service -name Servicename -StartupType Disabled -Status Stopped # If service has dependencies, use following command to stop service: Stop-Service -Name Servicename -Force #Set service named Spooler to Auto startup mode and start it: Set-Service -name spooler -StartupType Automatic -Status Running Using all info above we are able manage services on Windows computers. Example 1: Set list of services to Disabled startup mode and Stop them: Example2: Set list of services to Auto startup mode and Start them:

Nagios - The Industry Standard in IT Infrastructure Monitoring Centreon - Open Source Network, Systems and Application monitoring solution

Related: