changeMonitoringConfig

The changeMonitoringConfig method provides option to change monitoring configuration.

User can change rolling window length, statistics gathering interval (bucket size), notification interval and isPartialWindow. This modification overrides configuration details provided by monitoring application and reset after monitoring application restart.

Type

Synchronous, IMPACT_ACTION.

Arguments

Name Type Description
Rolling Window Length (in seconds) Long Select rolling window length in seconds.

Possible values are: 60, 120, 180, 240, 300.

Statistics Gathering Interval (in seconds) Long Selects statistics gathering interval time in seconds.

The content of list box are: 5, 10, 15, 20, 30, 40, 50, 60.

Notification Interval (in seconds) Long Selects notification interval in seconds.

The content of list box are: 10, 15, 20, 30, 40, 50, 60.

Is Partial Window Boolean Select true/false for the sliding window statistics include the current working bucket?

Possible values are: true, false.

Returns

None.