LevelTwoMonitorFreq

The number of monitor cycles at which the agent framework initiates detailed monitoring. For example, if you set this attribute to 5, the agent framework initiates detailed monitoring every five monitor cycles.

The LevelTwoMonitorFreq attribute can be overridden at a resource level.

The monitor entry point can check if detail monitoring needs to be done through VCSAgGetMonitorLevel (for C/C++ based entry point) or VCSAG_GET_MONITOR_LEVEL (for script-based entry point).

See VCSAG_GET_MONITOR_LEVEL.

See VCSAgGetMonitorLevel.