Version 12.1 by Pascal Robert on 2010/09/12 23:38

Hide last authors
Pascal Robert 11.1 1 == Checking App for Life ==
Pascal Robert 7.1 2
Pascal Robert 11.1 3 === Chuck Hill ===
Pascal Robert 7.1 4
smmccraw 9.1 5 We usually just use a script that runs as a cron job. It hits a direct action on the app that returns a known "all is OK" response. If that does not get returned, alarms ring.
Pascal Robert 7.1 6
Pascal Robert 11.1 7 === Pascal Robert ===
8
9 We use [[Nagios>>http://nagios.org]] with the check//http plugin.  This plugin actually make a HTTP (or HTTPS, if the plugin was compiled with openssl support) to our apps and check a DirectAction to see if it's answer "1".  If not, Nagios send a trigger. //