So How can we know the IIS server is responding to all petitions? Well I found a way to go directly in the IIS log files and get the results from there. They key was logparser Its very usefull to […]
monitor esx with nagios
Its a system administrator duty to be sure the ESX servers health and performance are OK. I monitor: I believe the most important things to monitor are: CPU check_cpu_esx DISK check_disk VOLUMES (storage) check_vfs Hardware (Fan,Temp,Arrays,Memory Dimms,Disks etc…) check_openmanage check_hpasm-4.2.tar.gz […]
nagios report
I have a custom script to generate monthly reports about Hosts and Services. The syntax is pretty simple: * /usr/local/nagios/libexec/report.pl –email=fel.h2o@gmail.com –type=monthlyservice –debug=0 /usr/local/nagios/libexec/report.pl –email=emailme@gmail.com –type=monthlyservice –debug=1 I usually add it to run once a month one for service and […]
NC_NET execute a vbs script
How to configure NC_NET execute a vbs script I was used to the simplicity of NRPE_NT, where things are much easier and straight forward. I am now tring NC_NET wich for startes requires Framework 2.0 and a server reboot to […]
Como usar check_by_ssh
Nagios, Como monitorar utilizando check_by_ssh (my first Post in portugues) reference to here And my English original post here 1. Na maquina remota criamos o usuario nagios /usr/sbin/useradd -m nagios 2.Criamos a chave de SSH: cd /home/nagios mkdir .ssh ssh-keygen […]
NRPE_NT Plugins
There are quite a few nice nagios nrpe_nt plugins (vbs scripts) released by GroundWork, since 2006 they have been working and improving these set of plugins. Those scripts are very well written and they can be enhanced for your own […]
Exchange mailbox login plugin
This plugins uses a script called check_counter_rawcount.vbs developed by Dr. Dave Blunt at GroundWork Open Source Inc. I used it to grab WMI performance counter information but the script itself allows many more “performance counters” to be used. The script […]