You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a mechanism to avoid actions flooding via buffering.
Actions are added to a queue that is processed once every X (for streaming monitors) or after process_results().
Configurable options:
email actions can be grouped in a single message;
external programs can be executed only once for each X (result, probe, macro-expanded arguments list).
The text was updated successfully, but these errors were encountered:
Implement a mechanism to avoid actions flooding via buffering.
Actions are added to a queue that is processed once every X (for streaming monitors) or after
process_results()
.Configurable options:
The text was updated successfully, but these errors were encountered: