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
self.time_window 's value should be interval_to_graphite(options.get('time_window', self.reactor.options.get('time_window', self.interval))) in alert.py, or the time_window option is useless in the configuration's main block
The text was updated successfully, but these errors were encountered:
This is a problem that we ran into. the configuration of time_window in the main block is completely useless and MUST be overwritten in each alert for it to work.
self.time_window 's value should be
interval_to_graphite(options.get('time_window', self.reactor.options.get('time_window', self.interval)))
inalert.py
, or the time_window option is useless in the configuration's main blockThe text was updated successfully, but these errors were encountered: