Chaining rule conditions

Issue #778 new
Former user created an issue

hello, general question, is it possible to chain together conditions in the rule ie,

check filesystem test-/ with path /
    if space usage > 80%, 90%, 95% then alert

right now I have to write 3 separate lines for each % check.

check filesystem test-/home with path /home
    if space usage > 95% then alert
    if space usage > 90% then alert
    if space usage > 80% then alert

if currently not possible, would it make sense to add this to future version?

Comments (2)

  1. Tildeslash repo owner

    Such chaining is not possible currently, we plan to add multiple error levels in the future

  2. Log in to comment