changeMonitoringConfig
The changeMonitoringConfig method provides the option to change monitoring configuration.
Users can change rolling window length, statistics gathering interval (bucket size), notification interval, and isPartialWindow. This modification overrides configuration details provided by monitoring application and resets after the monitoring application restarts.
Type
Synchronous, IMPACT_ACTION.
Arguments
| Name | Type | Description |
|---|---|---|
| Rolling Window Length (in seconds) | Long |
Select rolling window length in seconds. Possible values: 60, 120, 180, 240, 300 |
| Statistics Gathering Interval (in seconds) | Long |
Select statistics gathering interval in seconds. List box options: 5, 10, 15, 20, 30, 40, 50, 60 |
| Notification Interval (in seconds) | Long |
Select notification interval in seconds. List box options: 10, 15, 20, 30, 40, 50, 60 |
| Is Partial Window | Boolean |
Select true or false for the sliding window. Statistics include the current working bucket. Valid values: true, false |
Returns
None.