<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#66cccc" text="#000000">
<font size="+1">Hi<br>
<br>
I would like to force the CS5 to check one specific service every 10s
and<br>
and try restart it if status is failed . I 've tried to set
checkinterval="10"<br>
on the service line :<br>
<service domain="testHA1" name="testHA1" autostart="0"
checkinterval="10"><br>
but it seems to have none effect, the status is done every xx seconds,
the "xx" value<br>
being the one I set for every services in /usr/share/cluster/script.sh
(I think so) :<br>
        <action name="status" interval="180s" timeout="0"/><br>
<br>
What would be the solution ?<br>
<br>
And by the way, is it possible to force the CS to execute "n" start
retries on failed status ?<br>
<br>
Thanks<br>
Regards,<br>
Alain Moullé<br>
<br>
<br>
</font>
</body>
</html>