December 2008
Croc l’informatique » Blog Archive » [SCRIPT NAGIOS] Monitorer les sauvegardes
(via)Pour vérifier mes sauvegardes Linux, j’ai créé un plugin nagios. Je place le code erreur dans un fichier. Puis lorsque Nagios vient executer le plugin, celui-ci lui renvoie le code erreur situé dans le fichier avec un message.
March 2008
Cool Solutions: A Xen Virtual Machine Monitor Plugin for Nagios
This document describes a Nagios plugin — a "Xen Virtual Machine Monitor" which can be easily integrated in an existing Nagios system environment.
August 2007
skipole-monitor - Google Code
by 2 others (via)This program is a network monitor.
It allows the user to input host IP addresses, it then pings these hosts every five minutes and displays their status via a built-in web server, on port 8000. It can optionally send email alerts and syslog messages if the hosts change status.
So calling http://your_pc_address:8000 will display pages showing green, yellow or red host or group symbols.
Each host is pinged four times every five minutes, and symbols are displayed as:
green : if three or four pings are successfull
yellow : if only one or two are successfull
red : if all four fail
As well as hosts, group symbols are displayed, and can be opened to show hosts, or sub-groups nested within. The operator can create groups, and sub-groups via the gui.
It has been tested on Windows XP and Linux platforms.
Windows users; to install, download and run skipolemonitor_0_4_py25_install.exe
Linux users; a tar file of Python source code is available in the downloads section.
To upgrade: export and save the network data somewhere safe, uninstall the old version, re-install the new version.
1
(4 marks)