Nagios plugin to check active directory, checkdc.vbs is a script that performs the checks done by dcdiag.exe and parse its output to a nagios format. Right now its a limited script, no arguments and wont allow to select what to […]
Service Desk ticket automatization script
I wrote yet another plugin for Nagios that allow the dynamic and automtization of ticket creation.The script is still under development but it does work, at least on my test with Unicenter Service Desk 11. ‘Auto create Tickets into Unicenter […]
ESX monitoring
So I got a hard mission, monitor a VMWare ESX 3 Server. I thought it would be easy but I was wrong. Of course I did with Nagios/Centreon, at first I tried SNMP without much success. So I found out […]
FullyAutomatedNagios
If you are new to the monitoring world and new to Linux, Nagios etc… Do not lose the chance to try out this product, its amazing easy to install. Just download the .iso boot a Virtual Machine poiting the CD […]
Perl Nagios Plugin
Thanks to Ton Voon now it has become even easier to develop nagios plugins using Perl. A family of perl modules to streamline writing Nagios Just Released 6 Jan 2009. HOW TO SETUP Pre-Requisites Perl Modules # cpan # install […]
HOW TO USE EVENT_HANDLERS IN NAGIOS
This case I wanted to AUTO RESTART A SERVICE USING NAGIOS. The event_handlers can automaticly handle a alarm, aiming to solving the problem for the administrator. Restart_svc is a batch file inside nrpe_nt folder witch should also be defined inside […]
Currency rate monitor script
Using Nagios I am able to monitor the currency conversion rate, so I can know exactly when to sell my currency and to buy my currency. I wrote a creative plugin to nagios that does just that! Its not my […]