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

Show last authors
1 == Checking App for Life ==
2
3 === Chuck Hill ===
4
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.
6
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. //