--- inputs/ISS/wwwnext.cf (revision 757)
+++ inputs/ISS/wwwnext.cf (revision 758)
wwwnext_hb_running = ( ReturnsZeroShell(/sbin/pidof heartbeat >/dev/null) )
wwwnext_mod_loaded = ( ReturnsZeroShell(/sbin/lsmod | /bin/grep drbd >/dev/null) )
wwwnext_httpd_switched_on = ( ReturnsZeroShell(/sbin/chkconfig --list httpd |/bin/grep -q 3:on) )
- wwwnext_httpd_running = ( ReturnsZeroShell(/bin/ps -e -o cmd |/bin/grep -q ^httpd) )
+ wwwnext_httpd_running = ( ReturnsZeroShell(/bin/ps -e -o cmd |/bin/grep -q ^/usr/sbin/httpd) )
directories:
/etc/ha.d mode=755 owner=0 group=0