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 […]
check_vmstats
So many check_mem scripts out there but I am still not satified so I wrote my own. Many scripts report the total use of memory but they dont care how much memory is placed in cache by the OS or […]
Nagios Plugin Collection
The Nagios Plugin Collection is a set of scripts for the Nagios monitoring project to check the status off various system components. Please release these notes before reporting any bugs to Bugdatabase. Thanks. The following scripts are included in this […]
Nagios 3.2.2 changelog
Nagios has released its latest version! DOWNLOAD 3.2.2 – 09/01/2010 ENHANCEMENTS * Patch to new_mini_epn to allow any command line length without breaking on extra trailing or leading whitespace (Ray Bengen) * Patch to mini_epn to allow any command line […]
Nagios check_con
I wrote a simple plugin to check the number of established connections to a windows server. Just execute: cmd /c netstat -an |find /i “estab” /c I also wrote a script for Windows Here is the code I have also […]
nagios tray
Nagstamon is a Nagios status monitor for the desktop. It connects to multiple Nagios, Opsview and Centreon monitoring servers and resides in systray or as a floating statusbar at the desktop showing a brief summary of critical, warning, unknown, unreachable […]