ahf schedule

Use the ahf schedule advise-time command to identify the optimal low-load time window for running Exachk.

Syntax

ahf schedule advise-time --component COMPONENT [--busy-time --from HH:MM --to HH:MM] --window MINUTES
  • advise-time
    Excludes specified time ranges from low-load window analysis to avoid scheduling during production or maintenance periods.

    Options:

    • --component
      Specifies the target component. Currently, the only supported value is compliance.
    • --busy-time
      Indicates that a time range should be excluded from scheduling.
    • --from
      Specifies the start time of the busy period to exclude in HH:MM format.
    • --to
      Specifies the end time of the busy period to exclude in HH:MM format.
    • --window
      Specifies the minimum duration, in minutes, required for the low-load window.

ahf schedule advise-time

ahf schedule advise-time --component compliance --busy-time --from 14:30 --to 15:30 --window 45

This command identifies a suitable time window of at least 45 minutes for running Exachk, excluding the specified busy period between 14:30 and 15:30.