How can I change the interval at which rgmanager checks a given service?
The interval is in the script for each service, in /usr/share/cluster/ It’s easier to just change the script.sh file to use whatever value you want (<5 is not supported, though). Checking is per-resource-type, not per-service, because it takes more system time to check one resource type vs. another resource type. That is, a check on a "script" might happen only every 30 seconds, while a check on an "ip" might happen every 10 seconds. The status checks are not supposed to consume system resources. Historically, people have done one of two things which generate support calls: (a) Does not set a status check interval at all (why is my service not being checked?), or (b) sets the status check interval to something way too low, like 10 seconds for an Oracle service (why is the cluster acting strange/running slowly?). If the status check interval is lower than the actual amount of time it takes to check the status of a service, you end up with endless status-checking, which is a pure waste o