background preloader

Monitoring

Facebook Twitter

Fred_clx: “@bortzm. Download - Open Source Monitoring. SMBTA Stresstest 0.0.4 appliance features SMB Traffic Analyzer 1.2.5 and runs webSMBTA out of the box « hhetter's blog. Should you read this article in a blog roll, and have the impression what you read is from outer space, note this article is about the SMB Traffic Analyzer project, a software suite to provide statistical traffic analysis for Samba networks. A browser showing webSMBTA, connected to a SMBTA Stresstest 0.0.4 virtual machine. Ever wanted to just try SMB Traffic Analyzer to see what it can do for you, but have been hindered by the hassle of setup and configuration?

Today the SMBTA team released SMBTA Stresstest 0.0.4, a complete self containing appliance to be run by your virtualization software, such as vmware or VirtualBox. It has never been easier to give SMBTA a try. An instance of the smbtamonitor real time program running against SMBTA Stresstest 0.0.4 in VirtualBox. Just download the OVF image we provide via SUSE Gallery, setup your virtual machine to have network access, and point your web browser to the hostname or IP adress of your virtual machine. Like this: Like Loading... 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. LiveCD 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.

Understanding Macros and How They Work. Up To: Contents See Also: List of Available Macros Macros One of the main features that make Nagios so flexible is the ability to use macros in command defintions. Macros allow you to reference information from hosts, services, and other sources in your commands. Macro Substitution - How Macros Work Before Nagios executes a command, it will replace any macros it finds in the command definition with their corresponding values. Certain macros may themselves contain other macros. Example 1: Host Address Macro When you use host and service macros in command definitions, they refer to values for the host or service for which the command is being run. Define host{ host_name linuxbox address 192.168.1.2 check_command check_ping ... } define command{ command_name check_ping command_line /usr/local/nagios/libexec/check_ping -H $HOSTADDRESS$ -w 100.0,90% -c 200.0,60% } the expanded/final command line to be executed for the host's check command would look like this: Pretty simple, right?

On-Demand Macros. Munin Exchange | Plugins. Short version: ¶ Now the official way of contributing to 3rd-party plugin is to fork our new ​git contrib repo. Longer version: ¶ The exchange website was perfect for us to have community plugins, sadly it is no longer working correctly, as uploads and download are broken. We managed to contact the admin, but he didn't manage to solve the issue in the little free time he has currently, but he kindly offered a dump of both the code and the data.

The problem is that it is coded in python with django, so we decided to move all the plugins repository over to github as we clearly lack skills on that. This move has some good and bad points : Distributed version came in for free. Ideal world would be to be able to hook up the old interface with a github repo. Plugins Fail2Ban pour Munin | Majorxtrem's Blogs. Août 14 Ne trouvant pas mon bonheur parmi les plugins munin pour fail2ban j’ai décidé de l’écrire moi même.

Le plugins s’adapte automatiquement à votre fail2ban car il récupère les jails activées. On crée le fichier /usr/share/munin/plugins/fail2ban et on le remplit le avec le code ci-dessous #! /bin/bash PROGNAME=fail2ban STATEDIR=/var/lib/munin/plugin-state LISTJAIL=$(fail2ban-client status | grep " Jail list:" | sed 's/`- Jail list:\t\t//g' | sed 's/,//g') if [ "$1" = "config" ] then echo 'system.type ABSOLUTE' echo 'graph_title Fail2ban' echo 'graph_vlabel Number of ban' echo 'graph_category Security' for f in $LISTJAIL; do echo "$f.label $f" done exit 0 fi for f in $LISTJAIL; do echo "$f.value $(fail2ban-client status $f | grep " Currently banned:" | sed 's/ |- Currently banned:\t//g')" done Ensuite on active le plugins en créant le lien symbolyque ln -s /usr/share/munin/plugins/fail2ban /etc/munin/plugins/ vi /etc/munin/plugin-conf.d/munin-node On ajoute à la fin : [fail2ban] user root.

OCS Inventory NG - Bienvenue sur le site d'OCS Inventory NG ! Shinken 0.4 : la libéllule décadente se pose « monitoring-fr.org. L’équipe de Shinken vient de sortir une nouvelle version de son outil de supervision. Étape importante pour ce projet, c’est la première a être validée pour installation en production ! Un rattrapage des derniers manques par rapport à Nagios Comme à leur habitude, les développeurs de l’outil, compatible avec Nagios et sa myriade de plugins, ne se sont pas tournés les pouces.

Cette version était destinée à régler tous les derniers points qui manquaient par rapport à son grand frère : Chargement des données de rétention au format NagiosGestion des caractères ! Et * dans les associations services sur hôtesLes commandes de données de performances sont gérées (comme celles de Centreon par exemple)Gestion des variables d’environnements _NAGIOS* pour les sondes L’utilisateur n’a ainsi plus à craindre de perdre des fonctionnalités en passant de Nagios à Shinken. Des nouvelles fonctionnalités Ils n’ont pu cependant s’empêcher de rajouter quelques nouvelles fonctionnalités au passage : define host {

LogAnalyzer - syslog web viewer, analysis and reporting tool. NSM: Trafshow vs Iftop. While we have many choices in Open Source world, it is tricky to choose a right one, everything down to the feet of what you want to do with it. There are many tools I like when monitoring network flow statistic in real time that are considered non-web based but cursed. However here I would like to make a comparison between two interesting tools which are trafshow and iftop. Trafshow offers few unique functions that is are available via other tools, it has the features below - - Colorization- flow aggregation based on netmask length -a|A- string tracing /|Ctrl-/- bpf filter expression on the fly -f|F- import cisco netflow data -u 9995- hex data view on the fly To learn how trafshow works, when we run trafshow without any arguments, it will monitor all the network interfaces available to you, you need to choose one to monitor. shell>trafshow Interface Address Description em0 0:11:22:33:44:55 Ethernetrl0 0:22:33:44:55:66 Ethernetsk0 0:33:44:55:66:77 Ethernetlo0 127.0.0.1 Loopback /yahoo.

Nagios: Tutoriels et documentations. Nagios: Tutoriels et documentations Tweet Traitant régulièrement du sujet des outils de supervision système et réseau et de Nagios en particulier, voici une page résumant les documents et tutoriels que j'ai écrit sur le sujet. Je met également à votre disposition un eBook au format PDF sur Nagios. Il regroupe quelques articles cités ci-dessous. Installation/upgrade J'ai écris une série de billet sur l'installation d'un serveur de supervision libre basé sur Nagios 4, Centreon 2 et Cacti 0.8.7: Nagios Shinken Icinga Installation pas à pas d'un serveur Icinga Centreon Cacti Upgrade de Cacti en version 0.8.7 Munin TOP: Installation et configuration de Munin, le maître des graphes NConf NConf, une interface Web pour Nagios Nagvis Installation de Nagvis 1.3 Glances Glances est un projet personnel que j'ai débuté en novembre 2011 et qui a pour objectif mettre à disposition des administrateurs systèmes un outils simple et léger pour voir en un clin d'oeil ce qui ne va pas sur une machine.

Documentation générale. Panorama de la supervision. Chapter 7. Ubuntu Quickstart. Vs. Nagios –Tabled - “What’s the difference”, Icinga, Nagios, Check, Feature, Table - Icinga - Open Source Monitoring.