arnaudsj / monit

Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. (unofficial mirror)
http://mmonit.com/monit/
Other
515 stars 63 forks source link

chaining conditions #19

Open perfecto25 opened 5 years ago

perfecto25 commented 5 years ago

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.