Allow conditional checks for filesystem

Issue #407 closed
Former user created an issue

Using % Values is cumbersome when dealing with large filesystems. In order to use the same check for all filesystem-sizes there should be a possibility to use conditional checks.

e.g. if space usage > 95% and space free < 5 GB then alert

Comments (1)

  1. Tildeslash repo owner

    It won't make sense ... if you already know, that you want to be alerted only when less then 5GB is left, then use just:

    if space free < 5 GB then alert
    
  2. Log in to comment