Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Add warning interval option for resource monitor plugin #9983

Merged
merged 12 commits into from
Feb 2, 2021

Conversation

bogniq
Copy link
Collaborator

@bogniq bogniq commented Feb 1, 2021

Change Description

Option resource-monitor-warning-interval is added to the resource monitor plugin to fix issue #9649. This option sets the number of monitor intervals after which the warning message is output if the resource threshold is hit (currently only used for filesystem space).

Before this option is added, the warning is output after every monitoring (e.g. by default every 2 seconds). Now this option can be set from 1 to 450 and has a default value of 30 (e.g. if the monitor interval is 2 seconds, and this warning interval is (by default) 30, then the warning will be output every 60 seconds if the threshold is hit).

Note: the naming of this option is discussed in the issue and needs to be documented to avoid confusion.

Change Type

Select ONE:

  • Documentation
  • Stability bug fix
  • Other
  • Other - special case

Testing Changes

Select ANY that apply:

  • New Tests
  • Existing Tests
  • Test Framework
  • CI System
  • Other

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@bogniq bogniq merged commit f6ee5bc into release/2.1.x Feb 2, 2021
@bogniq bogniq deleted the qy-file-space-handler-2.1.x branch February 2, 2021 01:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants