Michael Schwartzkopff wrote:
Am Mittwoch, 7. Mai 2008 20:41 schrieb Andrew Beekhof:
On Wed, May 7, 2008 at 5:48 PM, Michael Schwartzkopff <[EMAIL PROTECTED]>
wrote:
Hi,
is it possible to trigger operations on a time base, i.e. "do not do
monitoring when it is 2am - 3am"? We have that problem because backup is
running during that time and monitoring perhaps will fail.
For operations... not really.
What you could do though is have cron set disabled="true" for the
monitor op at 2am and back to false at 3am.
Thanks. That is what I thought. Could you please mail ma an example?
#disable monitor op
cibadmin -U -X '<op id="someid" disabled="true"/>'
#re-enable monitor op
cibadmin -U -X '<op id="someid" disabled="false"/>'
Regards
Dominik
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems