Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For each threshold,

  • absolute or relative Compares theshold with absolute value, or relative factor times the standard deviation.
  • unreliable or doubtful Output flag for values of output variables that exceed the specified threshold.
  • logLevel: Log level for the log message that is logged if a time series does not pass the check. Can be DEBUG, INFO, WARN, ERROR or FATAL. If level is error or fatal, then the module will stop running after logging the first log message. Fatal should never be used actually.
  • logEventCode: Event code for the log message that is logged if a time series does not pass the check. This event code has to contain a dot, e.g. "TimeSeries.Check", because the log message is only visible to the master controller if the event code contains a dot.
  • logMessage: Log message that is logged if a time series does not pass the check. Some more options are available than in the other checks:

...