A bash script to get the CPU usage by process usage: nohup ./check_proc bwengine 70 & bwegnine is the process name we want to monitor 70 is to log only when the process is using over 70% of the CPU. […]
mytop mysql
I would like to share the ultimate MySQL performance debugger tool. Written by my friend Nereu. The output is like this The code: #!/usr/bin/perl # # 2011-11-03 Nereu # 2011-11-05 Nereu – mytop # use DBI; # EDIT HERE FOR […]
TIBCO
TIBCO is a leader offering products and services in the EAI (Enterprise Architecture Integration), particularly Message-Oriented-Middleware (MOM). Using its own implementation of JMS calles EMS and the more robust one called Rendezvous (RV) The brilliance of TIBCO is in its […]
How to monitor OpenManage Server Administrator via nagios
Copy the Dell Open Manager to the Linux box using WinSCP # wget http://www.xoroz.com/files/OM_6.1.0_ManNode_A00.tar.gz # yum install libxml2 # tar -zxvf OM_6.1.0_ManNode_A00.tar Options NOTE: With ver 6.1 the “b” option changed to the “d” option x = express – Install […]
Varnish Backend Response Monitor
I think it is important to know how much time it is taking for the varnish to go to the backend (webserver) and return. The script will show the response time of more then on site, to make it work […]
How to monitor J2EE applications
How to monitor J2EE applications I found a cool JMX plugin that is does just that. In the example I am doing for Glassfish but I believe it can be done for Weblogic or Tomcat as well. I found quite […]
Monitor Varnish with Nagios
Varnish is an amazing reverse proxy product and it does its job very well, but how can we know that? Or even better how can we know it detected problems in the backed? Currently I monitor those server using hit/ratio […]