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 …
mytop mysql
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 …
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 …
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 …
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 …
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 …